openssh: update to 9.8p1
This commit is contained in:
parent
d15c390c04
commit
3c15ff9bbf
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=openssh
|
topdir=openssh
|
||||||
version=9.7p1
|
version=9.8p1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -22,7 +22,7 @@ export CPPFLAGS="-I$prefix/include"
|
|||||||
export CC="gcc"
|
export CC="gcc"
|
||||||
make_check_target="tests"
|
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
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
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
|
* Tue Mar 12 2024 Tom G. Christensen <swpkg@jupiterrise.com> - 9.7p1-1
|
||||||
- Update to 9.7p1
|
- Update to 9.7p1
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ $lprefix/$_sbindir
|
|||||||
$lprefix/$_mandir
|
$lprefix/$_mandir
|
||||||
$lprefix/$_sysconfdir
|
$lprefix/$_sysconfdir
|
||||||
$lprefix/libexec/ssh-keysign
|
$lprefix/libexec/ssh-keysign
|
||||||
|
$lprefix/libexec/sshd-session
|
||||||
$lprefix/libexec/sftp-server
|
$lprefix/libexec/sftp-server
|
||||||
$lprefix/libexec/ssh-pkcs11-helper
|
$lprefix/libexec/ssh-pkcs11-helper
|
||||||
$lprefix/libexec/ssh-sk-helper
|
$lprefix/libexec/ssh-sk-helper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user