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
This commit is contained in:
parent
517c52aab5
commit
9b47265160
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue