[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#697323: marked as done (release.debian.org: unblock: nmap/6.00-0.3)



Your message dated Thu, 03 Jan 2013 22:33:11 +0000
with message-id <1357252391.28152.7.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#697323: release.debian.org: unblock: nmap/6.00-0.3
has caused the Debian Bug report #697323,
regarding release.debian.org: unblock: nmap/6.00-0.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
697323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697323
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock nmap which contains a backported upstream fix for #696446
which made the nmap program unusable in certain setups.

Thanks,
-Hilko

diff -u nmap-6.00/debian/changelog nmap-6.00/debian/changelog
--- nmap-6.00/debian/changelog
+++ nmap-6.00/debian/changelog
@@ -1,3 +1,10 @@
+nmap (6.00-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply upstream fix for interfaces in monitor mode (Closes: #696446).
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 29 Dec 2012 18:43:12 +0100
+
 nmap (6.00-0.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- nmap-6.00.orig/libdnet-stripped/src/addr.c
+++ nmap-6.00/libdnet-stripped/src/addr.c
@@ -318,6 +318,7 @@
 #endif
 	case AF_UNSPEC:
 	case ARP_HRD_ETH:	/* XXX- Linux arp(7) */
+	case ARP_HRD_IEEE80211_RADIOTAP: /* IEEE 802.11 + radiotap header */
 		a->addr_type = ADDR_TYPE_ETH;
 		a->addr_bits = ETH_ADDR_BITS;
 		memcpy(&a->addr_eth, sa->sa_data, ETH_ADDR_LEN);
only in patch2:
unchanged:
--- nmap-6.00.orig/libdnet-stripped/include/dnet/arp.h
+++ nmap-6.00/libdnet-stripped/include/dnet/arp.h
@@ -39,6 +39,8 @@
 #define ARP_HRD_ETH 	0x0001	/* ethernet hardware */
 #define ARP_HRD_IEEE802	0x0006	/* IEEE 802 hardware */
 
+#define ARP_HRD_IEEE80211_RADIOTAP 0x0323  /* IEEE 802.11 + radiotap header */
+
 /*
  * Protocol address format
  */

--- End Message ---
--- Begin Message ---
On Thu, 2013-01-03 at 23:23 +0100, Hilko Bengen wrote:
> Please unblock nmap which contains a backported upstream fix for #696446
> which made the nmap program unusable in certain setups.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: