commit dddca5aa7c2abd48af5d19814cf42c2b6e093b0e Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Mar 28 13:42:49 2012 +0200 2.001 bump .gitignore | 1 + ...x-AF_UNIX-sockaddr-padding-initialization.patch | 26 -------------------- perl-Socket.spec | 10 ++++---- sources | 2 +- 4 files changed, 7 insertions(+), 32 deletions(-) --- diff --git a/.gitignore b/.gitignore index caaa840..d8db76a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Socket-1.96.tar.gz /Socket-1.97.tar.gz /Socket-2.000.tar.gz +/Socket-2.001.tar.gz diff --git a/perl-Socket.spec b/perl-Socket.spec index e0d3373..94d013a 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -1,14 +1,12 @@ -%global cpan_version 2.000 +%global cpan_version 2.001 Name: perl-Socket Version: %(eval echo '%{cpan_version}' | tr '_' '.') -Release: 3%{?dist} +Release: 1%{?dist} Summary: C socket.h defines and structure manipulators License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Socket/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{cpan_version}.tar.gz -# Bug #806543, CPAN RT#76067 -Patch0: Socket-2.000-Fix-AF_UNIX-sockaddr-padding-initialization.patch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::Constant) >= 0.23 @@ -32,7 +30,6 @@ includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. %prep %setup -q -n Socket-%{cpan_version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -55,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Mar 28 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 2.001-1 +- 2.001 bump (bug-fixing release) + * Tue Mar 27 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 2.000-3 - Fix invalid write while unpacking AF_UNIX sockaddr (bug #806543) diff --git a/sources b/sources index 96f3fc2..8adca73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b90932492a85571a8e88c102dbdf9266 Socket-2.000.tar.gz +6bd842241466568b0fcce0688ecff27c Socket-2.001.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel