diff options
author | obache <obache> | 2011-10-29 08:27:37 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-29 08:27:37 +0000 |
commit | dad4a2ffd9b23de0926913312041702dd69ef3b6 (patch) | |
tree | 521590c6251493ba57fa463396031042c6763180 /security | |
parent | 9cac6816148061b14880e3699e82bb4af5beded4 (diff) | |
download | pkgsrc-dad4a2ffd9b23de0926913312041702dd69ef3b6.tar.gz |
Update pyca to 0.6.6.20031118.
LICENSE=gnu-gpl-v2
Changes:
* Added config template for generating CSRs for SSL server certs with OpenSSL
* Some improve for vbs.py
Diffstat (limited to 'security')
-rw-r--r-- | security/pyca/Makefile | 6 | ||||
-rw-r--r-- | security/pyca/PLIST | 3 | ||||
-rw-r--r-- | security/pyca/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/pyca/Makefile b/security/pyca/Makefile index 46a65f5949c..61cc75c3f0b 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.17 2009/02/09 22:56:26 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2011/10/29 08:27:37 obache Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. -DISTNAME= pyca-20031021 +DISTNAME= pyca-20031118 PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./} -PKGREVISION= 3 CATEGORIES= security python MASTER_SITES= http://www.pyca.de/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pyca.de/ COMMENT= Administration tools for X.509/PKIX CA +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/pyca/PLIST b/security/pyca/PLIST index b53c25ea104..7aaa71ed5cd 100644 --- a/security/pyca/PLIST +++ b/security/pyca/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:37 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/10/29 08:27:37 obache Exp $ bin/ca2ldif.py bin/certs2ldap.py bin/copy-cacerts.py @@ -61,3 +61,4 @@ share/examples/pyca/cacert_EmailCerts.cnf share/examples/pyca/cacert_Root.cnf share/examples/pyca/cacert_ServerCerts.cnf share/examples/pyca/openssl.cnf +share/examples/pyca/ssl_server_csr.cnf diff --git a/security/pyca/distinfo b/security/pyca/distinfo index 74ae26c056e..0f1fa07ac42 100644 --- a/security/pyca/distinfo +++ b/security/pyca/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:10:12 agc Exp $ +$NetBSD: distinfo,v 1.4 2011/10/29 08:27:37 obache Exp $ -SHA1 (pyca-20031021.tar.gz) = 5505e8538414b9c25f6499596f9b09141c3ebce8 -RMD160 (pyca-20031021.tar.gz) = 4d2dcd720eaa4b6a06bf819a17992407e9b5017a -Size (pyca-20031021.tar.gz) = 82729 bytes +SHA1 (pyca-20031118.tar.gz) = 71853be6cea4077c03b25ea2df6f1cdc25b9adeb +RMD160 (pyca-20031118.tar.gz) = 3cc0d7f50bf146db5a919663a0a34ea13c5e181f +Size (pyca-20031118.tar.gz) = 83161 bytes |