summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-25 13:12:28 +1100
committerDamien Miller <djm@mindrot.org>2014-01-25 13:12:28 +1100
commitc96d85376d779b6ac61525b5440010d344d2f23f (patch)
tree31ada9d348dd087092cb4c4d947a61dadae5a3bd /ChangeLog
parentf62ecef9939cb3dbeb10602fd705d4db3976d822 (diff)
- (djm) [configure.ac] Do not attempt to use capsicum sandbox unless
sys/capability.h exists and cap_rights_limit is in libc. Fixes build on FreeBSD9x which provides the header but not the libc support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d08718952..9dc664e57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
120130125 120130125
2 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD 2 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD
3 - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless
4 sys/capability.h exists and cap_rights_limit is in libc. Fixes
5 build on FreeBSD9x which provides the header but not the libc
6 support.
3 7
420130124 820130124
5 - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make 9 - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make