r33049 - in /branches/lenny/libnet-rawip-perl/debian: changelog patches/fix_pcapinit_segfault patches/series

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sat Apr 11 17:44:33 UTC 2009


Author: gwolf
Date: Sat Apr 11 17:44:28 2009
New Revision: 33049

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33049
Log:
Actually included patch, bug number

Added:
    branches/lenny/libnet-rawip-perl/debian/patches/fix_pcapinit_segfault
Modified:
    branches/lenny/libnet-rawip-perl/debian/changelog
    branches/lenny/libnet-rawip-perl/debian/patches/series

Modified: branches/lenny/libnet-rawip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libnet-rawip-perl/debian/changelog?rev=33049&op=diff
==============================================================================
--- branches/lenny/libnet-rawip-perl/debian/changelog (original)
+++ branches/lenny/libnet-rawip-perl/debian/changelog Sat Apr 11 17:44:28 2009
@@ -1,7 +1,7 @@
-libnet-rawip-perl (0.23-2+lenny1) unstable; urgency=low
+libnet-rawip-perl (0.23-2+lenny1) stable; urgency=low
 
   * Added myself as an uploader
-  * Included patch by Franck Joncourt fixing segfault upon pcapinit function use 
+  * Included patch by Franck Joncourt fixing segfault upon pcapinit function use (Closes: #523351)
 
  -- Gunnar Wolf <gwolf at debian.org>  Sat, 11 Apr 2009 12:04:39 -0500
 

Added: branches/lenny/libnet-rawip-perl/debian/patches/fix_pcapinit_segfault
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libnet-rawip-perl/debian/patches/fix_pcapinit_segfault?rev=33049&op=file
==============================================================================
--- branches/lenny/libnet-rawip-perl/debian/patches/fix_pcapinit_segfault (added)
+++ branches/lenny/libnet-rawip-perl/debian/patches/fix_pcapinit_segfault Sat Apr 11 17:44:28 2009
@@ -1,0 +1,12 @@
+Index: libnet-rawip-perl/RawIP.xs
+===================================================================
+--- libnet-rawip-perl.orig/RawIP.xs	2009-04-11 12:36:10.000000000 -0500
++++ libnet-rawip-perl/RawIP.xs	2009-04-11 12:36:22.000000000 -0500
+@@ -1454,7 +1454,6 @@
+ CODE:
+     fp = (struct bpf_program *)safemalloc(sizeof(struct bpf_program));
+     RETVAL = pcap_compile(p,fp,str,optimize,netmask);
+-    Safefree(fp);
+ OUTPUT: 
+     fp
+     RETVAL

Modified: branches/lenny/libnet-rawip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libnet-rawip-perl/debian/patches/series?rev=33049&op=diff
==============================================================================
--- branches/lenny/libnet-rawip-perl/debian/patches/series (original)
+++ branches/lenny/libnet-rawip-perl/debian/patches/series Sat Apr 11 17:44:28 2009
@@ -1,1 +1,2 @@
+fix_pcapinit_segfault
 tests_no_network.patch




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