[cpp-linbuild] 14/25: Update xerces-c to 3.2.3
Scott Cantor
cantor.2 at osu.edu
Mon Apr 5 12:46:57 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=34c9027ad4f004c76ce4b56baa55d2d7b2fd167a
commit 34c9027ad4f004c76ce4b56baa55d2d7b2fd167a
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Wed Dec 23 13:15:57 2020 -0500
Update xerces-c to 3.2.3
Do not use the spec file from the upstream tarball. It produces
packages that are inconsistent with the spec files of the other
Shibboleth SP components.
---
Makefile | 4 ++--
common/SPECS/xerces-c.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index f13cb0d..30f4ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ LOG4SHIB_DISTFILE=$(LOG4SHIB_COMPNAME)-$(LOG4SHIB_VERSION).$(DEFAULT_DIST_EXT)
LOG4SHIB_URL=https://shibboleth.net/downloads/$(LOG4SHIB_COMPNAME)/$(LOG4SHIB_VERSION)/$(LOG4SHIB_DISTFILE)
XERCESC_COMPNAME=xerces-c
-XERCESC_VERSION=3.2.1
+XERCESC_VERSION=3.2.3
XERCESC_MAJORVER=3
XERCESC_DISTFILE=$(XERCESC_COMPNAME)-$(XERCESC_VERSION).$(DEFAULT_DIST_EXT)
XERCESC_URL=https://archive.apache.org/dist/xerces/c/$(XERCESC_MAJORVER)/sources/$(XERCESC_DISTFILE)
@@ -204,7 +204,7 @@ endef
$(foreach platform,$(PLATFORMS),$(foreach component,$(COMPONENTS),$(eval $(call build-component-platform,$(component),$(platform)))))
# TODO:
-# update components to latest versions (opensaml 3.1.0, xerces-c 3.2.3, sp 3.1.0.2)
+# update components to latest versions (opensaml 3.1.0, sp 3.1.0.2)
# delete stale products on version bump
# add a clean target
# teach each image to depend on the build scripts for that image
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index a49781b..f1440ec 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -1,6 +1,6 @@
Summary: Xerces-C++ validating XML parser
Name: xerces-c
-Version: 3.2.1
+Version: 3.2.3
Release: 1
URL: http://xerces.apache.org/xerces-c/
Source0: %{name}-%{version}.tar.bz2
@@ -98,6 +98,9 @@ The static libraries and header files needed for development with Xerces-C++.
%exclude %{_libdir}/libxerces-c.la
%changelog
+* Wed Dec 23 2020 John W. O'Brien <john at saltant.com> 3.2.3-1
+- Bump version
+
* Tue May 1 2018 Scott Cantor <cantor.2 at osu.edu> 3.2.0-1
- Bump version
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list