On Sun, May 05, 2019 at 01:46:24PM -0700, Nam Nguyen wrote:
> Hiltjo Posthuma writes:
> 
> > Hi,
> >
> > This updates the znc port from 1.7.1 to 1.7.3.
> >
> > It contains a DDoS fix:
> > - https://wiki.znc.in/ChangeLog/1.7.3
> > - CVE-2019-9917: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9917
> >
> > I only build the package on amd64 and not tested:
> 
> The link can be changed to https://
> 
> I have successfully tested this on amd64 6.5 -stable on a VPS. Per the
> ZNC instructions[1], "If you upgrade your ZNC version you must recompile
> all your modules," I recompiled the only ZNC module I use,
> znc-clientbuffer[2]. It continues to work. Thanks.
> 
> Footnotes: 
> [1]  https://wiki.znc.in/Compiling_modules
> [2]  https://github.com/jpnurmi/znc-clientbuffer

Thanks for testing.

Below is an updated patch using https:


diff --git net/znc/Makefile net/znc/Makefile
index e5596110bf5..a09090f329e 100644
--- net/znc/Makefile
+++ net/znc/Makefile
@@ -2,11 +2,11 @@
 
 COMMENT=       advanced IRC bouncer
 
-DISTNAME=      znc-1.7.1
+DISTNAME=      znc-1.7.3
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE}releases/
 
-HOMEPAGE=      http://znc.in/
+HOMEPAGE=      https://znc.in/
 
 MAINTAINER=    Brad Smith <b...@comstyle.com>
 
diff --git net/znc/distinfo net/znc/distinfo
index 30d8a4aeb9b..4a337b107f8 100644
--- net/znc/distinfo
+++ net/znc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (znc-1.7.1.tar.gz) = RM/qcVjqBdwlR8fGvCI3HmbIad75A1HeCrkKnCANOcQ=
-SIZE (znc-1.7.1.tar.gz) = 2041669
+SHA256 (znc-1.7.3.tar.gz) = HkzDGDeh6ObMMQhzZZoWfOwWo/1CgcvDvzZOQjUsET0=
+SIZE (znc-1.7.3.tar.gz) = 2084575
diff --git net/znc/pkg/PLIST net/znc/pkg/PLIST
index 27dcbb05d14..49bd6ecb6a4 100644
--- net/znc/pkg/PLIST
+++ net/znc/pkg/PLIST
@@ -163,6 +163,7 @@ share/znc/modules/webadmin/tmpl/traffic.tmpl
 share/znc/translations/
 share/znc/translations/de-DE
 share/znc/translations/es-ES
+share/znc/translations/fr-FR
 share/znc/translations/id-ID
 share/znc/translations/nl_NL
 share/znc/translations/ru-RU

-- 
Kind regards,
Hiltjo

Reply via email to