projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce9785
)
[packages] openssh: set privsep-user and privsep-path
author
Peter Wagner
<tripolar@gmx.at>
Sun, 13 Nov 2011 23:53:11 +0000
(23:53 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Sun, 13 Nov 2011 23:53:11 +0000
(23:53 +0000)
SVN-Revision: 29085
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index a466dc8763e15d4649098b3219cab9e245fa2946..d668be4f9d2e8e1318fdaf5010bba8810c3cbfb6 100644
(file)
--- a/
net/openssh/Makefile
+++ b/
net/openssh/Makefile
@@
-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 \