Skip to content

Commit 4fb1609

Browse files
authored
Merge pull request #1518 from hadfl/pkgupd
package updates
2 parents b5bf099 + a3d2161 commit 4fb1609

File tree

9 files changed

+12
-13
lines changed

9 files changed

+12
-13
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.10.3
20+
VER=0.10.4
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/gh/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SUMMARY="github-cli"
2323
DESC="The GitHub CLI tool"
2424

2525
set_arch 64
26-
set_gover 1.22
26+
set_gover
2727

2828
RUN_DEPENDS_IPS="developer/versioning/git"
2929

build/go/build-122.sh

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

1919
PROG=go
2020
PKG=ooce/developer/go-122
21-
VER=1.22.6
21+
VER=1.22.7
2222
SUMMARY="The Go Programming Language"
2323
DESC="An open source programming language that makes it easy to build simple, "
2424
DESC+="reliable, and efficient software."

build/go/build-121.sh renamed to build/go/build-123.sh

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

1919
PROG=go
20-
PKG=ooce/developer/go-121
21-
VER=1.21.13
20+
PKG=ooce/developer/go-123
21+
VER=1.23.1
2222
SUMMARY="The Go Programming Language"
2323
DESC="An open source programming language that makes it easy to build simple, "
2424
DESC+="reliable, and efficient software."

build/meta/extra-build-tools.p5m

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ depend fmri=ooce/database/lmdb type=require
1818
depend fmri=ooce/developer/cargo-c type=require
1919
depend fmri=ooce/developer/freepascal type=require
2020
depend fmri=ooce/developer/gdb type=require
21-
depend fmri=ooce/developer/go-121 type=require
2221
depend fmri=ooce/developer/go-122 type=require
2322
depend fmri=ooce/developer/gperf type=require
2423
depend fmri=ooce/developer/llvm-13 type=require

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.80.1
21+
VER=1.81.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."

doc/baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ extra.omnios ooce/developer/flamegraph
8787
extra.omnios ooce/developer/freepascal
8888
extra.omnios ooce/developer/gdb
8989
extra.omnios ooce/developer/git-absorb
90-
extra.omnios ooce/developer/go-121
9190
extra.omnios ooce/developer/go-122
91+
extra.omnios ooce/developer/go-123
9292
extra.omnios ooce/developer/gperf
9393
extra.omnios ooce/developer/gyp
9494
extra.omnios ooce/developer/llvm-13

doc/packages.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
| ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg)
5151
| ooce/developer/autogen | 5.18.16 | https://ftp.gnu.org/gnu/autogen/ | [omniosorg](https://github.com/omniosorg)
5252
| ooce/developer/bazel | 6.3.2 | https://github.com/bazelbuild/bazel/releases | [omniosorg](https://github.com/omniosorg)
53-
| ooce/developer/cargo-c | 0.10.3 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
53+
| ooce/developer/cargo-c | 0.10.4 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg)
5454
| ooce/developer/ccache | 3.6 | https://www.samba.org/ftp/ccache/ | [jimklimov](https://github.com/jimklimov)
5555
| ooce/developer/clang-13 | 13.0.1 | 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)
@@ -64,8 +64,8 @@
6464
| ooce/developer/freepascal | 3.2.2 | https://sourceforge.net/projects/freepascal/files/Source/ https://www.freepascal.org/ | [omniosorg](https://github.com/omniosorg)
6565
| ooce/developer/gdb | 15.1 | https://ftp.gnu.org/gnu/gdb/ | [omniosorg](https://github.com/omniosorg)
6666
| ooce/developer/git-absorb | 0.6.15 | https://github.com/tummychow/git-absorb/releases| [omniosorg](https://github.com/omniosorg)
67-
| ooce/developer/go-121 | 1.21.13 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
68-
| ooce/developer/go-122 | 1.22.6 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
67+
| ooce/developer/go-122 | 1.22.7 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
68+
| ooce/developer/go-123 | 1.23.1 | https://golang.org/dl/ | [omniosorg](https://github.com/omniosorg)
6969
| ooce/developer/gperf | 3.1 | https://ftp.gnu.org/pub/gnu/gperf/ | [omniosorg](https://github.com/omniosorg)
7070
| ooce/developer/llvm-13 | 13.0.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
7171
| ooce/developer/llvm-15 | 15.0.7 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)
@@ -77,7 +77,7 @@
7777
| ooce/developer/pkgmgr | github-latest | https://github.com/omniosorg/pkgmgr/releases | [omniosorg](https://github.com/omniosorg)
7878
| ooce/developer/protobuf | 27.3 | https://github.com/protocolbuffers/protobuf/releases | [omniosorg](https://github.com/omniosorg)
7979
| ooce/developer/radare2 | 5.9.2 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg)
80-
| ooce/developer/rust | 1.80.1 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
80+
| ooce/developer/rust | 1.81.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg)
8181
| ooce/developer/subversion | 1.14.3 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg)
8282
| ooce/developer/valgrind | 3.23.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg)
8383
| ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg)

lib/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ case $RELVER in
377377
*) DEFAULT_CLANG_VER=13 ;;
378378
esac
379379

380-
DEFAULT_GO_VER=1.21
380+
DEFAULT_GO_VER=1.22
381381
DEFAULT_NODE_VER=20
382382
DEFAULT_RUBY_VER=3.3
383383
DEFAULT_ZIG_VER=0.12

0 commit comments

Comments
 (0)