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

Bug#771374: unblock: macchanger/1.7.0-3.1



Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package macchanger

When auto running, version in Jessie only changes the vendor-id of the
mac-address, not the other bytes.

Version 1.7.0-3.1 fixes that (#768325).

See the attached diff file for the one byte change in the code. There is
a small glitch in the changelog, I hope this is ok from the RT point of
view.

unblock macchanger/1.7.0-3.1

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru macchanger-1.7.0/debian/changelog macchanger-1.7.0/debian/changelog
--- macchanger-1.7.0/debian/changelog	2014-11-07 13:03:50.000000000 +0100
+++ macchanger-1.7.0/debian/changelog	2014-11-28 22:40:43.000000000 +0100
@@ -1,9 +1,17 @@
+macchanger (1.7.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change the non-vendor bytes, and only them, on automatic run.
+    (Closes: #768325)
+
+ -- Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>  Thu, 27 Nov 2014 10:52:16 +0100
+
 macchanger (1.7.0-3) unstable; urgency=low
 
   * update debian/watch to point to new github repository
-  * include code from 1.7.0-1.1 NMU (Closes: #738460, #740947)
+  * include code from 1.7.0-1.1 Non-Maintainer Upload
 
- -- Hans-Christoph Steiner <hans@eds.org>  Fri, 07 Nov 2014 12:56:56 +0100
+ -- Hans-Christoph Steiner <hans@eds.org>  Wed, 22 Oct 2014 12:32:24 -0400
 
 macchanger (1.7.0-2) unstable; urgency=low
 
diff -Nru macchanger-1.7.0/debian/if-pre-up.d/macchanger macchanger-1.7.0/debian/if-pre-up.d/macchanger
--- macchanger-1.7.0/debian/if-pre-up.d/macchanger	2014-10-21 21:38:32.000000000 +0200
+++ macchanger-1.7.0/debian/if-pre-up.d/macchanger	2014-11-28 22:40:43.000000000 +0100
@@ -29,4 +29,4 @@
 	exit 0
 fi
 
-/usr/bin/${package} -A $IFACE >> $LOGFILE 2>&1
+/usr/bin/${package} -e $IFACE >> $LOGFILE 2>&1

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: