diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2013-12-01 20:18:29 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2013-12-01 20:18:29 +0000 |
commit | fb47de33dfefb22f152875784f64618535adc955 (patch) | |
tree | 3320f3e128e7fe53579cb02e07b6480ad7cb561c /net/tinc | |
parent | 85d891f9a57ab0d1aa088e89548e9c93d1d28da6 (diff) | |
download | pkgsrc-fb47de33dfefb22f152875784f64618535adc955.tar.gz |
Update net/tinc to version 1.0.23.
Changes since version 1.0.22:
- Check for writability when waiting for a socket to finish connecting.
- Don't send PING requests on connections which are not active yet.
- Fix segfault when Name = $HOST but $HOST is not set.
- Fix typos in the documentation.
- Modernize the build system.
- Get rid of the splay tree implementation.
- Add description of IffOneQueue and MaxTimeout to the info manual.
- Clean up child processes from proxy type exec.
Diffstat (limited to 'net/tinc')
-rw-r--r-- | net/tinc/Makefile | 4 | ||||
-rw-r--r-- | net/tinc/distinfo | 12 | ||||
-rw-r--r-- | net/tinc/patches/patch-ab | 15 | ||||
-rw-r--r-- | net/tinc/patches/patch-ac | 4 |
4 files changed, 10 insertions, 25 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index df996a067fa..d0dbeef0068 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/10/14 18:27:54 tonnerre Exp $ +# $NetBSD: Makefile,v 1.22 2013/12/01 20:18:29 tonnerre Exp $ # -DISTNAME= tinc-1.0.22 +DISTNAME= tinc-1.0.23 CATEGORIES= net MASTER_SITES= http://www.tinc-vpn.org/packages/ diff --git a/net/tinc/distinfo b/net/tinc/distinfo index e950549ad71..58acababcf0 100644 --- a/net/tinc/distinfo +++ b/net/tinc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2013/10/14 18:27:54 tonnerre Exp $ +$NetBSD: distinfo,v 1.11 2013/12/01 20:18:29 tonnerre Exp $ -SHA1 (tinc-1.0.22.tar.gz) = 4a61b5b5f2e31bda5225b1224880d25524d093e7 -RMD160 (tinc-1.0.22.tar.gz) = 4b2e68fc36fc767bf22e0ef2b25e621e65719f72 -Size (tinc-1.0.22.tar.gz) = 473407 bytes +SHA1 (tinc-1.0.23.tar.gz) = 840dca0cc1d28a3e408f463693ef766c72d8bc90 +RMD160 (tinc-1.0.23.tar.gz) = 26ccd470bc880ba424ca84ec3a7b62e167a0152e +Size (tinc-1.0.23.tar.gz) = 465795 bytes SHA1 (patch-aa) = 15b56f157cc1d23865c1ef5bc9f6adc499027ca5 -SHA1 (patch-ab) = 90aeec7882b4bc8aa859ed20e3f4cbf77268ae66 -SHA1 (patch-ac) = cd397a99a54683273637d40c5b5f6e6cfb4052e0 +SHA1 (patch-ab) = b9d45901009c370e2c8e4ba1ef6151358e128af4 +SHA1 (patch-ac) = 7e2aedcbc88ca71cb46d5a0a81e654671a7219b6 diff --git a/net/tinc/patches/patch-ab b/net/tinc/patches/patch-ab deleted file mode 100644 index cd87cdf41be..00000000000 --- a/net/tinc/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2013/10/14 18:27:54 tonnerre Exp $ - -DragonFly BSD support (see https://github.com/gsliepen/tinc/pull/1) - ---- configure.orig 2010-04-11 17:49:06.000000000 +0000 -+++ configure -@@ -4723,7 +4723,7 @@ - - rm -f src/device.c; ln -sf linux/device.c src/device.c - ;; -- *freebsd*) -+ *freebsd* | *dragonfly*) - - $as_echo "#define HAVE_FREEBSD 1" >>confdefs.h - diff --git a/net/tinc/patches/patch-ac b/net/tinc/patches/patch-ac index 0b24311861f..1b024c00630 100644 --- a/net/tinc/patches/patch-ac +++ b/net/tinc/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.1 2011/02/13 00:20:24 rumko Exp $ +$NetBSD: patch-ac,v 1.2 2013/12/01 20:18:29 tonnerre Exp $ DragonFly BSD support (see https://github.com/gsliepen/tinc/pull/1) --- config.h.in.orig 2010-04-11 19:49:08 +0200 +++ config.h.in -@@ -167,9 +167,15 @@ +@@ -163,9 +163,15 @@ /* Define to 1 if you have the <net/if_tap.h> header file. */ #undef HAVE_NET_IF_TAP_H |