openssh: update to 8.0p1
This commit is contained in:
parent
0aad657566
commit
47faa77398
@ -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=7.9p1
|
version=8.0p1
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=ftp://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
source[0]=ftp://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# 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
|
# 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 -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
|
||||||
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=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)
|
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)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
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
|
* Mon Oct 29 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 7.9p1-1
|
||||||
- Update to 7.9p1
|
- Update to 7.9p1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user