pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/putty/patches putty: remove patch that was re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05d3c74517c2
branches:  trunk
changeset: 456949:05d3c74517c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 12 07:14:27 2021 +0000

description:
putty: remove patch that was removed from distinfo during 0.76 update

diffstat:

 security/putty/patches/patch-misc.c |  13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diffs (17 lines):

diff -r af332e3d062f -r 05d3c74517c2 security/putty/patches/patch-misc.c
--- a/security/putty/patches/patch-misc.c       Thu Aug 12 07:13:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-misc.c,v 1.2 2019/04/01 12:10:43 ryoon Exp $
-
---- misc.c.orig        2019-03-16 12:26:34.000000000 +0000
-+++ misc.c
-@@ -158,7 +158,7 @@ bool validate_manual_hostkey(char *key)
-                 if (q[3*i+2] != ':')
-                     goto not_fingerprint; /* sorry */
-             for (i = 0; i < 16*3 - 1; i++)
--                key[i] = tolower(q[i]);
-+                key[i] = tolower((unsigned char)(q[i]));
-             key[16*3 - 1] = '\0';
-             return true;
-         }



Home | Main Index | Thread Index | Old Index