pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/6tunnel



Module Name:    pkgsrc
Committed By:   drixter
Date:           Sun Jun 14 08:30:31 UTC 2026

Modified Files:
        pkgsrc/net/6tunnel: Makefile distinfo

Log Message:
net/6tunnel: Update to 0.14

6tunnel-0.14 Latest
@wojtekka wojtekka released this Sep 3, 2025

Changes by Wojtek Kaniewski:
Modify test script to use Python 3.
Remove unused variables.
Stop using sockaddr for generic storage.
Add -V parameter to print version.
Changes by pgajdos:
Fix compilation with GCC 15.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/6tunnel/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/6tunnel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/6tunnel/Makefile
diff -u pkgsrc/net/6tunnel/Makefile:1.19 pkgsrc/net/6tunnel/Makefile:1.20
--- pkgsrc/net/6tunnel/Makefile:1.19    Mon Apr 21 21:01:38 2025
+++ pkgsrc/net/6tunnel/Makefile Sun Jun 14 08:30:30 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2025/04/21 21:01:38 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/06/14 08:30:30 drixter Exp $
 
-DISTNAME=      6tunnel-0.13
+DISTNAME=      6tunnel-0.14
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wojtekka/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    drixter%e-utp.net@localhost
 HOMEPAGE=      https://github.com/wojtekka/6tunnel
 COMMENT=       Tunnelling for applications that don't speak IPv6
 LICENSE=       gnu-gpl-v2
@@ -14,11 +14,6 @@ LDFLAGS.SunOS+=      -lsocket -lnsl
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
-do-build:
-       ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c ${LDFLAGS}
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+GNU_CONFIGURE= yes
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/6tunnel/distinfo
diff -u pkgsrc/net/6tunnel/distinfo:1.11 pkgsrc/net/6tunnel/distinfo:1.12
--- pkgsrc/net/6tunnel/distinfo:1.11    Tue Oct 26 11:05:20 2021
+++ pkgsrc/net/6tunnel/distinfo Sun Jun 14 08:30:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:05:20 nia Exp $
+$NetBSD: distinfo,v 1.12 2026/06/14 08:30:30 drixter Exp $
 
-BLAKE2s (6tunnel-0.13.tar.gz) = ebf1cbd87a31df29ab811c383f7179dbff2c8b9ea924853047806ae97c018336
-SHA512 (6tunnel-0.13.tar.gz) = e495b561e2fe4483417cf44291d729377fe02123f21b7d58b9aed294c676392d860de7474b6bcb4e3e4ffdcd87752ee1af070dfbab028b5de5adb778b0241f72
-Size (6tunnel-0.13.tar.gz) = 103054 bytes
+BLAKE2s (6tunnel-0.14.tar.gz) = 744fd3f73cebcb34cb2382ab770bd07418099984290d611852abf62bff1527ab
+SHA512 (6tunnel-0.14.tar.gz) = 9c38ceccf6e50d26f07a10740228c5e5bbec45f8334fcc54468f53ab8d0db725a4f7249bf8b22088b24291397386ef7b56c6734d26063c252431db7c5eeaec27
+Size (6tunnel-0.14.tar.gz) = 104488 bytes



Home | Main Index | Thread Index | Old Index