Your message dated Sat, 03 Dec 2016 19:34:25 +0000
with message-id <[email protected]>
and subject line Bug#692408: fixed in scapy 2.3.3-1
has caused the Debian Bug report #692408,
regarding python-scapy: in6_addrtovendor looks in wrong place for wireshark's 
manuf file
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 [email protected]
immediately.)


-- 
692408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-scapy
Version: 2.1.0-1
Severity: normal
Tags: patch


Scapy is configured to look for wireshark's manuf file in
/usr/share/wireshark/wireshark/manuf whereas it is installed in
/usr/share/wireshark/manuf in squeeze. The attached patch adjusts the
MANUFDB parameter and adjusts the function's documentation.

--- ../scapy/data.py.orig       2009-09-23 10:27:36.000000000 -0400
+++ ../scapy/data.py    2012-11-05 15:09:58.870810405 -0500
@@ -178,7 +178,7 @@
     IP_PROTOS=load_protocols("/etc/protocols")
     ETHER_TYPES=load_ethertypes("/etc/ethertypes")
     TCP_SERVICES,UDP_SERVICES=load_services("/etc/services")
-    MANUFDB = load_manuf("/usr/share/wireshark/wireshark/manuf")
+    MANUFDB = load_manuf("/usr/share/wireshark/manuf")
 
 
 
--- ../scapy/utils6.py.orig     2009-11-06 05:56:48.000000000 -0500
+++ ../scapy/utils6.py  2012-11-05 15:10:52.315432713 -0500
@@ -267,7 +267,7 @@
     Extract the MAC address from a modified EUI-64 constructed IPv6
     address provided and use the IANA oui.txt file to get the vendor.
     The database used for the conversion is the one loaded by Scapy,
-    based on Wireshark (/usr/share/wireshark/wireshark/manuf)  None
+    based on Wireshark (/usr/share/wireshark/manuf)  None
     is returned on error, "UNKNOWN" if the vendor is unknown.
     """
     mac = in6_addrtomac(addr)


-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-scapy depends on:
ii  python                  2.6.6-3+squeeze7 interactive high-level object-orie
ii  python-support          1.0.10           automated rebuilding support for P

python-scapy recommends no packages.

Versions of packages python-scapy suggests:
pn  ebtables            <none>               (no description available)
ii  graphviz            2.26.3-5             rich set of graph drawing tools
ii  gv                  1:3.7.1-1            PostScript and PDF viewer for X
pn  hexer               <none>               (no description available)
ii  imagemagick         8:6.6.0.4-3+squeeze3 image manipulation programs
ii  python-crypto       2.1.0-2+squeeze1     cryptographic algorithms and proto
ii  python-gnuplot      1.8-1.1              A Python interface to the gnuplot 
ii  python-pyx          0.10-2               Python module for generating PostS
ii  python-visual       1:5.12-1.1+b2        VPython 3D scientific visualizatio
ii  sox                 14.3.1-1+b1          Swiss army knife of sound processi
ii  tcpdump             4.1.1-1              A powerful tool for network monito
ii  tcpreplay           3.4.3-2              Tool to replay saved tcpdump files
ii  wireshark           1.2.11-6+squeeze7    network traffic analyzer - GTK+ ve
ii  xpdf                3.02-12+squeeze1     Portable Document Format (PDF) rea

-- no debconf information
--- ../scapy/data.py.orig       2009-09-23 10:27:36.000000000 -0400
+++ ../scapy/data.py    2012-11-05 15:09:58.870810405 -0500
@@ -178,7 +178,7 @@
     IP_PROTOS=load_protocols("/etc/protocols")
     ETHER_TYPES=load_ethertypes("/etc/ethertypes")
     TCP_SERVICES,UDP_SERVICES=load_services("/etc/services")
-    MANUFDB = load_manuf("/usr/share/wireshark/wireshark/manuf")
+    MANUFDB = load_manuf("/usr/share/wireshark/manuf")
 
 
 
--- ../scapy/utils6.py.orig     2009-11-06 05:56:48.000000000 -0500
+++ ../scapy/utils6.py  2012-11-05 15:10:52.315432713 -0500
@@ -267,7 +267,7 @@
     Extract the MAC address from a modified EUI-64 constructed IPv6
     address provided and use the IANA oui.txt file to get the vendor.
     The database used for the conversion is the one loaded by Scapy,
-    based on Wireshark (/usr/share/wireshark/wireshark/manuf)  None
+    based on Wireshark (/usr/share/wireshark/manuf)  None
     is returned on error, "UNKNOWN" if the vendor is unknown.
     """
     mac = in6_addrtomac(addr)

--- End Message ---
--- Begin Message ---
Source: scapy
Source-Version: 2.3.3-1

We believe that the bug you reported is fixed in the latest version of
scapy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain R. Learmonth <[email protected]> (supplier of updated scapy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 03 Dec 2016 19:00:36 +0000
Source: scapy
Binary: python-scapy
Architecture: source all
Version: 2.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Internet Measurement Packaging Team 
<[email protected]>
Changed-By: Iain R. Learmonth <[email protected]>
Description:
 python-scapy - Packet generator/sniffer and network scanner/discovery
Closes: 692408 833724
Changes:
 scapy (2.3.3-1) unstable; urgency=medium
 .
   * New upstream version 2.3.3
   * debian/control:
    - Maintainer set to the Internet Measurement Packaging Team (Closes: 
#833724)
    - Uploaders set to myself
    - Removed unnecessary versioned Build-Depends for python
    - Packaging is now using Git
     · Repository created under the Internet Measurement Packaging Team
     · Vcs-Git and Vcs-Browser fields have been updated
    - Updated standards version to 3.9.8
    - Replaced Conflicts with Breaks as it makes more sense here for installing
      over a (very) old version of the package
   * Bumped compat level to 9
   * debian/README.source:
    - Added a note to point to src:scapy3k
    - Added a note regarding the use of quilt
   * debian/patches:
    - Patches refreshed.
    - Patch for paths now corrects the location of Wireshark's manuf file
      (Closes: #692408)
   * debian/rules:
    - Clean up the stray scapy/VERSION file that gets generated when cleaning
      the source tree
Checksums-Sha1:
 31349b1fb26695119e43f5333bf62c9e39a35ebd 1581 scapy_2.3.3-1.dsc
 1861efa44f79b5c50106ae78e491ed02d6afd218 1459132 scapy_2.3.3.orig.tar.gz
 e0ce4839640168ba89aa4fd21242c0c43f6b7eb6 5156 scapy_2.3.3-1.debian.tar.xz
 a5421d34a7ce6008fc49e96473a65cf1e319545c 361154 python-scapy_2.3.3-1_all.deb
Checksums-Sha256:
 e2d942ae0a28079645e3f1a5820a2090b8a5144e417d4652e7cc1abf923ec273 1581 
scapy_2.3.3-1.dsc
 67642cf7b806e02daeddd588577588caebddc3426db7904e7999a0b0334a63b5 1459132 
scapy_2.3.3.orig.tar.gz
 a3854b473061b61a7ed27927f7fb27b3ef3f865099e215e1377dbe842eeb5e17 5156 
scapy_2.3.3-1.debian.tar.xz
 c33997808179d1df1692f7aedd4b97c604ab06feb2c354348c5730d5480d8f82 361154 
python-scapy_2.3.3-1_all.deb
Files:
 833c8594ea80635050f3ef5fd687f3c9 1581 python optional scapy_2.3.3-1.dsc
 336d6832110efcf79ad30c9856ef5842 1459132 python optional 
scapy_2.3.3.orig.tar.gz
 72041c8a6dd03afbb5d0c3680a4e0917 5156 python optional 
scapy_2.3.3-1.debian.tar.xz
 0e35c728e0a692957a3d9dad6b88ce68 361154 python optional 
python-scapy_2.3.3-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQEcBAEBCAAGBQJYQxc0AAoJENIXnVuKHtAR7AgH+wRUUxbV1NZDBvQUCoNSGSf2
Dys2wyC9pKY6GbU8UBxK7Qa/ymPWvA8CY9Ob2WSg+OHwlM8fpEX20UEORCoAux2U
x5uW1tjpUDfqUHW4d3xw7s2x8BhCP4mpa5be58pBXQZsEfLGEtk+SJ23NfYrTKuU
j2ch7LjwEteln2Atx8G/BdjWVwMICYtRzaGW93rXzyIYXiJv+3w8MqaW/I0nC3X5
7VgJXYXcesKa21asVqiRW7Ea2KBWcWUGX+RZ08r0q61MBeYdn14O2jW6DLLjHtA2
CBWXEl3/2G9N5DyjbKyP2/Cdh6GPPYh7yxUrSWwwaiPpX/zbXAkoCUeTuutOXlQ=
=kJAL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to