rpms/hping2/FC-3 hping2-bytesex.patch, NONE, 1.1 hping2.spec, 1.4, 1.5 hping2-x86_64.patch, 1.1, NONE

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Mon May 8 01:40:33 UTC 2006


Author: pwouters

Update of /cvs/extras/rpms/hping2/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21183

Modified Files:
	hping2.spec 
Added Files:
	hping2-bytesex.patch 
Removed Files:
	hping2-x86_64.patch 
Log Message:
merge 64bit patches


hping2-bytesex.patch:

--- NEW FILE hping2-bytesex.patch ---
--- bytesex.h.orig      2003-07-28 05:00:55.000000000 -0400
+++ bytesex.h   2006-05-07 21:19:31.000000000 -0400
@@ -9,6 +9,8 @@

 #if    defined(__i386__) \
 	|| defined(__alpha__) \
+	|| defined(__x86_64__) \
+	|| defined(__ia64__) \
 	|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
 #define BYTE_ORDER_LITTLE_ENDIAN
 #elif  defined(__mc68000__) \


Index: hping2.spec
===================================================================
RCS file: /cvs/extras/rpms/hping2/FC-3/hping2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hping2.spec	13 Feb 2005 11:49:15 -0000	1.4
+++ hping2.spec	8 May 2006 01:40:33 -0000	1.5
@@ -1,15 +1,15 @@
 Name:    hping2
 Version: 2.0.0
-Release: 0.3.rc3
-Epoch:   0 
-Summary: A software to do TCP/IP stack auditing and much more
+Release: 0.6.rc3%{?dist}
+
+Summary: TCP/IP stack auditing and much more
 
 Group: Applications/Internet
 License: GPL
-URL: http://www.hping.org/	
+URL: http://www.hping.org/
 Source0: http://www.hping.org/hping2.0.0-rc3.tar.gz
 Patch0: hping2-include.patch
-Patch1: hping2-x86_64.patch
+Patch1: hping2-bytesex.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libpcap
 
@@ -43,13 +43,18 @@
 
 %files
 %defattr(0644,root,root,0755)
+%doc COPYING *BUGS CHANGES README TODO docs/AS-BACKDOOR docs/HPING2-HOWTO.txt
+%doc docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man8/*
 
-%doc COPYING *BUGS CHANGES README TODO docs/AS-BACKDOOR docs/HPING2-HOWTO.txt 
-%doc docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt
-
 %changelog
+* Sun May 07 2006 Paul Wouters <paul at xelerance.com> - 2.0.0-0.6.rc3
+- Add patch to fix build on IA64
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Sun Feb 13 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.0.0-0.3.rc3
 - Add patch to fix build on x86_64
 


--- hping2-x86_64.patch DELETED ---




More information about the scm-commits mailing list