aboutsummaryrefslogtreecommitdiff
path: root/net/squid/patches/020-libxml-drop-xmlSetFeature.patch
Commit message (Collapse)AuthorAge
* squid: fix compilation with libxml (refs #19099)Michael Heimpold2022-08-25
Add a patch which removes a call in Libxml2Parser.cc to 'xmlSetFeature'. This function belongs to the 'depreciated' API part and is not available in OpenWrt builds. According to my understanding, this call can be removed safely since it disables the feature "substitute entities" which is disabled by default. Signed-off-by: Michael Heimpold <mhei@heimpold.de>