From 1651ced348fa47de3f24650dcad8922121602da4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 12 Apr 2024 08:36:05 +0200 Subject: Update libxmlsec to 1.3.4 Allows dropping xmlsec-nss-Ensure-NSS-algorithms-are-initialized-754.patch.1, which was a backport. Change-Id: Ifdd0b5285daa79116a91ab2d122a9809f8effb5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166019 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- external/xmlsec/UnpackedTarball_xmlsec.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'external/xmlsec/UnpackedTarball_xmlsec.mk') diff --git a/external/xmlsec/UnpackedTarball_xmlsec.mk b/external/xmlsec/UnpackedTarball_xmlsec.mk index ad7b4b57c5f3..906aece5f7ed 100644 --- a/external/xmlsec/UnpackedTarball_xmlsec.mk +++ b/external/xmlsec/UnpackedTarball_xmlsec.mk @@ -12,8 +12,6 @@ xmlsec_patches := xmlsec_patches += old-nss.patch.1 # Remove this when Windows 7 is no longer supported xmlsec_patches += BCryptKeyDerivation.patch.1 -# Backport of https://github.com/lsh123/xmlsec/pull/754 -xmlsec_patches += xmlsec-nss-Ensure-NSS-algorithms-are-initialized-754.patch.1 $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec)) -- cgit