Skip to content

Commit

Permalink
Merge pull request #1559 from hadfl/pkgupd
Browse files Browse the repository at this point in the history
package updates
  • Loading branch information
oetiker authored Dec 17, 2024
2 parents 8bff312 + 5e390e7 commit 684a7e1
Show file tree
Hide file tree
Showing 21 changed files with 43 additions and 40 deletions.
4 changes: 2 additions & 2 deletions build/autoconf-archive/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion build/dtc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/gh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/gitea/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions build/hyperfine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion build/listmonk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion build/mattermost/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/minio-mc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion build/minio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion build/minio/patches/Makefile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion build/nodejs/build-18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down
2 changes: 1 addition & 1 deletion build/nodejs/build-20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down
2 changes: 1 addition & 1 deletion build/nodejs/build-22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
Expand Down
11 changes: 5 additions & 6 deletions build/nsd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand All @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/rclone/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/tailscale/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
3 changes: 2 additions & 1 deletion build/victoriametrics/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
1 change: 1 addition & 0 deletions build/victoriametrics/local.mog
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ file files/vmagent-profile.xml \
set restart_fmri svc:/application/$(PROG):victoria-metrics>
<transform file path=$(PREFIX)/bin/vmagent -> \
set restart_fmri svc:/application/$(PROG):vmagent>

1 change: 1 addition & 0 deletions doc/baseline.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions doc/pkglist.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ ooce/developer/cunit
ooce/library/libtasn1
ooce/library/unistring
ooce/library/libtpms
ooce/developer/autoconf-archive
###############################################################################
.SYSROOT
ooce/audio/flac
Expand Down

0 comments on commit 684a7e1

Please sign in to comment.