Hello community,

here is the log from the commit of package perl-Net-SSLeay for openSUSE:Factory 
checked in at 2015-02-10 20:17:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-SSLeay (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-SSLeay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-SSLeay"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-SSLeay/perl-Net-SSLeay.changes  
2014-06-18 07:47:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLeay.new/perl-Net-SSLeay.changes     
2015-02-10 20:17:22.000000000 +0100
@@ -1,0 +2,63 @@
+Fri Feb  6 13:13:05 UTC 2015 - [email protected]
+
+- updated to 1.68
+      Fixed a problem on OSX when macports openssl 1.x is installed: headers 
from
+      macport were found but older OSX openssl libraries were linked, resulting
+      in "Symbol not found: _EVP_MD_do_all_sorted".
+      Added notes about runtime error "no OPENSSL_Applink", when calling
+      Net::SSLeay::P_PKCS12_load_file.
+ 
+ 
+ 1.67 2015-01-17
+      Improvements to inc/Module/Install/PRIVATE/Net/SSLeay.pm to handle the
+      case whe there are muliple OPENSSLs installed. Patch from HBRAND
+      Fixed a documentation error in get_peer_cert_chain, reported by tejas.
+      Fixed a problem with building on Windows that prevented correct OpenSSL
+      directory detection with version 1.0.1j as delivered with Shining Light 
OpenSSL.
+      Fixed a problem with building on Windows that prevented finding MT or MD
+      versions of SSL libraries.
+      Updated doc in README.Win32 to build with Microsoft Visual Studio 2010 
Express.
+      Added Windows crypt32 library to Windows linking as some 
compilers/platforms seem to
+      require it and it is innocuous otherwise. For Steve Hay.
+      Fixed a failure in t/external/20_cert_chain.t where some platforms do not
+      have HTTPS in /etc/services. Reported and patched by Gisle Aas.
+      Recent 1.0.2 betas have dropped the SSLv3_method function. 
+      This patch leaves out the function on newer versions, much the same as
+      the SSLv2 deprecation is handled. Patch from Tom Molesworth.
+      Fix the ALPN test, which was incorrectly failing on OpenSSL due to the
+      LibreSSL check (earlier versions bailed out before that line).Patch from
+      Tom Molesworth. 
+ 
+ 1.66 2014-08-21
+      Fixed compile problem with perl prior to 5.8.8, similar to
+      RT#76267. Reported by Graham Knop.
+      Fixed a problem with Socket::IPPROTO_TCP on early perls.
+      After discussions with the community and the original author Sampo
+      Kellomaki, the license conditions have been changed to "Perl Artisitic
+      License 2.0".
+ 
+ 
+ 1.65  2014-07-14
+      Added note to doc to make it clear that X509_get_subjectAltNames returns 
a
+      packed binary IP address for type 7 - GEN_IPADD.
+      Improvements to SSL_OCSP_response_verify to compile under non c99
+      compilers. Requested by MERIJNB.
+      Port to Android, contributed by Brian Fraser. Includes Android specific
+      version of RSA_generate_key.
+      Added LibreSSL support, patch provided by Alexander Bluhm. Thanks!
+      Patch that fixes the support for SSL_set_info_callback and adds
+      SSL_CTX_set_info_callback and SSL_set_state. Support for these functions 
is
+      necessary to either detect renegotiation or to enforce
+      renegotiation. Contributed by Steffen Ullrich. Thanks!
+      Fixed a problem with SSL_set_state not available on some early OpenSSLs,
+      patched by Steffen Ullrich. Thanks!
+      Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and
+      http_cat().
+      Removed unnecessary Debian_SPANTS.txt from MANIFEST. Again.
+
+-------------------------------------------------------------------
+Thu Feb  5 07:55:36 UTC 2015 - [email protected]
+
+- avoid prompts in terminals
+
+-------------------------------------------------------------------

Old:
----
  Net-SSLeay-1.64.tar.gz

New:
----
  Net-SSLeay-1.68.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-SSLeay.spec ++++++
--- /var/tmp/diff_new_pack.nDzBjc/_old  2015-02-10 20:17:23.000000000 +0100
+++ /var/tmp/diff_new_pack.nDzBjc/_new  2015-02-10 20:17:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SSLeay
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with test
 
 Name:           perl-Net-SSLeay
-Version:        1.64
+Version:        1.68
 Release:        0
 %define cpan_name Net-SSLeay
 Summary:        Perl extension for using OpenSSL
@@ -61,7 +61,7 @@
 popd
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall" < /dev/null
 make %{?_smp_mflags}
 
 %check

++++++ Net-SSLeay-1.64.tar.gz -> Net-SSLeay-1.68.tar.gz ++++++
++++ 5052 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to