diff --git a/build/gh/build.sh b/build/gh/build.sh index c60ac5f4d..87e4ad284 100755 --- a/build/gh/build.sh +++ b/build/gh/build.sh @@ -18,12 +18,12 @@ PROG=gh PKG=ooce/util/gh -VER=2.45.0 +VER=2.48.0 SUMMARY="github-cli" DESC="The GitHub CLI tool" set_arch 64 -set_gover +set_gover 1.22 RUN_DEPENDS_IPS="developer/versioning/git" diff --git a/build/gitea/build.sh b/build/gitea/build.sh index 7b6f5cd44..a57e04a26 100755 --- a/build/gitea/build.sh +++ b/build/gitea/build.sh @@ -18,7 +18,7 @@ PROG=gitea PKG=ooce/application/gitea -VER=1.21.10 +VER=1.21.11 SUMMARY="Git with a cup of tea" DESC="Git with a cup of tea, painless self-hosted git service" diff --git a/build/meta/extra-build-tools.p5m b/build/meta/extra-build-tools.p5m index 41208a18e..52a076df6 100644 --- a/build/meta/extra-build-tools.p5m +++ b/build/meta/extra-build-tools.p5m @@ -19,6 +19,7 @@ depend fmri=ooce/developer/cargo-c type=require depend fmri=ooce/developer/freepascal type=require depend fmri=ooce/developer/gdb type=require depend fmri=ooce/developer/go-121 type=require +depend fmri=ooce/developer/go-122 type=require depend fmri=ooce/developer/gperf type=require depend fmri=ooce/developer/llvm-13 type=require depend fmri=ooce/developer/llvm-14 type=require diff --git a/build/nginx/build.sh b/build/nginx/build.sh index b84e5dd58..3b8b1e9d7 100755 --- a/build/nginx/build.sh +++ b/build/nginx/build.sh @@ -19,7 +19,7 @@ PROG=nginx PKG=ooce/server/nginx -VER=1.25.4 +VER=1.25.5 SUMMARY="nginx web server" DESC="nginx is a high-performance HTTP(S) server and reverse proxy" diff --git a/build/nodejs/build-20.sh b/build/nodejs/build-20.sh index 45c2c5b5a..f50a137ce 100755 --- a/build/nodejs/build-20.sh +++ b/build/nodejs/build-20.sh @@ -17,7 +17,7 @@ . ../../lib/build.sh PROG=node -VER=20.12.1 +VER=20.12.2 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/php/build-82.sh b/build/php/build-82.sh index dd7808f83..41773f8d8 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.17 +VER=8.2.18 SUMMARY="PHP 8.2" DESC="A popular general-purpose scripting language" diff --git a/build/php/patches-82/ldap.patch b/build/php/patches-82/ldap.patch index 34f61f648..86597c713 100644 --- a/build/php/patches-82/ldap.patch +++ b/build/php/patches-82/ldap.patch @@ -1,11 +1,10 @@ - Use the thread-safe LDAP library by default. This also prevents a conflict with the illumos libldap in /usr/lib. diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -50136,7 +50136,7 @@ fi +@@ -46581,7 +46581,7 @@ fi if test "$ext_shared" = "yes"; then @@ -14,7 +13,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure if test -n "$LDAP_LIBDIR"; then if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then -@@ -50220,7 +50220,7 @@ fi +@@ -46665,7 +46665,7 @@ fi case ldap in c|c_r) ;; *) @@ -23,7 +22,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure ;; esac -@@ -50235,7 +50235,7 @@ fi +@@ -46680,7 +46680,7 @@ fi if test "$ext_shared" = "yes"; then @@ -32,7 +31,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure if test -n "$LDAP_LIBDIR"; then if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then -@@ -50319,7 +50319,7 @@ fi +@@ -46764,7 +46764,7 @@ fi case ldap in c|c_r) ;; *) diff --git a/build/php/patches-82/sockets.patch b/build/php/patches-82/sockets.patch index a4439015b..5a35e2bcd 100644 --- a/build/php/patches-82/sockets.patch +++ b/build/php/patches-82/sockets.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure --- a~/configure 1970-01-01 00:00:00 +++ a/configure 1970-01-01 00:00:00 -@@ -75575,6 +75575,7 @@ printf "%s\n" "#define ANC_CREDS_CMSGCRE +@@ -71353,6 +71353,7 @@ $as_echo "#define ANC_CREDS_CMSGCRED 1" case $host_alias in *darwin*) PHP_SOCKETS_CFLAGS="$PHP_SOCKETS_CFLAGS -D__APPLE_USE_RFC_3542" esac diff --git a/build/virtualbox/build.sh b/build/virtualbox/build.sh index db3f12364..887edc102 100755 --- a/build/virtualbox/build.sh +++ b/build/virtualbox/build.sh @@ -18,7 +18,7 @@ PROG=VirtualBox PKG=ooce/virtualization/virtualbox -VER=7.0.14a +VER=7.0.16 GSOAPVER=2.8.129 GSOAPDIR=gsoap-${GSOAPVER%.*} SUMMARY="VirtualBox" diff --git a/build/virtualbox/patches/hma.patch b/build/virtualbox/patches/hma.patch index 3c7f1eb50..746fea65a 100644 --- a/build/virtualbox/patches/hma.patch +++ b/build/virtualbox/patches/hma.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/SUPDrv.cpp a/src/VBox/HostDrivers/Support/SUPDrv.cpp --- a~/src/VBox/HostDrivers/Support/SUPDrv.cpp 1970-01-01 00:00:00 +++ a/src/VBox/HostDrivers/Support/SUPDrv.cpp 1970-01-01 00:00:00 -@@ -4248,7 +4248,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0ChangeCR4); +@@ -4249,7 +4249,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0ChangeCR4); */ SUPR0DECL(int) SUPR0EnableVTx(bool fEnable) { @@ -10,7 +10,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/ return supdrvOSEnableVTx(fEnable); #else RT_NOREF1(fEnable); -@@ -4267,7 +4267,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0EnableVTx); +@@ -4268,7 +4268,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0EnableVTx); */ SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void) { @@ -19,7 +19,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/src/VBox/HostDrivers/Support/ return supdrvOSSuspendVTxOnCpu(); #else return false; -@@ -4285,7 +4285,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0SuspendVTxOnCpu +@@ -4286,7 +4286,7 @@ SUPR0_EXPORT_SYMBOL(SUPR0SuspendVTxOnCpu */ SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended) { diff --git a/doc/packages.md b/doc/packages.md index 79a533f6b..db2bd69eb 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -2,7 +2,7 @@ | :------ | :------ | :--- | :--------- | | 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.21.10 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg) +| ooce/application/gitea | 1.21.11 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg) | ooce/application/gnuplot | 6.0.0 | 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-20 | https://imagemagick.org/archive/ | [omniosorg](https://github.com/omniosorg) @@ -19,7 +19,7 @@ | ooce/application/nagios-plugins | 2.4.8 | http://www.nagios-plugins.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/application/novnc | 1.4.0 | https://github.com/novnc/noVNC/releases | Currently used solely by zadm | ooce/application/php-81 | 8.1.28 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) -| ooce/application/php-82 | 8.2.17 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) +| ooce/application/php-82 | 8.2.18 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg) | ooce/application/php-83 | 8.3.6 | 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/texlive | 20230313 | https://pi.kwarc.info/historic/systems/texlive/2023/ | [omniosorg](https://github.com/omniosorg) @@ -184,7 +184,7 @@ | 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.19.1 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) -| ooce/runtime/node-20 | 20.12.1 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/runtime/node-20 | 20.12.2 | https://nodejs.org/download/release/index.json https://nodejs.org/en/download/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-30 | 3.0.6 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-31 | 3.1.4 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/ruby-32 | 3.2.3 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) @@ -197,7 +197,7 @@ | ooce/server/caddy | 2.7.6 | https://github.com/caddyserver/caddy/releases | [gkoh](https://github.com/gkoh) | ooce/server/freeradius | 3.2.3 | https://github.com/FreeRADIUS/freeradius-server/releases https://freeradius.org/releases | [omniosorg](https://github.com/omniosorg) | ooce/server/haproxy | 2.8.9 | https://www.haproxy.org/ | [omniosorg](https://github.com/omniosorg) -| ooce/server/nginx | 1.25.4 | https://nginx.org/en/download.html | [omniosorg](https://github.com/omniosorg) +| ooce/server/nginx | 1.25.5 | https://nginx.org/en/download.html | [omniosorg](https://github.com/omniosorg) | ooce/server/nginx-124 | 1.24.0 | https://nginx.org/en/download.html | [omniosorg](https://github.com/omniosorg) | ooce/storage/minio | 2024-03-30T09-41-56Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) | ooce/storage/minio-mc | 2024-03-30T15-29-52Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) @@ -231,7 +231,7 @@ | ooce/util/direnv | 2.34.0 | https://github.com/direnv/direnv/releases | [omniosorg](https://github.com/omniosorg) | ooce/util/dtc | 1.7.0 | https://git.kernel.org/pub/scm/utils/dtc/dtc.git/refs/ | [omniosorg](https://github.com/omniosorg) | ooce/util/fd | 9.0.0 | https://github.com/sharkdp/fd/releases/ | [omniosorg](https://github.com/omniosorg) -| ooce/util/gh | 2.45.0 | https://github.com/cli/cli/releases/ | [omniosorg](https://github.com/omniosorg) +| ooce/util/gh | 2.48.0 | 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/jq | 1.7.1 | https://github.com/stedolan/jq/releases | [omniosorg](https://github.com/omniosorg) @@ -245,7 +245,7 @@ | ooce/util/uefivars | 1.0.1 | https://github.com/citrus-it/uefivars/releases | [omniosorg](https://github.com/omniosorg) | ooce/util/xjobs | 20200726 | https://www.maier-komor.de/xjobs.html | [omniosorg](https://github.com/omniosorg) | ooce/util/zadm | github-latest | https://github.com/omniosorg/zadm/releases/ | [omniosorg](https://github.com/omniosorg) -| ooce/virtualization/virtualbox | 7.0.14a | https://www.virtualbox.org/wiki/Downloads | [omniosorg](https://github.com/omniosorg) +| ooce/virtualization/virtualbox | 7.0.16 | https://www.virtualbox.org/wiki/Downloads | [omniosorg](https://github.com/omniosorg) | ooce/x11/header/x11-protocols | 2023.2 | https://www.x.org/archive/individual/proto/ | [omniosorg](https://github.com/omniosorg) | ooce/x11/header/xcb-protocols | 1.16.0 | https://www.x.org/archive/individual/proto/ | [omniosorg](https://github.com/omniosorg) | ooce/x11/library/libice | 1.1.1 | https://www.x.org/archive/individual/lib/ | [omniosorg](https://github.com/omniosorg)