diff --git a/build/autoconf-archive/build.sh b/build/autoconf-archive/build.sh index 331a6f660..fa207c6aa 100755 --- a/build/autoconf-archive/build.sh +++ b/build/autoconf-archive/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=autoconf-archive -VER=2023.02.20 +VER=2024.10.16 PKG=ooce/developer/autoconf-archive SUMMARY="$PROG - a collection of macros for GNU Autoconf" DESC="$SUMMARY ($VER)" diff --git a/build/dtc/build.sh b/build/dtc/build.sh index a0d416b5c..2558c5360 100755 --- a/build/dtc/build.sh +++ b/build/dtc/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=dtc -VER=1.7.1 +VER=1.7.2 PKG=ooce/util/dtc SUMMARY="Device Tree Compiler" DESC="$PROG - $SUMMARY" diff --git a/build/gh/build.sh b/build/gh/build.sh index 636df50e3..40283e16c 100755 --- a/build/gh/build.sh +++ b/build/gh/build.sh @@ -18,7 +18,7 @@ PROG=gh PKG=ooce/util/gh -VER=2.60.0 +VER=2.63.2 SUMMARY="github-cli" DESC="The GitHub CLI tool" diff --git a/build/gitea/build.sh b/build/gitea/build.sh index 2cee11ede..dbdcffeb9 100755 --- a/build/gitea/build.sh +++ b/build/gitea/build.sh @@ -18,7 +18,7 @@ PROG=gitea PKG=ooce/application/gitea -VER=1.22.3 +VER=1.22.6 SUMMARY="Git with a cup of tea" DESC="Git with a cup of tea, painless self-hosted git service" diff --git a/build/hyperfine/build.sh b/build/hyperfine/build.sh index 98cb53862..384d30b5b 100755 --- a/build/hyperfine/build.sh +++ b/build/hyperfine/build.sh @@ -13,12 +13,12 @@ # }}} # Copyright 2020 Stephen Gregoratto -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=hyperfine -VER=1.18.0 +VER=1.19.0 PKG=ooce/util/hyperfine SUMMARY="benchmarking tool" DESC="$PROG is a command-line benchmarking tool that provides " diff --git a/build/listmonk/build.sh b/build/listmonk/build.sh index 8ea3f4424..3446a8887 100755 --- a/build/listmonk/build.sh +++ b/build/listmonk/build.sh @@ -18,7 +18,7 @@ PROG=listmonk PKG=ooce/application/listmonk -VER=4.0.1 +VER=4.1.0 SUMMARY="$PROG" DESC="Self-hosted newsletter & mailing list manager" diff --git a/build/mattermost/build.sh b/build/mattermost/build.sh index d6cee63ea..7a0dd4efd 100755 --- a/build/mattermost/build.sh +++ b/build/mattermost/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=mattermost -VER=9.11.5 +VER=9.11.6 # 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/minio-mc/build.sh b/build/minio-mc/build.sh index f99380511..939546b30 100755 --- a/build/minio-mc/build.sh +++ b/build/minio-mc/build.sh @@ -18,7 +18,7 @@ PROG=minio-mc PKG=ooce/storage/minio-mc -VER=2024-10-08T09-37-26Z +VER=2024-11-21T17-21-54Z SUMMARY="MinIO client" DESC="A modern alternative to UNIX commands like ls, cat, cp, mirror, diff, " DESC+="find etc. It supports filesystems and Amazon S3 compatible cloud " diff --git a/build/minio/build.sh b/build/minio/build.sh index f904c4360..cc66e0381 100755 --- a/build/minio/build.sh +++ b/build/minio/build.sh @@ -18,7 +18,7 @@ PROG=minio PKG=ooce/storage/minio -VER=2024-10-13T13-34-11Z +VER=2024-12-13T22-19-12Z SUMMARY="MinIO server" DESC="A high Performance Object Storage. " DESC+="It is API compatible with Amazon S3 cloud storage service." diff --git a/build/minio/patches/Makefile.patch b/build/minio/patches/Makefile.patch index 1c4c776cb..b4c23163e 100644 --- a/build/minio/patches/Makefile.patch +++ b/build/minio/patches/Makefile.patch @@ -9,7 +9,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile a/Makefile GOARCH := $(shell go env GOARCH) GOOS := $(shell go env GOOS) -@@ -172,7 +172,7 @@ build-debugging: +@@ -180,7 +180,7 @@ build-debugging: build: checks build-debugging ## builds minio to $(PWD) @echo "Building minio binary to './minio'" diff --git a/build/nodejs/build-18.sh b/build/nodejs/build-18.sh index 81635a2af..1e2c98ab5 100755 --- a/build/nodejs/build-18.sh +++ b/build/nodejs/build-18.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=node -VER=18.20.4 +VER=18.20.5 PKG=ooce/runtime/node-18 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/nodejs/build-20.sh b/build/nodejs/build-20.sh index 274b063cd..49cacb8e9 100755 --- a/build/nodejs/build-20.sh +++ b/build/nodejs/build-20.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=node -VER=20.18.0 +VER=20.18.1 PKG=ooce/runtime/node-20 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/nodejs/build-22.sh b/build/nodejs/build-22.sh index 37febd779..9629ceb78 100755 --- a/build/nodejs/build-22.sh +++ b/build/nodejs/build-22.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=node -VER=22.11.0 +VER=22.12.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/nsd/build.sh b/build/nsd/build.sh index 4db12d8f8..863894c05 100755 --- a/build/nsd/build.sh +++ b/build/nsd/build.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=nsd -VER=4.10.2 +VER=4.11.0 PKG=ooce/network/nsd SUMMARY="Authoritative DNS server" DESC="The NLnet Labs Name Server Daemon (NSD) is an authoritative " @@ -41,6 +41,10 @@ XFORM_ARGS=" BUILD_DEPENDS_IPS="ooce/library/libev" set_arch 64 +# need msg_flags from struct msghdr and strcasecmp +set_standard XPG6 + +export MAKE # nsd contains BMI instructions even when built on an older CPU BMI_EXPECTED=1 @@ -60,11 +64,6 @@ CONFIGURE_OPTS=" --with-pidfile=/var$sPREFIX/run/nsd.pid " -# need msg_flags from struct msghdr and strcasecmp -set_standard XPG6 - -export MAKE - pre_configure() { typeset arch=$1 diff --git a/build/rclone/build.sh b/build/rclone/build.sh index bdfab9faa..4b2465ae8 100755 --- a/build/rclone/build.sh +++ b/build/rclone/build.sh @@ -18,7 +18,7 @@ PROG=rclone PKG=ooce/network/rclone -VER=1.68.1 +VER=1.68.2 SUMMARY="rsync for cloud storage" DESC="A command line program to sync files and directories to and from " DESC+="different cloud storage providers" diff --git a/build/tailscale/build.sh b/build/tailscale/build.sh index af936ef38..cfb7336c3 100755 --- a/build/tailscale/build.sh +++ b/build/tailscale/build.sh @@ -18,7 +18,7 @@ PROG=tailscale PKG=ooce/network/tailscale -VER=1.76.3 +VER=1.78.1 SUMMARY="Tailscale" DESC="The easiest, most secure way to use WireGuard and 2FA." diff --git a/build/victoriametrics/build.sh b/build/victoriametrics/build.sh index 655ea30d6..8fdc76653 100755 --- a/build/victoriametrics/build.sh +++ b/build/victoriametrics/build.sh @@ -13,11 +13,12 @@ # }}} # Copyright 2024 Guo-Rong Koh +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=victoriametrics -VER=1.102.8 +VER=1.107.0 PKG=ooce/database/victoriametrics SUMMARY="VictoriaMetrics" DESC="Fast, cost-effective monitoring solution and time series database." diff --git a/build/victoriametrics/local.mog b/build/victoriametrics/local.mog index e5f7bd197..3bad9cd2c 100644 --- a/build/victoriametrics/local.mog +++ b/build/victoriametrics/local.mog @@ -30,3 +30,4 @@ file files/vmagent-profile.xml \ set restart_fmri svc:/application/$(PROG):victoria-metrics> \ set restart_fmri svc:/application/$(PROG):vmagent> + diff --git a/doc/baseline.aarch64 b/doc/baseline.aarch64 index 43687ef21..359400044 100644 --- a/doc/baseline.aarch64 +++ b/doc/baseline.aarch64 @@ -11,6 +11,7 @@ extra.omnios ooce/database/mariadb-106 extra.omnios ooce/database/mariadb-common extra.omnios ooce/database/postgresql-14 extra.omnios ooce/database/postgresql-common +extra.omnios ooce/developer/autoconf-archive extra.omnios ooce/developer/cmake extra.omnios ooce/developer/cunit extra.omnios ooce/developer/git-absorb diff --git a/doc/packages.md b/doc/packages.md index d8dad5cd0..9a5e38b17 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -2,13 +2,13 @@ | :------ | :------ | :--- | :--------- | | ooce/application/alpine | 2.26 | https://alpineapp.email/ | [omniosorg](https://github.com/omniosorg) | ooce/application/fcgiwrap | 1.1.0 | https://github.com/gnosek/fcgiwrap/tags | [omniosorg](https://github.com/omniosorg) -| ooce/application/gitea | 1.22.3 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg) +| ooce/application/gitea | 1.22.6 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg) | ooce/application/gnuplot | 6.0.1 | https://sourceforge.net/projects/gnuplot/files/gnuplot/ http://www.gnuplot.info/ | [omniosorg](https://github.com/omniosorg) | ooce/application/graphviz | 2.44.1 | https://www2.graphviz.org/Packages/stable/portable_source/ https://graphviz.org/download/source/ | [omniosorg](https://github.com/omniosorg) | ooce/application/imagemagick | 7.1.1-38 | https://imagemagick.org/archive/ | [omniosorg](https://github.com/omniosorg) | ooce/application/links | 2.30 | http://links.twibright.com/download.php | [omniosorg](https://github.com/omniosorg) -| ooce/application/listmonk | 4.0.1 | https://github.com/knadh/listmonk/releases | [omniosorg](https://github.com/omniosorg) -| ooce/application/mattermost | 9.11.5 | https://docs.mattermost.com/about/version-archive.html | [omniosorg](https://github.com/omniosorg) +| ooce/application/listmonk | 4.1.0 | https://github.com/knadh/listmonk/releases | [omniosorg](https://github.com/omniosorg) +| ooce/application/mattermost | 9.11.6 | 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) @@ -49,8 +49,8 @@ | ooce/database/postgresql-XX/mysql_fdw | 2.9.2 | https://github.com/EnterpriseDB/mysql_fdw/releases | [omniosorg](https://github.com/omniosorg) | ooce/database/postgresql-XX/pg_repack | 1.5.0 | https://github.com/reorg/pg_repack/tags | [omniosorg](https://github.com/omniosorg) | ooce/database/rrdtool | 1.9.0 | https://github.com/oetiker/rrdtool-1.x/releases | [omniosorg](https://github.com/omniosorg) -| ooce/database/victoriametrics | 1.102.8 | https://github.com/VictoriaMetrics/VictoriaMetrics | [gkoh](https://github.com/gkoh) -| ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg) +| ooce/database/victoriametrics | 1.107.0 | https://github.com/VictoriaMetrics/VictoriaMetrics | [gkoh](https://github.com/gkoh) +| ooce/developer/autoconf-archive | 2024.10.16 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/autogen | 5.18.16 | https://ftp.gnu.org/gnu/autogen/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/bazel | 6.3.2 | https://github.com/bazelbuild/bazel/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/cargo-c | 0.10.7 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg) @@ -169,15 +169,15 @@ | ooce/network/mrtg | 2.17.10 | https://oss.oetiker.ch/mrtg/pub/?M=D | [omniosorg](https://github.com/omniosorg) | ooce/network/mtr | 0.95 | https://github.com/traviscross/mtr/tags | [omniosorg](https://github.com/omniosorg) | ooce/network/nicstat | 1.95 | https://sourceforge.net/projects/nicstat/files/ | [omniosorg](https://github.com/omniosorg) -| ooce/network/nsd | 4.10.2 | https://nlnetlabs.nl/downloads/nsd/ | [omniosorg](https://github.com/omniosorg) +| ooce/network/nsd | 4.11.0 | https://nlnetlabs.nl/downloads/nsd/ | [omniosorg](https://github.com/omniosorg) | ooce/network/openldap | 2.6.9 | https://www.openldap.org/software/download/ | [omniosorg](https://github.com/omniosorg) | ooce/network/openvpn | 2.6.12 | https://build.openvpn.net/downloads/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/network/openvpn-auth-ldap | 2.0.4 | https://github.com/threerings/openvpn-auth-ldap/releases | [omniosorg](https://github.com/omniosorg) -| ooce/network/rclone | 1.68.1 | https://github.com/rclone/rclone/releases/ | [omniosorg](https://github.com/omniosorg) +| ooce/network/rclone | 1.68.2 | https://github.com/rclone/rclone/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/network/sic | 1.3 | https://tools.suckless.org/sic/ | [r7st](https://github.com/r7st) | ooce/network/smtp/postfix | 3.9.1 | https://high5.nl/mirrors/postfix-release/index.html | [omniosorg](https://github.com/omniosorg) | ooce/network/proxy/squid | 6.12 | http://www.squid-cache.org/Versions/v6/ | [cgrzemba](https://github.com/cgrzemba) -| ooce/network/tailscale | 1.76.3 | https://github.com/nshalman/tailscale/releases https://www.tailscale.com/ | [nshalman](https://github.com/nshalman) +| ooce/network/tailscale | 1.78.1 | https://github.com/nshalman/tailscale/releases https://www.tailscale.com/ | [nshalman](https://github.com/nshalman) | ooce/network/tcpdump | 4.99.5 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg) | ooce/network/unbound | 1.22.0 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg) | ooce/network/wireguard-go | 0.0.20220316 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman) @@ -189,9 +189,9 @@ | ooce/runtime/gnu-smalltalk | 3.2.5 | https://ftp.gnu.org/gnu/smalltalk/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/groovy-30 | 3.0.21 | https://groovy.apache.org/download.html | [omniosorg](https://github.com/omniosorg) | 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.11.0 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/runtime/node-18 | 18.20.5 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/runtime/node-20 | 20.18.1 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/runtime/node-22 | 22.12.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) @@ -210,8 +210,8 @@ | ooce/server/haproxy | 3.0.5 | https://www.haproxy.org/ | [omniosorg](https://github.com/omniosorg) | ooce/server/nginx | 1.27.3 | https://nginx.org/en/download.html | [omniosorg](https://github.com/omniosorg) | ooce/server/nginx-126 | 1.26.2 | https://nginx.org/en/download.html | [omniosorg](https://github.com/omniosorg) -| ooce/storage/minio | 2024-10-13T13-34-11Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) -| ooce/storage/minio-mc | 2024-10-08T09-37-26Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) +| ooce/storage/minio | 2024-12-13T22-19-12Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) +| ooce/storage/minio-mc | 2024-11-21T17-21-54Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/file-system/ntfs-3g | 2022.10.3 | https://github.com/tuxera/ntfs-3g/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/gptfdisk | 1.0.10 | https://sourceforge.net/projects/gptfdisk/files/gptfdisk/ | [oxidecomputer](https://github.com/oxidecomputer) | ooce/system/clamav | 1.4.1 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg) @@ -240,11 +240,11 @@ | ooce/util/bat | 0.24.0 | https://github.com/sharkdp/bat/releases | [omniosorg](https://github.com/omniosorg) | ooce/util/diffr | 0.1.5 | https://github.com/mookid/diffr/tags | [omniosorg](https://github.com/omniosorg) | ooce/util/direnv | 2.35.0 | https://github.com/direnv/direnv/releases | [omniosorg](https://github.com/omniosorg) -| ooce/util/dtc | 1.7.1 | https://git.kernel.org/pub/scm/utils/dtc/dtc.git/refs/ | [omniosorg](https://github.com/omniosorg) +| ooce/util/dtc | 1.7.2 | https://git.kernel.org/pub/scm/utils/dtc/dtc.git/refs/ | [omniosorg](https://github.com/omniosorg) | ooce/util/fd | 10.2.0 | https://github.com/sharkdp/fd/releases/ | [omniosorg](https://github.com/omniosorg) -| ooce/util/gh | 2.60.0 | https://github.com/cli/cli/releases/ | [omniosorg](https://github.com/omniosorg) +| ooce/util/gh | 2.63.2 | https://github.com/cli/cli/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/util/htmlq | 0.4.0 | https://github.com/mgdm/htmlq/releases/ | [omniosorg](https://github.com/omniosorg) -| ooce/util/hyperfine | 1.18.0 | https://github.com/sharkdp/hyperfine/releases/ | [omniosorg](https://github.com/omniosorg) +| ooce/util/hyperfine | 1.19.0 | https://github.com/sharkdp/hyperfine/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/util/jq | 1.7.1 | https://github.com/stedolan/jq/releases | [omniosorg](https://github.com/omniosorg) | ooce/util/ncdu | 2.7 | https://dev.yorhel.nl/download | [jclulow](https://github.com/jclulow) | ooce/util/pass | 1.7.4 | https://git.zx2c4.com/password-store/refs/ | [omniosorg](https://github.com/omniosorg) diff --git a/doc/pkglist.aarch64 b/doc/pkglist.aarch64 index b214842cc..9db96299a 100644 --- a/doc/pkglist.aarch64 +++ b/doc/pkglist.aarch64 @@ -84,6 +84,7 @@ ooce/developer/cunit ooce/library/libtasn1 ooce/library/unistring ooce/library/libtpms +ooce/developer/autoconf-archive ############################################################################### .SYSROOT ooce/audio/flac