diff --git a/openssh/build.sh b/openssh/build.sh index dbdbce7..fbefa82 100755 --- a/openssh/build.sh +++ b/openssh/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=openssh -version=9.9p2 +version=10.0p1 pkgver=1 source[0]=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz # 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 export LDFLAGS="-R$prefix/lib -L$prefix/lib" export CPPFLAGS="-I$prefix/include" -export CC="gcc" +export CC="gcc -std=gnu99" 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 prep() diff --git a/openssh/meta/ChangeLog b/openssh/meta/ChangeLog index 5394087..e47230d 100644 --- a/openssh/meta/ChangeLog +++ b/openssh/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG -------- +* Fri Apr 11 2025 Tom G. Christensen - 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 - 9.9p2-1 - Update to 9.9p2 (fixes CVE-2025-26465, CVE-2025-26466) diff --git a/openssh/meta/pkgdef b/openssh/meta/pkgdef index 5262c61..27a5839 100644 --- a/openssh/meta/pkgdef +++ b/openssh/meta/pkgdef @@ -28,6 +28,7 @@ $lprefix/$_sbindir $lprefix/$_mandir $lprefix/$_sysconfdir $lprefix/libexec/ssh-keysign +$lprefix/libexec/sshd-auth $lprefix/libexec/sshd-session $lprefix/libexec/sftp-server $lprefix/libexec/ssh-pkcs11-helper