diff options
author | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:16:05 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:16:05 +0100 |
commit | dabbdfacc9f6995b0739772a47704186dcf34ea5 (patch) | |
tree | 0a0b306a637bc85eb719261b74884f0b9573ec41 /INSTALL | |
parent | 1e0d51b642cac9a6bfb719e6320905625aa5f943 (diff) | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) |
* New upstream release (http://www.openssh.org/txt/release-6.0).
- Fix IPQoS not being set on non-mapped v4-in-v6 addressed connections
(closes: #643312, #650512).
- Add a new privilege separation sandbox implementation for Linux's new
seccomp sandbox, automatically enabled on platforms that support it.
(Note: privilege separation sandboxing is still experimental.)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -80,6 +80,12 @@ these multi-platform ports: | |||
80 | http://www.thrysoee.dk/editline/ | 80 | http://www.thrysoee.dk/editline/ |
81 | http://sourceforge.net/projects/libedit/ | 81 | http://sourceforge.net/projects/libedit/ |
82 | 82 | ||
83 | LDNS: | ||
84 | |||
85 | LDNS is a DNS BSD-licensed resolver library which supports DNSSEC. | ||
86 | |||
87 | http://nlnetlabs.nl/projects/ldns/ | ||
88 | |||
83 | Autoconf: | 89 | Autoconf: |
84 | 90 | ||
85 | If you modify configure.ac or configure doesn't exist (eg if you checked | 91 | If you modify configure.ac or configure doesn't exist (eg if you checked |
@@ -260,4 +266,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
260 | http://www.openssh.com/ | 266 | http://www.openssh.com/ |
261 | 267 | ||
262 | 268 | ||
263 | $Id: INSTALL,v 1.86 2011/05/05 03:48:37 djm Exp $ | 269 | $Id: INSTALL,v 1.87 2011/11/04 00:25:25 dtucker Exp $ |