Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361279 - net-analyzer/hping-* add arm support in bytesex.h.patch
Summary: net-analyzer/hping-* add arm support in bytesex.h.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
: 398413 (view as bug list)
Depends on:
Blocks: 302981
  Show dependency tree
 
Reported: 2011-03-30 12:27 UTC by Michael Weber (RETIRED)
Modified: 2012-01-10 20:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2011-03-30 12:27:15 UTC
Bug 302981 asks for keywording of hping on arm.

we need the following patch in the bytesex.h.patch, which should not lead to any problems to other (stable arches) from my point of view.

So I'm uncertain if this can be commited into the current version or if a revision bump is inevitable.

Thank you


--- /usr/portage/net-analyzer/hping/files/bytesex.h.patch.orig	2011-03-30 14:15:53.780858049 +0200
+++ /usr/portage/net-analyzer/hping/files/bytesex.h.patch	2011-03-30 14:16:49.930493104 +0200
@@ -1,10 +1,11 @@
 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 @@
+@@ -9,11 +9,15 @@
  
  #if 	defined(__i386__) \
  	|| defined(__alpha__) \
++	|| defined(__arm__) \
 +	|| defined(__x86_64__) \
 +	|| defined(__ia64__) \
  	|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
Comment 1 Michael Weber (RETIRED) gentoo-dev 2011-05-10 10:39:21 UTC
no response within 5-6 weeks

+  10 May 2011; Michael Weber <xmw@gentoo.org> hping-2.0.0_rc3-r2.ebuild,
+  hping-3_pre20051105-r3.ebuild, files/bytesex.h.patch:
+  added arm support (bug 361279), added ~arm keyword (bug 302981)
+
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-10 20:10:28 UTC
*** Bug 398413 has been marked as a duplicate of this bug. ***