From nobody Sun Dec 5 22:04:40 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0343518CD968; Sun, 5 Dec 2021 22:04:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J6gZw5GcPz3lCN; Sun, 5 Dec 2021 22:04:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91FBA1FBE8; Sun, 5 Dec 2021 22:04:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B5M4eKG097650; Sun, 5 Dec 2021 22:04:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B5M4emJ097647; Sun, 5 Dec 2021 22:04:40 GMT (envelope-from git) Date: Sun, 5 Dec 2021 22:04:40 GMT Message-Id: <202112052204.1B5M4emJ097647@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 3abe08bbd419 - main - irc/znc: Fix build with LibreSSL List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3abe08bbd4193809139b5ba9e494b5a59a01afe0 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638741880; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=enaBoGvbfXgAcnLvYiajChLeKFuubD0R0+DuI7LB+PY=; b=O0ssvTONxi6g9HzF0R/twzau4KwaD8vRqykILuo5N5or4rJs9HOgOuUdGSWryhjXCd/U+N ZgV/D43gqdHDec4iMBLwbO6GAyrZ3Za06D07rjobwj86p4xEpPT+X7LhkRQweGCrAFOhdU 1xzzQRj1z2qNHfeLBqgY9DXfrcZxaFxD7lFm9yqJOS/almCaHeunjm7u8BOw60mK8zDJHM yfGnI/GQbyyOXrUg0Wp6Jn+ll+Nw428mBnUiE974FYMMbt8RPtSW0RdhgINfbaMJPfn9kj bD0xrhVYyPoIQAfQBzWwoC83wz9U/mlA4kmTV7kl9SkefIEuMXq8lDKj3HYsyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638741880; a=rsa-sha256; cv=none; b=xa6orF4/keEVTHHMuIsjEfGGjkEfX/jzqne21iLYcYnDVlWe7WG4KMupoE4gIHA9/aAjGw 8y8b/YnNSh8ZSr03hiw/jw35t3EEPolVR0s0fAIZ4L3KA5WWnWLAqdNiDQEc4K0luP4QjQ GUwwcd1RIl4HL45xonwIeiuvIGmHi+DJRSgpLbNgAuuwDt6BmS4wuVpgNuozjbViTQxyPF +AQjkGS+8liP2Qu1A5zlzHvcjOWUeI2MoPyLgOiN6+Upfgq//nsNKPTlkmYTFg7mBAtbrI hPcYXA8mW8ZGPFl6ZpVpeOWUFydFO2/SieuAHfIn6FUgW6dP9NdwLfAhroiO8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=3abe08bbd4193809139b5ba9e494b5a59a01afe0 commit 3abe08bbd4193809139b5ba9e494b5a59a01afe0 Author: Danilo G. Baio AuthorDate: 2021-12-05 21:56:23 +0000 Commit: Danilo G. Baio 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