Skip to content

Commit 006d38f

Browse files
authored
Update xmlsec version to 1.3.5 (#608)
IB-7947 Signed-off-by: Raul Metsma <[email protected]>
1 parent bc518d4 commit 006d38f

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

patches/vcpkg-ports/xmlsec/portfile.cmake

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ vcpkg_from_github(
55
OUT_SOURCE_PATH SOURCE_PATH
66
REPO lsh123/xmlsec
77
REF "${release_tag}"
8-
SHA512 f75c84e991ab6aaaa910475c1d90c8cd460c48d3753902eb347005ca5679d75ba2b6a67cd2b6953bfe318e645eaf81b56be9c7e5530b4a2e2de0cefba5cefe85
8+
SHA512 8574eca37c0be55126e50a76322f96171c9d82dbdd793fdbc26430526488e69db8b41351f136f77bd36f8a3ea238c350bc62dd99214b8348b65dd8055a1c6148
99
HEAD_REF master
1010
PATCHES
1111
pkgconfig_fixes.patch
@@ -24,14 +24,6 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-xmlsec)
2424
vcpkg_fixup_pkgconfig()
2525
vcpkg_copy_pdbs()
2626

27-
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
28-
vcpkg_replace_string(
29-
"${CURRENT_PACKAGES_DIR}/include/xmlsec/xmlsec.h"
30-
"ifdef XMLSEC_NO_SIZE_T"
31-
"if 1 //ifdef XMLSEC_NO_SIZE_T"
32-
)
33-
endif()
34-
3527
# unofficial legacy usage
3628
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/xmlsec-config.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
3729

patches/vcpkg-ports/xmlsec/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmlsec",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
55
"homepage": "https://www.aleksey.com/xmlsec/",
66
"license": "X11 AND MPL-1.1",

prepare_osx_build_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ XMLSEC_DIR=xml-security-c-2.0.4
77
XSD=xsd-4.0.0-i686-macosx
88
OPENSSL_DIR=openssl-3.0.14
99
LIBXML2_DIR=libxml2-2.12.8
10-
XMLSEC1_DIR=xmlsec1-1.3.4
10+
XMLSEC1_DIR=xmlsec1-1.3.5
1111
ANDROID_NDK=android-ndk-r26d
1212
FREETYPE_DIR=freetype-2.10.1
1313
FONTCONFIG_DIR=fontconfig-2.13.1

0 commit comments

Comments
 (0)