r59343 - in /trunk/libnet-ident-perl/debian: changelog patches/fix-errno-hash-readonly-error patches/series

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sun Jun 13 16:56:10 UTC 2010


Author: chrisb
Date: Sun Jun 13 16:56:00 2010
New Revision: 59343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59343
Log:
Added fix-errno-hash-readonly-error patch, fixing an error caused by
attempting to modify %! (a read-only tied hash).

Added:
    trunk/libnet-ident-perl/debian/patches/fix-errno-hash-readonly-error
Modified:
    trunk/libnet-ident-perl/debian/changelog
    trunk/libnet-ident-perl/debian/patches/series

Modified: trunk/libnet-ident-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/changelog?rev=59343&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/changelog (original)
+++ trunk/libnet-ident-perl/debian/changelog Sun Jun 13 16:56:00 2010
@@ -20,6 +20,8 @@
   * Improved package description.
   * Refreshed export-hooks patch.
   * Upped standards-version to 3.8.4 (no changes).
+  * Added fix-errno-hash-readonly-error patch, fixing an error caused by
+    attempting to modify %! (a read-only tied hash).
 
  -- Chris Butler <chrisb at debian.org>  Sun, 13 Jun 2010 15:34:04 +0100
 

Added: trunk/libnet-ident-perl/debian/patches/fix-errno-hash-readonly-error
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/fix-errno-hash-readonly-error?rev=59343&op=file
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/fix-errno-hash-readonly-error (added)
+++ trunk/libnet-ident-perl/debian/patches/fix-errno-hash-readonly-error Sun Jun 13 16:56:00 2010
@@ -1,0 +1,15 @@
+Description: Fix error caused when attempting to modify %! (readonly tied hash)
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=58360
+Author: Chris Butler <chrisb at debian.org>
+Last-Update: 2010-06-13
+
+--- a/Ident.pm
++++ b/Ident.pm
+@@ -204,7 +204,6 @@
+     # clear errno in case it contains EINPROGRESS
+     if($!{EINPROGRESS}) {
+         $! = 0;
+-        $!{EINPROGRESS} = 0;
+     }
+ 
+     # mark the state of the connection

Modified: trunk/libnet-ident-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/series?rev=59343&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/series (original)
+++ trunk/libnet-ident-perl/debian/patches/series Sun Jun 13 16:56:00 2010
@@ -1,2 +1,3 @@
+fix-errno-hash-readonly-error
 export-hooks.patch
 makefile_mod-perl.patch




More information about the Pkg-perl-cvs-commits mailing list