diff options
author | taca <taca@pkgsrc.org> | 2003-07-21 17:21:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-07-21 17:21:30 +0000 |
commit | 2f59e6a07c3b8df4723898db539e51573e996cee (patch) | |
tree | afcb0ba15d9ac7e45a80b323d95dac383b7a0892 /security | |
parent | c1b54b4f61922c33d9de664f0881815f97d7f008 (diff) | |
download | pkgsrc-2f59e6a07c3b8df4723898db539e51573e996cee.tar.gz |
Update ruby-ossl package to 0.1.4.1 (0.1.4a).
Add conflict with its older name, ruby-openssl package.
Thanks to advise by a private mail from wiz.
Wed, 16 Jul 2003 16:04:02 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* ossl-0.1.4a released
Wed, 16 Jul 2003 15:43:52 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* extconf.rb: check CRYPTO_malloc for libcrypto.
* ossl.h: include <openssl/bn.h>.
* ossl_bn.c: use BN_CTX_new instead of BN_CTX_init.
* ossl_cipher.c: NIDs of AES were changed.
* ossl_x509store.c: alias add_cert add_trusted.
* lib/net/https.rb: follow HTTPResponse.read_new's incompatiplity.
Tue, 15 Jul 2003 04:48:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* ossl-0.1.4 released
Tue, 15 Jul 2002 04:19:44 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* openssl_missing.h: add MS_CALLBACK.
* extconf.rb: should check <openssl/e_os.h>.
* ossl.h: check HAVE_OPENSSL_E_OS_H.
* net/https.rb: follow ruby-1.8.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-ossl/Makefile | 7 | ||||
-rw-r--r-- | security/ruby-ossl/distinfo | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/ruby-ossl/Makefile b/security/ruby-ossl/Makefile index 41b0ea25d97..fa285a4d75c 100644 --- a/security/ruby-ossl/Makefile +++ b/security/ruby-ossl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/21 17:04:27 taca Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/21 17:21:30 taca Exp $ -DISTNAME= ossl-0.1.3 -PKGNAME= ${RUBY_PKGNAMEPREFIX}ossl-0.1.3 +DISTNAME= ossl-0.1.4a +PKGNAME= ${RUBY_PKGNAMEPREFIX}ossl-0.1.4.1 WRKSRC= ${WRKDIR}/ossl CATEGORIES= security MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/ @@ -15,6 +15,7 @@ USE_RUBY_EXTCONF= yes RUBY_REQD= 1.6.4 USE_BUILDLINK2= # defined USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} +CONFLICTS= ruby-openssl-* CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \ --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib" diff --git a/security/ruby-ossl/distinfo b/security/ruby-ossl/distinfo index fe59ca94e5a..102230239fd 100644 --- a/security/ruby-ossl/distinfo +++ b/security/ruby-ossl/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/07/21 17:04:27 taca Exp $ +$NetBSD: distinfo,v 1.2 2003/07/21 17:21:31 taca Exp $ -SHA1 (ruby/ossl-0.1.3.tar.gz) = 1dff416c64f56908f448be76128cf2a1d27f17f2 -Size (ruby/ossl-0.1.3.tar.gz) = 83282 bytes -SHA1 (patch-aa) = 43fd0b4e97acb1351c9b9cc032c76388fdad7941 +SHA1 (ruby/ossl-0.1.4a.tar.gz) = b7b54f6c83f1d176299a176aee7dd5564cbd76f4 +Size (ruby/ossl-0.1.4a.tar.gz) = 84122 bytes |