This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, fifteen has been updated via 70c11aa670816d5cba6cd8e8cb89079e52b8fd2c (commit) from c9f6beac597ed25f7174bed63c24221fdf0d1346 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 70c11aa670816d5cba6cd8e8cb89079e52b8fd2c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Sep 29 13:09:50 2013 +0200
clamav: disable PaX mprotect for clamd.
-----------------------------------------------------------------------
Summary of changes: lfs/clamav | 4 ++++ 1 file changed, 4 insertions(+)
Difference in files: diff --git a/lfs/clamav b/lfs/clamav index 9878fec..aa225f4 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -93,5 +93,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) rm -rfv /usr/share/clamav/*.cvd mkdir -p /var/run/clamav chown clamav:clamav /var/run/clamav + + # Disable PaX mprotect for clamd + paxctl -cm /usr/sbin/clamd + @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree