rpms/perl-IO-Socket-SSL/F-13 .cvsignore, 1.22, 1.23 perl-IO-Socket-SSL.spec, 1.27, 1.28 sources, 1.22, 1.23

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 17 16:43:49 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21889

Modified Files:
	.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.33


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-13/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	27 Sep 2009 21:01:01 -0000	1.22
+++ .cvsignore	17 Mar 2010 16:43:49 -0000	1.23
@@ -1 +1 @@
-IO-Socket-SSL-1.31.tar.gz
+IO-Socket-SSL-1.33.tar.gz


Index: perl-IO-Socket-SSL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-13/perl-IO-Socket-SSL.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- perl-IO-Socket-SSL.spec	7 Dec 2009 10:54:01 -0000	1.27
+++ perl-IO-Socket-SSL.spec	17 Mar 2010 16:43:49 -0000	1.28
@@ -4,8 +4,8 @@
 #
 
 Name:		perl-IO-Socket-SSL
-Version:	1.31
-Release:	2%{?dist}
+Version:	1.33
+Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -42,8 +42,8 @@ done
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{_fixperms} %{buildroot}
 
 %check
 # Avoid running the session tests (spawns servers, requires 3 free ports
@@ -61,8 +61,17 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Wed Mar 17 2010 Paul Howarth <paul at city-fan.org> - 1.33-1
+- Update to 1.33
+  - attempt to make t/memleak_bad_handshake.t more stable
+  - fix hostname checking: only check an IP against subjectAltName GEN_IPADD
+
+* Tue Feb 23 2010 Paul Howarth <paul at city-fan.org> - 1.32-1
+- Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar support)
+- Use %%{_fixperms} macro instead of our own %%{__chmod} incantation
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.31-2
-- rebuild against perl 5.10.1
+- Rebuild against perl 5.10.1
 
 * Sun Sep 27 2009 Paul Howarth <paul at city-fan.org> - 1.31-1
 - Update to 1.31 (see Changes for details)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-13/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	27 Sep 2009 21:01:01 -0000	1.22
+++ sources	17 Mar 2010 16:43:49 -0000	1.23
@@ -1 +1 @@
-3a51c3f603ee242d5869e8ffd51b989b  IO-Socket-SSL-1.31.tar.gz
+e288b5cda3de1f4cbf15e2eb709e9d7c  IO-Socket-SSL-1.33.tar.gz




More information about the perl-devel mailing list