Skip to content

Commit

Permalink
[xmlsec] Update to 1.2.34 (#24537)
Browse files Browse the repository at this point in the history
* [xmlsec] Update to 1.2.34

* x-add-version
  • Loading branch information
SvenPStarFinanz authored May 4, 2022
1 parent d5bb8c1 commit c59864c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/xmlsec/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lsh123/xmlsec
REF e628e70040cb0d81a561462472806aeaac1d1bc7 #xmlsec-1_2_33
SHA512 2d4485941d354160f7fabd84394c61eef9dcea8be572d78bf7da7370880747f86ff76127fa000f8b0de06f462abef17d653270dee680fa35d96cc8200fb4d1a6
REF d823da17c80b38ccc3c4262d7b2042b07e69e266 # xmlsec-1_2_34
SHA512 10ca5cb948723fcf1531efaab547c0665bc323cd52906decd314e0c78fff46ac7bc51eba5177838fc7f081f74f5e4a202d765c17dd0da6e378798676773a68ce
HEAD_REF master
PATCHES
pkgconfig_fixes.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/xmlsec/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmlsec",
"version": "1.2.33",
"version": "1.2.34",
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
"homepage": "https://www.aleksey.com/xmlsec/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7577,7 +7577,7 @@
"port-version": 0
},
"xmlsec": {
"baseline": "1.2.33",
"baseline": "1.2.34",
"port-version": 0
},
"xnnpack": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xmlsec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a41c14aae637b02b4e018902e0f9b67bcdef12f2",
"version": "1.2.34",
"port-version": 0
},
{
"git-tree": "635a9b0883829c524cc712d552d9a265ef984bf7",
"version": "1.2.33",
Expand Down

0 comments on commit c59864c

Please sign in to comment.