openssh: update to 7.6p1.
This commit is contained in:
parent
ad07b90cd7
commit
8955899769
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue