[cpp-linbuild] branch main updated: Look-aside Xerces sources to fix nullptr bug.
Scott Cantor
cantor.2 at osu.edu
Wed Nov 2 18:44:47 UTC 2022
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=b1ab431a9f11d1774c05ca0857147333738af7d3
The following commit(s) were added to refs/heads/main by this push:
new b1ab431 Look-aside Xerces sources to fix nullptr bug.
b1ab431 is described below
commit b1ab431a9f11d1774c05ca0857147333738af7d3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 2 14:44:43 2022 -0400
Look-aside Xerces sources to fix nullptr bug.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0a21763..2a4b7ba 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ XERCESC_COMPNAME=xerces-c
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)
+XERCESC_URL=https://shibboleth.net/downloads/xerces-c/$(XERCESC_DISTFILE)
XMLSECURITYC_COMPNAME=xml-security-c
XMLSECURITYC_VERSION=2.0.4
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list