update openssh to 5.5p1 and
use 22 for goup/userid - the default user/groupid on most unices git-svn-id: svn://svn.openwrt.org/openwrt/packages@20989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
60992998f4
commit
8501222c3d
@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=5.4p1
|
||||
PKG_VERSION:=5.5p1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
|
||||
ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
|
||||
ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
|
||||
PKG_MD5SUM:=da10af8a789fa2e83e3635f3a1b76f5e
|
||||
PKG_MD5SUM:=88633408f4cb1eb11ec7e2ec58b519eb
|
||||
|
||||
PKG_BUILD_DEPENDS:=libopenssl
|
||||
|
||||
@ -179,7 +179,7 @@ define Package/openssh-server/postinst
|
||||
#!/bin/sh
|
||||
|
||||
name=sshd
|
||||
id=99
|
||||
id=22
|
||||
|
||||
# do not change below
|
||||
# check if we are on real system
|
||||
|
Loading…
x
Reference in New Issue
Block a user