From c076ecc387ae3d9e217bfeb9390066dbb395fe6e Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sat, 16 Nov 2024 16:12:40 +0000 Subject: [PATCH 1/3] curl - update from 8.9.1 to 8.11.0 --- build/curl/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/curl/build.sh b/build/curl/build.sh index 3a57e9480..ab0b94760 100755 --- a/build/curl/build.sh +++ b/build/curl/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=curl -VER=8.9.1 +VER=8.11.0 PKG=web/curl SUMMARY="Command line tool for transferring data with URL syntax" DESC="Curl is a command line tool for transferring data with URL syntax, " From 58df4a6eab1cc8c0c246b8ccdc7c515ed5dcace0 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sat, 16 Nov 2024 16:12:45 +0000 Subject: [PATCH 2/3] expat - update from 2.6.3 to 2.6.4 --- build/expat/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/expat/build.sh b/build/expat/build.sh index 0cc62df41..0b1cd541e 100755 --- a/build/expat/build.sh +++ b/build/expat/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=expat -VER=2.6.3 +VER=2.6.4 PKG=library/expat SUMMARY="XML parser library" DESC="Fast streaming XML parser written in C" @@ -40,7 +40,6 @@ PKGDIFF_HELPER=" init download_source $PROG $PROG $VER patch_source -run_inbuild ./buildconf.sh prep_build autoconf -oot build -multi run_testsuite check From fff5b4b9f5b6c2fcae308dd2d1690fa08deafb2c Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sat, 16 Nov 2024 16:12:50 +0000 Subject: [PATCH 3/3] wget - update from 1.24.5 to 1.25.0 --- build/wget/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/wget/build.sh b/build/wget/build.sh index b7f846fc4..8a76cf261 100755 --- a/build/wget/build.sh +++ b/build/wget/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=wget -VER=1.24.5 +VER=1.25.0 PKG=web/wget SUMMARY="GNU Wget" DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS "