[perl-Socket] 2.000 bump

Petr Pisar ppisar at fedoraproject.org
Wed Mar 14 15:41:37 UTC 2012


commit 7c09c595175fe447419427d8b5e2c2fd08d8971b
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 14 16:41:16 2012 +0100

    2.000 bump

 .gitignore       |    1 +
 perl-Socket.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e20ac7e..a0573d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Socket-1.97.tar.gz
 /Socket-1.98.tar.gz
 /Socket-1.99.tar.gz
+/Socket-2.000.tar.gz
diff --git a/perl-Socket.spec b/perl-Socket.spec
index 1c0519d..9f93043 100644
--- a/perl-Socket.spec
+++ b/perl-Socket.spec
@@ -1,4 +1,4 @@
-%global cpan_version 1.99
+%global cpan_version 2.000
 Name:           perl-Socket
 Version:        %(eval echo '%{cpan_version}' | tr '_' '.')
 Release:        1%{?dist}
@@ -52,6 +52,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 14 2012 Petr Pisar <ppisar at redhat.com> - 2.000-1
+- 2.000 bump
+- Fix a buffer overflow (RT#75623)
+
 * Wed Feb 22 2012 Petr Pisar <ppisar at redhat.com> - 1.99-1
 - 1.99 bump
 
diff --git a/sources b/sources
index 736ee22..96f3fc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56be31c3ab15a7b4a4dcb810d80e9ac9  Socket-1.99.tar.gz
+b90932492a85571a8e88c102dbdf9266  Socket-2.000.tar.gz



More information about the perl-devel mailing list