pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSLeay



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Aug  3 20:35:30 UTC 2008

Modified Files:
        pkgsrc/security/p5-Net-SSLeay: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/security/p5-Net-SSLeay/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/security/p5-Net-SSLeay/distinfo

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



Home | Main Index | Thread Index | Old Index