[arch-commits] Commit in hping/repos (3 files)

Eric Belanger eric at archlinux.org
Sun Aug 17 00:55:05 UTC 2008


    Date: Saturday, August 16, 2008 @ 20:55:04
  Author: eric
Revision: 8932

adding md5sums

Added:
  hping/repos/extra-x86_64/bytesex.h.patch
    (from rev 8930, hping/trunk/bytesex.h.patch)
Modified:
  hping/repos/extra-x86_64/	(properties)
  hping/repos/extra-x86_64/PKGBUILD

-----------------+
 PKGBUILD        |    6 +++---
 bytesex.h.patch |   18 ++++++++++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)


Property changes on: hping/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /hping/trunk:1
   + /hping/trunk:1-8931

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-17 00:53:10 UTC (rev 8931)
+++ extra-x86_64/PKGBUILD	2008-08-17 00:55:04 UTC (rev 8932)
@@ -8,9 +8,9 @@
 arch=(i686 x86_64)
 url="http://www.hping.org"
 depends=('glibc')
-source=(http://www.hping.org/$pkgname$pkgver-$pkgextra.tar.gz Makefile.patch
-	http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-analyzer/hping/files/bytesex.h.patch)
-md5sums=('029bf240f2e0545b664b2f8b9118d9e8' '1b96ae1b7f8573f2b8fad41a5dae2503')
+source=(http://www.hping.org/$pkgname$pkgver-$pkgextra.tar.gz Makefile.patch bytesex.h.patch)
+md5sums=('029bf240f2e0545b664b2f8b9118d9e8' '1b96ae1b7f8573f2b8fad41a5dae2503'\
+         '8af8e336819df1447b0c1b879a704be9')
 
 build() {
   cd $startdir/src/hping2-$pkgextra

Copied: hping/repos/extra-x86_64/bytesex.h.patch (from rev 8930, hping/trunk/bytesex.h.patch)
===================================================================
--- extra-x86_64/bytesex.h.patch	                        (rev 0)
+++ extra-x86_64/bytesex.h.patch	2008-08-17 00:55:04 UTC (rev 8932)
@@ -0,0 +1,18 @@
+diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h
+--- hping2-rc3.orig/bytesex.h	2004-07-29 15:46:47.572596272 +0000
++++ hping2-rc3/bytesex.h	2004-07-29 15:48:14.557372576 +0000
+@@ -9,11 +9,14 @@
+ 
+ #if 	defined(__i386__) \
+ 	|| defined(__alpha__) \
++	|| defined(__x86_64__) \
++	|| defined(__ia64__) \
+ 	|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
+ #define BYTE_ORDER_LITTLE_ENDIAN
+ #elif 	defined(__mc68000__) \
+ 	|| defined (__sparc__) \
+ 	|| defined (__sparc) \
++	|| defined (__hppa__) \
+ 	|| defined (__PPC__) \
+ 	|| defined (__BIG_ENDIAN__) \
+ 	|| (defined(__mips__) && (defined(MIPSEB) || defined (__MIPSEB__)))




More information about the arch-commits mailing list