CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/08/20 10:19:10
Modified files:
security/pivy : Makefile
Added files:
security/pivy/patches: patch-openssh_configure_ac
Log message:
security/pivy: fix build with zlib 1.3
openssh-portable incorrectly assumes that a zlib version has three or
four components, which is violated by zlib 1.3 and breaks the configure
step.
valiant autoconf vs upstream Makefile wrangling by sthen - many thanks
