Package: e2guardian / 5.5.8-1

Metadata

Package Version Patches format
e2guardian 5.5.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2002_Debian clamd socket.patch | (download)

configs/contentscanners/clamdscan.conf.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 in debian, the clamav-daemon socket is at /run/clamav/clamd.ctl
1003_pcre2.patch | (download)

configure.ac | 3 1 + 2 - 0 !
src/RegExp.hpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 pcre support: build against pcre2 rather than deprecated pcre shared library.
1004_32 bit correct worker count.patch | (download)

configs/e2guardian.conf.in | 4 2 + 2 - 0 !
configure.ac | 8 8 + 0 - 0 !
src/Makefile.am | 1 1 + 0 - 0 !
src/OptionContainer.cpp | 2 1 + 1 - 0 !
4 files changed, 12 insertions(+), 3 deletions(-)

 automatically set correct worker count on 32-bit archs
 The upstream e2guardian.conf has a message telling users they need to
 adjust the default number of http workers on 32-bit systems.  Instead
 we should just do this automatically.
 .
 Ideally this would be done at runtime by the program itself, and the
 default value could simply be commented out.
 .
 This changeset introduces setting a functional http workers value
 based on the build architecture at build time.
 .
 This patch was originally contributed to e2guardian in Debian
 and Ubuntu by Steve Langasek steve.langasek@canonical.com. See
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053343
 .
 The patch has been rebased against v5.5 of e2guardian by Mike
 Gabriel mike.gabriel@das-netzwerkteam.de.