summaryrefslogtreecommitdiff
path: root/chat/unrealircd/patches/patch-ae
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-02-09 15:23:15 +0000
committernia <nia@pkgsrc.org>2019-02-09 15:23:15 +0000
commit774bfdd683617ee1a6ec64a1b702f096a642c1a2 (patch)
treefadc10c9aa9b82997ff0193151b69e799bd660a1 /chat/unrealircd/patches/patch-ae
parent9e4a447a5a02b85641e1f29350c9374e532f057e (diff)
downloadpkgsrc-774bfdd683617ee1a6ec64a1b702f096a642c1a2.tar.gz
chat/unrealircd: Update to 4.2.1.1
Many changes, coming from an unsupported version, but at least fixes CVE-2016-7144.
Diffstat (limited to 'chat/unrealircd/patches/patch-ae')
-rw-r--r--chat/unrealircd/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/unrealircd/patches/patch-ae b/chat/unrealircd/patches/patch-ae
index 013347cc1d2..84cd7fe33a0 100644
--- a/chat/unrealircd/patches/patch-ae
+++ b/chat/unrealircd/patches/patch-ae
@@ -1,12 +1,12 @@
-$NetBSD: patch-ae,v 1.3 2015/11/26 16:36:00 jperkin Exp $
+$NetBSD: patch-ae,v 1.4 2019/02/09 15:23:16 nia Exp $
Don't declare own errno.
---- src/socket.c.orig 2015-11-09 16:16:59.000000000 +0000
+--- src/socket.c.orig 2019-01-03 08:00:11.000000000 +0000
+++ src/socket.c
-@@ -24,9 +24,6 @@
- #include "h.h"
+@@ -25,9 +25,6 @@
#include <signal.h>
+ #include <string.h>
#include "inet.h"
-#ifndef _WIN32
-extern int errno; /* ...seems that errno.h doesn't define this everywhere */