[packages] openssh: set privsep-user and privsep-path
authorPeter Wagner <​tripolar@gmx.at>
Sun, 13 Nov 2011 23:53:11 +0000 (23:53 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Sun, 13 Nov 2011 23:53:11 +0000 (23:53 +0000)
SVN-Revision: 29085

net/openssh/Makefile

index a466dc8763e15d4649098b3219cab9e245fa2946..d668be4f9d2e8e1318fdaf5010bba8810c3cbfb6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
 PKG_VERSION:=5.9p1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
@@ -110,6 +110,8 @@ endef
 CONFIGURE_ARGS+= \
        $(DISABLE_NLS) \
        --sysconfdir=/etc/ssh \
+       --with-privsep-user=sshd \
+       --with-privsep-path=/var/empty \
        --enable-shared \
        --disable-static \
        --disable-debug \