summaryrefslogtreecommitdiff
path: root/net/iodine/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-26 18:54:09 +0000
committerwiz <wiz@pkgsrc.org>2014-06-26 18:54:09 +0000
commit25fa4a2edb403aef47fccfbdd18734ff66319abe (patch)
treeefff8694394a710f5263de3bd900825ffd86a115 /net/iodine/patches/patch-aa
parent6d07688d7f7d1c5035d1d4b1053e686d6e3e284e (diff)
downloadpkgsrc-25fa4a2edb403aef47fccfbdd18734ff66319abe.tar.gz
Update to 0.7.0, fixing a security issue.
2014-06-16: 0.7.0 "Kryoptonite" - Partial IPv6 support (#107) Client can connect to iodined through an relaying IPv6 nameserver. Server only supports IPv4 for now. Traffic inside tunnel is IPv4. - Add socket activation for systemd, by Michael Scherer. - Add automated lookup of external ip (via -n auto). - Bugfix for OS X (Can't assign requested address) - Fix DNS tunneling bug caused by uninitialized variable, #94 - Handle spaces when entering password interactively, fixes #93. Patch by Hagar. - Add -R option to set OpenBSD routing domain for the DNS socket. Patch by laurent at gouloum fr, fixes #95. - Add android patches and makefile, from Marcel Bokhorst, fixes #105. - Added missing break in iodine.c, by Pavel Pergamenshchik, #108. - A number of minor patches from Frank Denis, Gregor Herrmann and Barak A. Pearlmutter. - Testcase compilation fixes for OS X and FreeBSD - Do not let sockets be inherited by sub-processes, fixes #99. - Add unspecified RR type (called PRIVATE; id 65399, in private use range). For servers with RFC3597 support. Fixes #97. - Fix authentication bypass vulnerability; found by Oscar Reparaz.
Diffstat (limited to 'net/iodine/patches/patch-aa')
-rw-r--r--net/iodine/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/iodine/patches/patch-aa b/net/iodine/patches/patch-aa
index f4120f31c16..484a7b83e04 100644
--- a/net/iodine/patches/patch-aa
+++ b/net/iodine/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2012/12/12 13:19:06 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2014/06/26 18:54:09 wiz Exp $
Honour CPPFLAGS
---- src/Makefile.orig 2010-03-06 20:47:50.000000000 +0100
-+++ src/Makefile 2010-03-06 20:54:32.000000000 +0100
-@@ -28,7 +28,7 @@
+--- src/Makefile.orig 2014-06-16 20:28:43.000000000 +0000
++++ src/Makefile
+@@ -28,7 +28,7 @@ $(SERVER): $(COMMONOBJS) $(SERVEROBJS)
- .c.o:
+ .c.o:
@echo CC $<
- @$(CC) $(CFLAGS) $< -o $@
+ @$(CC) $(CPPFLAGS) $(CFLAGS) $< -o $@