[cpp-linbuild] branch main updated: Update xerces-c to 3.2.4

John W. O'Brien john at saltant.com
Fri Oct 21 15:31:06 UTC 2022


This is an automated email from the git hooks/post-receive script.

obrienjw 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=0e0bb87ecf199ab08b75daaba9f38476e6a7bd87

The following commit(s) were added to refs/heads/main by this push:
     new 0e0bb87  Update xerces-c to 3.2.4
0e0bb87 is described below

commit 0e0bb87ecf199ab08b75daaba9f38476e6a7bd87
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 21 15:30:50 2022 +0000

    Update xerces-c to 3.2.4
---
 Makefile                   | 2 +-
 common/SPECS/xerces-c.spec | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7fcb89a..0c813d5 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,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.3
+XERCESC_VERSION=3.2.4
 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)
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index f1440ec..a2c012f 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.3
+Version:    3.2.4
 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
+* Fri Oct 21 2022 John W. O'Brien <john at saltant.com> 3.2.4-1
+- Bump version
+
 * Wed Dec 23 2020 John W. O'Brien <john at saltant.com> 3.2.3-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