gnucash-on-osx master: Update xmlsec to 1.2.32, switch to tarball from their website.

John Ralls jralls at code.gnucash.org
Mon May 10 14:44:06 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/60f6b140 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/39c787f6 (commit)



commit 60f6b140f7960c5d68365baf1cd3f770f25a6b8d
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 10 11:43:52 2021 -0700

    Update xmlsec to 1.2.32, switch to tarball from their website.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 01d0217..296b9b0 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -19,6 +19,8 @@
 	      href="http://mirror.csclub.uwaterloo.ca/mysql/Downloads/"/>
   <repository type="tarball" name="gnucash.org"
 	      href="http://www.gnucash.org/pub/gnucash/sources/"/>
+  <repository type="tarball" name="xmlsec"
+	      href="http://www.aleksey.com/xmlsec/download/"/>
   <repository type="git" name="aquamaniac"
               href="https://git.aquamaniac.de/git/"/>
   <repository type="tarball" name="aqbanking"
@@ -79,7 +81,9 @@
   </autotools>
 
   <autotools id="xmlsec" autogenargs="--enable-docs=no">
-    <branch module="lsh123/xmlsec" repo="github" tag="xmlsec-1_2_30"/>
+    <branch module="xmlsec1-1.2.32.tar.gz"
+            repo="xmlsec" version="1.2.32" >
+    </branch>
     <dependencies>
       <dep package="openssl"/>
     </dependencies>



Summary of changes:
 modulesets/gnucash.modules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list