gnucash-on-windows master: Upgrade Xmlsec to 1.2.28.

John Ralls jralls at code.gnucash.org
Tue Apr 30 23:29:40 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/fbd83a59 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/e8c752fa (commit)



commit fbd83a592083f5599c09b3827c6e70cb1f815c05
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Apr 30 20:26:22 2019 -0700

    Upgrade Xmlsec to 1.2.28.
    
    Required to work with latest Mingw64 OpenSSL package.

diff --git a/gnucash.modules b/gnucash.modules
index 29b8c62..1130ae6 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -160,10 +160,10 @@
     </dependencies>
   </autotools>
 
-  <autotools id="xmlsec" autogenargs="--disable-x509">
-    <branch module="lsh123/xmlsec/archive/xmlsec-1_2_25.tar.gz"
-	    repo="github-tar" version="1.2.25"
-	    checkoutdir="xmlsec-xmlsec-1_2_25"/>
+  <autotools id="xmlsec" >
+    <branch module="lsh123/xmlsec/archive/xmlsec-1_2_28.tar.gz"
+	    repo="github-tar" version="1.2.28"
+	    checkoutdir="xmlsec-xmlsec-1_2_28"/>
     <dependencies>
       <dep package="openssl"/>
     </dependencies>



Summary of changes:
 gnucash.modules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list