openssh: update to 7.1p1

This commit is contained in:
Tom G. Christensen 2015-08-23 00:48:29 +02:00
parent e80eb0cc13
commit fe4e6636c9
2 changed files with 8 additions and 2 deletions

View File

@ -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=6.9p1 version=7.1p1
pkgver=1 pkgver=1
source[0]=ftp://ftp.sunet.se/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz source[0]=ftp://ftp.sunet.se/pub/OpenBSD/OpenSSH/portable/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
@ -20,7 +20,7 @@ export LDFLAGS="-R$prefix/lib -L$prefix/lib"
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
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 --with-ssh1)
reg prep reg prep
prep() prep()

View File

@ -1,5 +1,11 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Aug 22 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.1p1-1
- Update to 7.1p1
* Mon Aug 17 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 7.0p1-1
- Update to 7.0p1
* Wed Jul 01 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 6.9p1-1 * Wed Jul 01 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 6.9p1-1
- Update to 6.9p1 - Update to 6.9p1