summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordjm <djm>2012-07-06 01:49:28 +0000
committerdjm <djm>2012-07-06 01:49:28 +0000
commit5b7e1c4cde595a12667822a662094d30bfb40797 (patch)
tree26381eda15de30901dbc440b9f302f94328445e6 /ChangeLog
parenta3c62ee860951c46375a09c2445c043d8d70e21d (diff)
downloadopenssh-5b7e1c4cde595a12667822a662094d30bfb40797.tar.gz
- (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no
unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT esperi.org.uk; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 771ba79c..63045f04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
- (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
not available. Allows use of sshd compiled on host with a filter-capable
kernel on hosts that lack the support. bz#2011 ok dtucker@
+ - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no
+ unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT
+ esperi.org.uk; ok dtucker@
20120704
- (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for