pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSLeay Update from version 1.32nb1 to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9d0fca0ed47
branches:  trunk
changeset: 545456:f9d0fca0ed47
user:      he <he%pkgsrc.org@localhost>
date:      Sun Aug 03 20:35:30 2008 +0000

description:
Update from version 1.32nb1 to 1.35.  Changes:

1.35 25.07.208
        - Fix test plan for autoload.t if Test::Exception isn't available.
        - Skip rsa_generate_key.t if Test::Exception isn't available.

1.34 24.07.2008
        - Fixed problem with X509_get_subjectAltNames, where some types of Alt
          Name (eg DIRNAMEs) were not properly handled, resulting in seg faults.
          Reported by Achim Grolms.
        - Added support for ENGINE_load_builtin_engines and
          ENGINE_register_all_complete in order to enable built-in OpenSSL
          crypto engines for hardware acceleration etc.
        - Added support for ENGINE_by_id and ENGINE_set_default, required
          to enable Sun crypto acceleration

1.33_01 14.02.2008
        - Fixed a compile problem with inc_paths /usr/kerberos/include
          in inc/Module/Install/PRIVATE/Net/SSLeay.pm. Reported by "J. Nick
          Koston via RT"
        - Added optional support for SSL_set_hello_extension,
          SSL_set_session_secret_cb to support various extension patches from
          a patch to openssl-0.9.9-dev contributed by Jouni Malinen.
          See wpa_supplicant/patches/openssl-0.9.9-session-ticket.patch in the
          latest (git) version 0.6 and later of wpa_suplicant at
          http://hostap.epitest.fi/. These additions are ifdefed to
          SSL_F_SSL_SET_HELLO_EXTENSION which is added by the patch
          Tested with openssl-SNAP-20070816.
        - Added SSL_SESSION_set_master_key and SSL_get_keyblock_size.
        - Added all SSL_OP_* options flags present in 0.9.9
        - Fixed a bug in SSL_set_tmp_dh
        - Doc improvements in README.Win32
        - Fixed a problem with proxy connections: open_proxy_tcp_connection
          was stopping after the first \n from teh proxy,
          but instead should have looked for
          $CRLF . $CRLF to find the beginning of the SSL content
        - Fixed missing / on /usr/kerberos/include, reported by several people
        - removed bacus.pt from host list in t/handle/external/10_destroy.t,
          since it seems no longer to respond. Reported by tco2.
        - changed t/handle/external/10_destroy.t so this list of URIs to be
          tested can be configured with environment variable SSLEAY_URIS, a
          colon separated list of host names. Suggested by tco2.
        - changed t/handle/external/50_external.t and t/external/08_external.t
          so this list of sites to be
          tested can be configured with environment variable SSLEAY_SITES, a
          colon separated list of host names. Suggested by tco2.
        - Fixed doucumentation in README of how to use OPENSSL_PREFIX
          environment variable to control the location of openssl. Reported by
          "Quanah Gibson-Mount via RT".
        - Don't use Module::Installs auto_install.
        - Bind NID_ and GEN_ constants.
        - Default to not running external tests.

diffstat:

 security/p5-Net-SSLeay/Makefile |  8 ++++----
 security/p5-Net-SSLeay/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 5cf2365ed2ab -r f9d0fca0ed47 security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Sun Aug 03 19:30:29 2008 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Sun Aug 03 20:35:30 2008 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.43 2008/01/18 05:09:40 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2008/08/03 20:35:30 he Exp $
 
-DISTNAME=      Net-SSLeay-1.32
-PKGNAME=       p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
-PKGREVISION=   1
+DISTNAME=      Net-SSLeay-1.35
+PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5nsl
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Net-SSLeay/
 COMMENT=       Perl5 module for using OpenSSL
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 5cf2365ed2ab -r f9d0fca0ed47 security/p5-Net-SSLeay/distinfo
--- a/security/p5-Net-SSLeay/distinfo   Sun Aug 03 19:30:29 2008 +0000
+++ b/security/p5-Net-SSLeay/distinfo   Sun Aug 03 20:35:30 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2008/01/09 00:47:00 heinz Exp $
+$NetBSD: distinfo,v 1.20 2008/08/03 20:35:30 he Exp $
 
-SHA1 (Net-SSLeay-1.32.tar.gz) = e57c6c36f0df7bf211c435a38330de2e93d141bb
-RMD160 (Net-SSLeay-1.32.tar.gz) = 61403a7529626f6c562790c034659af98c9e29e1
-Size (Net-SSLeay-1.32.tar.gz) = 130187 bytes
+SHA1 (Net-SSLeay-1.35.tar.gz) = dc295d4a7da8ab330aca13c45e2cb5b8220aa5e4
+RMD160 (Net-SSLeay-1.35.tar.gz) = b8f0afb29507624566665f3a835c3c87fd1e7996
+Size (Net-SSLeay-1.35.tar.gz) = 132198 bytes



Home | Main Index | Thread Index | Old Index