A new version of sslh is available that fixes an IPv6 parse bug.
Upstream has decided to remove the v1.19 tarball to avoid encouraging
use of a bad version, and has released v1.19b.


diff --git Makefile Makefile
index 84caa75c02f..a3644fdb72d 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =      SSL/SSH multiplexer
 
-DISTNAME =     sslh-v1.19
+DISTNAME =     sslh-v1.19b
 PKGNAME =      ${DISTNAME:S/-v/-/}
 CATEGORIES =   security net
 
diff --git distinfo distinfo
index e4dae567aea..400bbbb73b4 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (sslh-v1.19.tar.gz) = 75yxg5baQEu3BbLEzUViql/rVU3m+b0HSyTnrEcTZpw=
-SIZE (sslh-v1.19.tar.gz) = 57352
+SHA256 (sslh-v1.19b.tar.gz) = EN/E3v+8qUw+91NdP3GyE6vHjVPtHpAIc9PKHMlDZZw=
+SIZE (sslh-v1.19b.tar.gz) = 57369
diff --git patches/patch-Makefile patches/patch-Makefile
index 977a2e2329d..91dee1b9e7b 100644
--- patches/patch-Makefile
+++ patches/patch-Makefile
@@ -3,7 +3,7 @@ $OpenBSD: patch-Makefile,v 1.6 2018/01/28 16:31:48 sthen Exp $
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -87,7 +83,7 @@ echosrv: version.h $(OBJS) echosrv.o
+@@ -87,7 +87,7 @@ echosrv: version.h $(OBJS) echosrv.o
        $(CC) $(CFLAGS) $(LDFLAGS) -o echosrv echosrv.o probe.o common.o tls.o 
$(LIBS)
  
  $(MAN): sslh.pod Makefile

Reply via email to