On Tue 13/02/2018 15:51, Björn Ketelaars wrote:
> Jakob, enclosed a diff for bringing dante to the latest version. Patch
> from jca@ to fix a memory bug in the client has been committed upstream.

Maintainer timeout.

Build tested ok with its consumer, and a simple testspin revealed no
issues.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/dante/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- Makefile    11 Jan 2018 19:27:09 -0000      1.48
+++ Makefile    20 Feb 2018 04:37:23 -0000
@@ -2,17 +2,16 @@
 
 COMMENT=       SOCKS client and server
 
-DISTNAME=      dante-1.4.1
-REVISION=      1
+DISTNAME=      dante-1.4.2
 
 CATEGORIES=    security
 
-SHARED_LIBS=   dsocks  1.2 \
-               socks   1.2
+SHARED_LIBS=   dsocks  1.3 \
+               socks   1.3
 MODGNU_SHARED_LIBS=dsocks      '-all-dynamic' \
                socks           ''
 
-HOMEPAGE=      http://www.inet.no/dante/
+HOMEPAGE=      https://www.inet.no/dante/
 
 MASTER_SITES=  ${HOMEPAGE}/files/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/dante/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo    11 Sep 2014 07:40:07 -0000      1.13
+++ distinfo    20 Feb 2018 04:37:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (dante-1.4.1.tar.gz) = ttIyvW/vyH0Uv5fkR+T83u9LKLFrBI2AS1C0jyYcT1M=
-SIZE (dante-1.4.1.tar.gz) = 1284288
+SHA256 (dante-1.4.2.tar.gz) = uqJXUGM6f583Rn7kOv33qVyAJ0OU7d19zU4VQqp1yq0=
+SIZE (dante-1.4.2.tar.gz) = 1307254
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/security/dante/pkg/DESCR,v
retrieving revision 1.4
diff -u -p -r1.4 DESCR
--- pkg/DESCR   26 Jul 2004 06:13:03 -0000      1.4
+++ pkg/DESCR   20 Feb 2018 04:37:23 -0000
@@ -1,4 +1,4 @@
-Dante is a Socks client and server firewall implementation. It can be 
+Dante is a Socks client and server firewall implementation. It can be
 installed on a machine with access to an external TCP/IP network and will
 allow all other machines, without direct access to that network, to be
 relayed through the machine the Dante server is running on.  The external

Reply via email to