gnucash-on-osx master: Use github for xmlsec downloads.
John Ralls
jralls at code.gnucash.org
Sun Dec 28 15:17:11 EST 2025
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/115fe936 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/1af41f94 (commit)
commit 115fe93632761fd6e3b53b11667f6e68d60d8782
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Dec 28 12:17:00 2025 -0800
Use github for xmlsec downloads.
So that it doesn't break every time there's a new release.
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 1ad10c9..6527537 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -60,7 +60,7 @@
<key>LSRequiresCarbon</key>
<true/>
<key>LSMinimumSystemVersion</key>
- <string>10.13</string>
+ <string>11.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index d439877..3f43d32 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -17,8 +17,6 @@
href="https://git.code.sf.net/p/"/>
<repository type="tarball" name="csail"
href="http://groups.csail.mit.edu/mac/ftpdir/"/>
- <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"
@@ -87,8 +85,8 @@
</autotools>
<autotools id="xmlsec" autogenargs="--enable-docs=no --with-gcrypt --with-gnutls">
- <branch module="xmlsec1-1.3.9.tar.gz"
- repo="xmlsec" version="1.3.9" >
+ <branch module="lsh123/xmlsec/releases/download/1.3.9/xmlsec1-1.3.9.tar.gz"
+ repo="github-tarball" version="1.3.9" >
</branch>
<dependencies>
<dep package="openssl"/>
Summary of changes:
gnucash-bundler/Info.plist | 2 +-
modulesets/gnucash.modules | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list