From: tripolar Date: Sun, 18 Apr 2010 15:12:46 +0000 (+0000) Subject: update openssh to 5.5p1 and X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8501222c3d1bfb09784581fdb454a1b4d04f7f93;p=packages.git 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 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 781532790..73873fd2d 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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