diff options
author | taca <taca@pkgsrc.org> | 2002-08-30 23:48:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-08-30 23:48:22 +0000 |
commit | 4e6c795f92a06dbfc1200552a80a96cb2f7eb960 (patch) | |
tree | 19363e24a4f1e70b209ac38a368a3276389c8a7c /security/ruby-openssl/distinfo | |
parent | a4ae4aa1c3f7ec37b8d0b2cb836fc5eb0e98e57b (diff) | |
download | pkgsrc-4e6c795f92a06dbfc1200552a80a96cb2f7eb960.tar.gz |
Update ruby-openssl pacakge to 0.1.2.1(0.1.2a).
It should be fixed in error of bulk build, too.
$Id: ChangeLog,v 1.43 2002/07/24 14:46:52 gotoyuzo Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log: ChangeLog,v $
Revision 1.43 2002/07/24 14:46:52 gotoyuzo
* lib/openssl/buffering.rb: typo fixed. (Thakns NaHi)
Revision 1.42 2002/07/24 12:31:31 gotoyuzo
* ossl.c: should include <sys/time.h> if it exists. (Thanks Knu)
Revision 1.41 2002/07/24 09:56:17 gotoyuzo
* ossl-0.1.2 released
Revision 1.40 2002/07/23 20:23:30 gotoyuzo
* lib/net/https.rb: follow net/http.rb Rev: 1.41.2.18 (ruby_1_6)
Revision 1.39 2002/07/23 10:49:19 gotoyuzo
* ossl_ssl.c: should raise exception while SSL_write returns 0.
Revision 1.38 2002/07/23 10:45:25 gotoyuzo
* ossl.h: include <openssl/e_os.h>
* ossl.c: workaround to convert into UTC time.
* lib/openssl.rb: fix string embeded expression.
Revision 1.37 2002/04/07 16:35:32 majkl
* Macros fixups
* X509ExtFactory cleanup
* fixed strptime warning on Linux
* X509::Certificate#version has been changed!
!!! WARNING !!!
x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...)
p x509.version -> 2, means that it is X509v3
!!! WARNING !!!
Revision 1.36 2002/03/11 21:35:39 majkl
* Cipher IV fixup
Revision 1.35 2002/03/11 17:20:22 majkl
* Big internal cleanup (all structs with only 1 member rearranged)
* improved getting time_t from cTime
Revision 1.34 2002/03/06 08:05:05 majkl
* build fix-ups
Revision 1.33 2002/03/05 15:05:57 majkl
* WARNING! All to_str methods are not used any longer (use to_text instead)
* made an aliases to_pem as to_s
* more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
Revision 1.32 2002/02/23 07:28:00 majkl
* More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)
(where we don't care)
Revision 1.31 2002/02/20 08:43:54 majkl
* Fixed some memory leaks
Revision 1.30 2002/02/13 13:09:49 majkl
* transition from rb_raise to OSSL_Raise (where possible)
* some mem checks
* preliminary DH key support
Diffstat (limited to 'security/ruby-openssl/distinfo')
-rw-r--r-- | security/ruby-openssl/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo index ac5ba1bdc7d..803b00a1d03 100644 --- a/security/ruby-openssl/distinfo +++ b/security/ruby-openssl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/02/07 15:50:07 taca Exp $ +$NetBSD: distinfo,v 1.3 2002/08/30 23:48:22 taca Exp $ -SHA1 (ruby/ossl-0.1.1.tgz) = b8ebc997850449e689e0822c553b0e6fd3cc378b -Size (ruby/ossl-0.1.1.tgz) = 84316 bytes +SHA1 (ruby/ossl-0.1.2a.tar.gz) = dc3382ef0344c7463a4d60454af10e6f894980c6 +Size (ruby/ossl-0.1.2a.tar.gz) = 82993 bytes |