openssh: update to 10.0p1
This commit is contained in:
parent
e10968a9d7
commit
71d526c4bf
@ -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.9p2
|
version=10.0p1
|
||||||
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
|
||||||
@ -20,10 +20,10 @@ patch[2]=0001-Revert-simplify-sshkey_prekey_alloc-always-use-mmap.patch
|
|||||||
# Global settings
|
# Global settings
|
||||||
export LDFLAGS="-R$prefix/lib -L$prefix/lib"
|
export LDFLAGS="-R$prefix/lib -L$prefix/lib"
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
export CC="gcc"
|
export CC="gcc -std=gnu99"
|
||||||
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 --enable-dsa-keys)
|
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)
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
--------
|
--------
|
||||||
|
* Fri Apr 11 2025 Tom G. Christensen <swpkg@jupiterrise.com> - 10.0p1-1
|
||||||
|
- Update to 10.0p1 (due to an upstream mistake it will identify as 10.0p2)
|
||||||
|
|
||||||
* Wed Feb 19 2025 Tom G. Christensen <swpkg@jupiterrise.com> - 9.9p2-1
|
* Wed Feb 19 2025 Tom G. Christensen <swpkg@jupiterrise.com> - 9.9p2-1
|
||||||
- Update to 9.9p2 (fixes CVE-2025-26465, CVE-2025-26466)
|
- Update to 9.9p2 (fixes CVE-2025-26465, CVE-2025-26466)
|
||||||
|
|
||||||
|
@ -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-auth
|
||||||
$lprefix/libexec/sshd-session
|
$lprefix/libexec/sshd-session
|
||||||
$lprefix/libexec/sftp-server
|
$lprefix/libexec/sftp-server
|
||||||
$lprefix/libexec/ssh-pkcs11-helper
|
$lprefix/libexec/ssh-pkcs11-helper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user