diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-29 21:42:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-30 08:38:05 +0100 |
commit | 9630a2dfc79b08e3417e6e69b083f5124614499c (patch) | |
tree | 8937e20bf86d4c934a5583a1ea157c81538dbce4 /external/xmlsec/UnpackedTarball_xmlsec.mk | |
parent | 9ebcc7c9a21f33cf42146786e4463856d373f114 (diff) |
external: upgrade libxmlsec to 1.2.27
Allows dropping 3 upstreamed patches.
Change-Id: I0dd739817b507eb5993ad18e8c4a128e0be7254a
Reviewed-on: https://gerrit.libreoffice.org/62526
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'external/xmlsec/UnpackedTarball_xmlsec.mk')
-rw-r--r-- | external/xmlsec/UnpackedTarball_xmlsec.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/external/xmlsec/UnpackedTarball_xmlsec.mk b/external/xmlsec/UnpackedTarball_xmlsec.mk index 53af3b1f1e8c..12d32a05bb1a 100644 --- a/external/xmlsec/UnpackedTarball_xmlsec.mk +++ b/external/xmlsec/UnpackedTarball_xmlsec.mk @@ -9,12 +9,6 @@ xmlsec_patches := xmlsec_patches += xmlsec1-configure.patch.1 -# Backport of <https://github.com/lsh123/xmlsec/pull/223>. -xmlsec_patches += xmlsec1-vc.patch.1 -# Backport of <https://github.com/lsh123/xmlsec/pull/192>. -xmlsec_patches += mscng-fixes.patch.1 -# Backport of <https://github.com/lsh123/xmlsec/pull/197>. -xmlsec_patches += xmlsec1-macos.patch.1 $(eval $(call gb_UnpackedTarball_UnpackedTarball,xmlsec)) |