summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-07 10:11:05 +1100
committerDamien Miller <djm@mindrot.org>2013-02-07 10:11:05 +1100
commit5c3bbd76aa5c6f050e7b4606ea55efce3d46e054 (patch)
treecd3ad55d5ed2f6e629b7e25f4924305dbfc9fad3 /ChangeLog
parentdc75d1fc0488a6637779470200f2b4dca2ed6248 (diff)
- (djm) [configure.ac] Don't probe seccomp capability of running kernel
at configure time; the seccomp sandbox will fall back to rlimit at runtime anyway. Patch from plautrba AT redhat.com in bz#2011
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e55ed4c3..53785de6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120100207
2 - (djm) [configure.ac] Don't probe seccomp capability of running kernel
3 at configure time; the seccomp sandbox will fall back to rlimit at
4 runtime anyway. Patch from plautrba AT redhat.com in bz#2011
5
120130120 620130120
2 - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h] 7 - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
3 Move prototypes for replacement ciphers to openssl-compat.h; fix EVP 8 Move prototypes for replacement ciphers to openssl-compat.h; fix EVP