Openssh 5.7 includes my fix to bug #1733: https://bugzilla.mindrot.org/show_bug.cgi?id=1733
supports newer CS/DSCP QoS markings, but the default config file still uses the deprecated RFC-791 values (retired in 1998). toward the bottom of etc/ssh/sshd_config is: # traditional ToS (deprecated: consider using af12 and cs2) #UseQoS throughput lowdelay and I'd recommend using the alternate values in the comment. Thoughts? -Philip On 1/24/11 5:42 AM, openwrt-comm...@openwrt.org wrote:
Author: tripolar Date: 2011-01-24 14:42:16 +0100 (Mon, 24 Jan 2011) New Revision: 25092 Modified: packages/net/openssh/Makefile Log: [openssh] update openssh to 5.7p1 Modified: packages/net/openssh/Makefile =================================================================== --- packages/net/openssh/Makefile 2011-01-24 12:52:44 UTC (rev 25091) +++ packages/net/openssh/Makefile 2011-01-24 13:42:16 UTC (rev 25092) @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=5.6p1 +PKG_VERSION:=5.7p1 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -16,7 +16,7 @@ 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:=e6ee52e47c768bf0ec42a232b5d18fb0 +PKG_MD5SUM:=50231fa257219791fa41b84a16c9df04 PKG_BUILD_DEPENDS:=libopenssl
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel