Hello community,

here is the log from the commit of package perl-Crypt-SSLeay for 
openSUSE:Factory checked in at 2013-06-06 13:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-SSLeay (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Crypt-SSLeay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Crypt-SSLeay"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Crypt-SSLeay/perl-Crypt-SSLeay.changes      
2011-11-21 12:38:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-SSLeay.new/perl-Crypt-SSLeay.changes 
2013-06-06 13:12:01.000000000 +0200
@@ -1,0 +2,48 @@
+Mon Jun  3 16:03:46 UTC 2013 - [email protected]
+
+- updated to 0.64
+  - Drastically simplify Makefile.PL to resolve RT bugs #61249, #61324,
+    #63553, #68208, and #68084.
+  
+  - Forgot to update Changes for 0.63, so this version overrides that.
+  
+  - Trying to distinguish between good vs bad zero returns from underlying
+    SSL_read/SSL_write broke stuff (see RT bug #78695). Revert to previous
+    behavior.
+  
+  - Completely re-organize Makefile.PL. I hope these changes will help take
+    care of RT bugs #61324, #61249, #63553, and #68084 etc. This is not
+    necessarily finished, but I want to see what happens on CPAN Testers at
+    this point before making a few other minor changes.
+  
+  - Release 0.59_03 as 0.60 so distributions can pick up various fixes. The 
most
+    important one seems to be bug RT #70565. This should take care of bug RT
+    #77167
+  
+  - SSL_read and SSL_write now try to handle incomplete reads/writes (see bug 
RT
+    RT #64054). The current test suite does is not very comprehensive, so 
caution
+    is recommended at this point. Also, if you have good test cases, I would 
love
+    to incorporate them into the distribution.
+  
+  - Bump version number and upload to CPAN.
+  
+  - Forgot to update Changes for 0.59_01. The following is a combined list of
+    the more important fixes incorporated in both.
+  
+  - Bug RT #64054: Handle incomplete reads/writes better
+  
+  - Bug RT #73754: Add LWP::Protocol::https to PREREQ_PM
+  
+  - Bug RT #73755: Crypt-SSLeay does not verify hosts (yet). Don't let that
+    cause a failure during tests.
+  
+  - Streamline t/02-live.t using Try::Tiny and done_testing
+  
+  - Plus assorted related small changes.
+  
+  - L<text|scheme:...> is not supported in POD for 5.8.5 and earlier.
+  - TODOs in POD should stand out
+  - Add /boot/common/ssl and some other directories to unix_ssl_dirs (see bug
+    #60936).
+
+-------------------------------------------------------------------

Old:
----
  Crypt-SSLeay-0.58.tar.gz

New:
----
  Crypt-SSLeay-0.64.tar.gz

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

Other differences:
------------------
++++++ perl-Crypt-SSLeay.spec ++++++
--- /var/tmp/diff_new_pack.4O7CPM/_old  2013-06-06 13:12:01.000000000 +0200
+++ /var/tmp/diff_new_pack.4O7CPM/_new  2013-06-06 13:12:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-SSLeay
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Crypt-SSLeay
 %define cpan_name Crypt-SSLeay
 Summary:        OpenSSL support for LWP
-Version:        0.58
-Release:        2
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
+Version:        0.64
+Release:        0
 Url:            http://search.cpan.org/dist/Crypt-SSLeay/
-#Source:         
http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.58.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/N/NA/NANIS/%{cpan_name}-%{version}.tar.gz
 Patch:          %{cpan_name}-0.58.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
+BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MIME::Base64)
-BuildRequires:  openssl-devel
 #
-Requires:       perl(MIME::Base64)
 Requires:       openssl
+Requires:       perl(MIME::Base64)
+BuildRequires:  perl(LWP::Protocol::https) >= 6.02
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Try::Tiny) >= 0.09
+Requires:       perl(LWP::Protocol::https) >= 6.02
 
 %description
 This Perl module provides support for the HTTPS protocol under LWP, to
@@ -65,9 +66,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch -p1
-### rpmlint
-# wrong-file-end-of-line-encoding
-%{__perl} -pi -e 's|\r\n|\n|' README
 
 %build
 export CRYPT_SSLEAY_DEFAULT=/usr
@@ -92,11 +90,8 @@
 %endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc certs Changes eg README TODO
+%doc certs Changes eg README.md TODO
 
 %changelog

++++++ Crypt-SSLeay-0.58.tar.gz -> Crypt-SSLeay-0.64.tar.gz ++++++
++++ 2409 lines of diff (skipped)

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

Reply via email to