diff --git a/build/clang/build-19.sh b/build/clang/build-19.sh index 52df2f1ab..efd158015 100755 --- a/build/clang/build-19.sh +++ b/build/clang/build-19.sh @@ -18,7 +18,7 @@ PROG=clang PKG=ooce/developer/clang-19 -VER=19.1.2 +VER=19.1.3 SUMMARY="C language family frontend for LLVM" DESC="The Clang project provides a language front-end and tooling " DESC+="infrastructure for languages in the C language family (C, C++, " diff --git a/build/dav1d/build.sh b/build/dav1d/build.sh index 6c870079c..65111e9c5 100755 --- a/build/dav1d/build.sh +++ b/build/dav1d/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=dav1d -VER=1.4.3 +VER=1.5.0 PKG=ooce/multimedia/dav1d SUMMARY="AV1 decoder" DESC="AV1 cross-platform decoder, open-source, and focused on speed, " diff --git a/build/dav1d/testsuite.log b/build/dav1d/testsuite.log index 24cf74631..0ebeffe02 100644 --- a/build/dav1d/testsuite.log +++ b/build/dav1d/testsuite.log @@ -1,11 +1,12 @@ -1/6 dav1d:headers / common.h_test OK -2/6 dav1d:headers / data.h_test OK -3/6 dav1d:headers / dav1d.h_test OK -4/6 dav1d:headers / headers.h_test OK -5/6 dav1d:headers / picture.h_test OK -6/6 dav1d:checkasm / checkasm OK +1/7 dav1d:headers / common.h_test OK +2/7 dav1d:headers / data.h_test OK +3/7 dav1d:headers / dav1d.h_test OK +4/7 dav1d:headers / headers.h_test OK +5/7 dav1d:headers / picture.h_test OK +6/7 dav1d:headers / version.h_test OK +7/7 dav1d:checkasm / checkasm OK -Ok: 6 +Ok: 7 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 diff --git a/build/isc-bind9/build-918.sh b/build/isc-bind9/build-918.sh index c10853f06..d18eb357d 100755 --- a/build/isc-bind9/build-918.sh +++ b/build/isc-bind9/build-918.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=bind -VER=9.18.30 +VER=9.18.31 PKG=ooce/network/bind-918 SUMMARY="ISC BIND DNS Server & Tools" DESC="Server & Client Utilities for DNS" diff --git a/build/isc-bind9/build-920.sh b/build/isc-bind9/build-920.sh index de7f8b15b..13114bf06 100755 --- a/build/isc-bind9/build-920.sh +++ b/build/isc-bind9/build-920.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=bind -VER=9.20.2 +VER=9.20.3 PKG=ooce/network/bind-920 SUMMARY="ISC BIND DNS Server & Tools" DESC="Server & Client Utilities for DNS" diff --git a/build/isc-bind9/patches-920/linker_flags.patch b/build/isc-bind9/patches-920/linker_flags.patch index 6bd7e4f7b..1221980aa 100644 --- a/build/isc-bind9/patches-920/linker_flags.patch +++ b/build/isc-bind9/patches-920/linker_flags.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac --- a~/configure.ac 1970-01-01 00:00:00 +++ a/configure.ac 1970-01-01 00:00:00 -@@ -254,17 +254,6 @@ AM_CONDITIONAL([HAVE_PYTEST], [test -n " +@@ -331,17 +331,6 @@ AM_CONDITIONAL([HAVE_PYTEST], [test -n " # AC_PATH_PROG([XSLTPROC], [xsltproc]) diff --git a/build/libheif/build.sh b/build/libheif/build.sh index f1af26390..c1817601b 100755 --- a/build/libheif/build.sh +++ b/build/libheif/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=libheif -VER=1.18.2 +VER=1.19.1 PKG=ooce/library/libheif SUMMARY="HEIF and AVIF encoder" DESC="ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) " diff --git a/build/llvm/build-19.sh b/build/llvm/build-19.sh index f8f096bf5..cb46922ce 100755 --- a/build/llvm/build-19.sh +++ b/build/llvm/build-19.sh @@ -18,7 +18,7 @@ PROG=llvm PKG=ooce/developer/llvm-19 -VER=19.1.2 +VER=19.1.3 SUMMARY="Low Level Virtual Machine compiler infrastructure" DESC="A collection of modular and reusable compiler and toolchain technologies" diff --git a/build/mattermost/build.sh b/build/mattermost/build.sh index 7933a45b8..67963ac8f 100755 --- a/build/mattermost/build.sh +++ b/build/mattermost/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=mattermost -VER=9.11.3 +VER=9.11.4 # check for the current morph version/commit hash and create a patched branch in # https://github.com/omniosorg/morph; then point to that branch MORPHBRANCH=il_1.1.0 diff --git a/build/nodejs/build-22.sh b/build/nodejs/build-22.sh index 818836ed2..37febd779 100755 --- a/build/nodejs/build-22.sh +++ b/build/nodejs/build-22.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=node -VER=22.9.0 +VER=22.11.0 PKG=ooce/runtime/node-22 SUMMARY="Node.js is an evented I/O framework for the V8 JavaScript engine." DESC="Node.js is an evented I/O framework for the V8 JavaScript engine. " diff --git a/build/php/build-82.sh b/build/php/build-82.sh index 0d47248af..9f3420a8d 100755 --- a/build/php/build-82.sh +++ b/build/php/build-82.sh @@ -18,7 +18,7 @@ PROG=php PKG=ooce/application/php-82 -VER=8.2.24 +VER=8.2.25 SUMMARY="PHP 8.2" DESC="A popular general-purpose scripting language" diff --git a/build/php/build-83.sh b/build/php/build-83.sh index bf1cb3e08..35e89b141 100755 --- a/build/php/build-83.sh +++ b/build/php/build-83.sh @@ -18,7 +18,7 @@ PROG=php PKG=ooce/application/php-83 -VER=8.3.12 +VER=8.3.13 SUMMARY="PHP 8.3" DESC="A popular general-purpose scripting language" diff --git a/build/valgrind/build.sh b/build/valgrind/build.sh index 70d10f8b6..8b5462982 100755 --- a/build/valgrind/build.sh +++ b/build/valgrind/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=valgrind -VER=3.23.0 +VER=3.24.0 PKG=ooce/developer/valgrind SUMMARY="An instrumentation framework for building dynamic analysis tools." DESC="Valgrind tools can automatically detect many memory management and " diff --git a/doc/packages.md b/doc/packages.md index 699581d73..f33e5f3d2 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -8,7 +8,7 @@ | ooce/application/imagemagick | 7.1.1-38 | https://imagemagick.org/archive/ | [omniosorg](https://github.com/omniosorg) | ooce/application/links | 2.29 | http://links.twibright.com/download.php | [omniosorg](https://github.com/omniosorg) | ooce/application/listmonk | 3.0.0 | https://github.com/knadh/listmonk/releases | [omniosorg](https://github.com/omniosorg) -| ooce/application/mattermost | 9.11.3 | https://docs.mattermost.com/about/version-archive.html | [omniosorg](https://github.com/omniosorg) +| ooce/application/mattermost | 9.11.4 | https://docs.mattermost.com/about/version-archive.html | [omniosorg](https://github.com/omniosorg) | ooce/application/mc | 4.8.32 | http://ftp.midnight-commander.org/?C=N;O=D | [omniosorg](https://github.com/omniosorg) | ooce/application/munin | 2.0.69 | https://github.com/munin-monitoring/munin/releases | [omniosorg](https://github.com/omniosorg) | ooce/application/mutt | 2.2.13 | http://www.mutt.org/download.html | [omniosorg](https://github.com/omniosorg) @@ -19,8 +19,8 @@ | ooce/application/nagios-plugins | 2.4.8 | http://www.nagios-plugins.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/application/novnc | 1.5.0 | https://github.com/novnc/noVNC/releases | Currently used solely by zadm | ooce/application/php-81 | 8.1.30 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) -| ooce/application/php-82 | 8.2.24 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) -| ooce/application/php-83 | 8.3.12 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) +| ooce/application/php-82 | 8.2.25 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) +| ooce/application/php-83 | 8.3.13 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) | ooce/application/php-XX/imagick | 3.7.0 | https://github.com/Imagick/imagick/tags | [omniosorg](https://github.com/omniosorg) | ooce/application/rustdesk-server | 1.1.12 | https://github.com/rustdesk/rustdesk-server/releases | [omniosorg](https://github.com/omniosorg) | ooce/application/texlive | 20230313 | https://pi.kwarc.info/historic/systems/texlive/2023/ | [omniosorg](https://github.com/omniosorg) @@ -59,7 +59,7 @@ | ooce/developer/clang-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/clang-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/clang-18 | 18.1.8 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) -| ooce/developer/clang-19 | 19.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) +| ooce/developer/clang-19 | 19.1.3 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/cmake | 3.30.5 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/cscope | 15.9 | https://sourceforge.net/projects/cscope/files/cscope/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/cunit | 2.1-3 | https://sourceforge.net/projects/cunit/files/CUnit/ | [omniosorg](https://github.com/omniosorg) @@ -75,7 +75,7 @@ | ooce/developer/llvm-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/llvm-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/llvm-18 | 18.1.8 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) -| ooce/developer/llvm-19 | 19.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) +| ooce/developer/llvm-19 | 19.1.3 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/ninja | 1.12.1 | https://github.com/ninja-build/ninja/releases https://ninja-build.org/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/omni | github-latest | https://github.com/omniosorg/omni/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/pkgmgr | github-latest | https://github.com/omniosorg/pkgmgr/releases | [omniosorg](https://github.com/omniosorg) @@ -83,7 +83,7 @@ | ooce/developer/radare2 | 5.9.2 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/rust | 1.82.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg) | ooce/developer/subversion | 1.14.3 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg) -| ooce/developer/valgrind | 3.23.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg) +| ooce/developer/valgrind | 3.24.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg) | ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/zig-09 | 0.9.1 | https://ziglang.org/download/index.json https://ziglang.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/zig-011 | 0.11.0 | https://ziglang.org/download/index.json https://ziglang.org/download/ | [omniosorg](https://github.com/omniosorg) @@ -121,7 +121,7 @@ | ooce/library/libev | 4.33 | http://dist.schmorp.de/libev/ | [omniosorg](https://github.com/omniosorg) | ooce/library/libexif | 0.6.21 | https://sourceforge.net/projects/libexif/files/libexif/ | [omniosorg](https://github.com/omniosorg) | ooce/library/libgif | 5.2.2 | https://sourceforge.net/projects/giflib/files/ | [omniosorg](https://github.com/omniosorg) -| ooce/library/libheif | 1.18.2 | https://github.com/strukturag/libheif/releases | [omniosorg](https://github.com/omniosorg) +| ooce/library/libheif | 1.19.1 | https://github.com/strukturag/libheif/releases | [omniosorg](https://github.com/omniosorg) | ooce/library/libid3tag | 0.15.1b | https://sourceforge.net/projects/mad/files/libid3tag/ | [omniosorg](https://github.com/omniosorg) | ooce/library/libidl | 0.8.14 | https://download.gnome.org/sources/libIDL/cache.json https://download.gnome.org/sources/libIDL/ | [omniosorg](https://github.com/omniosorg) | ooce/library/libjpeg-turbo | 3.0.1 | https://sourceforge.net/projects/libjpeg-turbo/files/ | [omniosorg](https://github.com/omniosorg) @@ -149,7 +149,7 @@ | ooce/library/tree-sitter | 0.22.4 | https://github.com/tree-sitter/tree-sitter/releases | [omniosorg](https://github.com/omniosorg) | ooce/library/unistring | 1.1 | https://ftp.gnu.org/gnu/libunistring/ | [omniosorg](https://github.com/omniosorg) | ooce/library/yaml | 0.2.5 | https://github.com/yaml/libyaml/releases | [omniosorg](https://github.com/omniosorg) -| ooce/multimedia/dav1d | 1.4.3 | https://downloads.videolan.org/pub/videolan/dav1d/ https://www.videolan.org/projects/dav1d.html | [omniosorg](https://github.com/omniosorg) +| ooce/multimedia/dav1d | 1.5.0 | https://downloads.videolan.org/pub/videolan/dav1d/ https://www.videolan.org/projects/dav1d.html | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/dcraw | 9.28.0 | https://www.dechifro.org/dcraw/archive/ | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/exif | 0.6.21 | https://sourceforge.net/projects/libexif/files/exif/ | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/ffmpeg | 7.1 | https://www.ffmpeg.org/download.html#releases | [omniosorg](https://github.com/omniosorg) @@ -157,8 +157,8 @@ | ooce/multimedia/rav1e | 0.7.1 | https://github.com/xiph/rav1e/releases | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/x264 | 20210613 | https://code.videolan.org/videolan/x264/-/tree/stable https://www.videolan.org/developers/x264.html | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/x265 | 3.4 | https://github.com/videolan/x265/tags https://bitbucket.org/multicoreware/x265_git/wiki/Home | [omniosorg](https://github.com/omniosorg) -| ooce/network/bind-918 | 9.18.30 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg) -| ooce/network/bind-920 | 9.20.2 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg) +| ooce/network/bind-918 | 9.18.31 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg) +| ooce/network/bind-920 | 9.20.3 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/network/bwm-ng | 0.6.3 | https://github.com/vgropp/bwm-ng/releases | [omniosorg](https://github.com/omniosorg) | ooce/network/cyrus-imapd | 3.8.2 | https://github.com/cyrusimap/cyrus-imapd/releases | [omniosorg](https://github.com/omniosorg) | ooce/network/dnscrypt-proxy | 2.1.5 | https://github.com/DNSCrypt/dnscrypt-proxy/releases | [omniosorg](https://github.com/omniosorg) @@ -192,7 +192,7 @@ | ooce/runtime/groovy-40 | 4.0.21 | https://groovy.apache.org/download.html | [omniosorg](https://github.com/omniosorg) | ooce/runtime/node-18 | 18.20.4 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/node-20 | 20.18.0 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) -| ooce/runtime/node-22 | 22.9.0 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/runtime/node-22 | 22.11.0 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-30 | 3.0.7 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-31 | 3.1.6 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-32 | 3.2.5 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg)