diff --git a/hping3-bytesex.patch b/hping3-bytesex.patch index 85e3f7b..a1dbabe 100644 --- a/hping3-bytesex.patch +++ b/hping3-bytesex.patch @@ -1,12 +1,13 @@ diff -up bytesex.h.bytesex bytesex.h --- bytesex.h.bytesex 2003-08-31 13:23:48.000000000 -0400 -+++ bytesex.h 2008-07-31 13:07:07.000000000 -0400 -@@ -9,6 +9,8 @@ ++++ bytesex.h 2008-11-13 18:48:14.000000000 +0900 +@@ -11,6 +11,9 @@ #if defined(__i386__) \ || defined(__alpha__) \ + || defined(__x86_64__) \ + || defined(__ia64__) \ ++ || defined(__sh__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ diff --git a/hping3.spec b/hping3.spec index 86c77be..92654c1 100644 --- a/hping3.spec +++ b/hping3.spec @@ -1,7 +1,7 @@ %define cvs 20051105 Name: hping3 Version: 0.0.%{cvs} -Release: 11%{?dist} +Release: 12%{?dist} Summary: TCP/IP stack auditing and much more Group: Applications/Internet @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Fri Nov 27 2008 Paul Wouters - 0.0.20051105-12 +- Fix for "sh" arch, see https://bugzilla.redhat.com/show_bug.cgi?id=471709 + * Sun Nov 9 2008 Paul Wouters - 0.0.20051105-11 - Fix for man page, see https://bugzilla.redhat.com/show_bug.cgi?id=456675