Package: simplesamlphp / 1.16.3-1+deb10u2

Metadata

Package Version Patches format
simplesamlphp 1.16.3-1+deb10u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian_config.patch | (download)

config/config.php | 18 12 + 6 - 0 !
1 file changed, 12 insertions(+), 6 deletions(-)

 debian-specific paths and defaults
CVE 2019 3465.patch | (download)

vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

---
fix xmlseclibs php73.patch | (download)

vendor/robrichards/xmlseclibs/src/Utils/XPath.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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