[Libreoffice-commits] core.git: external/libxmlsec
Miklos Vajna
vmiklos at collabora.co.uk
Wed Mar 2 08:27:07 UTC 2016
external/libxmlsec/UnpackedTarball_xmlsec.mk | 38 +++++++++++++++------------
1 file changed, 22 insertions(+), 16 deletions(-)
New commits:
commit 3f9416d703a3d38f4ff59beddc06eb8e1efa52e4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Mar 2 09:26:22 2016 +0100
libxmlsec: start tracking patch upstreaming effort
Change-Id: I45519896d745bcc4162d655746585051d47b732d
diff --git a/external/libxmlsec/UnpackedTarball_xmlsec.mk b/external/libxmlsec/UnpackedTarball_xmlsec.mk
index 8492b7a..a5a3d25 100644
--- a/external/libxmlsec/UnpackedTarball_xmlsec.mk
+++ b/external/libxmlsec/UnpackedTarball_xmlsec.mk
@@ -7,27 +7,33 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
+xmlsec_patches :=
+xmlsec_patches += xmlsec1-configure.patch
+xmlsec_patches += xmlsec1-configure-libxml-libxslt.patch
+xmlsec_patches += xmlsec1-oldlibtool.patch
+xmlsec_patches += xmlsec1-nssdisablecallbacks.patch
+xmlsec_patches += xmlsec1-nssmangleciphers.patch
+xmlsec_patches += xmlsec1-noverify.patch
+xmlsec_patches += xmlsec1-mingw-keymgr-mscrypto.patch
+xmlsec_patches += xmlsec1-vc.patch
+xmlsec_patches += xmlsec1-1.2.14_fix_extern_c.patch
+xmlsec_patches += xmlsec1-android.patch
+# Partial backport of <https://github.com/lsh123/xmlsec/commit/6a4968bc33f83aaf61efc0a80333350ce9c372f5>.
+xmlsec_patches += xmlsec1-1.2.14-ansi.patch
+xmlsec_patches += xmlsec1-customkeymanage.patch
+xmlsec_patches += xmlsec1-update-config.guess.patch.1
+# Upstreamed as <https://github.com/lsh123/xmlsec/commit/7069e2b0ab49679008abedd6d223fb95538b0684>.
+xmlsec_patches += xmlsec1-ooxml.patch.1
+# Partial backport of <https://github.com/lsh123/xmlsec/commit/a17e8da3a8f56348d71d325aa8d3e6366f13b512>.
+xmlsec_patches += xmlsec1-nss-sha256.patch.1
+xmlsec_patches += xmlsec1-mscrypto-sha256.patch.1
+
$(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec))
$(eval $(call gb_UnpackedTarball_set_tarball,xmlsec,$(LIBXMLSEC_TARBALL),,libxmlsec))
$(eval $(call gb_UnpackedTarball_add_patches,xmlsec,\
- external/libxmlsec/xmlsec1-configure.patch \
- external/libxmlsec/xmlsec1-configure-libxml-libxslt.patch \
- external/libxmlsec/xmlsec1-oldlibtool.patch \
- external/libxmlsec/xmlsec1-nssdisablecallbacks.patch \
- external/libxmlsec/xmlsec1-nssmangleciphers.patch \
- external/libxmlsec/xmlsec1-noverify.patch \
- external/libxmlsec/xmlsec1-mingw-keymgr-mscrypto.patch \
- external/libxmlsec/xmlsec1-vc.patch \
- external/libxmlsec/xmlsec1-1.2.14_fix_extern_c.patch \
- external/libxmlsec/xmlsec1-android.patch \
- external/libxmlsec/xmlsec1-1.2.14-ansi.patch \
- external/libxmlsec/xmlsec1-customkeymanage.patch \
- external/libxmlsec/xmlsec1-update-config.guess.patch.1 \
- external/libxmlsec/xmlsec1-ooxml.patch.1 \
- external/libxmlsec/xmlsec1-nss-sha256.patch.1 \
- external/libxmlsec/xmlsec1-mscrypto-sha256.patch.1 \
+ $(foreach patch,$(xmlsec_patches),external/libxmlsec/$(patch)) \
))
$(eval $(call gb_UnpackedTarball_add_file,xmlsec,include/xmlsec/mscrypto/akmngr.h,external/libxmlsec/include/akmngr_mscrypto.h))
More information about the Libreoffice-commits
mailing list