diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-02 22:42:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:03 +0100 |
commit | badcb119c57fe1a6fc617d2f4a237c1192305584 (patch) | |
tree | 58865d508be43eece23b99c0461a13fc032053f1 /gnu/packages/patches/libxslt-generated-ids.patch | |
parent | 066398768de6d0ed833970832bc5e5f88677416e (diff) | |
download | patches-badcb119c57fe1a6fc617d2f4a237c1192305584.tar patches-badcb119c57fe1a6fc617d2f4a237c1192305584.tar.gz |
gnu: libxslt: Update to 1.1.34.
* gnu/packages/xml.scm (libxslt): Update to 1.1.34.
[arguments]: Add phase to disable fuzz tests.
* gnu/packages/patches/libxslt-generated-ids.patch: Adjust for upstream
changes.
Diffstat (limited to 'gnu/packages/patches/libxslt-generated-ids.patch')
-rw-r--r-- | gnu/packages/patches/libxslt-generated-ids.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/libxslt-generated-ids.patch b/gnu/packages/patches/libxslt-generated-ids.patch index 4273875c7c..1cd2363d6a 100644 --- a/gnu/packages/patches/libxslt-generated-ids.patch +++ b/gnu/packages/patches/libxslt-generated-ids.patch @@ -162,10 +162,10 @@ diff --git a/libxslt/xsltInternals.h b/libxslt/xsltInternals.h index 95e8fe6..8eedae4 100644 --- a/libxslt/xsltInternals.h +++ b/libxslt/xsltInternals.h -@@ -1786,6 +1786,8 @@ struct _xsltTransformContext { - int funcLevel; /* Needed to catch recursive functions issues */ - int maxTemplateDepth; +@@ -1782,6 +1782,8 @@ struct _xsltTransformContext { int maxTemplateVars; + unsigned long opLimit; + unsigned long opCount; + + unsigned long nextid;/* for generating stable ids */ }; |