Upgraded base/libxslt to version 1.1.42 Upgraded base/python3 to 3.9.20 Upgraded base/mdadm to 4.3 Fixed miscellaneous build files to putbstuff inside /usr
11 lines
274 B
Diff
11 lines
274 B
Diff
--- ./libxslt/transform.c.orig 2017-08-29 06:20:04.000000000 -0500
|
|
+++ ./libxslt/transform.c 2017-09-25 13:39:52.298942433 -0500
|
|
@@ -66,7 +66,7 @@
|
|
const xmlChar **systemID);
|
|
#endif
|
|
|
|
-int xsltMaxDepth = 3000;
|
|
+int xsltMaxDepth = 4000;
|
|
int xsltMaxVars = 15000;
|
|
|
|
/*
|