|
|
Author: rnorwood
Update of /cvs/dist/rpms/perl-Crypt-SSLeay/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19013
Modified Files:
perl-Crypt-SSLeay-openssl-098.patch perl-Crypt-SSLeay.spec
Log Message:
Resolves: bug#217138 - fix a segfault on x86_64.
perl-Crypt-SSLeay-openssl-098.patch:
SSLeay.xs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: perl-Crypt-SSLeay-openssl-098.patch
===================================================================
RCS file:
/cvs/dist/rpms/perl-Crypt-SSLeay/devel/perl-Crypt-SSLeay-openssl-098.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-SSLeay-openssl-098.patch 10 Nov 2005 11:09:57 -0000 1.1
+++ perl-Crypt-SSLeay-openssl-098.patch 27 Nov 2006 18:09:23 -0000 1.2
@@ -1,10 +1,11 @@
--- Crypt-SSLeay-0.51/SSLeay.xs.openssl-098 2005-11-10 11:03:14.000000000
+0100
+++ Crypt-SSLeay-0.51/SSLeay.xs 2005-11-10 12:05:56.000000000 +0100
-@@ -110,6 +110,7 @@
+@@ -107,7 +107,7 @@
+ int rand_bytes_read;
if(!bNotFirstTime) {
- SSLeay_add_all_algorithms();
-+ SSL_library_init();
+- SSLeay_add_all_algorithms();
++ SSL_library_init();
SSL_load_error_strings();
ERR_load_crypto_strings();
bNotFirstTime = 1;
Index: perl-Crypt-SSLeay.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-Crypt-SSLeay/devel/perl-Crypt-SSLeay.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- perl-Crypt-SSLeay.spec 17 Oct 2006 18:07:55 -0000 1.21
+++ perl-Crypt-SSLeay.spec 27 Nov 2006 18:09:23 -0000 1.22
@@ -1,7 +1,7 @@
Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support
Name: perl-Crypt-SSLeay
Version: 0.51
-Release: 11%{?dist}
+Release: 12%{?dist}
License: GPL or Artistic
Group: Development/Libraries
Source0:
http://www.cpan.org/authors/id/C/CH/CHAMAS/Crypt-SSLeay-%{version}.tar.gz
@@ -74,6 +74,10 @@
%{_mandir}/man3/*.3*
%changelog
+* Mon Nov 27 2006 Robin Norwood <rnorwood@xxxxxxxxxx> - 0.51-12
+- Resolves: bug#217138
+- fix a segfault on x86_64
+
* Tue Oct 17 2006 Robin Norwood <rnorwood@xxxxxxxxxx> - 0.51-10
- Filter out Provides perl(DB)
- bug #205562
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|