ports/openssh: Update to 10.2p1 and enable fd passing
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='openssh'
|
||||
VERSION='10.0p1'
|
||||
DOWNLOAD_URL="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$VERSION.tar.gz#021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c"
|
||||
VERSION='10.2p1'
|
||||
DOWNLOAD_URL="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$VERSION.tar.gz#ccc42c0419937959263fa1dbd16dafc18c56b984c03562d2937ce56a60f798b2"
|
||||
DEPENDENCIES=('zlib' 'openssl')
|
||||
CONFIG_SUB=('config.sub')
|
||||
MAKE_INSTALL_TARGETS=('install-nokeys')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--sysconfdir=/etc'
|
||||
'--sbindir=/usr/bin'
|
||||
'--disable-fd-passing'
|
||||
'CFLAGS=-Wno-deprecated-declarations'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user