pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/3proxy/patches Remove outdated patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f6e2cb87d02
branches:  trunk
changeset: 375777:3f6e2cb87d02
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Feb 20 15:20:16 2018 +0000

description:
Remove outdated patch

diffstat:

 net/3proxy/patches/patch-aa |  13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diffs (17 lines):

diff -r 78a52a33f84c -r 3f6e2cb87d02 net/3proxy/patches/patch-aa
--- a/net/3proxy/patches/patch-aa       Tue Feb 20 14:11:21 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2015/04/06 02:26:53 rodent Exp $
-
---- src/3proxy.c.orig  2015-02-17 13:07:20.000000000 +0000
-+++ src/3proxy.c
-@@ -1550,7 +1550,7 @@ static int h_ace(int argc, unsigned char
-                       unsigned long lim;
- 
-                       tl->comment = ( char *)argv[1];
--                      while(isdigit(*tl->comment))tl->comment++;
-+                      while(isdigit((unsigned char)*tl->comment))tl->comment++;
-                       if(*tl->comment== '/')tl->comment++;
-                       tl->comment = mystrdup(tl->comment);
- 



Home | Main Index | Thread Index | Old Index