openssh: update to 7.6p1.

This commit is contained in:
Leah Neukirchen 2017-10-05 13:10:41 +02:00 committed by Leаh Neukirchen
parent ad07b90cd7
commit 8955899769
2 changed files with 3 additions and 20 deletions

View file

@ -1,25 +1,8 @@
--- servconf.c.orig
+++ servconf.c
@@ -935,13 +935,6 @@
{ "no", 0 },
{ NULL, -1 }
};
-static const struct multistate multistate_privsep[] = {
- { "yes", PRIVSEP_NOSANDBOX },
- { "sandbox", PRIVSEP_ON },
- { "nosandbox", PRIVSEP_NOSANDBOX },
- { "no", PRIVSEP_OFF },
- { NULL, -1 }
-};
static const struct multistate multistate_tcpfwd[] = {
{ "yes", FORWARD_ALLOW },
{ "all", FORWARD_ALLOW },
--- configure.ac.orig
+++ configure.ac
@@ -399,7 +399,6 @@
sys/bitypes.h \
sys/bsdtty.h \
sys/capability.h \
- sys/cdefs.h \
sys/dir.h \
sys/mman.h \

View file

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=7.5p1
revision=4
version=7.6p1
revision=1
build_style=gnu-configure
configure_args="--datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.openssh.org"
license="BSD"
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
checksum=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0
checksum=a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723
# Package build options
build_options="ldns ssl"