From cba839d064e8c83ed66ad59cfbe96bc48ff4a634 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Dec 2023 12:19:00 +0000 Subject: [PATCH 1/5] sqlite3 - update from 3440000 to 3440200 --- build/sqlite3/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/sqlite3/build.sh b/build/sqlite3/build.sh index 0865618485..0ccea91f9b 100755 --- a/build/sqlite3/build.sh +++ b/build/sqlite3/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=sqlite-autoconf -VER=3440000 +VER=3440200 PKG=database/sqlite-3 SUMMARY="SQL database engine library" DESC="SQLite is a self-contained, high-reliability, embedded, full-featured, " diff --git a/doc/packages.md b/doc/packages.md index bf5cab3561..4e85190dc8 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -12,7 +12,7 @@ | compress/zip | 3.0 | https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/ http://www.info-zip.org/Zip.html | compress/zstd | 1.5.5 | https://github.com/facebook/zstd/releases | data/iso-codes | 4.15.0 | https://salsa.debian.org/api/v4/projects/iso-codes-team%2Fiso-codes/repository/tags https://salsa.debian.org/iso-codes-team/iso-codes/tags -| database/sqlite-3 | 3440000 | https://www.sqlite.org/download.html +| database/sqlite-3 | 3440200 | https://www.sqlite.org/download.html | developer/build/autoconf | 2.71 | https://ftp.gnu.org/gnu/autoconf/ | developer/build/automake | 1.16.5 | https://ftp.gnu.org/gnu/automake/ | developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/ From 9170585df63daabbd48444844498d3922d7e7a00 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Dec 2023 12:19:30 +0000 Subject: [PATCH 2/5] git - update from 2.42.1 to 2.43.0 --- build/git/build.sh | 2 +- build/git/testsuite.log | 10 ++++++---- doc/packages.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build/git/build.sh b/build/git/build.sh index 9b91ce44ed..c219035bfd 100755 --- a/build/git/build.sh +++ b/build/git/build.sh @@ -19,7 +19,7 @@ . ../../lib/build.sh PROG=git -VER=2.42.1 +VER=2.43.0 PKG=developer/versioning/git SUMMARY="$PROG - distributed version control system" DESC="Git is a free and open source distributed version control system " diff --git a/build/git/testsuite.log b/build/git/testsuite.log index f8248a681e..3c92039ac1 100644 --- a/build/git/testsuite.log +++ b/build/git/testsuite.log @@ -7,7 +7,7 @@ *** t0002-gitfile.sh *** # passed all 14 test(s) *** t0003-attributes.sh *** -# passed all 40 test(s) +# passed all 45 test(s) *** t0004-unwritable.sh *** # passed all 9 test(s) *** t0005-signals.sh *** @@ -69,7 +69,7 @@ *** t0035-safe-bare-repository.sh *** # passed all 8 test(s) *** t0040-parse-options.sh *** -# passed all 86 test(s) +# passed all 88 test(s) *** t0041-usage.sh *** # passed all 16 test(s) *** t0050-filesystem.sh *** @@ -105,10 +105,12 @@ # passed all 8 test(s) *** t0071-sort.sh *** # passed all 1 test(s) +*** t0081-find-pack.sh *** +# passed all 4 test(s) *** t0090-cache-tree.sh *** # passed all 22 test(s) *** t0091-bugreport.sh *** -# passed all 12 test(s) +# passed all 13 test(s) *** t0092-diagnose.sh *** # passed all 4 test(s) *** t0095-bloom.sh *** @@ -153,4 +155,4 @@ not ok 6 - gettext: Fetching a UTF-8 msgid -> ISO-8859-1 # failed 2 among 8 test(s) make[2]: *** [Makefile:66: t0204-gettext-reencode-sanity.sh] Error 1 make[1]: *** [Makefile:53: test] Error 2 -make: *** [Makefile:3197: test] Error 2 +make: *** [Makefile:3200: test] Error 2 diff --git a/doc/packages.md b/doc/packages.md index 4e85190dc8..badbc2b42b 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -27,7 +27,7 @@ | developer/nasm | 2.16.01 | http://www.nasm.us/pub/nasm/releasebuilds | developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/ | developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases -| developer/versioning/git | 2.42.1 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ +| developer/versioning/git | 2.43.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/ | developer/versioning/mercurial | 6.5.3 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew | developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/ | driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags From 0e16f2e72ede1d18cb9723b1255c076ba018a52f Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Dec 2023 12:19:44 +0000 Subject: [PATCH 3/5] libxml2 - update from 2.12.0 to 2.12.1 --- build/libxml2/build.sh | 2 +- build/libxml2/testsuite.log | 2 +- doc/packages.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/libxml2/build.sh b/build/libxml2/build.sh index 57277f61c4..4a30c7a082 100755 --- a/build/libxml2/build.sh +++ b/build/libxml2/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=libxml2 -VER=2.12.0 +VER=2.12.1 PKG=library/libxml2 SUMMARY="XML C parser and toolkit" DESC="Portable XML parser and toolkit library" diff --git a/build/libxml2/testsuite.log b/build/libxml2/testsuite.log index a7d7f883c0..132556259e 100644 --- a/build/libxml2/testsuite.log +++ b/build/libxml2/testsuite.log @@ -1,4 +1,4 @@ -Total 3686 tests, no errors +Total 3698 tests, no errors Total 49 tests, no errors Testing HTMLparser : 35 of 41 functions ... Testing HTMLtree : 18 of 18 functions ... diff --git a/doc/packages.md b/doc/packages.md index badbc2b42b..fc0380c817 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -47,7 +47,7 @@ | library/libidn | 1.41 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/ | library/libffi | 3.4.4 | https://sourceware.org/libffi/ | library/libuv | 1.47.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind -| library/libxml2 | 2.12.0 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html +| library/libxml2 | 2.12.1 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html | library/libxslt | 1.1.30 | http://xmlsoft.org/libxslt/news.html | library/lzlib | 1.13 | https://download.savannah.gnu.org/releases/lzip/lzlib/ | library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony From c9448fe9d6895cf1fd38797fcac6976ce55930d0 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Dec 2023 12:20:00 +0000 Subject: [PATCH 4/5] nss - update from 3.94 to 3.95 --- build/nss/build.sh | 2 +- build/nss/patches/aarch64.patch | 6 +++--- build/nss/patches/shadowing.patch | 2 +- doc/packages.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/nss/build.sh b/build/nss/build.sh index 3e7c9273f9..4bb23fad86 100755 --- a/build/nss/build.sh +++ b/build/nss/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=nss -VER=3.94 +VER=3.95 PKG=system/library/mozilla-nss SUMMARY="Network Security Services" DESC="Network Security Services (NSS) is a set of libraries designed to " diff --git a/build/nss/patches/aarch64.patch b/build/nss/patches/aarch64.patch index 212f1ba77a..5b23de1d46 100644 --- a/build/nss/patches/aarch64.patch +++ b/build/nss/patches/aarch64.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/freebl/blinit.c --- a~/lib/freebl/blinit.c 1970-01-01 00:00:00 +++ a/lib/freebl/blinit.c 1970-01-01 00:00:00 -@@ -137,7 +137,7 @@ CheckX86CPUSupport() +@@ -145,7 +145,7 @@ CheckX86CPUSupport() #endif /* NSS_X86_OR_X64 */ /* clang-format off */ @@ -10,7 +10,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/fre #ifndef __has_include #define __has_include(x) 0 #endif -@@ -175,7 +175,7 @@ static unsigned long getauxval(unsigned +@@ -183,7 +183,7 @@ static unsigned long getauxval(unsigned #define AT_HWCAP 16 #endif @@ -19,7 +19,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/freebl/blinit.c a/lib/fre /* clang-format on */ #if defined(__aarch64__) -@@ -555,7 +555,7 @@ FreeblInit(void) +@@ -563,7 +563,7 @@ FreeblInit(void) { #ifdef NSS_X86_OR_X64 CheckX86CPUSupport(); diff --git a/build/nss/patches/shadowing.patch b/build/nss/patches/shadowing.patch index b813ed9342..e00556e24e 100644 --- a/build/nss/patches/shadowing.patch +++ b/build/nss/patches/shadowing.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/lib/softoken/pkcs11.c a/lib/softoken/pkcs11.c --- a~/lib/softoken/pkcs11.c 1970-01-01 00:00:00 +++ a/lib/softoken/pkcs11.c 1970-01-01 00:00:00 -@@ -3424,8 +3424,8 @@ nsc_CommonInitialize(CK_VOID_PTR pReserv +@@ -3506,8 +3506,8 @@ loser: char buf[200]; int major = 0, minor = 0; diff --git a/doc/packages.md b/doc/packages.md index fc0380c817..bedb8c51d1 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -53,7 +53,7 @@ | library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony | library/ncurses | 6.4 | https://ftp.gnu.org/gnu/ncurses/ | library/nghttp2 | 1.58.0 | https://github.com/nghttp2/nghttp2/releases -| library/nss | 3.94 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ +| library/nss | 3.95 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/ | library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/ | library/pcre2 | 10.42 | https://github.com/PhilipHazel/pcre2/releases | library/perl-5/xml-parser | 2.46 | https://metacpan.org/pod/XML::Parser From 72fc136ca2317e2c05f94ec1a1d32554737b5261 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Dec 2023 12:20:14 +0000 Subject: [PATCH 5/5] perl - update from 5.38.1 to 5.38.2 --- build/perl/build.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/perl/build.sh b/build/perl/build.sh index 5f7e531f0f..287cb2be9a 100755 --- a/build/perl/build.sh +++ b/build/perl/build.sh @@ -19,7 +19,7 @@ PROG=perl PKG=runtime/perl -VER=5.38.1 +VER=5.38.2 MAJVER=${VER%.*} SUMMARY="Perl $MAJVER Programming Language" DESC="A highly capable, feature-rich programming language" diff --git a/doc/packages.md b/doc/packages.md index bedb8c51d1..7b09907f8b 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -78,7 +78,7 @@ | runtime/java/openjdk11 | 11.0.20.1+1 | https://github.com/openjdk/jdk11u/tags | runtime/java/openjdk17 | 17.0.8.1+1 | https://github.com/openjdk/jdk17u/tags | runtime/java/openjdk8 | 1.8.382-05 | https://github.com/openjdk/jdk8u/tags -| runtime/perl | 5.38.1 | https://www.cpan.org/src/README.html +| runtime/perl | 5.38.2 | https://www.cpan.org/src/README.html | runtime/python-39 | 3.9.18 | https://www.python.org/downloads/source/ | runtime/python-310 | 3.10.13 | https://www.python.org/downloads/source/ | runtime/python-311 | 3.11.6 | https://www.python.org/downloads/source/