From 71aa6f2a487fdbdac6700638d337ee8d9c714978 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Mon, 23 Sep 2013 11:25:27 +0000 Subject: [PATCH] [packages] openssh: update to 6.3p1 Signed-off-by: Peter Wagner SVN-Revision: 38136 --- net/openssh/Makefile | 6 +++--- net/openssh/patches/200-dscp-qos.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index a61220596a..1ef6659294 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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 diff --git a/net/openssh/patches/200-dscp-qos.patch b/net/openssh/patches/200-dscp-qos.patch index 0d2fa59441..68830cc741 100644 --- a/net/openssh/patches/200-dscp-qos.patch +++ b/net/openssh/patches/200-dscp-qos.patch @@ -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 -- 2.30.2