Skip to content

Commit

Permalink
[libxslt] Update to 1.1.37 (microsoft#26718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Osyotr authored Sep 9, 2022
1 parent 29787a7 commit 7e430e3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 39 deletions.
30 changes: 0 additions & 30 deletions ports/libxslt/extern_export.patch

This file was deleted.

2 changes: 1 addition & 1 deletion ports/libxslt/fix-gcrypt-deps.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 6dc6501..d36a049 100644
+++ b/CMakeLists.txt
@@ -317,7 +317,9 @@ target_include_directories(

if(LIBXSLT_WITH_CRYPTO)
if(LIBXSLT_WITH_CRYPTO AND NOT WIN32)
target_link_libraries(LibExslt PRIVATE Gcrypt::Gcrypt)
- set(LIBGCRYPT_LIBS "-lgcrypt")
+ # For libexslt.pc
Expand Down
5 changes: 2 additions & 3 deletions ports/libxslt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/libxslt
REF v1.1.35
SHA512 1ab264a8d3996d74a89a22e4062950ef968b9252736e0b5f975e6f45d63a6484993fe383b85831cef0e4b9c9c90f9b2b3d5432c15ee9381dbaeb2fa681ab9b46
REF v1.1.37
SHA512 4e7a57cbe02ceea34404213a88bdbb63a756edfab63063ce3979b670816ae3f6fb3637a49508204e6e46b936628e0a3b8b77e9201530a1184225bd68da403b25
HEAD_REF master
PATCHES
python3.patch
msvc-no-suffix.patch
libexslt-pkgconfig.patch
fix-gcrypt-deps.patch
skip-install-docs.patch
extern_export.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion ports/libxslt/skip-install-docs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ index 6dc6501..d36a049 100644
install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/libxslt COMPONENT documentation PATTERN Makefile.* EXCLUDE)
+endif()

if(LIBXSLT_WITH_CRYPTO)
if(LIBXSLT_WITH_CRYPTO AND NOT WIN32)
install(FILES FindGcrypt.cmake DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libxslt-${PROJECT_VERSION} COMPONENT development)
3 changes: 1 addition & 2 deletions ports/libxslt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libxslt",
"version": "1.1.35",
"port-version": 2,
"version": "1.1.37",
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
"homepage": "https://github.com/GNOME/libxslt",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4357,8 +4357,8 @@
"port-version": 0
},
"libxslt": {
"baseline": "1.1.35",
"port-version": 2
"baseline": "1.1.37",
"port-version": 0
},
"libyaml": {
"baseline": "0.2.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxslt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9aebd365040f19a4060880bbf942aeda189e94ed",
"version": "1.1.37",
"port-version": 0
},
{
"git-tree": "fb07abefc8894accd9967f41c8db983dcc031189",
"version": "1.1.35",
Expand Down

0 comments on commit 7e430e3

Please sign in to comment.