summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2003-07-21 17:21:32 +0000
committertaca <taca>2003-07-21 17:21:32 +0000
commita661b3f38ba3e9912410df3c29d767a86eb25deb (patch)
tree30189a9a0a270168cf0cba3ca084452a8b6f5fd0 /security
parent9a8d4365f052acc42b0c49d01c2d74fcc660e8f0 (diff)
downloadpkgsrc-a661b3f38ba3e9912410df3c29d767a86eb25deb.tar.gz
Update ruby-ossl package to 0.1.4.1 (0.1.4a).
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/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/security/ruby-ossl/patches/patch-aa b/security/ruby-ossl/patches/patch-aa
deleted file mode 100644
index 634726d98a5..00000000000
--- a/security/ruby-ossl/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/07/21 17:04:27 taca Exp $
-
---- ossl.h.orig 2002-07-23 19:45:25.000000000 +0900
-+++ ossl.h
-@@ -25,9 +25,11 @@ extern "C" {
- #include <openssl/ssl.h>
- #include <openssl/hmac.h>
- #include <openssl/rand.h>
--#include <openssl/e_os.h>
- #if defined(NT)
-+# include <openssl/e_os.h>
- # undef OpenFile
-+#else
-+# define MS_CALLBACK
- #endif
-
- #include "openssl_missing.h"