Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xmlsec] Update to 1.2.34 #24537

Merged
merged 2 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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