Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id
<cf1cb2f35981916a86b98b83609df15c95aa378b.ca...@adam-barratt.org.uk>
and subject line Closing requests included in 10.3 point release
has caused the Debian Bug report #946841,
regarding buster-pu: package simplesamlphp/1.16.3-1+deb10u2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
946841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946841
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: [email protected]
Usertags: pu
Hi,
The simpleSAMLphp package in buster suffers from an incompatibility with
PHP 7.3 (also shipped in buster) that can be fixed with a one character
change.
The bug report is at https://bugs.debian.org/944820
This was missed during the release cycle because the already existing
and working simplesamlphp package was not fully re-tested when PHP 7.3
was introduced into buster.
Please see attached debdiff for a proposed fix for buster.
Thanks,
Thijs
diff -Nru simplesamlphp-1.16.3/debian/changelog
simplesamlphp-1.16.3/debian/changelog
--- simplesamlphp-1.16.3/debian/changelog 2019-11-03 06:46:13.000000000
+0100
+++ simplesamlphp-1.16.3/debian/changelog 2019-12-16 14:15:00.000000000
+0100
@@ -1,3 +1,9 @@
+simplesamlphp (1.16.3-1+deb10u2) buster; urgency=medium
+
+ * Fix incompatibility with PHP 7.3 (closes: #944820).
+
+ -- Thijs Kinkhorst <[email protected]> Mon, 16 Dec 2019 14:15:00 +0100
+
simplesamlphp (1.16.3-1+deb10u1) buster-security; urgency=high
* Fix security issue CVE-2019-3465.
diff -Nru simplesamlphp-1.16.3/debian/patches/fix-xmlseclibs-php73.patch
simplesamlphp-1.16.3/debian/patches/fix-xmlseclibs-php73.patch
--- simplesamlphp-1.16.3/debian/patches/fix-xmlseclibs-php73.patch
1970-01-01 01:00:00.000000000 +0100
+++ simplesamlphp-1.16.3/debian/patches/fix-xmlseclibs-php73.patch
2019-12-16 14:15:00.000000000 +0100
@@ -0,0 +1,24 @@
+From: Stefan Winter <[email protected]>
+Date: Thu, 18 Oct 2018 07:24:07 +0200
+Subject: [PATCH] make regex PCRE2 compliant
+
+PHP7.3 makes a hard switch from PCRE to PCRE2, where the hyphen needs to be
escaped. I've tested and confirmed that with PHP 7.3rc3
+- the code as was before this PR breaks with a PHP error about unable to
compile the regex
+- the code with this one-character PR applied works just fine
+---
+ src/Utils/XPath.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Utils/XPath.php b/src/Utils/XPath.php
+index 11e51fb..8cdc48e 100644
+--- a/vendor/robrichards/xmlseclibs/src/Utils/XPath.php
++++ b/vendor/robrichards/xmlseclibs/src/Utils/XPath.php
+@@ -7,7 +7,7 @@ class XPath
+ const ALPHANUMERIC = '\w\d';
+ const NUMERIC = '\d';
+ const LETTERS = '\w';
+- const EXTENDED_ALPHANUMERIC = '\w\d\s-_:\.';
++ const EXTENDED_ALPHANUMERIC = '\w\d\s\-_:\.';
+
+ const SINGLE_QUOTE = '\'';
+ const DOUBLE_QUOTE = '"';
diff -Nru simplesamlphp-1.16.3/debian/patches/series
simplesamlphp-1.16.3/debian/patches/series
--- simplesamlphp-1.16.3/debian/patches/series 2019-11-03 06:44:18.000000000
+0100
+++ simplesamlphp-1.16.3/debian/patches/series 2019-12-16 14:15:00.000000000
+0100
@@ -1,2 +1,3 @@
debian_config.patch
CVE-2019-3465.patch
+fix-xmlseclibs-php73.patch
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.3
Hi,
Each of the uploads referred to by these bugs was included in today's
stable point release.
Regards,
Adam
--- End Message ---