packages/libs/libxslt
Petr Štetiar 8a8fe34432 libxslt: fix build breakage after libxml2 CVE fix updates
libxml2 was updated in OpenWrt Git tree with commit dec59db8fb1f
("libxml2: update to 2.13.6"), which fixed several CVEs.

Unfortunately this version bump included removal of some features, which
leads to build issues of libxslt:

  libxslt-1.1.37/xsltproc/xsltproc.c:733:39: error: assignment of read-only variable 'xmlParserMaxDepth'
   733 |                     xmlParserMaxDepth = value;

So lets fix it by backporting an upstream "fix", which removes that
deprecated functionality.

Fixes: dec59db8fb1f ("libxml2: update to 2.13.6")
References: https://github.com/openwrt/openwrt/pull/18280
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2025-04-04 10:22:03 +02:00
..
patches libxslt: fix build breakage after libxml2 CVE fix updates 2025-04-04 10:22:03 +02:00
Makefile libxslt: fix build breakage after libxml2 CVE fix updates 2025-04-04 10:22:03 +02:00