[openssh-commits] [openssh] branch master updated (b1b22dd -> f86586b)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 14 18:28:32 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b1b22dd Plumb conversion test into makefile.
new 5f1596e support ioctls for ICA crypto card on Linux/s390
new e3ea335 Remove macro trickery; no binary change
new 2429cf7 require OpenSSL >=1.0.1
new f86586b Make seccomp-bpf sandbox work on Linux/X32
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit f86586b03fe6cd8f595289bde200a94bc2c191af
Author: Damien Miller <djm at mindrot.org>
Date: Tue Mar 14 18:26:29 2017 +1100
Make seccomp-bpf sandbox work on Linux/X32
Allow clock_gettime syscall with X32 bit masked off. Apparently
this is required for at least some kernel versions. bz#2142
Patch mostly by Colin Watson. ok dtucker@
commit 2429cf78dd2a9741ce27ba25ac41c535274a0af6
Author: Damien Miller <djm at mindrot.org>
Date: Tue Mar 14 18:01:52 2017 +1100
require OpenSSL >=1.0.1
commit e3ea335abeab731c68f2b2141bee85a4b0bf680f
Author: Damien Miller <djm at mindrot.org>
Date: Tue Mar 14 17:48:43 2017 +1100
Remove macro trickery; no binary change
This stops the SC_ALLOW(), SC_ALLOW_ARG() and SC_DENY() macros
prepending __NR_ to the syscall number parameter and just makes
them explicit in the macro invocations.
No binary change in stripped object file before/after.
commit 5f1596e11d55539678c41f68aed358628d33d86f
Author: Damien Miller <djm at mindrot.org>
Date: Tue Mar 14 13:15:18 2017 +1100
support ioctls for ICA crypto card on Linux/s390
Based on patch from Eduardo Barretto; ok dtucker@
Summary of changes:
configure.ac | 4 +--
sandbox-seccomp-filter.c | 88 ++++++++++++++++++++++++++++--------------------
2 files changed, 53 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list