[packages] openssh: update to 6.3p1
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38136 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -8,15 +8,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=6.2p2
|
PKG_VERSION:=6.3p1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
|
ftp://openbsd.wiretapped.net/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
|
ftp://ftp.belnet.be/packages/openbsd/OpenSSH/portable/ \
|
||||||
ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
|
ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/
|
||||||
PKG_MD5SUM:=be46174dcbb77ebb4ea88ef140685de1
|
PKG_MD5SUM:=225e75c9856f76011966013163784038
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=libopenssl
|
PKG_BUILD_DEPENDS:=libopenssl
|
||||||
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
--- a/ssh_config
|
--- a/ssh_config
|
||||||
+++ b/ssh_config
|
+++ b/ssh_config
|
||||||
@@ -45,3 +45,6 @@
|
@@ -46,3 +46,6 @@
|
||||||
# PermitLocalCommand no
|
|
||||||
# VisualHostKey no
|
# VisualHostKey no
|
||||||
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||||
|
# RekeyLimit 1G 1h
|
||||||
+
|
+
|
||||||
+# enable DSCP QoS values (per RFC-4594)
|
+# enable DSCP QoS values (per RFC-4594)
|
||||||
+#IPQoS AF21 AF11
|
+#IPQoS AF21 AF11
|
||||||
--- a/sshd_config
|
--- a/sshd_config
|
||||||
+++ b/sshd_config
|
+++ b/sshd_config
|
||||||
@@ -111,6 +111,9 @@ AuthorizedKeysFile .ssh/authorized_keys
|
@@ -120,6 +120,9 @@ UsePrivilegeSeparation sandbox # Default for new installations.
|
||||||
# no default banner path
|
# no default banner path
|
||||||
#Banner none
|
#Banner none
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user