summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-07-16 14:40:37 +0000
committertaca <taca@pkgsrc.org>2001-07-16 14:40:37 +0000
commitd88df08ce71e46c85199b71c33025384c9928309 (patch)
treec37475f63ae8b5864bd9988c3610ec1807420ce9 /security
parentb60b9011519e644b4637c86da58e346a0711278d (diff)
downloadpkgsrc-d88df08ce71e46c85199b71c33025384c9928309.tar.gz
Update ruby-ssl to 0.3.1.
Sun Jun 17 23:27:52 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * make it the release 0.3.0 Sun Jun 17 16:23:19 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * sample/verify_cb.rb: for SSLSocket#verify_callback= * sample/x509.rb: new sample for X509. * sample/login.rb: new sample for Net::Telnet. Sun Jun 17 16:07:12 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * lib/net/protocols.rb: split NetPrivate from https.rb. Sun Jun 17 15:03:02 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * lib/net/https.rb: use forwardable.rb. * lib/net/https: follow SSLSocket. * lib/net/telnets: ditto. Sun Jun 17 13:00:37 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * ssl.c: use instance variable (rb_ivar_set/rb_ivar_get) instead of the fields in C structure. * ssl.c: new methods SSLSocket#timeout, SSLSocket#ciphers=, SSLSocket#verify_depth=. * ssl.c: new class X509_STORE_CTX. and fix arguments for the Proc#call at verify callback. * ssl.c: new methods X509#sigAlgor, X509#key_type, X509#extension, X509#verify, #X509#to_s * ssl.c: change the sequence of arguments of SSLSocket.new. Sun Jun 17 12:59:50 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> * ChangeLog: new file.
Diffstat (limited to 'security')
-rw-r--r--security/ruby-ssl/Makefile5
-rw-r--r--security/ruby-ssl/distinfo7
-rw-r--r--security/ruby-ssl/patches/patch-aa13
-rw-r--r--security/ruby-ssl/pkg/PLIST8
4 files changed, 12 insertions, 21 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile
index 17e1b16a407..348b8af26e9 100644
--- a/security/ruby-ssl/Makefile
+++ b/security/ruby-ssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $
+# $NetBSD: Makefile,v 1.2 2001/07/16 14:40:37 taca Exp $
# FreeBSD: ports/security/ruby-ssl/Makefile,v 1.2 2001/01/11 20:39:53 knu Exp
-DISTNAME= ssl-0.2.2
+DISTNAME= ssl-0.3.1
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
CATEGORIES= security
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
@@ -13,6 +13,7 @@ COMMENT= SSL socket module for Ruby
DIST_SUBDIR= ruby
USE_SSL= yes
USE_RUBY_EXTCONF= yes
+RUBY_REQD= 1.6.4 # need forwardable module
CONFIGURE_ARGS= --with-ssl-include="${SSLBASE}/include/openssl" \
--with-ssl-lib="${SSLBASE}/lib"
diff --git a/security/ruby-ssl/distinfo b/security/ruby-ssl/distinfo
index c90ce7fccd2..33711ffd9f9 100644
--- a/security/ruby-ssl/distinfo
+++ b/security/ruby-ssl/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $
+$NetBSD: distinfo,v 1.2 2001/07/16 14:40:37 taca Exp $
-SHA1 (ruby/ssl-0.2.2.tar.gz) = 41aac9c1d79b5c8f8cee5f7ef4cac200691b16c3
-Size (ruby/ssl-0.2.2.tar.gz) = 10662 bytes
-SHA1 (patch-aa) = 8fee1e7c36675bfc7ecf7523228c52a6402762e9
+SHA1 (ruby/ssl-0.3.1.tar.gz) = 420acdcb9f70c55a32f155f9f98622bad14b09e9
+Size (ruby/ssl-0.3.1.tar.gz) = 15018 bytes
diff --git a/security/ruby-ssl/patches/patch-aa b/security/ruby-ssl/patches/patch-aa
deleted file mode 100644
index 8e7249b9ce3..00000000000
--- a/security/ruby-ssl/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $
-
---- extconf.rb.orig Sun Mar 11 18:27:17 2001
-+++ extconf.rb
-@@ -3,7 +3,7 @@
- SSLLIB="ssl"
-
- dir_config("openssl")
--$CFLAGS += "-I/usr/include/openssl "
-+$CFLAGS += " -I/usr/include/openssl "
-
- have_library("crypto", nil)
-
diff --git a/security/ruby-ssl/pkg/PLIST b/security/ruby-ssl/pkg/PLIST
index 4ad6d3605dd..5fa386c295c 100644
--- a/security/ruby-ssl/pkg/PLIST
+++ b/security/ruby-ssl/pkg/PLIST
@@ -1,14 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/07/16 14:40:39 taca Exp $
${RUBY_SITEARCHLIBDIR}/ssl.so
${RUBY_SITELIBDIR}/buffering.rb
${RUBY_SITELIBDIR}/net/https.rb
+${RUBY_SITELIBDIR}/net/protocols.rb
${RUBY_SITELIBDIR}/net/telnets.rb
-@dirrm ${RUBY_SITELIBDIR}/net
${RUBY_SITELIBDIR}/ssl.rb
${RUBY_EXAMPLESDIR}/ssl/cli.rb
+${RUBY_EXAMPLESDIR}/ssl/login.rb
${RUBY_EXAMPLESDIR}/ssl/sample.crt
${RUBY_EXAMPLESDIR}/ssl/sample.key
${RUBY_EXAMPLESDIR}/ssl/svr.rb
+${RUBY_EXAMPLESDIR}/ssl/verify_cb.rb
${RUBY_EXAMPLESDIR}/ssl/wget.rb
${RUBY_EXAMPLESDIR}/ssl/wget2.rb
+${RUBY_EXAMPLESDIR}/ssl/x509.rb
+@dirrm ${RUBY_SITELIBDIR}/net
@dirrm ${RUBY_EXAMPLESDIR}/ssl