Changelog for
perl-Net-SSLeay-1.42-2.1.x86_64.rpm :
Wed Feb 8 13:00:00 2012 vcizekAATTsuse.com
- update to 1.42
Fixed incorrect documentation of how to enable CRL checking. Patched
by Steffen_Ullrich.
Fixed incorrect letter in Sebastien in Credits. Patch by Neil Bowers.
Reversed order of the Changes file to be reverse chronological. Patch by
Neil Bowers.
Fixed a a compile error when building on Windows with MSVC6. reported and
patched by \"Andrew J. Savige via RT\".
1.41 2011-09-25
Fixed incorrect const signatures for 1.0 that were causing warnings.
Patches provided by \"Douglas
Christopher Wilson via RT\". Now have clean compile with 0.9.8a through 1.0.0.
1.40 2011-09-23
Fixed incorrect argument type in call to SSL_set1_param
Fixed a number of issues with pointer sizes, patched by \"Douglas
Christopher Wilson via RT\". Removed redundant pointer cast tests from t/
Added Perl version requirements to SSLeay.pm
1.39 2011-09-21
Downgraded Module::Install to 0.93 since 1.01 was causing problems in
the Makefile. Reported by Albert Chin.
1.38 2011-09-16
- Fixed a problem with various symbols that only became
available in OpenSSL 0.9.8 such as X509_VERIFY_PARAM and
X509_POLICY_NODE, causing build failures with older versions of
OpenSSL. Patched by paul.
1.37 2011-09-16
- Added X509_get_fingerprint, contributed by Thierry Walrant (with
minor changes die to the fact that stricmp is not avialable. Cert
types must be lowercase. Also added test to 07_sslecho.t
- Added suport for SSL_CTX_set1_param, SSL_set1_param,
selected X509_VERIFY_PARAM_
* OBJ_
* functions. Added new test
t/local/36_verify.t
- Fixed the prototype for randomize(), it missed one arg, and errors
are reported with perl 5.10.1 on Windows
- Fixed an uninitialized value warning in $Net::SSLeay::proxyauth,
reported by Andrey Rikov.
- Update so net-ssleay will compile if SSLV2 is not present. Patch
from Chris Butler.
- Fixed a problem where sslcat (and possibly other functions) expect RSA keys and will not
load DSA keys for client certificates. Reported and patched by \"Jesse
DeFer via RT\"
- Removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later.
- Added CTX_use_PKCS12_file contributed by \"Andrew A. Budkin\".
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Tue Jul 13 14:00:00 2010 chrisAATTcomputersalat.de
- recreated by cpanspec 1.78
- added bcond_with test
Tue Feb 23 13:00:00 2010 anickaAATTsuse.cz
- update to 1.36
* Added SSL_CTX_get_client_CA_list sk_X509_NAME_free sk_X509_NAME_num
sk_X509_NAME_value SSL_get_client_CA_list
* Added EVP_add_digest and EVP_sha256 (if available)
* Improve documentation on callback functions.
* bugfixes
Sun Dec 20 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel build
Fri Jul 25 14:00:00 2008 anickaAATTsuse.cz
- update to 1.35
* Added optional support for SSL_set_hello_extension,
* Added SSL_SESSION_set_master_key and SSL_get_keyblock_size.
* Added all SSL_OP_
* options flags present in 0.9.9
* Don\'t use Module::Installs auto_install.
* Bind NID_ and GEN_ constants.
* Default to not running external tests.
* 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
- enable all the test again (external are not running by default)
- rename to perl-Net-SSLeay
Wed May 14 14:00:00 2008 adrianAATTsuse.de
- do not contact remote servers during build, disable check
Wed Mar 12 13:00:00 2008 anickaAATTsuse.cz
- update to 1.32
* Removed %Filenum_Objects from Net::SSLeay::Handle so
unused handles will be freed.
* Use ppport.h.
* improved openssl path guessing, forcing openssl path now
* Fixed a problem with X509_get_subjectAltNames not working
when the subjectAltNAmes are the first extension.
* Fixed incorrect test failure reports in 08_external.
* Add parens to function calls in Makefile.PL to prevent
warnings with some perls.
* Removed auto_include from Makefile.PL
* Removed build_requires(\'Test::NoWarnings\') from Makefile.PL
* Don\'t let the tests die when something unexpected happens.
- fix undefined operation in SSLeay.xs
- add perl-Test-Warn to BuildRequires
Mon May 7 14:00:00 2007 anickaAATTsuse.cz
- add openssl to BuildRequires
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires