diff --git a/net/dante/Makefile b/net/dante/Makefile index 26805b1bff51..ffbcecb1fd2f 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,56 +1,55 @@ 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/ MAINTAINER= danfe@FreeBSD.org COMMENT= Circuit-level firewall/proxy WWW= https://www.inet.no/dante/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= libtool localbase ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_RC_SUBR= sockd OPTIONS_DEFINE= DOCS EXAMPLES UPNP OPTIONS_DEFAULT= UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_OFF= --without-upnp post-patch: @${REINPLACE_CMD} -e '/FORTIFY_SOURCE gives error/,+28d' \ ${WRKSRC}/configure post-install: .for x in s d ${INSTALL_DATA} ${WRKSRC}/example/sock${x}.conf \ ${STAGEDIR}${PREFIX}/etc/sock${x}.conf.sample .endfor post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sockd-basic.conf \ ${WRKSRC}/example/sockd-chaining.conf \ ${WRKSRC}/example/socks-simple-withoutnameserver.conf \ ${WRKSRC}/example/socks-simple.conf ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib ${INSTALL_DATA} ${WRKSRC}/doc/README* \ ${WRKSRC}/doc/rfc* \ ${WRKSRC}/doc/SOCKS4*.protocol \ ${WRKSRC}/UPGRADE ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/sockd-stat.awk \ ${STAGEDIR}${DOCSDIR}/contrib .include 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");