Sun Sep 11 12:46:46 2016 UTC ()
Updated net/6tunnel 0.11rc2 to 0.11
-----------------------------------
(In following lines from Changelog, marked as | are the same as in 0.11rc2)
0.11 (2013-05-25)

| Changes by Wojtek Kaniewski <wojtekka@toxygen.net>:
| - changed license to GPL version 2. There was no license information before
|   which caused confusion. Code by Tomasz Lipski <lemur@irc.pl> and awayzzz
|   <awayzzz@digibel.org> had to be removed, because their e-mail addresses
|   were dead and googling for them gave no useful information. The missing
|   features have been rewritten from scratch. If any offending code is still
|   here, please let me know. I've done my best, but I haven't used any
    version control 5 years ago,
  - changed e-mail address,
  - ignore IPv4/IPv6 address hints when option -H is present.

| Changes by Ramunas Lukosevicius <lukoramu@parok.lt>
| - fixed source mapping bug,
| - SIGHUP reloads map file.

  Changes by Roland Stigge <stigge@antcom.de>
  - fix an error in the "hints" handling of the host resolver which confused
    local/source and remote hint (AF_INET/AF_INET6).

  Changes by Olaf Rempel <razzor@kopf-tisch.de>
  - correct option -f.

  (note: -H option is added, -r option is converted to -f)
(pkgsrc changes)
- Add LICENSE as gnu-gpl-v2


(mef)
diff -r1.15 -r1.16 pkgsrc/net/6tunnel/Makefile
diff -r1.7 -r1.8 pkgsrc/net/6tunnel/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/net/6tunnel/Makefile (expand / switch to unified diff)

--- pkgsrc/net/6tunnel/Makefile 2016/02/25 16:20:49 1.15
+++ pkgsrc/net/6tunnel/Makefile 2016/09/11 12:46:46 1.16
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.15 2016/02/25 16:20:49 jperkin Exp $ 1# $NetBSD: Makefile,v 1.16 2016/09/11 12:46:46 mef Exp $
2# 2#
3 3
4DISTNAME= 6tunnel-0.11rc2 4DISTNAME= 6tunnel-0.11
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://toxygen.net/6tunnel/ 6MASTER_SITES= http://toxygen.net/6tunnel/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://toxygen.net/6tunnel/ 9HOMEPAGE= http://toxygen.net/6tunnel/
10COMMENT= Tunnelling for applications that don't speak IPv6 10COMMENT= Tunnelling for applications that don't speak IPv6
 11LICENSE= gnu-gpl-v2
11 12
12NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support 13NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support
13 14
14LDFLAGS.SunOS+= -lsocket -lnsl 15LDFLAGS.SunOS+= -lsocket -lnsl
15 16
16INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 17INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
17 18
18do-build: 19do-build:
19 ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c ${LDFLAGS} 20 ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c ${LDFLAGS}
20 21
21do-install: 22do-install:
22 ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${DESTDIR}${PREFIX}/bin 23 ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${DESTDIR}${PREFIX}/bin
23 ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 24 ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

cvs diff -r1.7 -r1.8 pkgsrc/net/6tunnel/distinfo (expand / switch to unified diff)

--- pkgsrc/net/6tunnel/distinfo 2015/11/04 00:34:51 1.7
+++ pkgsrc/net/6tunnel/distinfo 2016/09/11 12:46:46 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2015/11/04 00:34:51 agc Exp $ 1$NetBSD: distinfo,v 1.8 2016/09/11 12:46:46 mef Exp $
2 2
3SHA1 (6tunnel-0.11rc2.tar.gz) = be5af4c64070255f7e6c7119c0cdcaadf192ef32 3SHA1 (6tunnel-0.11.tar.gz) = acfa602bf244c38be276efd15be60c7bc0fc7ad5
4RMD160 (6tunnel-0.11rc2.tar.gz) = e42d9f672ca0e3ce217a320101191a30f7125f43 4RMD160 (6tunnel-0.11.tar.gz) = e05efbf2edaa7d4f58af86be14d0b8f4f7a79881
5SHA512 (6tunnel-0.11rc2.tar.gz) = c18f253a31ae896c0f4a6dced17869b3a239199b1c0bedcbc0d77da508a9fff51efbf178df5d9e66ab50730f8f81da58cfa6ff3513eefa7fcedf838db1e1e16e 5SHA512 (6tunnel-0.11.tar.gz) = 3b0084a1c2c7bc9c74f50fe3e03ee3f11af6923cfbe21beb4c2b833a26f1ca747b1597c719594b3ba6fcc83fac776b89a8f3ca520547cca1aad63c703219e2b9
6Size (6tunnel-0.11rc2.tar.gz) = 17522 bytes 6Size (6tunnel-0.11.tar.gz) = 95346 bytes