Debian Patches

Status for e2guardian/5.5.4-1

Patch Description Author Forwarded Bugs Origin Last update
2002_Debian-clamd-socket.patch In Debian, the clamav-daemon socket is at /run/clamav/clamd.ctl Mike Gabriel <mike.gabriel@das-netzwerkteam.de> invalid
1001_spelling-fixes.patch Spelling fixes of the work "implemented" Mike Gabriel <mike.gabriel@das-netzwerkteam.de> yes
1002_fix-maxcontentramcachescansize.patch Make sure values of maxcontentfiltersize and maxcontentramcachesize obey to the requirements in the inline documentation.
Abstract:
In configs/e2guardian.conf.in one can read:
.
#maxcontentfiltersize = 2048
#
# Max content filter size
# Sometimes web servers label binary files as text which can be very
# large which causes a huge drain on memory and cpu resources.
# To counter this, you can limit the size of the document to be
# filtered and get it to just pass it straight through.
# This setting also applies to content regular expression modification.
.
# The value must not be higher than maxcontentramcachescansize
. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Do not set this too low as this will result in pages that contain a
# long preamble not being content filtered
# The size is in Kibibytes - eg 2048 = 2Mb
# default 2048
.
#maxcontentramcachescansize = 2000 (-> should be greater than or equal to maxcontentfiltersize, so: 2048)
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> yes
0001_possible-fix-for-794.patch [PATCH] Possible fix for #794 Philip Pearce <philip.pearce@e2bn.org> no 2024-02-06
1003_pcre2.patch PCRE support: Build against pcre2 rather than deprecated pcre shared library. Mike Gabriel <mike.gabriel@das-netzwerkteam.de> yes
1004_32-bit-correct-worker-count.patch 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.
Steve Langasek <steve.langasek@ubuntu.com> yes 2023-10-02

All known versions for source package 'e2guardian'

Links