rpms/hping2/devel hping2-include.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 hping2.spec, 1.2, 1.3 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 12 21:07:27 UTC 2004


Changeset from: scop

Update of /cvs/extras/rpms/hping2/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv31922

Modified Files:
	.cvsignore hping2.spec sources 
Added Files:
	hping2-include.patch 
Log Message:
Sync with hping2-2.0.0-0.fdr.0.2.rc3 from Adrian (b.f.u #1700).

hping2-include.patch:

--- NEW FILE hping2-include.patch ---
--- libpcap_stuff.c.orig	2004-12-08 07:53:11.000000000 +0100
+++ libpcap_stuff.c	2004-12-08 07:53:27.000000000 +0100
@@ -17,7 +17,7 @@
 #include <stdlib.h>
 #include <sys/ioctl.h>
 #include <pcap.h>
-#include <net/bpf.h>
+#include <pcap-bpf.h>
 
 #include "globals.h"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hping2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:32:52 -0000	1.2
+++ .cvsignore	12 Dec 2004 21:07:25 -0000	1.3
@@ -1 +1 @@
-hping2.0.0-rc2.tar.gz
+hping2.0.0-rc3.tar.gz


Index: hping2.spec
===================================================================
RCS file: /cvs/extras/rpms/hping2/devel/hping2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hping2.spec	8 Nov 2004 04:32:58 -0000	1.2
+++ hping2.spec	12 Dec 2004 21:07:25 -0000	1.3
@@ -1,19 +1,16 @@
 Name:    hping2
 Version: 2.0.0
-Release: 0.fdr.0.2.rc2.1
+Release: 0.2.rc3
 Epoch:   0 
 Summary: A software to do TCP/IP stack auditing and much more
 
 Group: Applications/Internet
 License: GPL
 URL: http://www.hping.org/	
-Source0: http://www.hping.org/hping2.0.0-rc2.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
-
-Vendor: Fedora Linux, http://www.fedora.us/
-
-BuildRequires:	libpcap
-Requires: libpcap
+Source0: http://www.hping.org/hping2.0.0-rc3.tar.gz
+Patch0: hping2-include.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libpcap
 
 %description
 hping2 is a network tool able to send custom ICMP/UDP/TCP packets and
@@ -22,7 +19,8 @@
 in order to transfer files under supported protocols.
 
 %prep
-%setup -q -n hping2-rc2
+%setup -q -n hping2-rc3
+%patch0 -p0
 
 %build
 %configure --force-libpcap
@@ -50,6 +48,12 @@
 %doc docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt
 
 %changelog
+* Wed Dec 08 2004 Adrian Reber <adrian at lisas.de> - 0:2.0.0-0.2.rc3
+- fixed compile bug (fedora.us bug #1700)
+- updated to 2.0.0-rc3
+- changed buildroot
+- removed requires libpcap
+
 * Tue Oct 07 2003 Miguel Armas <kuko at maarmas.com> - 2.0.0-0.fdr.0.2.rc2
 - Some SPEC cleanups
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hping2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:32:52 -0000	1.2
+++ sources	12 Dec 2004 21:07:25 -0000	1.3
@@ -1 +1 @@
-f9ab1f84ec89f2a1c428988231d554b0  hping2.0.0-rc2.tar.gz
+029bf240f2e0545b664b2f8b9118d9e8  hping2.0.0-rc3.tar.gz




More information about the scm-commits mailing list