Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/hping/files: hping-3_pre20051105-ldflags.patch hping-3_pre20051105.patch hping-3_pre20051105-libtcl.patch hping-3_pre20051105-tcl.patch hping-3_pre20051105-scan-overflow.patch
Date: Tue, 01 Oct 2013 15:08:53
Message-Id: 20131001150849.699132004C@flycatcher.gentoo.org
1 jer 13/10/01 15:08:49
2
3 Modified: hping-3_pre20051105-ldflags.patch
4 hping-3_pre20051105.patch
5 hping-3_pre20051105-libtcl.patch
6 hping-3_pre20051105-tcl.patch
7 hping-3_pre20051105-scan-overflow.patch
8 Log:
9 Clean up patches. Add dev-lang/tcl-8.6 support (maybe bug #486664).
10
11 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
12
13 Revision Changes Path
14 1.2 net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch?r1=1.1&r2=1.2
19
20 Index: hping-3_pre20051105-ldflags.patch
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- hping-3_pre20051105-ldflags.patch 22 Dec 2009 20:26:02 -0000 1.1
27 +++ hping-3_pre20051105-ldflags.patch 1 Oct 2013 15:08:49 -0000 1.2
28 @@ -1,5 +1,5 @@
29 ---- Makefile.in.org 2009-12-22 21:06:55.000000000 +0100
30 -+++ Makefile.in 2009-12-22 21:09:17.000000000 +0100
31 +--- a/Makefile.in
32 ++++ b/Makefile.in
33 @@ -50,11 +50,11 @@
34 $(RANLIB) $@
35
36
37
38
39 1.2 net-analyzer/hping/files/hping-3_pre20051105.patch
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105.patch?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105.patch?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105.patch?r1=1.1&r2=1.2
44
45 Index: hping-3_pre20051105.patch
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105.patch,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hping-3_pre20051105.patch 13 Nov 2006 23:11:41 -0000 1.1
52 +++ hping-3_pre20051105.patch 1 Oct 2013 15:08:49 -0000 1.2
53 @@ -1,5 +1,5 @@
54 ---- libpcap_stuff.c.old 2004-06-15 18:38:08.062799704 +1200
55 -+++ libpcap_stuff.c 2004-06-15 18:38:22.515602544 +1200
56 +--- a/libpcap_stuff.c
57 ++++ b/libpcap_stuff.c
58 @@ -17,7 +17,7 @@
59 #include <stdlib.h>
60 #include <sys/ioctl.h>
61 @@ -9,8 +9,8 @@
62
63 #include "globals.h"
64
65 ---- script.c.old 2004-06-15 18:38:59.135035544 +1200
66 -+++ script.c 2004-06-15 18:39:11.210199840 +1200
67 +--- a/script.c
68 ++++ b/script.c
69 @@ -24,7 +24,7 @@
70
71 #include <sys/ioctl.h>
72 @@ -20,8 +20,8 @@
73
74 #include "release.h"
75 #include "hping2.h"
76 ---- configure.old 2004-06-15 19:00:55.992842728 +1200
77 -+++ configure 2004-06-15 19:00:04.961600656 +1200
78 +--- a/configure
79 ++++ b/configure
80 @@ -93,7 +93,7 @@
81 else
82 USE_TCL=""
83 @@ -31,8 +31,8 @@
84 fi
85 fi
86 if [ -n $USE_TCL ]
87 ---- Makefile.in.orig 2006-10-31 01:21:53.000000000 +0100
88 -+++ Makefile.in 2006-10-31 01:22:08.000000000 +0100
89 +--- a/Makefile.in
90 ++++ b/Makefile.in
91 @@ -52,9 +52,6 @@
92 hping3: byteorder.h $(OBJ)
93 $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
94
95
96
97 1.2 net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch?rev=1.2&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch?rev=1.2&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch?r1=1.1&r2=1.2
102
103 Index: hping-3_pre20051105-libtcl.patch
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch,v
106 retrieving revision 1.1
107 retrieving revision 1.2
108 diff -u -r1.1 -r1.2
109 --- hping-3_pre20051105-libtcl.patch 23 Dec 2009 14:02:25 -0000 1.1
110 +++ hping-3_pre20051105-libtcl.patch 1 Oct 2013 15:08:49 -0000 1.2
111 @@ -2,8 +2,8 @@
112 the version of the library anyway, so why not use TCL_VER, which is found using
113 a slightly less fishy method. -JeR
114
115 ---- configure.org 2009-12-23 14:53:34.000000000 +0100
116 -+++ configure 2009-12-23 14:56:34.000000000 +0100
117 +--- a/configure
118 ++++ b/configure
119 @@ -98,8 +98,7 @@
120 fi
121 if [ -n $USE_TCL ]
122
123
124
125 1.2 net-analyzer/hping/files/hping-3_pre20051105-tcl.patch
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch?rev=1.2&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch?rev=1.2&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch?r1=1.1&r2=1.2
130
131 Index: hping-3_pre20051105-tcl.patch
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch,v
134 retrieving revision 1.1
135 retrieving revision 1.2
136 diff -u -r1.1 -r1.2
137 --- hping-3_pre20051105-tcl.patch 22 Dec 2009 20:26:02 -0000 1.1
138 +++ hping-3_pre20051105-tcl.patch 1 Oct 2013 15:08:49 -0000 1.2
139 @@ -1,11 +1,11 @@
140 ---- configure.org 2009-12-22 21:05:11.000000000 +0100
141 -+++ configure 2009-12-22 21:06:07.000000000 +0100
142 +--- a/configure
143 ++++ b/configure
144 @@ -63,7 +63,7 @@
145 #
146 for TCLPATH_TRY in "/usr/bin/" "/usr/local/bin/" "/bin/"
147 do
148 - for TCLVER_TRY in "8.4" "8.3" "8.2" "8.1" "8.0"
149 -+ for TCLVER_TRY in "8.5" "8.4" "8.3" "8.2" "8.1" "8.0"
150 ++ for TCLVER_TRY in "8.6" "8.5" "8.4" "8.3" "8.2" "8.1" "8.0"
151 do
152 if [ -z $TCLSH ]
153 then
154
155
156
157 1.2 net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch
158
159 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch?rev=1.2&view=markup
160 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch?rev=1.2&content-type=text/plain
161 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch?r1=1.1&r2=1.2
162
163 Index: hping-3_pre20051105-scan-overflow.patch
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch,v
166 retrieving revision 1.1
167 retrieving revision 1.2
168 diff -u -r1.1 -r1.2
169 --- hping-3_pre20051105-scan-overflow.patch 30 Nov 2010 21:30:45 -0000 1.1
170 +++ hping-3_pre20051105-scan-overflow.patch 1 Oct 2013 15:08:49 -0000 1.2
171 @@ -1,5 +1,5 @@
172 ---- a/scan.c 2003-10-22 12:41:00.000000000 +0200
173 -+++ b/scan.c 2010-11-30 22:19:23.000000000 +0100
174 +--- a/scan.c
175 ++++ b/scan.c
176 @@ -456,7 +456,7 @@
177 continue;
178 /* time to copy headers in a safe place */