Subject: CVS commit: pkgsrc/security/ruby-ssl
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 07/16/2001 17:40:40
Module Name:	pkgsrc
Committed By:	taca
Date:		Mon Jul 16 14:40:40 UTC 2001

Modified Files:
	pkgsrc/security/ruby-ssl: Makefile distinfo
	pkgsrc/security/ruby-ssl/pkg: PLIST
Removed Files:
	pkgsrc/security/ruby-ssl/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/ruby-ssl/Makefile \
    pkgsrc/security/ruby-ssl/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/security/ruby-ssl/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/ruby-ssl/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.