git: a81cc06ee332 - main - net/iodine: update to 0.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 08:53:06 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a81cc06ee3321e087b1014eb7045915cafeb0e2d commit a81cc06ee3321e087b1014eb7045915cafeb0e2d Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-04-18 08:04:59 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-04-19 08:48:10 +0000 net/iodine: update to 0.8.0 ChangeLog: https://github.com/yarrick/iodine/blob/master/CHANGELOG * Mac OS X: Support native utun VPN devices. * Fix compilation failure on kFreeBSD and Hurd. * Patch that fixes compilation warning. * README converted to markdown. * Linux: use pkg-config for systemd support flags. * 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. Reported by: portscout --- net/iodine/Makefile | 5 ++--- net/iodine/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 34e858cd9fa8..8e01a53887f9 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -1,6 +1,5 @@ PORTNAME= iodine -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= net MASTER_SITES= http://code.kryo.se/iodine/ \ http://redundancy.redundancy.org/mirror/ @@ -26,7 +25,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/iodine.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${GZIP_CMD} ${STAGEDIR}${MANPREFIX}/man/man8/iodine.8 ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README CHANGELOG TODO +.for f in README.md CHANGELOG TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/net/iodine/distinfo b/net/iodine/distinfo index 813743779356..635dc19e2192 100644 --- a/net/iodine/distinfo +++ b/net/iodine/distinfo @@ -1,2 +1,3 @@ -SHA256 (iodine-0.7.0.tar.gz) = ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e -SIZE (iodine-0.7.0.tar.gz) = 96181 +TIMESTAMP = 1681805049 +SHA256 (iodine-0.8.0.tar.gz) = 546e92cf8617f7970ea81c850b1063eb189c68c406d0c6a67e02c55e72e714c6 +SIZE (iodine-0.8.0.tar.gz) = 100577