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

[xerces-c] Update to version 3.2.3 #10779

Merged
merged 3 commits into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion ports/xerces-c/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: xerces-c
Version: 3.2.2-13
Version: 3.2.3-1
Cheney-W marked this conversation as resolved.
Show resolved Hide resolved
Homepage: https://github.com/apache/xerces-c
Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
Cheney-W marked this conversation as resolved.
Show resolved Hide resolved

Expand Down
5 changes: 2 additions & 3 deletions ports/xerces-c/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
vcpkg_from_github(
Cheney-W marked this conversation as resolved.
Show resolved Hide resolved
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/xerces-c
REF v3.2.2
SHA512 e4b2d3499fb4d1d1bcaf991ee858f352112683084b9cc7855c0e52e7fc8cc982a8e3cd548fa30718af6a6dee40e460d82ffcd3480a50f7e7516b462b2c2080c6
REF v3.2.3
SHA512 aaafe2de4ea156d94e71e3631c79bd66660badf17bf2a19587a0ca34011f70bd1584a0beef909409a3ff05eecea9d37ffee6dbb267625f59217fd86705d2cd28
HEAD_REF master
PATCHES
disable-tests.patch
remove-dll-export-macro.patch
no-symlinks-in-static-build.patch
rleigh-codelibre marked this conversation as resolved.
Show resolved Hide resolved
)

set(DISABLE_ICU ON)
Expand Down