pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/john/patches Remove patch-ac which was remove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9edb3ead472
branches:  trunk
changeset: 639602:c9edb3ead472
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 05:45:51 2014 +0000

description:
Remove patch-ac which was removed from distinfo during 1.8.0 update.

diffstat:

 security/john/patches/patch-ac |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r f70963fadee5 -r c9edb3ead472 security/john/patches/patch-ac
--- a/security/john/patches/patch-ac    Fri Sep 19 05:25:20 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2011/06/20 09:17:50 drochner Exp $
-
-http://www.openwall.com/lists/john-dev/2011/06/19/3
-
---- src/BF_std.c.orig  2010-05-25 06:30:33.000000000 +0000
-+++ src/BF_std.c
-@@ -587,7 +587,7 @@ void BF_std_set_key(char *key, int index
-               tmp = 0;
-               for (j = 0; j < 4; j++) {
-                       tmp <<= 8;
--                      tmp |= *ptr;
-+                      tmp |= (unsigned char)*ptr;
- 
-                       if (!*ptr) ptr = key; else ptr++;
-               }



Home | Main Index | Thread Index | Old Index