This commit is contained in:
committed by
Git OBS Bridge
parent
ecc920fd11
commit
18776d199c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7590f94801a329baf0e514bed83fed6c2fb503b5f2d7115f2e65488baf7adf29
|
||||
size 42206
|
@@ -1,6 +1,6 @@
|
||||
--- SSL.pm
|
||||
+++ SSL.pm
|
||||
@@ -727,7 +727,7 @@
|
||||
@@ -938,7 +938,7 @@
|
||||
if ($arg_hash->{'SSL_check_crl'}) {
|
||||
if (Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x0090702f)
|
||||
{
|
3
IO-Socket-SSL-1.09.tar.bz2
Normal file
3
IO-Socket-SSL-1.09.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f95a726f45b4ee814e1c9d5d5f3b5b72f8e2ad1704cc8951efdb2787b80d7c69
|
||||
size 43655
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 09:24:08 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- update to 1.09
|
||||
* new method stop_SSL as opposite of start_SSL
|
||||
* try to make it clearer that thread support is buggy
|
||||
* make sure that Scalar::Util has support for dualvar
|
||||
(Makefile.PL,SSL.pm) because the perl*only version has
|
||||
has no dualvar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 09:36:41 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.07)
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.09)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,16 +12,16 @@
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
BuildRequires: perl-Net_SSLeay perl-libwww-perl
|
||||
Version: 1.07
|
||||
Version: 1.09
|
||||
Release: 1
|
||||
Provides: p_iossl
|
||||
Obsoletes: p_iossl
|
||||
Requires: perl-Net_SSLeay perl-libwww-perl
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/IO
|
||||
Url: http://cpan.org/modules/by-module/IO
|
||||
Summary: IO::Socket::SSL Perl Module
|
||||
Source: IO-Socket-SSL-%{version}.tar.bz2
|
||||
Patch: IO-Socket-SSL-%{version}-store_set_flags.diff
|
||||
@@ -64,8 +64,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorlib}/IO
|
||||
%{perl_vendorarch}/auto/IO
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2007 - anicka@suse.cz
|
||||
- update to 1.09
|
||||
* new method stop_SSL as opposite of start_SSL
|
||||
* try to make it clearer that thread support is buggy
|
||||
* make sure that Scalar::Util has support for dualvar
|
||||
(Makefile.PL,SSL.pm) because the perl*only version has
|
||||
has no dualvar
|
||||
* Mon Jun 11 2007 - anicka@suse.cz
|
||||
- update to 1.07
|
||||
* fix t/nonblock.t on systems which have by default a larger
|
||||
|
Reference in New Issue
Block a user