The NetBSD Project

CVS log for pkgsrc/security/apg/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / security / apg

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 20 10:00:56 2010 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Set LICENSE.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 26 10:28:34 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Reset maintainer for developers who gave back their commit bit.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 3 09:07:30 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

Use custom install rules to get user-destdir ready and most likely
also fix unprivileged builds in general.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 9 12:52:36 2006 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:54 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:18 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 27 10:32:01 2005 UTC (7 years ago) by zuntum
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update security/apg to version 2.2.3.

Changes from previous pkgsrc version 2.1.0 include:

  apg-2.2.3
      Fixed version info (-v).

  apg-2.2.2
      Fixed permissions for source distribution.

  apg-2.2.1
      Changed manpages of apg and apgd.

  apg-2.2.0
      Added polish translation for APG PHP frontend.
      Added option -p (see apg(1) apgd(8)).
      Added option -t (see apg(1) apgd(8)).
      Added option -l (see apg(1)).
      Changed format of the bloom-filter file. Added
      converter utility to convert old format to the
      new one (bfconvert).
      Added option -i (see apgbfm(1)).
      Fixed some bugs.
      Some compatibility changes.
      Changed default apg options.

Update provided by Leonard Schmidt <lems@gmx.net> in PR#30345, thanks!

Revision 1.5.6.1 / (download) - annotate - [select for diffs], Thu Jul 29 21:57:45 2004 UTC (7 years, 9 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pullup ticket 81 to the pkgsrc-2004Q2 branch, requested by Grant Beattie

Solaris and Linux fixes for apg

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Sun Jun 27 13:16:36 UTC 2004

	Modified Files:
		pkgsrc/security/apg: Makefile

	Log Message:
	this needs -lnsl on Linux and -lnsl -lsocket on Solaris.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 27 13:16:36 2004 UTC (7 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

this needs -lnsl on Linux and -lnsl -lsocket on Solaris.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:51 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Branch point for: pkgsrc-2004Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 10 06:38:47 2003 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored)

Update to 2.1.0, from Quentin Garnier in PR 21780.
Also, add dependency on Perl instead of noting it in message, and use
REPLACE_PERL.
PHP frontend not included in this package.
Changes:
apg-2.1.0
    Some code cleanup.

apg-2.1.0b1
    Option [-E char_string] now works for pronounceable
    password generation too (see apg(1), apgd(8)).

apg-2.1.0b0
    Added new option [-e char_string] that allow to exclude some
    characters from password generation process.
    (works only for random password generation yet)

apg-2.1.0a0
    Added support for /dev/arandom for OpenBSD

apg-2.1.0a0
    Fixed some typing errors in the man pages
    System getopt() replaced with own apg_getopt().
    All calls of bcopy() and bzero() replaced with memcpy() and memset().
    Changed documentation.
    PRNG algorithm changed to use PID as an element of initial seed.
    Redesigned PHP frontend. Added support for German language.
    Implemented password quality ckeck based on filter. Now you can enforce
    APG to generate passwords that must contain numbers, special characters etc.
    Removed support for old style password generation mode definition.

apg-2.0.0final
    Changed PHP frontend to work with PHP safe-mode.
    Version numbers of apg, apgd, apgbfm, apgonline changed to 2.0.0final.

apg-2.0.0b1
    Fixed error that has forced user to set world-write privileges on
    Bloom-filter file. (Thanks to Mike Robbins)
    Fixed PHP frontend to clean-up generated HTML code.
    (Thanks to Mike Robbins)

apg-2.0.0b0
    Some code style fixes.
    Support for "special" symbol-set usage for password generation
    in pronounceable mode (S mode).
    Support for "resticted special" symbol-set usage for password generation
    in pronounceable mode (R mode).
    New style of hyphenated password output for pronounceable
    password generation mode.

apg-2.0.0a3
    Better error handling in apgbfm.
    Added -q option for apgbfm and apg (quiet mode).
    Added PHP frontend for APG.

apg-2.0.0a2
    Added support for SHA1 algorithm used for random numbers and hash
    generation.
    Hash function used in apgbfm changed to SHA1.
    Added info to APG_TIPS file.

apg-2.0.0a1 (not published)
    Finaly fixed some warnings during compilation process.
    Added support for OpenBSD.
    Added info to APG_TIPS file.

apg-2.0.0a0
    Added new algorithm (-b option) to check generated passwords
    quality (Bloom filter).
    Added utility apgbfm to manage Bloom filter.
    Some code style fixes.
    Added APG_TIPS file in documentation.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 24 19:32:41 2001 UTC (11 years, 2 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.2: +2 -4 lines
Diff to previous 1.2 (colored)

Fix quoting in MAKE_ENV and remove redundant CC entry from it.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 12 08:22:59 2001 UTC (11 years, 2 months ago) by zuntum
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update apg to 1.2.13:

apg-1.2.13
    Added support for NetBSD.
    (Thanks to Tomasz Luchowski <zuntum@eik.pl>).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 5 23:21:03 2001 UTC (11 years, 2 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Add apg-1.2.12: Tool set for random password generation

An automated password generator, using several strong algorithms
for random and/or pronounceable password generation, and a built-in
pseudo-random number generator.

Package contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12010

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 5 23:21:03 2001 UTC (11 years, 2 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>