openssh: update to 9.8p1

This commit is contained in:
Tom G. Christensen 2024-07-01 21:32:15 +02:00
parent d15c390c04
commit 3c15ff9bbf
3 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=openssh
version=9.7p1
version=9.8p1
pkgver=1
source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -22,7 +22,7 @@ export CPPFLAGS="-I$prefix/include"
export CC="gcc"
make_check_target="tests"
configure_args=(--prefix=$prefix --mandir=$prefix/$_mandir --sysconfdir=$prefix/${_sysconfdir}/ssh --datadir=$prefix/${_sharedir}/openssh --with-default-path=/usr/bin:$prefix/${_bindir} --with-mantype=man --with-pam --with-privsep-user=sshd --with-privsep-path=/var/empty/sshd --with-superuser-path=/usr/bin:/usr/sbin:$prefix/$_bindir:$prefix/$_sbindir --with-lastlog=/var/adm/lastlog --without-zlib-version-check)
configure_args=(--prefix=$prefix --mandir=$prefix/$_mandir --sysconfdir=$prefix/${_sysconfdir}/ssh --datadir=$prefix/${_sharedir}/openssh --with-default-path=/usr/bin:$prefix/${_bindir} --with-mantype=man --with-pam --with-privsep-user=sshd --with-privsep-path=/var/empty/sshd --with-superuser-path=/usr/bin:/usr/sbin:$prefix/$_bindir:$prefix/$_sbindir --with-lastlog=/var/adm/lastlog --without-zlib-version-check --enable-dsa-keys)
reg prep
prep()

View File

@ -1,5 +1,8 @@
CHANGELOG
--------
* Mon Jul 01 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 9.8p1-1
- Update to 9.8p1
* Tue Mar 12 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 9.7p1-1
- Update to 9.7p1

View File

@ -28,6 +28,7 @@ $lprefix/$_sbindir
$lprefix/$_mandir
$lprefix/$_sysconfdir
$lprefix/libexec/ssh-keysign
$lprefix/libexec/sshd-session
$lprefix/libexec/sftp-server
$lprefix/libexec/ssh-pkcs11-helper
$lprefix/libexec/ssh-sk-helper