diff options
author | zuntum <zuntum@pkgsrc.org> | 2005-05-27 10:32:01 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2005-05-27 10:32:01 +0000 |
commit | b098e354e2c58630a174a7e1c7a11e92d0438ddf (patch) | |
tree | 1b617e443c5093763a2c396d2fc21420a0aa0783 /security/apg/Makefile | |
parent | cb6d58415db8484847a6d59eb195a70c18e17b61 (diff) | |
download | pkgsrc-b098e354e2c58630a174a7e1c7a11e92d0438ddf.tar.gz |
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!
Diffstat (limited to 'security/apg/Makefile')
-rw-r--r-- | security/apg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index d501c67028e..f3f4f835bd2 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/06/27 13:16:36 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/27 10:32:01 zuntum Exp $ # -DISTNAME= apg-2.1.0 +DISTNAME= apg-2.2.3 CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ |