mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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
This commit is contained in:
+1
-2
@@ -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/
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
@@ -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");
|
||||
Reference in New Issue
Block a user