pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/tinyproxy/patches tinyproxy: also remove unnecessa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/97e8b47ee676
branches: trunk
changeset: 382062:97e8b47ee676
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 21 11:32:15 2018 +0000
description:
tinyproxy: also remove unnecessary patch
diffstat:
www/tinyproxy/patches/patch-src_child.c | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diffs (28 lines):
diff -r f3d939b11483 -r 97e8b47ee676 www/tinyproxy/patches/patch-src_child.c
--- a/www/tinyproxy/patches/patch-src_child.c Thu Jun 21 11:31:33 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_child.c,v 1.1 2012/12/13 09:01:26 wiz Exp $
-
-Fix CVE-2012-3505 using Debian patch.
-
---- src/child.c.orig 2010-01-10 22:52:04.000000000 +0000
-+++ src/child.c
-@@ -20,6 +20,9 @@
- * processing incoming connections.
- */
-
-+#include <stdlib.h>
-+#include <time.h>
-+
- #include "main.h"
-
- #include "child.h"
-@@ -196,6 +199,7 @@ static void child_main (struct child_s *
- }
-
- ptr->connects = 0;
-+ srand(time(NULL));
-
- while (!config.quit) {
- ptr->status = T_WAITING;
Home |
Main Index |
Thread Index |
Old Index