Skip to content

Commit

Permalink
Merge pull request omniosorg#1446 from hyvanix/pkgupd-20240419
Browse files Browse the repository at this point in the history
pkgupd 20240419
  • Loading branch information
hadfl authored Apr 20, 2024
2 parents 8dd3426 + 8777eea commit 6706276
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions build/gh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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.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"

Expand Down
1 change: 1 addition & 0 deletions build/meta/extra-build-tools.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/nginx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

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

Expand Down
9 changes: 4 additions & 5 deletions build/php/patches-82/ldap.patch
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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) ;;
*)
Expand All @@ -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
Expand All @@ -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) ;;
*)
Expand Down
2 changes: 1 addition & 1 deletion build/php/patches-82/sockets.patch
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/virtualbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions build/virtualbox/patches/hma.patch
Original file line number Diff line number Diff line change
@@ -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)
{
Expand All @@ -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)
{
Expand All @@ -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)
{
Expand Down
12 changes: 6 additions & 6 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 6706276

Please sign in to comment.