diff options
author | skrll <skrll> | 2001-09-14 14:17:10 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-09-14 14:17:10 +0000 |
commit | 82351946e60aafec6e198b29e2076e3b2c13acf2 (patch) | |
tree | 0a3e5590359041ebb071dc6d297c8693dda45a26 /security/openssl | |
parent | a518069a040a6b5352e3b41ce7a6c4b100f2d7bc (diff) | |
download | pkgsrc-82351946e60aafec6e198b29e2076e3b2c13acf2.tar.gz |
Super bump the major numbers for libssl and libcrypto so that they don't
conflict with the -current versions.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 10 | ||||
-rw-r--r-- | security/openssl/distinfo | 6 | ||||
-rw-r--r-- | security/openssl/pkg/PLIST.netbsd | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 435aaee9746..75c98ab7e8b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2001/08/30 14:02:06 skrll Exp $ +# $NetBSD: Makefile,v 1.45 2001/09/14 14:17:10 skrll Exp $ DISTNAME= openssl-0.9.6 -PKGNAME= ${DISTNAME}nb1 +PKGNAME= ${DISTNAME}nb2 CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ \ ftp://ftp.uni-trier.de/pub/unix/security/openssl/ @@ -35,7 +35,7 @@ CONFIGURE_ENV= CC="${CC}" .if ${OPSYS} == "NetBSD" PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCHFILES= openssl-0.9.6-20010830-netbsd.patch.gz +PATCHFILES= openssl-0.9.6-20010914-netbsd.patch.gz MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib .endif @@ -89,9 +89,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/apps/openssl.cnf ${PREFIX}/etc/openssl.cnf.example cd ${WRKSRC} && ${INSTALL_DATA} libcrypto.a libssl.a ${PREFIX}/lib .if ${OPSYS} == "NetBSD" - cd ${WRKSRC} && ${INSTALL_DATA} libcrypto.so.1.0 libssl.so.1.0 ${PREFIX}/lib + cd ${WRKSRC} && ${INSTALL_DATA} libcrypto.so.200.0 libssl.so.200.0 ${PREFIX}/lib .if ${OBJECT_FMT} == "ELF" -.for shared_lib in libcrypto.so.1.0 libssl.so.1.0 +.for shared_lib in libcrypto.so.200.0 libssl.so.200.0 cd ${PREFIX}/lib && ${LN} -s ${shared_lib} ${shared_lib:R} && \ ${LN} -s ${shared_lib} ${shared_lib:R:R} .endfor diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 8d8b04f9ee0..5d6377deb2e 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2001/08/30 14:02:06 skrll Exp $ +$NetBSD: distinfo,v 1.7 2001/09/14 14:17:10 skrll Exp $ SHA1 (openssl-0.9.6.tar.gz) = d69c964d58535343787a3b8ac38a48772704304c Size (openssl-0.9.6.tar.gz) = 2086131 bytes -SHA1 (openssl-0.9.6-20010830-netbsd.patch.gz) = cfd6a391f79b7a94e49b1ab2fa160e72401b6988 -Size (openssl-0.9.6-20010830-netbsd.patch.gz) = 2725 bytes +SHA1 (openssl-0.9.6-20010914-netbsd.patch.gz) = dc507c58ec4bd0c4aeb7863961b6e3561ca0978f +Size (openssl-0.9.6-20010914-netbsd.patch.gz) = 2761 bytes SHA1 (patch-aa) = c96fb67876b9bd8b5c0c091de209d8f60498126b SHA1 (patch-ab) = 8d26b010967d2d5d464708baf7bd7672ab064fc3 SHA1 (patch-ai) = d0f21b594a3343567f7cbea00e71c5319a877782 diff --git a/security/openssl/pkg/PLIST.netbsd b/security/openssl/pkg/PLIST.netbsd index 836e03b0c39..feab93a160c 100644 --- a/security/openssl/pkg/PLIST.netbsd +++ b/security/openssl/pkg/PLIST.netbsd @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST.netbsd,v 1.4 2001/03/24 03:55:15 fredb Exp $ +@comment $NetBSD: PLIST.netbsd,v 1.5 2001/09/14 14:17:10 skrll Exp $ lib/libcrypto.so -lib/libcrypto.so.1 -lib/libcrypto.so.1.0 +lib/libcrypto.so.200 +lib/libcrypto.so.200.0 lib/libssl.so -lib/libssl.so.1 -lib/libssl.so.1.0 +lib/libssl.so.200 +lib/libssl.so.200.0 |