Hello community,
here is the log from the commit of package docbook-xsl-stylesheets for
openSUSE:Factory checked in at 2017-11-02 10:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docbook-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook-xsl-stylesheets"
Thu Nov 2 10:23:03 2017 rev:49 rq:537031 version:1.79.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
2017-10-07 17:48:36.404734269 +0200
+++
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
2017-11-02 10:23:03.043045620 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 07:35:44 UTC 2017 - [email protected]
+
+- Restore working patch (bsc#1063066):
+ * Rebase docbook-xsl-stylesheets-non-recursive_string_subst.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docbook-xsl-stylesheets-non-recursive_string_subst.patch ++++++
--- /var/tmp/diff_new_pack.kn66uF/_old 2017-11-02 10:23:04.027009756 +0100
+++ /var/tmp/diff_new_pack.kn66uF/_new 2017-11-02 10:23:04.027009756 +0100
@@ -3,23 +3,25 @@
long strings with many matches will cause stack overflows.
Author: Peter De Wachter <[email protected]>
Bug-Debian: https://bugs.debian.org/750593
-Index: b/lib/lib.xsl
+
+Index: docbook-xsl-1.79.2/lib/lib.xsl
===================================================================
---- a/lib/lib.xsl
-+++ b/lib/lib.xsl
-@@ -6,7 +6,10 @@
+--- docbook-xsl-1.79.2.orig/lib/lib.xsl
++++ docbook-xsl-1.79.2/lib/lib.xsl
+@@ -6,7 +6,11 @@
This module implements DTD-independent functions
- ********************************************************************
--><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-+ ********************************************************************
--><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-+ xmlns:str="http://exslt.org/strings"
-+ exclude-result-prefixes="str"
-+ version="1.0">
++ ******************************************************************** -->
++<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
++ xmlns:str="http://exslt.org/strings"
++ exclude-result-prefixes="str"
++ version="1.0">
<xsl:template name="dot.count">
<!-- Returns the number of "." characters in a string -->
-@@ -52,6 +55,9 @@
+@@ -52,6 +56,9 @@
<xsl:param name="replacement"/>
<xsl:choose>