diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-01-21 12:48:51 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-21 12:48:51 +1100 |
commit | 096118dc73ab14810b3c12785c0b5acb01ad6123 (patch) | |
tree | 349bdd2d94cd3f15500c8391caaa573872d1c39f /ChangeLog | |
parent | f9df7f6f477792254eab33cdef71a6d66488cb88 (diff) |
- (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20140121 | ||
2 | - (dtucker) [configure.ac] Make PIE a configure-time option which defaults | ||
3 | to on platforms where it's known to be reliably detected and off elsewhere. | ||
4 | Works around platforms such as FreeBSD 9.1 where it does not interop with | ||
5 | -ftrapv (it seems to work but fails when trying to link ssh). ok djm@ | ||
6 | |||
1 | 20140120 | 7 | 20140120 |
2 | - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos | 8 | - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos |
3 | implementation does not have krb5_cc_new_unique, similar to what we do | 9 | implementation does not have krb5_cc_new_unique, similar to what we do |