Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxslt for openSUSE:Factory checked in at 2026-03-15 14:31:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxslt (Old) and /work/SRC/openSUSE:Factory/.libxslt.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxslt" Sun Mar 15 14:31:53 2026 rev:77 rq:1338865 version:1.1.43 Changes: -------- --- /work/SRC/openSUSE:Factory/libxslt/libxslt.changes 2026-02-06 19:02:34.828504933 +0100 +++ /work/SRC/openSUSE:Factory/.libxslt.new.8177/libxslt.changes 2026-03-15 14:31:55.030277283 +0100 @@ -1,0 +2,7 @@ +Sat Mar 14 12:32:32 UTC 2026 - David Anes <[email protected]> + +- Add libxslt-raise-max-parameters.patch to raise the number + of MAX_PARAMETERS [bsc#1258990] + + +------------------------------------------------------------------- New: ---- libxslt-raise-max-parameters.patch ----------(New B)---------- New: - Add libxslt-raise-max-parameters.patch to raise the number of MAX_PARAMETERS [bsc#1258990] ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxslt.spec ++++++ --- /var/tmp/diff_new_pack.JiqngR/_old 2026-03-15 14:31:55.810309391 +0100 +++ /var/tmp/diff_new_pack.JiqngR/_new 2026-03-15 14:31:55.810309391 +0100 @@ -1,8 +1,7 @@ # # spec file for package libxslt # -# Copyright (c) 2026 SUSE LLC -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,14 +34,16 @@ # The xmlGetExternalEntityLoader() tries to fetch/parse some information via # internet, which OBS's build environment does not allow it. Patch0: libxslt-1.1.24-no-net-autobuild.patch +# Raise the number of parameters bsc#1258990 +Patch1: libxslt-raise-max-parameters.patch # PATCH-FIX-UPSTREAM -- libxslt-random-seed.patch # https://bugzilla.suse.com/show_bug.cgi?id=934119 # https://bugzilla.gnome.org/show_bug.cgi?id=758400 # Initialize the random seed to ensure libxslt's math.random() function # produces unpredictable outputs. -Patch1: libxslt-random-seed.patch +Patch2: libxslt-random-seed.patch # CVE-2025-7424 [bsc#1246360], Type confusion in xmlNode.psvi between stylesheet and source nodes -Patch2: libxslt-CVE-2025-7424.patch +Patch3: libxslt-CVE-2025-7424.patch # CVE-2025-11731 [bsc#1251979], type confusion in exsltFuncResultCompfunction leading to denial of service Patch4: libxslt-CVE-2025-11731.patch BuildRequires: fdupes ++++++ libxslt-raise-max-parameters.patch ++++++ Index: libxslt-1.1.43/xsltproc/xsltproc.c =================================================================== --- libxslt-1.1.43.orig/xsltproc/xsltproc.c +++ libxslt-1.1.43/xsltproc/xsltproc.c @@ -73,7 +73,7 @@ static int xincludestyle = 0; #endif static int profile = 0; -#define MAX_PARAMETERS 64 +#define MAX_PARAMETERS 128 #define MAX_PATHS 64 #ifdef _WIN32 # define PATH_SEPARATOR ';'
