SECURITY UPDATE: Process crash and information disclosure
debian/patches/CVE-2020-7068.patch: fix access-after-free for
actual_alias pointer
CVE-2020-7068
SECURITY UPDATE: logic error due to invalid input validation
debian/patches/CVE-2020-7071.patch: add validation fo url->user field
CVE-2020-7071
SECURITY UPDATE: program crash due to null pointer dereference
debian/patches/CVE-2021-21702.patch: pass empty string instead for NULL
pointers to soaperror1(). Check NULL pointer in attrisequalex() and
nodeisequal_ex()
CVE-2021-21702
SECURITY UPDATE: integer overflow and subsequent incorrect buffer allocation
debian/patches/CVE-2021-21704.patch: add checks that prevent the overflow,
replace strcat() with more secure strlcat()
CVE-2021-21704
SECURITY UPDATE: logic error due to incorrect input validation
debian/patches/CVE-2021-21705.patch: fix validation of url password with
FILTERVALIDATEURL parameter,
CVE-2021-21705
SECURITY UPDATE: priv escalation due to shared memory between worker processes
debian/patches/CVE-2021-21703.patch: change scoreboard->proc type to array of
structs and use scoreboard->nprocs only in child processes