summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordtucker <dtucker>2014-01-21 01:48:51 +0000
committerdtucker <dtucker>2014-01-21 01:48:51 +0000
commitb3d63d27fd011f7f8ec6bb569466f1bfb40c6757 (patch)
treef8eb813415748b03edaefecf3b6c7ab9eb98dfce /ChangeLog
parent67cd56ea8e0319f560ec8f5967da9d4c6525984d (diff)
downloadopenssh-b3d63d27fd011f7f8ec6bb569466f1bfb40c6757.tar.gz
- (dtucker) [configure.ac] Make PIE a configure-time option which defaults
to on platforms where it's known to be reliably detected and off elsewhere. Works around platforms such as FreeBSD 9.1 where it does not interop with -ftrapv (it seems to work but fails when trying to link ssh). ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66c3b624..cbbab53a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20140121
+ - (dtucker) [configure.ac] Make PIE a configure-time option which defaults
+ to on platforms where it's known to be reliably detected and off elsewhere.
+ Works around platforms such as FreeBSD 9.1 where it does not interop with
+ -ftrapv (it seems to work but fails when trying to link ssh). ok djm@
+
20140120
- (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos
implementation does not have krb5_cc_new_unique, similar to what we do