From 47faa77398fe89d9b8314d7e023dc8d79039bf5c Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Mon, 22 Apr 2019 11:46:07 +0200 Subject: [PATCH] openssh: update to 8.0p1 --- openssh/build.sh | 3 ++- openssh/meta/ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh/build.sh b/openssh/build.sh index 62fbc46..52cb04a 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=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) diff --git a/openssh/meta/ChangeLog b/openssh/meta/ChangeLog index c0ca6d3..791bcde 100644 --- a/openssh/meta/ChangeLog +++ b/openssh/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Mon Apr 22 2019 Tom G. Christensen - 8.0p1-1 +- Update to 8.0p1 + * Mon Oct 29 2018 Tom G. Christensen - 7.9p1-1 - Update to 7.9p1