openssh: update to 8.7p1

This commit is contained in:
Tom G. Christensen 2021-08-21 08:59:33 +02:00
parent 207bcb3f59
commit 646cad4e85
2 changed files with 6 additions and 3 deletions

View File

@ -6,11 +6,11 @@
###########################################################
# Check the following 4 variables before running the script
topdir=openssh
version=8.6p1
version=8.7p1
pkgver=1
source[0]=https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
# If there are no patches, simply comment this
patch[0]=openssh-8.6-no-stdint_h.patch
#patch[0]=
# Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
@ -18,7 +18,7 @@ patch[0]=openssh-8.6-no-stdint_h.patch
# Global settings
export LDFLAGS="-R$prefix/lib -L$prefix/lib"
export CPPFLAGS="-I$prefix/include"
export CC="gcc -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
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)

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Fri Aug 20 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 8.7p1-1
- Update to 8.7p1
* Sat May 08 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 8.6p1-1
- Update to 8.6p1