openssh: update to 8.0p1

This commit is contained in:
Tom G. Christensen 2019-04-22 11:46:07 +02:00
parent 0aad657566
commit 47faa77398
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=openssh
version=7.9p1
version=8.0p1
pkgver=1
source[0]=ftp://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -18,6 +18,7 @@ source[0]=ftp://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.
# 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"
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=cat --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
---------
* Mon Apr 22 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 8.0p1-1
- Update to 8.0p1
* Mon Oct 29 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 7.9p1-1
- Update to 7.9p1