Update to 1.30 (fix memleak when SSL handshake failed) Add buildreq procps
needed for memleak test
This commit is contained in:
parent
fbcd92fb28
commit
408353c256
@ -1 +1 @@
|
||||
IO-Socket-SSL-1.27.tar.gz
|
||||
IO-Socket-SSL-1.30.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.27
|
||||
Version: 1.30
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
|
||||
BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) >= 1.21
|
||||
BuildRequires: procps
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Net::LibIDN)
|
||||
|
||||
@ -60,6 +61,10 @@ done
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2009 Paul Howarth <paul@city-fan.org> - 1.30-1
|
||||
- Update to 1.30 (fix memleak when SSL handshake failed)
|
||||
- Add buildreq procps needed for memleak test
|
||||
|
||||
* Mon Jul 27 2009 Paul Howarth <paul@city-fan.org> - 1.27-1
|
||||
- Update to 1.27
|
||||
- various regex fixes for i18n and service names
|
||||
|
Loading…
Reference in New Issue
Block a user