Skip to content

Commit 4c76c08

Browse files
authored
Merge pull request #1427 from hadfl/pkgupd
package updates
2 parents 2fa9e22 + 800ea63 commit 4c76c08

File tree

20 files changed

+47
-40
lines changed

20 files changed

+47
-40
lines changed

build/cargo-c/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=cargo-c
20-
VER=0.9.30
20+
VER=0.9.31
2121
PKG=ooce/developer/cargo-c
2222
SUMMARY="build and install C-ABI compatible dynamic and static libraries"
2323
DESC="produces and installs a correct pkg-config file, a static library and "

build/clang/build-18.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PROG=clang
2020
PKG=ooce/developer/clang-18
21-
VER=18.1.0
21+
VER=18.1.2
2222
SUMMARY="C language family frontend for LLVM"
2323
DESC="The Clang project provides a language front-end and tooling "
2424
DESC+="infrastructure for languages in the C language family (C, C++, "

build/cmake/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=cmake
20-
VER=3.28.3
20+
VER=3.29.0
2121
PKG=ooce/developer/cmake
2222
SUMMARY="Build coordinator"
2323
DESC="An extensible system that manages the build process in a "

build/dav1d/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=dav1d
20-
VER=1.4.0
20+
VER=1.4.1
2121
PKG=ooce/multimedia/dav1d
2222
SUMMARY="AV1 decoder"
2323
DESC="AV1 cross-platform decoder, open-source, and focused on speed, "

build/isc-bind9/build-916.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
. ../../lib/build.sh
1919

2020
PROG=bind
21-
VER=9.16.48
21+
VER=9.16.49
2222
PKG=ooce/network/bind-916
2323
SUMMARY="ISC BIND DNS Server & Tools"
2424
DESC="Server & Client Utilities for DNS"

build/isc-bind9/build-918.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
. ../../lib/build.sh
1919

2020
PROG=bind
21-
VER=9.18.24
21+
VER=9.18.25
2222
PKG=ooce/network/bind-918
2323
SUMMARY="ISC BIND DNS Server & Tools"
2424
DESC="Server & Client Utilities for DNS"

build/llvm/build-18.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PROG=llvm
2020
PKG=ooce/developer/llvm-18
21-
VER=18.1.0
21+
VER=18.1.2
2222
SUMMARY="Low Level Virtual Machine compiler infrastructure"
2323
DESC="A collection of modular and reusable compiler and toolchain technologies"
2424

build/openvpn/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=openvpn
20-
VER=2.6.9
20+
VER=2.6.10
2121
PKG=ooce/network/openvpn
2222
LZOVER=2.10
2323
SUMMARY="OpenVPN"

build/php/build-82.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PROG=php
2020
PKG=ooce/application/php-82
21-
VER=8.2.16
21+
VER=8.2.17
2222
SUMMARY="PHP 8.2"
2323
DESC="A popular general-purpose scripting language"
2424

build/php/build-83.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PROG=php
2020
PKG=ooce/application/php-83
21-
VER=8.3.3
21+
VER=8.3.4
2222
SUMMARY="PHP 8.3"
2323
DESC="A popular general-purpose scripting language"
2424

build/php/patches-82/ldap.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ with the illumos libldap in /usr/lib.
55
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
66
--- a~/configure 1970-01-01 00:00:00
77
+++ a/configure 1970-01-01 00:00:00
8-
@@ -46954,7 +46954,7 @@ fi
8+
@@ -50136,7 +50136,7 @@ fi
99

1010

1111
if test "$ext_shared" = "yes"; then
@@ -14,7 +14,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
1414
if test -n "$LDAP_LIBDIR"; then
1515

1616
if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
17-
@@ -47038,7 +47038,7 @@ fi
17+
@@ -50220,7 +50220,7 @@ fi
1818
case ldap in
1919
c|c_r) ;;
2020
*)
@@ -23,7 +23,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
2323
;;
2424
esac
2525

26-
@@ -47053,7 +47053,7 @@ fi
26+
@@ -50235,7 +50235,7 @@ fi
2727

2828

2929
if test "$ext_shared" = "yes"; then
@@ -32,7 +32,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
3232
if test -n "$LDAP_LIBDIR"; then
3333

3434
if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
35-
@@ -47137,7 +47137,7 @@ fi
35+
@@ -50319,7 +50319,7 @@ fi
3636
case ldap in
3737
c|c_r) ;;
3838
*)

build/php/patches-82/sockets.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
22
--- a~/configure 1970-01-01 00:00:00
33
+++ a/configure 1970-01-01 00:00:00
4-
@@ -74364,6 +74364,7 @@ printf "%s\n" "#define ANC_CREDS_CMSGCRE
4+
@@ -75575,6 +75575,7 @@ printf "%s\n" "#define ANC_CREDS_CMSGCRE
55
case $host_alias in
66
*darwin*) PHP_SOCKETS_CFLAGS="$PHP_SOCKETS_CFLAGS -D__APPLE_USE_RFC_3542"
77
esac

build/php/patches-83/ldap.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ with the illumos libldap in /usr/lib.
55
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
66
--- a~/configure 1970-01-01 00:00:00
77
+++ a/configure 1970-01-01 00:00:00
8-
@@ -46954,7 +46954,7 @@ fi
8+
@@ -46407,7 +46407,7 @@ fi
99

1010

1111
if test "$ext_shared" = "yes"; then
@@ -14,7 +14,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
1414
if test -n "$LDAP_LIBDIR"; then
1515

1616
if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
17-
@@ -47038,7 +47038,7 @@ fi
17+
@@ -46491,7 +46491,7 @@ fi
1818
case ldap in
1919
c|c_r) ;;
2020
*)
@@ -23,7 +23,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
2323
;;
2424
esac
2525

26-
@@ -47053,7 +47053,7 @@ fi
26+
@@ -46506,7 +46506,7 @@ fi
2727

2828

2929
if test "$ext_shared" = "yes"; then
@@ -32,7 +32,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
3232
if test -n "$LDAP_LIBDIR"; then
3333

3434
if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
35-
@@ -47137,7 +47137,7 @@ fi
35+
@@ -46590,7 +46590,7 @@ fi
3636
case ldap in
3737
c|c_r) ;;
3838
*)

build/php/patches-83/sockets.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
22
--- a~/configure 1970-01-01 00:00:00
33
+++ a/configure 1970-01-01 00:00:00
4-
@@ -71706,6 +71706,7 @@ $as_echo "#define ANC_CREDS_CMSGCRED 1"
4+
@@ -70940,6 +70940,7 @@ $as_echo "#define ANC_CREDS_CMSGCRED 1"
55
case $host_alias in
66
*darwin*) PHP_SOCKETS_CFLAGS="$PHP_SOCKETS_CFLAGS -D__APPLE_USE_RFC_3542"
77
esac
@@ -12,7 +12,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
1212
diff -wpruN --no-dereference '--exclude=*.orig' a~/ext/sockets/config.m4 a/ext/sockets/config.m4
1313
--- a~/ext/sockets/config.m4 1970-01-01 00:00:00
1414
+++ a/ext/sockets/config.m4 1970-01-01 00:00:00
15-
@@ -97,6 +97,7 @@ if test "$PHP_SOCKETS" != "no"; then
15+
@@ -98,6 +98,7 @@ if test "$PHP_SOCKETS" != "no"; then
1616
case $host_alias in
1717
*darwin*) PHP_SOCKETS_CFLAGS="$PHP_SOCKETS_CFLAGS -D__APPLE_USE_RFC_3542"
1818
esac

build/rust/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PROG=rust
2020
PKG=ooce/developer/rust
21-
VER=1.76.0
21+
VER=1.77.0
2222
SUMMARY="Rust systems programming language"
2323
DESC="Rust is a systems programming language that runs blazingly fast, "
2424
DESC+="prevents segfaults, and guarantees thread safety."

build/smartmontools/build.sh

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# http://www.illumos.org/license/CDDL.
1313
# }}}
1414

15-
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
15+
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
1616

1717
. ../../lib/build.sh
1818

@@ -22,7 +22,11 @@ PKG=ooce/system/smartmontools
2222
SUMMARY="smartmontools"
2323
DESC="Control and monitor storage systems using SMART"
2424

25-
test_relver '>=' 151041 && set_clangver
25+
# building smartmontools with clang 17 and stack protector enabled
26+
# leads to a misaligned stack
27+
# https://github.com/llvm/llvm-project/issues/83673
28+
((DEFAULT_CLANG_VER == 17)) && clangv=16 || clangv=$DEFAULT_CLANG_VER
29+
test_relver '>=' 151041 && set_clangver $clangv
2630

2731
RUN_DEPENDS_IPS=ooce/security/gnupg
2832

build/unbound/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=unbound
20-
VER=1.19.2
20+
VER=1.19.3
2121
PKG=ooce/network/unbound
2222
SUMMARY="DNS resolver"
2323
DESC="Unbound is a validating, recursive, caching DNS resolver."

build/unbound/testsuite.log

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Start of unbound 1.19.2+libevent unit test.
1+
Start of unbound 1.19.3+libevent unit test.
22
test authzone functions
33
test negative cache functions
44
test ub_random functions
@@ -78,9 +78,9 @@ test services/outside_network.c:reuse_write_wait_push_back
7878
test services/outside_network.c:reuse_write_wait_remove
7979
test services/outside_network.c:reuse_write_wait_pop
8080
test message parse functions
81-
[0] did 10000 in 71.961 msec for 138964.161143 encode/sec size 615
81+
[0] did 10000 in 72.544 msec for 137847.375386 encode/sec size 615
8282
test edns ede optional encoding functions
83-
1297278 checks ok.
83+
1297710 checks ok.
8484
selftest successful (33 checks).
8585
./testdata/acl.rpl OK
8686
./testdata/auth_nsec3_ent.rpl OK
@@ -195,6 +195,7 @@ selftest successful (33 checks).
195195
./testdata/iter_cycle.rpl OK
196196
./testdata/iter_cycle_noh.rpl OK
197197
./testdata/iter_dname_insec.rpl OK
198+
./testdata/iter_dname_ttl.rpl OK
198199
./testdata/iter_dname_yx.rpl OK
199200
./testdata/iter_dnsseclame_bug.rpl OK
200201
./testdata/iter_dnsseclame_ds.rpl OK
@@ -314,6 +315,7 @@ selftest successful (33 checks).
314315
./testdata/rrset_rettl.rpl OK
315316
./testdata/rrset_untrusted.rpl OK
316317
./testdata/rrset_updated.rpl OK
318+
./testdata/rrset_use_cached.rpl OK
317319
./testdata/serve_expired.rpl OK
318320
./testdata/serve_expired_0ttl_nodata.rpl OK
319321
./testdata/serve_expired_0ttl_nxdomain.rpl OK

doc/packages.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
| ooce/application/nagios-plugins | 2.4.8 | http://www.nagios-plugins.org/download/ | [omniosorg](https://github.com/omniosorg)
2020
| ooce/application/novnc | 1.4.0 | https://github.com/novnc/noVNC/releases | Currently used solely by zadm
2121
| ooce/application/php-81 | 8.1.27 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
22-
| ooce/application/php-82 | 8.2.16 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
23-
| ooce/application/php-83 | 8.3.3 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
22+
| ooce/application/php-82 | 8.2.17 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
23+
| ooce/application/php-83 | 8.3.4 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
2424
| ooce/application/php-XX/imagick | 3.7.0 | https://github.com/Imagick/imagick/tags | [omniosorg](https://github.com/omniosorg)
2525
| ooce/application/texlive | 20230313 | https://pi.kwarc.info/historic/systems/texlive/2023/ | [omniosorg](https://github.com/omniosorg)
2626
| ooce/application/tidy | 5.8.0 | https://github.com/htacg/tidy-html5/releases | [omniosorg](https://github.com/omniosorg)
@@ -49,15 +49,15 @@
4949
| ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg)
5050
| ooce/developer/autogen | 5.18.16 | https://ftp.gnu.org/gnu/autogen/ | [omniosorg](https://github.com/omniosorg)
5151
| ooce/developer/bazel | 6.3.2 | https://github.com/bazelbuild/bazel/releases | [omniosorg](https://github.com/omniosorg)
52-
| ooce/developer/cargo-c | 0.9.30 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
52+
| ooce/developer/cargo-c | 0.9.31 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
5353
| ooce/developer/ccache | 3.6 | https://www.samba.org/ftp/ccache/ | [jimklimov](https://github.com/jimklimov)
5454
| ooce/developer/clang-13 | 13.0.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
5555
| ooce/developer/clang-14 | 14.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
5656
| ooce/developer/clang-15 | 15.0.7 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
5757
| ooce/developer/clang-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
5858
| ooce/developer/clang-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
59-
| ooce/developer/clang-18 | 18.1.0 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
60-
| ooce/developer/cmake | 3.28.3 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg)
59+
| ooce/developer/clang-18 | 18.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
60+
| ooce/developer/cmake | 3.29.0 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg)
6161
| ooce/developer/cscope | 15.9 | https://sourceforge.net/projects/cscope/files/cscope/ | [omniosorg](https://github.com/omniosorg)
6262
| ooce/developer/cunit | 2.1-3 | https://sourceforge.net/projects/cunit/files/CUnit/ | [omniosorg](https://github.com/omniosorg)
6363
| ooce/developer/dejagnu | 1.6.3 | https://ftp.gnu.org/gnu/dejagnu/ | [omniosorg](https://github.com/omniosorg)
@@ -72,13 +72,13 @@
7272
| ooce/developer/llvm-15 | 15.0.7 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
7373
| ooce/developer/llvm-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
7474
| ooce/developer/llvm-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
75-
| ooce/developer/llvm-18 | 18.1.0 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
75+
| ooce/developer/llvm-18 | 18.1.2 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
7676
| ooce/developer/ninja | 1.11.1 | https://github.com/ninja-build/ninja/releases https://ninja-build.org/ | [omniosorg](https://github.com/omniosorg)
7777
| ooce/developer/omni | github-latest | https://github.com/omniosorg/omni/releases | [omniosorg](https://github.com/omniosorg)
7878
| ooce/developer/pkgmgr | github-latest | https://github.com/omniosorg/pkgmgr/releases | [omniosorg](https://github.com/omniosorg)
7979
| ooce/developer/protobuf | 25.2 | https://github.com/protocolbuffers/protobuf/releases | [omniosorg](https://github.com/omniosorg)
8080
| ooce/developer/radare2 | 5.8.8 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg)
81-
| ooce/developer/rust | 1.76.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
81+
| ooce/developer/rust | 1.77.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
8282
| ooce/developer/subversion | 1.14.3 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg)
8383
| ooce/developer/valgrind | 3.22.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg)
8484
| ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg)
@@ -141,16 +141,16 @@
141141
| ooce/library/tiff | 4.6.0 | https://download.osgeo.org/libtiff/ https://libtiff.gitlab.io/libtiff/ | [omniosorg](https://github.com/omniosorg)
142142
| ooce/library/unistring | 1.1 | https://ftp.gnu.org/gnu/libunistring/ | [omniosorg](https://github.com/omniosorg)
143143
| ooce/library/yaml | 0.2.5 | https://github.com/yaml/libyaml/releases | [omniosorg](https://github.com/omniosorg)
144-
| ooce/multimedia/dav1d | 1.4.0 | https://downloads.videolan.org/pub/videolan/dav1d/ https://www.videolan.org/projects/dav1d.html | [omniosorg](https://github.com/omniosorg)
144+
| ooce/multimedia/dav1d | 1.4.1 | https://downloads.videolan.org/pub/videolan/dav1d/ https://www.videolan.org/projects/dav1d.html | [omniosorg](https://github.com/omniosorg)
145145
| ooce/multimedia/dcraw | 9.28.0 | https://www.dechifro.org/dcraw/archive/ | [omniosorg](https://github.com/omniosorg)
146146
| ooce/multimedia/exif | 0.6.21 | https://sourceforge.net/projects/libexif/files/exif/ | [omniosorg](https://github.com/omniosorg)
147147
| ooce/multimedia/ffmpeg | 6.1.1 | https://www.ffmpeg.org/download.html#releases | [omniosorg](https://github.com/omniosorg)
148148
| ooce/multimedia/minidlna | 1.3.3 | https://sourceforge.net/projects/minidlna/files/minidlna/ | [omniosorg](https://github.com/omniosorg)
149149
| ooce/multimedia/rav1e | 0.7.1 | https://github.com/xiph/rav1e/releases | [omniosorg](https://github.com/omniosorg)
150150
| ooce/multimedia/x264 | 20210613 | https://code.videolan.org/videolan/x264/-/tree/stable https://www.videolan.org/developers/x264.html | [omniosorg](https://github.com/omniosorg)
151151
| ooce/multimedia/x265 | 3.4 | https://github.com/videolan/x265/tags https://bitbucket.org/multicoreware/x265_git/wiki/Home | [omniosorg](https://github.com/omniosorg)
152-
| ooce/network/bind-916 | 9.16.48 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg)
153-
| ooce/network/bind-918 | 9.18.24 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg)
152+
| ooce/network/bind-916 | 9.16.49 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg)
153+
| ooce/network/bind-918 | 9.18.25 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg)
154154
| ooce/network/bwm-ng | 0.6.3 | https://github.com/vgropp/bwm-ng/releases | [omniosorg](https://github.com/omniosorg)
155155
| ooce/network/cyrus-imapd | 3.8.2 | https://github.com/cyrusimap/cyrus-imapd/releases | [omniosorg](https://github.com/omniosorg)
156156
| ooce/network/dnscrypt-proxy | 2.1.5 | https://github.com/DNSCrypt/dnscrypt-proxy/releases | [omniosorg](https://github.com/omniosorg)
@@ -164,15 +164,15 @@
164164
| ooce/network/nicstat | 1.95 | https://sourceforge.net/projects/nicstat/files/ | [omniosorg](https://github.com/omniosorg)
165165
| ooce/network/nsd | 4.8.0 | https://nlnetlabs.nl/downloads/nsd/ | [omniosorg](https://github.com/omniosorg)
166166
| ooce/network/openldap | 2.6.7 | https://www.openldap.org/software/download/ | [omniosorg](https://github.com/omniosorg)
167-
| ooce/network/openvpn | 2.6.9 | https://build.openvpn.net/downloads/releases/ | [omniosorg](https://github.com/omniosorg)
167+
| ooce/network/openvpn | 2.6.10 | https://build.openvpn.net/downloads/releases/ | [omniosorg](https://github.com/omniosorg)
168168
| ooce/network/openvpn-auth-ldap | 2.0.4 | https://github.com/threerings/openvpn-auth-ldap/releases | [omniosorg](https://github.com/omniosorg)
169169
| ooce/network/rclone | 1.65.2 | https://github.com/rclone/rclone/releases/ | [omniosorg](https://github.com/omniosorg)
170170
| ooce/network/sic | 1.3 | https://tools.suckless.org/sic/ | [r7st](https://github.com/r7st)
171171
| ooce/network/smtp/postfix | 3.9.0 | https://high5.nl/mirrors/postfix-release/index.html | [omniosorg](https://github.com/omniosorg)
172172
| ooce/network/proxy/squid | 6.7 | http://www.squid-cache.org/Versions/v6/ | [cgrzemba](https://github.com/cgrzemba)
173173
| ooce/network/tailscale | 1.50.0 | https://www.tailscale.com/ | [nshalman](https://github.com/nshalman)
174174
| ooce/network/tcpdump | 4.99.4 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg)
175-
| ooce/network/unbound | 1.19.2 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg)
175+
| ooce/network/unbound | 1.19.3 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg)
176176
| ooce/network/wireguard-go | 0.0.20220316 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman)
177177
| ooce/network/wireguard-tools | 1.0.20210914 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman)
178178
| ooce/network/znc | 1.9.0 | https://github.com/znc/znc/tags | [omniosorg](https://github.com/omniosorg)

lib/config.sh

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ case $RELVER in
356356
15104[12]) DEFAULT_GCC_VER=11; ILLUMOS_GCC_VER=10 ;;
357357
15104[3-6]) DEFAULT_GCC_VER=12; ILLUMOS_GCC_VER=10 ;;
358358
15104[7-9]) DEFAULT_GCC_VER=13; ILLUMOS_GCC_VER=10 ;;
359+
15105[0-9]) DEFAULT_GCC_VER=13; ILLUMOS_GCC_VER=10 ;;
359360
*) logerr "Unknown release '$RELVER', can't select compiler." ;;
360361
esac
361362

0 commit comments

Comments
 (0)