[SCM] Debian packaging of libnet-pcap-perl branch, master, updated. 8fe060278fd373d68644929ccfa1e92a09cfab72
Xavier Guimard
x.guimard at free.fr
Sat Mar 9 06:53:27 UTC 2013
The following commit has been merged in the master branch:
commit e4a09058fc73ad483953b203953e67cd6f0ec8ee
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sat Mar 9 07:45:45 2013 +0100
Remove safe_signals patch now included in upstream
diff --git a/debian/patches/safe_signals.patch b/debian/patches/safe_signals.patch
deleted file mode 100644
index 07cffdf..0000000
--- a/debian/patches/safe_signals.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Do not allow pcap_loop to be interrupted by signals
- Allowing pcap_loop to be interrupted by external signals causes segfaults
- on i386 architectures.
- This patch makes the Net::Pcap (0.16) module behave the same way as its
- previous release.
- Upstream is working on it since this feature can be useful for some people.
-Bug: RT#43308
-Bug-Debian: #508432
-Author: Martín Ferrari <tincho at debian.org>
-
---- libnet-pcap-perl.orig/Pcap.xs
-+++ libnet-pcap-perl/Pcap.xs
-@@ -410,10 +410,7 @@
- callback_fn = newSVsv(callback);
- user = newSVsv(user);
-
-- SAVE_signals = PL_signals; /* Allow the call to be interrupted by signals */
-- PL_signals |= PERL_SIGNALS_UNSAFE_FLAG;
- RETVAL = pcap_loop(p, cnt, callback_wrapper, (u_char *)user);
-- PL_signals = SAVE_signals;
-
- SvREFCNT_dec(user);
- SvREFCNT_dec(callback_fn);
--
Debian packaging of libnet-pcap-perl
More information about the Pkg-perl-cvs-commits
mailing list