Hi,

The attached file is the diff for my john 1.6-40.4 NMU. The associated
changelog entry is:

 john (1.6-40.4) unstable; urgency=medium

   * Non-maintainer upload.
   * Add 'bashisms.diff' to fix bashisms in /usr/sbin/mailer script
     (Closes: #468685)
   * debian/control:
     - Bump Standards-Version to 3.7.3.
     - Use Homepage: field for upstream URL.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru john-1.6/debian/changelog john-1.6/debian/changelog
--- john-1.6/debian/changelog   2008-04-12 04:44:00.000000000 +0100
+++ john-1.6/debian/changelog   2008-04-12 04:44:00.000000000 +0100
@@ -1,3 +1,14 @@
+john (1.6-40.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add 'bashisms.diff' to fix bashisms in /usr/sbin/mailer script
+    (Closes: #468685)
+  * debian/control:
+    - Bump Standards-Version to 3.7.3.
+    - Use Homepage: field for upstream URL.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 04:40:32 +0100
+
 john (1.6-40.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru /tmp/Z4BB2NI9sJ/john-1.6/debian/control 
/tmp/VyUxge3lNB/john-1.6/debian/control
--- john-1.6/debian/control     2008-04-12 04:44:00.000000000 +0100
+++ john-1.6/debian/control     2008-04-12 04:44:00.000000000 +0100
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
 Uploaders: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 Build-Depends: cdbs, debhelper (>= 4.1.16)
+Homepage: http://www.openwall.com/john/
 
 Package: john
 Architecture: any
@@ -19,5 +20,3 @@
  It can also be used with different cyphertext formats, including Unix's
  DES and MD5, Kerberos AFS passwords, Windows' LM hashes, BSDI's extended DES,
  and OpenBSD's Blowfish.
- .
- Homepage: http://www.openwall.com/john/
diff -Nru /tmp/Z4BB2NI9sJ/john-1.6/debian/patches/bashisms.diff 
/tmp/VyUxge3lNB/john-1.6/debian/patches/bashisms.diff
--- john-1.6/debian/patches/bashisms.diff       1970-01-01 01:00:00.000000000 
+0100
+++ john-1.6/debian/patches/bashisms.diff       2008-04-12 04:44:00.000000000 
+0100
@@ -0,0 +1,12 @@
+diff -urNad john-1.6.orig/debian/extra/mailer john-1.6/debian/extra/mailer
+--- john-1.6.orig/debian/extra/mailer  2008-04-08 07:53:10.000000000 +0100
++++ john-1.6/debian/extra/mailer       2008-04-08 07:54:15.000000000 +0100
+@@ -40,7 +40,7 @@
+ # Subject, Reply-to, and other header lines should be put
+ # at the top of that file.
+         sed -e 's/@LOGIN/'$LOGIN'/g' \
+-            -e 's/@HOSTNAME/'$HOSTNAME'/g' /etc/john/john-mail.msg |
++            -e 's/@HOSTNAME/'$(hostname)'/g' /etc/john/john-mail.msg |
+         $MAILCMD $MAILARGS $LOGIN
+ 
+               SENT=$(($SENT+1))

Attachment: signature.asc
Description: PGP signature

Reply via email to