OBS User unknown 2008-07-25 14:59:59 +00:00 committed by Git OBS Bridge
parent f2063af2a5
commit aee830da59
6 changed files with 44 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- SSL.pm
+++ SSL.pm
@@ -938,7 +938,7 @@
if ($arg_hash->{'SSL_check_crl'}) {
if (Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x0090702f)
{
- Net::SSLeay::X509_STORE_CTX_set_flags
+ Net::SSLeay::X509_STORE_set_flags
(Net::SSLeay::CTX_get_cert_store($ctx),
Net::SSLeay::X509_V_FLAG_CRL_CHECK());
} else {

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f8fef59aaf922251af5d5781f783cff9606b64b2bcdd624429ef834e648caba
size 46991

View File

@ -0,0 +1,11 @@
--- SSL.pm
+++ SSL.pm
@@ -1303,7 +1303,7 @@
if ($arg_hash->{'SSL_check_crl'}) {
if (Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x0090702f) {
- Net::SSLeay::X509_STORE_CTX_set_flags(
+ Net::SSLeay::X509_STORE_set_flags(
Net::SSLeay::CTX_get_cert_store($ctx),
Net::SSLeay::X509_V_FLAG_CRL_CHECK()
);

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4ce8ccbf7eceae0be2d0fa0e483c70b9285c335095640d74c6d72a707c05058
size 55018

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 25 15:59:47 CEST 2008 - anicka@suse.cz
- update to 1.14
* added support for verification of hostname from certificate
including subjectAltNames, support for IDN etc
* automatic verification of hostnames with SSL_verifycn_scheme and
SSL_verifycn_name
* global setting of default context options like SSL_verifycn_scheme,
SSL_verify_mode with set_ctx_defaults
* fix import of inet4,inet6 which got broken within 1.13_X.
* clarified and enhanced debugging supppport
* put information into README regarding the supported
and recommanded version of Net::SSLeay
-------------------------------------------------------------------
Mon Jan 28 15:27:25 CET 2008 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-IO-Socket-SSL (Version 1.13)
# spec file for package perl-IO-Socket-SSL (Version 1.14)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,9 +10,10 @@
# norootforbuild
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net_SSLeay perl-libwww-perl
Version: 1.13
Version: 1.14
Release: 1
Provides: p_iossl
Obsoletes: p_iossl
@ -66,6 +67,18 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Fri Jul 25 2008 anicka@suse.cz
- update to 1.14
* added support for verification of hostname from certificate
including subjectAltNames, support for IDN etc
* automatic verification of hostnames with SSL_verifycn_scheme and
SSL_verifycn_name
* global setting of default context options like SSL_verifycn_scheme,
SSL_verify_mode with set_ctx_defaults
* fix import of inet4,inet6 which got broken within 1.13_X.
* clarified and enhanced debugging supppport
* put information into README regarding the supported
and recommanded version of Net::SSLeay
* Mon Jan 28 2008 anicka@suse.cz
- update to 1.13
* removed CLONE_SKIP which was added in 1.03 because this breaks