Date: Sun, 31 May 2026 10:26:01 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0550ce947a91 - main - net/dante: the port had been updated to version 1.4.4 Message-ID: <6a1c0cb9.3ccbc.7a5f8e14@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0550ce947a9131c15f4c98fa96458cef4defc047 commit 0550ce947a9131c15f4c98fa96458cef4defc047 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2026-05-31 10:24:24 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2026-05-31 10:24:24 +0000 net/dante: the port had been updated to version 1.4.4 PR: 294856 Changelog: https://www.inet.no/dante/announce-1.4.4 Security: CVE-2024-54662 Reported by: portscout --- net/dante/Makefile | 3 +-- net/dante/distinfo | 6 +++--- net/dante/files/patch-lib_upnp.c | 15 --------------- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/net/dante/Makefile b/net/dante/Makefile index 26805b1bff51..ffbcecb1fd2f 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,6 +1,5 @@ PORTNAME= dante -PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTVERSION= 1.4.4 CATEGORIES= net security MASTER_SITES= http://www.inet.no/dante/files/ \ ftp://ftp.inet.no/pub/socks/ diff --git a/net/dante/distinfo b/net/dante/distinfo index 390280b70038..a729bb49c9b6 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619861991 -SHA256 (dante-1.4.3.tar.gz) = 418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d -SIZE (dante-1.4.3.tar.gz) = 1343935 +TIMESTAMP = 1734334935 +SHA256 (dante-1.4.4.tar.gz) = 1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec +SIZE (dante-1.4.4.tar.gz) = 1378352 diff --git a/net/dante/files/patch-lib_upnp.c b/net/dante/files/patch-lib_upnp.c deleted file mode 100644 index 4bbd8361b4d5..000000000000 --- a/net/dante/files/patch-lib_upnp.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/upnp.c.orig 2020-11-11 16:11:55 UTC -+++ lib/upnp.c -@@ -208,7 +208,11 @@ socks_initupnp(gw, emsg, emsglen) - socks_autoadd_directroute(&commands, &protocols, &saddr, &smask); - } - -- devtype = UPNP_GetValidIGD(dev, &url, &data, myaddr, sizeof(myaddr)); -+ devtype = UPNP_GetValidIGD(dev, &url, &data, myaddr, sizeof(myaddr) -+#if MINIUPNPC_API_VERSION > 17 -+ , NULL, 0 -+#endif -+ ); - switch (devtype) { - case UPNP_NO_IGD: - snprintf(emsg, emsglen, "no UPNP IGD discovered on local network");home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c0cb9.3ccbc.7a5f8e14>
