pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/iodine



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Mar 25 23:36:35 UTC 2026

Modified Files:
        pkgsrc/net/iodine: Makefile PLIST distinfo
        pkgsrc/net/iodine/patches: patch-aa

Log Message:
net/iodine: Update to 0.8.0

pkgsrc changes:
  Because email to MAINTAINER timed out, take MAINTAINERship and leave
  previous as secondary.

2023-04-17: 0.8.0 "Burning Snowman"
        - Mac OS X: Support native utun VPN devices. Patch by
                Peter Sagerson, ported from OpenVPN by Catalin Patulea.
        - Fix compilation failure on kFreeBSD and Hurd, by Gregor Herrmann
        - Patch from Ryan Welton that fixes compilation warning.
        - README converted to markdown by Nicolas Braud-Santoni.
        - Linux: use pkg-config for systemd support flags.
                Patch by Jason A. Donenfeld.
        - Add support for IPv6 in the server.
           Raw mode will be with same protocol as used for login.
           Traffic inside tunnel is still IPv4.
        - Update android build to try to support 5.0 (Lollipop) and newer.
        - Change external IP lookup to using myip.opendns.com via DNS.
        - Add option to choose IPv4 listen address from external IP lookup.
        - Add server support for handling multiple domains via wildcard.
        - Recognize tap device component id 'root' prefix on Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/iodine/Makefile \
    pkgsrc/net/iodine/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/iodine/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/iodine/patches/patch-aa

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

Modified files:

Index: pkgsrc/net/iodine/Makefile
diff -u pkgsrc/net/iodine/Makefile:1.5 pkgsrc/net/iodine/Makefile:1.6
--- pkgsrc/net/iodine/Makefile:1.5      Sat May 17 19:10:51 2025
+++ pkgsrc/net/iodine/Makefile  Wed Mar 25 23:36:34 2026
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2025/05/17 19:10:51 zafer Exp $
+# $NetBSD: Makefile,v 1.6 2026/03/25 23:36:34 gdt Exp $
 
-DISTNAME=              iodine-0.7.0
+DISTNAME=              iodine-0.8.0
 CATEGORIES=            net
 MASTER_SITES=          https://code.kryo.se/iodine/
 
-MAINTAINER=            mwilhelmy%users.sourceforge.net@localhost
+MAINTAINER=            gdt%NetBSD.org@localhost
+#MAINTAINER+=          mwilhelmy%users.sourceforge.net@localhost
 HOMEPAGE=              https://code.kryo.se/iodine/
 COMMENT=               Tool to tunnel IPv4 over DNS
 LICENSE=               mit
Index: pkgsrc/net/iodine/distinfo
diff -u pkgsrc/net/iodine/distinfo:1.5 pkgsrc/net/iodine/distinfo:1.6
--- pkgsrc/net/iodine/distinfo:1.5      Tue Oct 26 11:05:48 2021
+++ pkgsrc/net/iodine/distinfo  Wed Mar 25 23:36:34 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:05:48 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/25 23:36:34 gdt Exp $
 
-BLAKE2s (iodine-0.7.0.tar.gz) = c27839400de3210f8684d7e2a4ff3464f7644d8818aef6d8d1ef5f210aaea130
-SHA512 (iodine-0.7.0.tar.gz) = 49fe4f0cf614d3400cbfdade84eb4f50430f8f92004f663a08acc1514e8ff342443a8c3f855828bbca1864a3fafe419b5256f8a80fc4024b364d4c8c953fc0ec
-Size (iodine-0.7.0.tar.gz) = 96181 bytes
-SHA1 (patch-aa) = 8c0de153906bb580e12c7f2f41e2e783e4c80ad6
+BLAKE2s (iodine-0.8.0.tar.gz) = fbb6894a2661b6d036ec179d18caa4eb72ae5954a070f73718cdb394ccbdb025
+SHA512 (iodine-0.8.0.tar.gz) = 26d0d4fd1a8ed1854fc3f2478e91e9702732a11dda30aae21e3098630e110d8316e08df581bf0083d91ca7ea3433856827d5b1031e02f9fd25217778361ec6e5
+Size (iodine-0.8.0.tar.gz) = 100577 bytes
+SHA1 (patch-aa) = 74d406e581233a9d6279eaa19853f8814a1ef1e0

Index: pkgsrc/net/iodine/PLIST
diff -u pkgsrc/net/iodine/PLIST:1.2 pkgsrc/net/iodine/PLIST:1.3
--- pkgsrc/net/iodine/PLIST:1.2 Thu Jun 26 18:54:09 2014
+++ pkgsrc/net/iodine/PLIST     Wed Mar 25 23:36:34 2026
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/06/26 18:54:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/03/25 23:36:34 gdt Exp $
 man/man8/iodine.8
 sbin/iodine
 sbin/iodined
+share/doc/iodine/README.md

Index: pkgsrc/net/iodine/patches/patch-aa
diff -u pkgsrc/net/iodine/patches/patch-aa:1.2 pkgsrc/net/iodine/patches/patch-aa:1.3
--- pkgsrc/net/iodine/patches/patch-aa:1.2      Thu Jun 26 18:54:09 2014
+++ pkgsrc/net/iodine/patches/patch-aa  Wed Mar 25 23:36:34 2026
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.2 2014/06/26 18:54:09 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2026/03/25 23:36:34 gdt Exp $
 
 Honour CPPFLAGS
 
---- src/Makefile.orig  2014-06-16 20:28:43.000000000 +0000
+--- src/Makefile.orig  2023-04-17 07:50:19.000000000 +0000
 +++ src/Makefile
-@@ -28,7 +28,7 @@ $(SERVER): $(COMMONOBJS) $(SERVEROBJS)
+@@ -29,7 +29,7 @@ $(SERVER): $(COMMONOBJS) $(SERVEROBJS)
  
  .c.o:
        @echo CC $<
 -      @$(CC) $(CFLAGS) $< -o $@
 +      @$(CC) $(CPPFLAGS) $(CFLAGS) $< -o $@
  
- base64u.o client.o iodined.o: base64u.h
  base64u.c: base64.c
+       @echo Making $@



Home | Main Index | Thread Index | Old Index