From f29c32f60bfd8e4c773d9265a86dcbe404cd093b Mon Sep 17 00:00:00 2001
From: perry <pbtnguyen@gmail.com>
Date: Fri, 6 Dec 2024 03:26:17 -0500
Subject: [PATCH 1/2] update expat to 2.6.4 and gnomecommon, gnomedocutils and
 pangomm sources

---
 build-stack | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-stack b/build-stack
index 224ebe2..bd58672 100755
--- a/build-stack
+++ b/build-stack
@@ -360,15 +360,15 @@ defmod 'readline' '8.2' 'http://ftpmirror.gnu.org/readline/' 'gz'
 defmod 'zlib' '1.3.1' 'https://zlib.net/' 'gz'
 defmod 'libiconv' '1.16' 'https://ftp.gnu.org/pub/gnu/libiconv/' 'gz'
 defmod 'gettext' '0.22' 'http://ftpmirror.gnu.org/gettext/' 'gz'
-defmod 'expat' '2.6.3' 'https://downloads.sourceforge.net/project/expat/expat/2.6.3/' 'xz'
+defmod 'expat' '2.6.4' 'https://downloads.sourceforge.net/project/expat/expat/2.6.4/' 'xz'
 defmod 'libxml2' '2.9.12' 'http://xmlsoft.org/download/' 'gz'
 defmod 'libxslt' '1.1.34' 'http://xmlsoft.org/download/' 'gz'
 defmod 'tiff' '4.0.3' 'http://download.osgeo.org/libtiff/old/' 'gz'
 defmod 'libpng' '1.6.37' 'https://downloads.sourceforge.net/project/libpng/libpng16/1.6.37/' 'xz'
 defmod 'jpeg' 'jpegsrc.v9a' '' 'http://www.ijg.org/files/' 'gz' 'jpeg-9a'
 defmod 'itstool' '2.0.7' 'http://files.itstool.org/itstool/' bz2
-defmod 'gnomecommon' 'gnome-common' '2.34.0' 'http://ftp.acc.umu.se/pub/gnome/sources/gnome-common/2.34/' 'bz2'
-defmod 'gnomedocutils' 'gnome-doc-utils' '0.20.10' 'http://ftp.acc.umu.se/pub/gnome/sources/gnome-doc-utils/0.20/' 'xz'
+defmod 'gnomecommon' 'gnome-common' '2.34.0' 'https://download.gnome.org/sources/gnome-common/2.34/' 'bz2'
+defmod 'gnomedocutils' 'gnome-doc-utils' '0.20.10' 'https://download.gnome.org/sources/gnome-doc-utils/0.20/' 'xz'
 defmod 'pixman' '0.42.2' 'http://www.cairographics.org/releases/' 'gz'
 defmod 'libffi' '3.4.2' 'https://github.com/libffi/libffi/releases/download/v3.4.2/' 'gz'
 defmod 'freetype' '2.9' 'https://downloads.sourceforge.net/project/freetype/freetype2/2.9/' 'bz2'
@@ -384,7 +384,7 @@ defmod boost boost_1_68_0 '' http://sourceforge.net/projects/boost/files/boost/1
 defmod fftw 3.3.8 http://fftw.org/  gz
 defmod glibmm 2.56.1 https://download.gnome.org/sources/glibmm/2.56/ xz
 defmod cairomm 1.12.2 http://cairographics.org/releases/ gz
-defmod pangomm 2.42.0 http://ftp.acc.umu.se/pub/gnome/sources/pangomm/2.42/ xz
+defmod pangomm 2.42.0 https://download.gnome.org/sources/pangomm/2.42/ xz
 defmod libart_lgpl 2.3.21 http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/ bz2
 defmod liblo 0.28 http://downloads.sourceforge.net/liblo/ gz
 defmod raptor2 2.0.14 http://download.librdf.org/source/ gz
-- 
2.24.3 (Apple Git-128)

