[notify] openssh: updated to 6.7p1

This version of OpenSSH removes support for tcpwrappers. CRUX users relying on tcpwrappers
to restrict ssh access should *REALLY* look for alternatives (iptables).
Full releasenotes available here:
http://lists.mindrot.org/pipermail/openssh-unix-announce/2014-October/000119.html
This commit is contained in:
Fredrik Rinnestam 2014-10-12 12:24:44 +02:00
parent 131a8d8fda
commit 4b1ddcc39b
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
3e9800e6bca1fbac0eea4d41baa7f239 openssh-6.6p1.tar.gz
3246aa79317b1d23cae783a3bf8275d6 openssh-6.7p1.tar.gz
569e2757f9a1fcee7869c986b4c90fdd sshd

View File

@ -4,7 +4,7 @@
# Depends on: openssl zlib tcp_wrappers
name=openssh
version=6.6p1
version=6.7p1
release=1
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd)
@ -15,7 +15,6 @@ build() {
--sysconfdir=/etc/ssh \
--with-mantype=man \
--mandir=/usr/man \
--with-tcp-wrappers \
--with-md5-passwords \
--with-privsep-user=nobody \
--with-privsep-path=/var/empty \