diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-30 22:59:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-30 22:59:57 +0000 |
commit | ee113c7b61a81323c2a4bf3c59c54b5668d1b941 (patch) | |
tree | 06641e259caa464dc631c7a5e4398790958f0868 /security/pyca/Makefile | |
parent | 2510497b0de9819d51c695230168fa28450edb02 (diff) | |
download | pkgsrc-ee113c7b61a81323c2a4bf3c59c54b5668d1b941.tar.gz |
Upgrade to 0.6.6.20031021.
Update provided by Hauke Fath <hf@spg.tu-darmstadt.de> via PR pkg/23072.
Changes:
o Fixed compability issues with Python 1.6/2.0+/2.1.
o Fixed compability issues with certificate requests created by
Mozilla browser.
o Added new parameter caCertConfirmReqLog for defining the path name of
file for log output of sbin/ca-certreq-mail.py.
o English translation of help for cgi-bin/client-enroll.py contributed
by Roger Buck <rog@saas.nsw.edu.au>.
o More bugfixes, etc.
Complete changelog available at http://www.pyca.de/changes.html.
Diffstat (limited to 'security/pyca/Makefile')
-rw-r--r-- | security/pyca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pyca/Makefile b/security/pyca/Makefile index a0296454aad..7903f9a2dcf 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:31 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/10/30 22:59:57 xtraeme Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. -DISTNAME= pyca-20020902 -PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.5./} +DISTNAME= pyca-20031021 +PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./} CATEGORIES= security MASTER_SITES= http://www.pyca.de/download/ |