[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:
parent
40a979a1c0
commit
3c404da30c
@ -8,15 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=6.2p2
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=6.3p1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
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:=be46174dcbb77ebb4ea88ef140685de1
|
||||
PKG_MD5SUM:=225e75c9856f76011966013163784038
|
||||
|
||||
PKG_BUILD_DEPENDS:=libopenssl
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- a/ssh_config
|
||||
+++ b/ssh_config
|
||||
@@ -45,3 +45,6 @@
|
||||
# PermitLocalCommand no
|
||||
@@ -46,3 +46,6 @@
|
||||
# VisualHostKey no
|
||||
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||
# RekeyLimit 1G 1h
|
||||
+
|
||||
+# enable DSCP QoS values (per RFC-4594)
|
||||
+#IPQoS AF21 AF11
|
||||
--- a/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
|
||||
#Banner none
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user