summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordjm <djm>2014-08-23 07:06:49 +0000
committerdjm <djm>2014-08-23 07:06:49 +0000
commita9f94ff95a0184f5d930b84211b75a763bc82963 (patch)
tree8fad092f7e661f78fd367be3a62e196805ad5211 /ChangeLog
parentfdb01ebc9fcb1a08214b47cde9e1d6266ec83c50 (diff)
downloadopenssh-a9f94ff95a0184f5d930b84211b75a763bc82963.tar.gz
- (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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9478859a..7a80c2a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
20140823
- (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on
lastlog writing on platforms with high UIDs; bz#2263
+ - (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
20140822
- (djm) [configure.ac] include leading zero characters in OpenSSL version