rpms/hping2/FC-4 hping2-bytesex.patch, NONE, 1.1 hping2.spec, 1.6, 1.7 hping2-x86_64.patch, 1.1, NONE

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


Author: pwouters

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

Modified Files:
	hping2.spec 
Added Files:
	hping2-bytesex.patch 
Removed Files:
	hping2-x86_64.patch 
Log Message:
merged 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-4/hping2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hping2.spec	6 Apr 2005 22:12:01 -0000	1.6
+++ hping2.spec	8 May 2006 01:33:04 -0000	1.7
@@ -1,6 +1,6 @@
 Name:    hping2
 Version: 2.0.0
-Release: 0.4.rc3
+Release: 0.5.rc3
 
 Summary: TCP/IP stack auditing and much more
 
@@ -9,7 +9,7 @@
 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
 
@@ -49,6 +49,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Sun May 07 2006 Paul Wouters <paul at xelerance.com> - 2.0.0-0.5.rc3
+- Add patch to fix build on IA64
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


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




More information about the fedora-extras-commits mailing list