pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
net/6tunnel: Update to 0.14
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Thu Jun 11 23:30:23 2026 +0200
Changeset: 150ab11c25b33b0511cc45f5f8610fea31309ed8
Modified Files:
Makefile
Added Files:
6tunnel/COMMIT_MSG
6tunnel/DESCR
6tunnel/Makefile
6tunnel/PLIST
6tunnel/distinfo
Log Message:
net/6tunnel: Update to 0.14
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=150ab11c25b33b0511cc45f5f8610fea31309ed8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
6tunnel/COMMIT_MSG | 12 ++++++++++++
6tunnel/DESCR | 3 +++
6tunnel/Makefile | 19 +++++++++++++++++++
6tunnel/PLIST | 3 +++
6tunnel/distinfo | 5 +++++
Makefile | 1 +
6 files changed, 43 insertions(+)
diffs:
diff --git a/6tunnel/COMMIT_MSG b/6tunnel/COMMIT_MSG
new file mode 100644
index 0000000000..28735f1df4
--- /dev/null
+++ b/6tunnel/COMMIT_MSG
@@ -0,0 +1,12 @@
+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.
diff --git a/6tunnel/DESCR b/6tunnel/DESCR
new file mode 100644
index 0000000000..9621ea2832
--- /dev/null
+++ b/6tunnel/DESCR
@@ -0,0 +1,3 @@
+6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
+applications and vice-versa. I t can bind to any of your IPv4 (default)
+or IPv6 addresses and forward all data to a IPv4 or IPv6 (default) host.
diff --git a/6tunnel/Makefile b/6tunnel/Makefile
new file mode 100644
index 0000000000..d13de2f38f
--- /dev/null
+++ b/6tunnel/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.19 2025/04/21 21:01:38 wiz Exp $
+
+DISTNAME= 6tunnel-0.14
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=wojtekka/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+
+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
+
+LDFLAGS.SunOS+= -lsocket -lnsl
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/6tunnel/PLIST b/6tunnel/PLIST
new file mode 100644
index 0000000000..3313b37af4
--- /dev/null
+++ b/6tunnel/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:40 zuntum Exp $
+bin/6tunnel
+man/man1/6tunnel.1
diff --git a/6tunnel/distinfo b/6tunnel/distinfo
new file mode 100644
index 0000000000..e629b220b6
--- /dev/null
+++ b/6tunnel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.11 2021/10/26 11:05:20 nia Exp $
+
+BLAKE2s (6tunnel-0.14.tar.gz) = 744fd3f73cebcb34cb2382ab770bd07418099984290d611852abf62bff1527ab
+SHA512 (6tunnel-0.14.tar.gz) = 9c38ceccf6e50d26f07a10740228c5e5bbec45f8334fcc54468f53ab8d0db725a4f7249bf8b22088b24291397386ef7b56c6734d26063c252431db7c5eeaec27
+Size (6tunnel-0.14.tar.gz) = 104488 bytes
diff --git a/Makefile b/Makefile
index fb590ae606..633177e281 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ SUBDIR+= 0ad-data
SUBDIR+= 2048-c
SUBDIR+= 3dsconv
SUBDIR+= 4ti2
+SUBDIR+= 6tunnel
SUBDIR+= 7-zip-zstd
SUBDIR+= 7z-bin
SUBDIR+= 8bc
Home |
Main Index |
Thread Index |
Old Index