diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-28 22:01:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-28 22:01:22 +0000 |
commit | 954e64ac83b85f1e3f0c4ddca216856b9b367191 (patch) | |
tree | c3ef5d5b46548aa329797228606fd994d83f523b /security | |
parent | 18e53f27128e0dae24c8dae901efbacc95a69e67 (diff) | |
download | pkgsrc-954e64ac83b85f1e3f0c4ddca216856b9b367191.tar.gz |
- Update to 0.6.8
> $Id: CHANGES,v 1.25 2005/02/20 16:02:21 sm Exp $
> version 0.6.8 (beta) - Sun Feb 20 2004
> * added detection for openssl 0.9.8
> * removed crlDistributionPoint for Root-CA
> * added patch for multiple OUs
> Thanks to Uwe Arndt <arndt@uni-koblenz.de>
> * added patch for multiple subjectAltName extensions
> Thanks to Peter Marschall <peter@adpm.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/tinyca/Makefile | 5 | ||||
-rw-r--r-- | security/tinyca/PLIST | 4 | ||||
-rw-r--r-- | security/tinyca/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index e8283b1a34d..2a032d3730d 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 18:11:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/28 22:01:22 adrianp Exp $ -DISTNAME= tinyca-0.6.7 +DISTNAME= tinyca-0.6.8 CATEGORIES= security MASTER_SITES= http://tinyca.sm-zone.net/ @@ -41,7 +41,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tinyca ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/lib/*.pm ${CADIR} ${INSTALL_DATA} ${WRKSRC}/lib/GUI/*.pm ${CADIR}/GUI - ${INSTALL_DATA} ${WRKSRC}/lib/GUI/pod2* ${CADIR}/GUI ${INSTALL_DATA} ${WRKSRC}/templates/openssl.cnf ${CADIR}/templates .include "../../mk/bsd.pkg.mk" diff --git a/security/tinyca/PLIST b/security/tinyca/PLIST index 46a498e1967..a61a18b470e 100644 --- a/security/tinyca/PLIST +++ b/security/tinyca/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 18:11:56 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/02/28 22:01:22 adrianp Exp $ bin/tinyca share/tinyca/CA.pm share/tinyca/CERT.pm @@ -9,8 +9,6 @@ share/tinyca/GUI/TCONFIG.pm share/tinyca/GUI/WORDS.pm share/tinyca/GUI/X509_browser.pm share/tinyca/GUI/X509_infobox.pm -share/tinyca/GUI/pod2htmd.x~~ -share/tinyca/GUI/pod2htmi.x~~ share/tinyca/HELPERS.pm share/tinyca/KEY.pm share/tinyca/OpenSSL.pm diff --git a/security/tinyca/distinfo b/security/tinyca/distinfo index acaf4b99fd6..30a5e16bccd 100644 --- a/security/tinyca/distinfo +++ b/security/tinyca/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/02/28 22:01:22 adrianp Exp $ -SHA1 (tinyca-0.6.7.tar.gz) = d06312265d0c2fc722beb00da85e9bd22269e0cf -RMD160 (tinyca-0.6.7.tar.gz) = c9f148c01a79de7f8e24c77885f910621f023b4b -Size (tinyca-0.6.7.tar.gz) = 214757 bytes +SHA1 (tinyca-0.6.8.tar.gz) = f12d2068d1e02f613ab25659d959c17e6090a444 +RMD160 (tinyca-0.6.8.tar.gz) = c53caa6bf6ad5b34d386a52365a193d609d9de5b +Size (tinyca-0.6.8.tar.gz) = 176530 bytes |