xmlsec: blind fix to lower the possibly pointless NSS requirement
this was changed upstream for https://github.com/lsh123/xmlsec/issues/308 and the hope is that only the test suite requires newer NSS Change-Id: Ibb4128ed98476f129470fac1f9b8cde181bb7bb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141962 Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org> Tested-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
2c0997900d
commit
fc4c072209
2 changed files with 14 additions and 0 deletions
1
external/xmlsec/UnpackedTarball_xmlsec.mk
vendored
1
external/xmlsec/UnpackedTarball_xmlsec.mk
vendored
|
@ -10,6 +10,7 @@
|
|||
xmlsec_patches :=
|
||||
xmlsec_patches += remove-unnecessary-macro-417.patch.1
|
||||
xmlsec_patches += fix-size_max-412.patch.1
|
||||
xmlsec_patches += old-nss.patch.1
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
|
||||
|
||||
|
|
13
external/xmlsec/old-nss.patch.1
vendored
Normal file
13
external/xmlsec/old-nss.patch.1
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- xmlsec/configure.ac.orig 2022-10-28 11:49:10.461643631 +0200
|
||||
+++ xmlsec/configure.ac 2022-10-28 11:49:23.637626991 +0200
|
||||
@@ -948,8 +948,8 @@
|
||||
dnl 2 overrides 1
|
||||
dnl
|
||||
dnl ==========================================================================
|
||||
-NSS_MIN_VERSION="3.50.1"
|
||||
-NSPR_MIN_VERSION="4.25.1"
|
||||
+NSS_MIN_VERSION="3.49"
|
||||
+NSPR_MIN_VERSION="4.25.0"
|
||||
SEAMONKEY_MIN_VERSION="1.0"
|
||||
MOZILLA_MIN_VERSION="1.4"
|
||||
NSS_CRYPTO_LIB="$XMLSEC_PACKAGE-nss"
|
Loading…
Reference in a new issue