File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
patches/vcpkg-ports/xmlsec Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ vcpkg_from_github(
5
5
OUT_SOURCE_PATH SOURCE_PATH
6
6
REPO lsh123/xmlsec
7
7
REF "${release_tag} "
8
- SHA512 f75c84e991ab6aaaa910475c1d90c8cd460c48d3753902eb347005ca5679d75ba2b6a67cd2b6953bfe318e645eaf81b56be9c7e5530b4a2e2de0cefba5cefe85
8
+ SHA512 8574eca37c0be55126e50a76322f96171c9d82dbdd793fdbc26430526488e69db8b41351f136f77bd36f8a3ea238c350bc62dd99214b8348b65dd8055a1c6148
9
9
HEAD_REF master
10
10
PATCHES
11
11
pkgconfig_fixes.patch
@@ -24,14 +24,6 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME unofficial-xmlsec)
24
24
vcpkg_fixup_pkgconfig ()
25
25
vcpkg_copy_pdbs ()
26
26
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
-
35
27
# unofficial legacy usage
36
28
file (INSTALL "${CMAKE_CURRENT_LIST_DIR} /xmlsec-config.cmake" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " )
37
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xmlsec" ,
3
- "version" : " 1.3.4 " ,
3
+ "version" : " 1.3.5 " ,
4
4
"description" : " XML Security Library is a C library based on LibXML2. The library supports major XML security standards." ,
5
5
"homepage" : " https://www.aleksey.com/xmlsec/" ,
6
6
"license" : " X11 AND MPL-1.1" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ XMLSEC_DIR=xml-security-c-2.0.4
7
7
XSD=xsd-4.0.0-i686-macosx
8
8
OPENSSL_DIR=openssl-3.0.14
9
9
LIBXML2_DIR=libxml2-2.12.8
10
- XMLSEC1_DIR=xmlsec1-1.3.4
10
+ XMLSEC1_DIR=xmlsec1-1.3.5
11
11
ANDROID_NDK=android-ndk-r26d
12
12
FREETYPE_DIR=freetype-2.10.1
13
13
FONTCONFIG_DIR=fontconfig-2.13.1
You can’t perform that action at this time.
0 commit comments