ports/core (3.1): [notify] openssh: updated to 6.7p1
commit 4b1ddcc39bc7779854ebf27d575a46623b897423 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Oct 12 12:24:44 2014 +0200 [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... diff --git a/openssh/.md5sum b/openssh/.md5sum index 8299ee0..987423e 100644 --- a/openssh/.md5sum +++ b/openssh/.md5sum @@ -1,2 +1,2 @@ -3e9800e6bca1fbac0eea4d41baa7f239 openssh-6.6p1.tar.gz +3246aa79317b1d23cae783a3bf8275d6 openssh-6.7p1.tar.gz 569e2757f9a1fcee7869c986b4c90fdd sshd diff --git a/openssh/Pkgfile b/openssh/Pkgfile index a4c6260..f8a5e09 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -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 \
participants (1)
-
crux@crux.nu