This commit is contained in:
commit
5d11a5f2a7
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
11
IO-Socket-SSL-1.02-store_set_flags.diff
Normal file
11
IO-Socket-SSL-1.02-store_set_flags.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- SSL.pm
|
||||
+++ SSL.pm
|
||||
@@ -727,7 +727,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 {
|
3
IO-Socket-SSL-1.02.tar.bz2
Normal file
3
IO-Socket-SSL-1.02.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:331ae73b40ee228b1730ca7cce9eeca440621d685b5eeda50d902f741c2cc6b9
|
||||
size 41256
|
146
perl-IO-Socket-SSL.changes
Normal file
146
perl-IO-Socket-SSL.changes
Normal file
@ -0,0 +1,146 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 12:18:37 CET 2006 - anicka@suse.cz
|
||||
|
||||
- update to 1.02
|
||||
* added some info to BUGS and to BUGS section of pod
|
||||
* added TELL and BINMODE to IO::Socket::SSL::SSL_HANDLE, even
|
||||
if they do nothing useful.
|
||||
* all tests allocate now the ports dynamically, so there should
|
||||
be no longer a conflict with open ports on the system where
|
||||
the tests run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 12:24:11 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 1.01
|
||||
* add support for Diffie Hellman Key Exchange.
|
||||
* accept_SSL sets errors on $socket (the accepted socket)
|
||||
not $self (the listening socket if called from accept)
|
||||
* many bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 14:54:30 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 0.993
|
||||
* added test for sysread/syswrite behavior
|
||||
* fix Makefile.PL to allow detectection of failures in PREREQ_PM
|
||||
* fix problems with HTTP::Daemon::SSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 17:07:11 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 0.99
|
||||
* Maintainer changed to <Steffen_Ullrich at genua dot de>
|
||||
* Better support for nonblocking sockets
|
||||
* Bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:39:46 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 12:46:17 CEST 2005 - mjancar@suse.cz
|
||||
|
||||
- update to 0.97
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 29 18:54:55 CEST 2004 - mls@suse.de
|
||||
|
||||
- use X509_STORE_set_flags instead of X509_STORE_CTX_set_flags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 19 13:10:44 CEST 2004 - mjancar@suse.cz
|
||||
|
||||
- update to 0.96
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 16:06:13 CET 2004 - mjancar@suse.cz
|
||||
|
||||
- update to 0.95
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 11:30:00 CET 2004 - adrian@suse.de
|
||||
|
||||
- build as user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 14:58:22 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- require the perl version we build with
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 13:21:17 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- update 0.94
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 16:44:45 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- adapt to perl-5.8.1
|
||||
- use %perl_process_packlist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 20:27:20 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- run make test
|
||||
- fix filelist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 12:40:04 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- remove unpackaged files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 14:51:46 CET 2002 - prehak@suse.cz
|
||||
|
||||
- updated to 0.92
|
||||
- added example directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 18:18:55 CET 2002 - prehak@suse.cz
|
||||
|
||||
- updated to version 0.901
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 11:01:40 CEST 2002 - prehak@suse.cz
|
||||
|
||||
- updated to version 0.81
|
||||
- added demo, util and more to documetation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
||||
|
||||
- remove race in .packlist generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 19:10:00 CET 2002 - rvasice@suse.cz
|
||||
|
||||
- update to version 0.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 14:19:33 CEST 2001 - rvasice@suse.cz
|
||||
|
||||
- removed make test - need network
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 15:54:06 CEST 2001 - rvasice@suse.cz
|
||||
|
||||
- update to version 0.79
|
||||
- add make test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 15:38:31 CET 2001 - cihlar@suse.cz
|
||||
|
||||
- update to version 0.77
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 11:34:51 CET 2000 - cihlar@suse.cz
|
||||
|
||||
- renamed p_iossl -> perl-IO-Socket-SSL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 10:47:31 CEST 2000 - cihlar@suse.cz
|
||||
|
||||
- package created
|
||||
|
137
perl-IO-Socket-SSL.spec
Normal file
137
perl-IO-Socket-SSL.spec
Normal file
@ -0,0 +1,137 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.02)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
BuildRequires: perl-Net_SSLeay perl-libwww-perl
|
||||
Version: 1.02
|
||||
Release: 1
|
||||
Provides: p_iossl
|
||||
Obsoletes: p_iossl
|
||||
Requires: perl-Net_SSLeay perl-libwww-perl
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
IO::Socket::SSL is a class implementing an object oriented interface to
|
||||
SSL sockets. The class is a descendant of IO::Socket::INET and provides
|
||||
a subset of the base class' interface methods.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
<aspa@kronodoc.fi>
|
||||
<Steffen_Ullrich@genua.de>
|
||||
|
||||
%prep
|
||||
%setup -q -n IO-Socket-SSL-%{version}
|
||||
%patch
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes BUGS README example util
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorlib}/IO
|
||||
%{perl_vendorarch}/auto/IO
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-IO-Socket-SSL
|
||||
* Wed Dec 13 2006 - anicka@suse.cz
|
||||
- update to 1.02
|
||||
* added some info to BUGS and to BUGS section of pod
|
||||
* added TELL and BINMODE to IO::Socket::SSL::SSL_HANDLE, even
|
||||
if they do nothing useful.
|
||||
* all tests allocate now the ports dynamically, so there should
|
||||
be no longer a conflict with open ports on the system where
|
||||
the tests run
|
||||
* Thu Sep 14 2006 - anicka@suse.cz
|
||||
- update to 1.01
|
||||
* add support for Diffie Hellman Key Exchange.
|
||||
* accept_SSL sets errors on $socket (the accepted socket)
|
||||
not $self (the listening socket if called from accept)
|
||||
* many bugfixes
|
||||
* Mon Jul 24 2006 - anicka@suse.cz
|
||||
- update to 0.993
|
||||
* added test for sysread/syswrite behavior
|
||||
* fix Makefile.PL to allow detectection of failures in PREREQ_PM
|
||||
* fix problems with HTTP::Daemon::SSL
|
||||
* Tue Jul 18 2006 - anicka@suse.cz
|
||||
- update to 0.99
|
||||
* Maintainer changed to <Steffen_Ullrich at genua dot de>
|
||||
* Better support for nonblocking sockets
|
||||
* Bugfixes
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Aug 01 2005 - mjancar@suse.cz
|
||||
- update to 0.97
|
||||
* Wed Sep 29 2004 - mls@suse.de
|
||||
- use X509_STORE_set_flags instead of X509_STORE_CTX_set_flags
|
||||
* Thu Aug 19 2004 - mjancar@suse.cz
|
||||
- update to 0.96
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
- update to 0.95
|
||||
* Sun Jan 11 2004 - adrian@suse.de
|
||||
- build as user
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
||||
- update 0.94
|
||||
* Thu Jul 17 2003 - mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
||||
- run make test
|
||||
- fix filelist
|
||||
* Tue May 20 2003 - mjancar@suse.cz
|
||||
- remove unpackaged files
|
||||
* Fri Dec 20 2002 - prehak@suse.cz
|
||||
- updated to 0.92
|
||||
- added example directory
|
||||
* Wed Dec 18 2002 - prehak@suse.cz
|
||||
- updated to version 0.901
|
||||
* Thu Jul 11 2002 - prehak@suse.cz
|
||||
- updated to version 0.81
|
||||
- added demo, util and more to documetation
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Mon Jan 14 2002 - rvasice@suse.cz
|
||||
- update to version 0.80
|
||||
* Fri Aug 24 2001 - rvasice@suse.cz
|
||||
- removed make test - need network
|
||||
* Tue Aug 14 2001 - rvasice@suse.cz
|
||||
- update to version 0.79
|
||||
- add make test
|
||||
* Tue Mar 13 2001 - cihlar@suse.cz
|
||||
- update to version 0.77
|
||||
* Fri Nov 10 2000 - cihlar@suse.cz
|
||||
- renamed p_iossl -> perl-IO-Socket-SSL
|
||||
* Wed Aug 23 2000 - cihlar@suse.cz
|
||||
- package created
|
Loading…
x
Reference in New Issue
Block a user