backport [2184] (openssh sftp-server) to trunk
SVN-Revision: 2185
This commit is contained in:
parent
67d99146b9
commit
d8c0bde813
5 changed files with 40 additions and 38 deletions
|
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=4.0p1
|
PKG_VERSION:=4.0p1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM:=7b36f28fc16e1b7f4ba3c1dca191ac92
|
PKG_MD5SUM:=7b36f28fc16e1b7f4ba3c1dca191ac92
|
||||||
|
|
||||||
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
|
@ -117,6 +117,8 @@ $(IPKG_OPENSSH_SFTP_CLIENT):
|
||||||
$(IPKG_OPENSSH_SFTP_SERVER):
|
$(IPKG_OPENSSH_SFTP_SERVER):
|
||||||
install -m0755 -d $(IDIR_OPENSSH_SFTP_SERVER)/usr/lib
|
install -m0755 -d $(IDIR_OPENSSH_SFTP_SERVER)/usr/lib
|
||||||
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/sftp-server $(IDIR_OPENSSH_SFTP_SERVER)/usr/lib/
|
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/sftp-server $(IDIR_OPENSSH_SFTP_SERVER)/usr/lib/
|
||||||
|
install -m0755 -d $(IDIR_OPENSSH_SFTP_SERVER)/usr/libexec
|
||||||
|
ln -sf ../lib/sftp-server $(IDIR_OPENSSH_SFTP_SERVER)/usr/libexec/sftp-server
|
||||||
$(RSTRIP) $(IDIR_OPENSSH_SFTP_SERVER)
|
$(RSTRIP) $(IDIR_OPENSSH_SFTP_SERVER)
|
||||||
$(IPKG_BUILD) $(IDIR_OPENSSH_SFTP_SERVER) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_OPENSSH_SFTP_SERVER) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: openssh-client-utils
|
Package: openssh-client-utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: bugs@openwrt.org
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Depends: zlib, libopenssl
|
Depends: zlib, libopenssl
|
||||||
Description: OpenSSH client utilities
|
Description: OpenSSH client utilities
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: openssh-server
|
Package: openssh-server
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: bugs@openwrt.org
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Depends: zlib, libopenssl
|
Depends: zlib, libopenssl
|
||||||
Description: OpenSSH server
|
Description: OpenSSH server
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: openssh-sftp-client
|
Package: openssh-sftp-client
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: bugs@openwrt.org
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Depends: zlib, libopenssl
|
Depends: zlib, libopenssl
|
||||||
Description: OpenSSH SFTP client
|
Description: OpenSSH SFTP client
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: openssh-sftp-server
|
Package: openssh-sftp-server
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: bugs@openwrt.org
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Depends: zlib, libopenssl
|
Depends: zlib, libopenssl
|
||||||
Description: OpenSSH SFTP server
|
Description: OpenSSH SFTP server
|
||||||
|
|
Loading…
Reference in a new issue