rpms/hping2/FC-5 hping2-bytesex.patch, NONE, 1.1 hping2.spec, 1.9, 1.10 hping2-x86_64.patch, 1.1, NONE

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


Author: pwouters

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

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


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-5/hping2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hping2.spec	2 Mar 2006 21:30:26 -0000	1.9
+++ hping2.spec	8 May 2006 01:23:17 -0000	1.10
@@ -1,6 +1,6 @@
 Name:    hping2
 Version: 2.0.0
-Release: 0.6.rc3
+Release: 0.7.rc3
 Summary: TCP/IP stack auditing and much more
 
 Group: Applications/Internet
@@ -8,7 +8,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
 Patch2: hping2-getifnamedebug.patch
 Patch3: hping2-cflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,16 +21,10 @@
 in order to transfer files under supported protocols.
 
 %prep
-cat<<EOT
-
-Build disabled. Package is without maintainer.
-
-EOT
-exit 1
 
 %setup -q -n hping2-rc3
-%patch0 -p0
-%patch1 -p0
+%patch0 -p0 -b .include
+%patch1 -p0 -b .bytesex
 %patch2 -p1 -b .getifnamedebug
 %patch3 -p1 -b .cflags
 
@@ -59,6 +53,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Sun May 07 2006 Paul Wouters <paul at xelerance.com>
+- Add patch to fix build on IA64
+
 * Wed Feb 08 2006 Peter Vrabec <pvrabec at redhat.com>
 - rebuilt
 


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




More information about the fedora-extras-commits mailing list