git: d839d49f9232 - main - security/openssh-portable: fix build with zlib 1.3

From: Xin LI <delphij_at_FreeBSD.org>
Date: Tue, 24 Oct 2023 02:17:42 UTC
The branch main has been updated by delphij:

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

commit d839d49f92329b640249b7ca790cc83338814d62
Author:     Rozhuk Ivan <rozhuk.im@gmail.com>
AuthorDate: 2023-09-05 09:54:30 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2023-10-24 02:16:26 +0000

    security/openssh-portable: fix build with zlib 1.3
    
    PR:             ports/273578
    Approved by:    maintainer timeout
---
 security/openssh-portable/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 70d027db63a2..064b00ab8cb3 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openssh
 DISTVERSION=	9.3p2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	OPENBSD/OpenSSH/portable
@@ -21,6 +21,7 @@ USES=			alias autoreconf compiler:c11 cpe localbase ncurses \
 			pkgconfig ssl
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--prefix=${PREFIX} \
+			--without-zlib-version-check \
 			--with-ssl-engine \
 			--with-mantype=man \
 			--with-Werror