|
|
@@ -1,6 +1,6 @@
|
|
|
-Index: Net-Packet-2.20/Makefile.PL
|
|
|
---- Net-Packet-2.20/Makefile.PL.orig 2006-03-20 14:39:00 +0100
|
|
|
-+++ Net-Packet-2.20/Makefile.PL 2006-03-20 14:39:11 +0100
|
|
|
+Index: Net-Packet-2.22/Makefile.PL
|
|
|
+--- Net-Packet-2.22/Makefile.PL.orig 2006-05-12 23:31:02 +0200
|
|
|
++++ Net-Packet-2.22/Makefile.PL 2006-05-13 21:24:20 +0200
|
|
|
@@ -1,8 +1,5 @@
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
|
|
@@ -11,16 +11,16 @@ Index: Net-Packet-2.20/Makefile.PL
|
|
|
NAME => 'Net::Packet',
|
|
|
VERSION_FROM => 'Packet.pm',
|
|
|
@@ -10,7 +7,6 @@
|
|
|
- Time::HiRes => 0,
|
|
|
- Net::Pcap => '0.12',
|
|
|
- Net::IPv6Addr => 0,
|
|
|
-- Socket6 => 0,
|
|
|
- Class::Gomor::Hash => '0.22',
|
|
|
- Bit::Vector => 0,
|
|
|
- Net::Write => 0,
|
|
|
+ Time::HiRes => 0,
|
|
|
+ Net::Pcap => '0.12',
|
|
|
+ Net::IPv6Addr => 0,
|
|
|
+- Socket6 => 0,
|
|
|
+ Class::Gomor => 0,
|
|
|
+ Bit::Vector => 0,
|
|
|
+ Net::Write => 0,
|
|
|
Index: Net-Patricia-1.014/libpatricia/patricia.c
|
|
|
--- Net-Patricia-1.014/libpatricia/patricia.c.orig 2005-12-07 21:55:39 +0100
|
|
|
-+++ Net-Patricia-1.014/libpatricia/patricia.c 2006-03-12 18:50:42 +0100
|
|
|
++++ Net-Patricia-1.014/libpatricia/patricia.c 2006-05-13 21:21:45 +0200
|
|
|
@@ -38,24 +38,24 @@
|
|
|
/* prefix_tochar
|
|
|
* convert prefix information to bytes
|
|
|
@@ -130,7 +130,7 @@ Index: Net-Patricia-1.014/libpatricia/patricia.c
|
|
|
assert (patricia);
|
|
|
Index: Net-Patricia-1.014/libpatricia/patricia.h
|
|
|
--- Net-Patricia-1.014/libpatricia/patricia.h.orig 2005-12-07 21:54:52 +0100
|
|
|
-+++ Net-Patricia-1.014/libpatricia/patricia.h 2006-03-12 18:50:42 +0100
|
|
|
++++ Net-Patricia-1.014/libpatricia/patricia.h 2006-05-13 21:21:45 +0200
|
|
|
@@ -15,10 +15,10 @@
|
|
|
#ifndef _PATRICIA_H
|
|
|
#define _PATRICIA_H
|
|
|
@@ -183,8 +183,8 @@ Index: Net-Patricia-1.014/libpatricia/patricia.h
|
|
|
} patricia_tree_t;
|
|
|
|
|
|
Index: Net-Pcap-0.12/Makefile.PL
|
|
|
---- Net-Pcap-0.12/Makefile.PL.orig 2005-12-27 18:33:55 +0100
|
|
|
-+++ Net-Pcap-0.12/Makefile.PL 2006-03-12 18:50:42 +0100
|
|
|
+--- Net-Pcap-0.12/Makefile.PL.orig 2006-03-14 20:33:13 +0100
|
|
|
++++ Net-Pcap-0.12/Makefile.PL 2006-05-13 21:21:45 +0200
|
|
|
@@ -21,7 +21,8 @@
|
|
|
|
|
|
} else {
|
|
|
@@ -196,8 +196,8 @@ Index: Net-Pcap-0.12/Makefile.PL
|
|
|
|
|
|
for my $arg (@ARGV) {
|
|
|
Index: Net-Pcap-0.12/Pcap.xs
|
|
|
---- Net-Pcap-0.12/Pcap.xs.orig 2006-03-20 14:37:24 +0100
|
|
|
-+++ Net-Pcap-0.12/Pcap.xs 2006-03-20 14:37:33 +0100
|
|
|
+--- Net-Pcap-0.12/Pcap.xs.orig 2006-03-14 20:58:53 +0100
|
|
|
++++ Net-Pcap-0.12/Pcap.xs 2006-05-13 21:21:45 +0200
|
|
|
@@ -33,7 +33,7 @@
|
|
|
#define NEED_sv_2pv_nolen 1
|
|
|
#include "ppport.h"
|