Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2021 22:04:40 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3abe08bbd419 - main - irc/znc: Fix build with LibreSSL
Message-ID:  <202112052204.1B5M4emJ097647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3abe08bbd4193809139b5ba9e494b5a59a01afe0

commit 3abe08bbd4193809139b5ba9e494b5a59a01afe0
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-12-05 21:56:23 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-12-05 22:04:21 +0000

    irc/znc: Fix build with LibreSSL
    
    PR:             260154
    Reported by:    wcarson.bugzilla@disillusion.net
---
 irc/znc/Makefile | 4 ++++
 irc/znc/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index 0fa33f2ea9be..f974f21db332 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -7,6 +7,10 @@ CATEGORIES=	irc
 MASTER_SITES=	https://znc.in/releases/ \
 		https://znc.in/releases/archive/
 
+# Fix build with libressl
+PATCH_SITES=	https://github.com/znc/znc/commit/
+PATCHFILES=	dcb5f3df82fcfec48aab356252067dc897fb98cf.patch:-p1
+
 MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	Advanced IRC bouncer
 
diff --git a/irc/znc/distinfo b/irc/znc/distinfo
index 8f172c6bf314..e3cd44a5eefb 100644
--- a/irc/znc/distinfo
+++ b/irc/znc/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1599616865
+TIMESTAMP = 1638740980
 SHA256 (znc-1.8.2.tar.gz) = ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d
 SIZE (znc-1.8.2.tar.gz) = 2101215
+SHA256 (dcb5f3df82fcfec48aab356252067dc897fb98cf.patch) = 3a1c8782a14554a14cf985612fd110fcaa7e439eecfdd8342d3843b13d52f5de
+SIZE (dcb5f3df82fcfec48aab356252067dc897fb98cf.patch) = 2264



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112052204.1B5M4emJ097647>