diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-23 17:06:49 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-23 17:06:49 +1000 |
commit | d244a5816fd1312a33404b436e4dd83594f1119e (patch) | |
tree | d7aad1957e8de52b58cc7629535c5ad75ee9c8b4 /ChangeLog | |
parent | 4cec036362a358e398e6a2e6d19d8e5780558634 (diff) |
- (djm) [configure.ac] We now require a working vsnprintf everywhere (not
just for systems that lack asprintf); check for it always and extend
test to catch more brokenness. Fixes builds on Solaris <= 9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | 20140823 | 1 | 20140823 |
2 | - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on | 2 | - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on |
3 | lastlog writing on platforms with high UIDs; bz#2263 | 3 | lastlog writing on platforms with high UIDs; bz#2263 |
4 | - (djm) [configure.ac] We now require a working vsnprintf everywhere (not | ||
5 | just for systems that lack asprintf); check for it always and extend | ||
6 | test to catch more brokenness. Fixes builds on Solaris <= 9 | ||
4 | 7 | ||
5 | 20140822 | 8 | 20140822 |
6 | - (djm) [configure.ac] include leading zero characters in OpenSSL version | 9 | - (djm) [configure.ac] include leading zero characters in OpenSSL version |