OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=15
This commit is contained in:
parent
3ea4ac4e3a
commit
c229eb044c
25
IO-Socket-SSL-1.16-wildcard-typo.diff
Normal file
25
IO-Socket-SSL-1.16-wildcard-typo.diff
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 379f2843b96daf2f5aa575f56df5325d812056a3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
||||||
|
Date: Mon, 17 Nov 2008 14:44:02 +0100
|
||||||
|
Subject: [PATCH] fix typo
|
||||||
|
|
||||||
|
---
|
||||||
|
SSL.pm | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/SSL.pm b/SSL.pm
|
||||||
|
index 68fddf3..32c48b9 100644
|
||||||
|
--- a/SSL.pm
|
||||||
|
+++ b/SSL.pm
|
||||||
|
@@ -1084,7 +1084,7 @@ sub dump_peer_certificate {
|
||||||
|
|
||||||
|
if ( $scheme->{check_cn} eq 'always' or
|
||||||
|
$scheme->{check_cn} eq 'when_only' and !$alt_dnsNames) {
|
||||||
|
- $check_name->($commonName,$identity,$scheme->{wildcars_in_cn})
|
||||||
|
+ $check_name->($commonName,$identity,$scheme->{wildcards_in_cn})
|
||||||
|
and return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
--
|
||||||
|
1.6.0.2
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 17 16:45:47 CET 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
- fix typo that prevented wildcards in CN (bnc#445678)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 6 15:05:26 CEST 2008 - anicka@suse.cz
|
Mon Oct 6 15:05:26 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||||
Version: 1.16
|
Version: 1.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Provides: p_iossl
|
Provides: p_iossl
|
||||||
Obsoletes: p_iossl
|
Obsoletes: p_iossl
|
||||||
Requires: perl-Net-SSLeay perl-libwww-perl
|
Requires: perl-Net-SSLeay perl-libwww-perl
|
||||||
@ -32,6 +32,7 @@ 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
|
Summary: IO::Socket::SSL Perl Module
|
||||||
Source: IO-Socket-SSL-%{version}.tar.bz2
|
Source: IO-Socket-SSL-%{version}.tar.bz2
|
||||||
|
Patch: IO-Socket-SSL-1.16-wildcard-typo.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,6 +49,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n IO-Socket-SSL-%{version}
|
%setup -q -n IO-Socket-SSL-%{version}
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
@ -77,6 +79,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 17 2008 lnussel@suse.de
|
||||||
|
- fix typo that prevented wildcards in CN (bnc#445678)
|
||||||
* Mon Oct 06 2008 anicka@suse.cz
|
* Mon Oct 06 2008 anicka@suse.cz
|
||||||
- update to 1.16
|
- update to 1.16
|
||||||
* change code for SSL_check_crl to use X509_STORE_set_flags
|
* change code for SSL_check_crl to use X509_STORE_set_flags
|
||||||
@ -92,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Mon Aug 18 2008 ro@suse.de
|
* Mon Aug 18 2008 ro@suse.de
|
||||||
- hack to build also in buildservice where 127.0.0.1 can
|
- hack to build also in buildservice where 127.0.0.1 can
|
||||||
resolve to the hostname instead of localhost
|
resolve to the hostname instead of localhost
|
||||||
* Mon Aug 04 2008 ro@suse.de
|
* Sun Aug 03 2008 ro@suse.de
|
||||||
- update require for Net_SSLeay to Net-SSLeay
|
- update require for Net_SSLeay to Net-SSLeay
|
||||||
* Fri Jul 25 2008 anicka@suse.cz
|
* Fri Jul 25 2008 anicka@suse.cz
|
||||||
- update to 1.14
|
- update to 1.14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user