[packages] openssh: update to 6.3p1
authorPeter Wagner <​tripolar@gmx.at>
Mon, 23 Sep 2013 11:25:27 +0000 (11:25 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Mon, 23 Sep 2013 11:25:27 +0000 (11:25 +0000)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38136

net/openssh/Makefile
net/openssh/patches/200-dscp-qos.patch

index a61220596ab3a81576ee5f4985d26b5d4b07807a..1ef6659294a29357d13b348e27ae4ab4061403f7 100644 (file)
@@ -8,15 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
 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_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
 
 
 PKG_BUILD_DEPENDS:=libopenssl
 
index 0d2fa594415aa077d333db84c8300cbc677a02b1..68830cc741efc22fa469a9396dd7e6ebfbea9fcc 100644 (file)
@@ -1,15 +1,15 @@
 --- a/ssh_config
 +++ b/ssh_config
 --- 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
  #   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
 +
 +# 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
  
  # no default banner path
  #Banner none