mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
openssh: update to 7.6p1.
This commit is contained in:
parent
ad07b90cd7
commit
8955899769
2 changed files with 3 additions and 20 deletions
|
@ -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.orig
|
||||||
+++ configure.ac
|
+++ configure.ac
|
||||||
@@ -399,7 +399,6 @@
|
@@ -399,7 +399,6 @@
|
||||||
sys/bitypes.h \
|
sys/bitypes.h \
|
||||||
sys/bsdtty.h \
|
sys/bsdtty.h \
|
||||||
sys/capability.h \
|
|
||||||
- sys/cdefs.h \
|
- sys/cdefs.h \
|
||||||
sys/dir.h \
|
sys/dir.h \
|
||||||
sys/mman.h \
|
sys/mman.h \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=7.5p1
|
version=7.6p1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.openssh.org"
|
homepage="http://www.openssh.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||||
checksum=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0
|
checksum=a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="ldns ssl"
|
build_options="ldns ssl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue