Skip to content

Commit

Permalink
Merge pull request #3701 from citrus-it/pkgupd
Browse files Browse the repository at this point in the history
Core package updates
  • Loading branch information
hadfl authored Sep 26, 2024
2 parents 3e8185c + 6855d7e commit 801c5ca
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 42 deletions.
2 changes: 1 addition & 1 deletion build/bash/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
. ../../lib/build.sh

PROG=bash
VER=5.2.32
VER=5.2.37
PATCHLVL=32
PKG=shell/bash
SUMMARY="GNU Bash"
Expand Down
4 changes: 2 additions & 2 deletions build/bind/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
. ../../lib/build.sh

PROG=bind
VER=9.18.29
VER=9.18.30
PKG=network/dns/bind
SUMMARY="BIND DNS tools"
DESC="Client utilities for DNS lookups"

LIBUVVER=1.48.0
LIBUVVER=1.49.0
XFORM_ARGS+=" -DLIBUV=$LIBUVVER"

# This package ships private shared libraries in $PREFIX/lib/dns that are only
Expand Down
4 changes: 2 additions & 2 deletions build/bind/patches/linker_flags.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
- ])
- ])
-
AC_CHECK_HEADERS([fcntl.h regex.h sys/time.h unistd.h sys/mman.h sys/sockio.h sys/select.h sys/param.h sys/sysctl.h net/if6.h sys/socket.h net/route.h linux/netlink.h linux/rtnetlink.h], [], [],
AC_CHECK_HEADERS([sys/param.h sys/socket.h])
AC_CHECK_HEADERS([fcntl.h regex.h sys/time.h unistd.h sys/mman.h sys/sockio.h sys/select.h sys/sysctl.h net/if6.h net/route.h linux/netlink.h linux/rtnetlink.h], [], [],
[$ac_includes_default
#ifdef HAVE_SYS_PARAM_H
2 changes: 1 addition & 1 deletion build/curl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=curl
VER=8.10.0
VER=8.10.1
PKG=web/curl
SUMMARY="Command line tool for transferring data with URL syntax"
DESC="Curl is a command line tool for transferring data with URL syntax, "
Expand Down
4 changes: 2 additions & 2 deletions build/curl/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TESTDONE: 1726 tests were considered during 573 seconds.
TESTDONE: 1390 tests out of 1391 reported OK: 99%
TESTDONE: 1728 tests were considered during 543 seconds.
TESTDONE: 1392 tests out of 1393 reported OK: 99%
TESTFAIL: These test cases failed: 1004
4 changes: 2 additions & 2 deletions build/gawk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2011-2015 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
#
. ../../lib/build.sh

PROG=gawk
VER=5.3.0
VER=5.3.1
PKG=text/gawk
SUMMARY="GNU awk"
DESC="gawk - GNU implementation of awk"
Expand Down
42 changes: 27 additions & 15 deletions build/gawk/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ litoct
longsub
longwrds
manglprm
match4
matchuninitialized
math
membug1
memleak
Expand Down Expand Up @@ -205,6 +207,7 @@ posix2008sub
posix_compare
prdupval
prec
printf-corners
printf0
printf1
printfchar
Expand Down Expand Up @@ -264,6 +267,7 @@ strcat1
strfieldnum
strnum1
strnum2
strsubscript
strtod
subamp
subback
Expand Down Expand Up @@ -343,6 +347,10 @@ csv1
csv2
csv3
csvodd
dbugarray1
dbugarray2
dbugarray3
dbugarray4
dbugeval
dbugeval2
dbugeval3
Expand Down Expand Up @@ -473,6 +481,7 @@ nsindirect1
nsindirect2
nsprof1
nsprof2
nsprof3
octdec
patsplit
posix
Expand All @@ -484,14 +493,6 @@ printhuge
procinfs
profile0
profile1
profile10
profile11
profile12
profile13
profile14
profile15
profile16
profile17
profile2
profile3
profile4
Expand All @@ -500,8 +501,17 @@ profile6
profile7
profile8
profile9
profile10
profile11
profile12
profile13
profile14
profile15
profile16
profile17
pty1
pty2
re_test
rebuf
regexsub
reginttrad
Expand Down Expand Up @@ -560,6 +570,8 @@ typeof3
typeof4
typeof5
typeof6
typeof7
typeof8
unicode1
watchpoint1
gawk is not compiled to support the array debug tests
Expand Down Expand Up @@ -660,10 +672,10 @@ inf-nan-torture
intformat
======== Done with machine-specific tests ========
2 TESTS FAILED
make[3]: *** [Makefile:5687: pass-fail] Error 1
make[3]: *** [Makefile:5785: pass-fail] Error 1
============== _cmdlinefsbacknl2 =============
--- cmdlinefsbacknl2.ok Mon Oct 9 15:38:09 2023
+++ _cmdlinefsbacknl2 Fri Nov 10 11:00:13 2023
--- cmdlinefsbacknl2.ok Thu Aug 29 06:52:19 2024
+++ _cmdlinefsbacknl2 Wed Sep 25 14:19:34 2024
@@ -1,12 +1,19 @@
5c 0a
+
Expand All @@ -686,14 +698,14 @@ make[3]: *** [Makefile:5687: pass-fail] Error 1
gawk: cmd. line:2: warning: invalid `\u' escape sequence
============== _localenl =============
--- localenl.ok Thu Dec 14 17:49:00 2017
+++ _localenl Fri Nov 10 11:00:26 2023
+++ _localenl Wed Sep 25 14:19:47 2024
@@ -1,4 +1,5 @@
LC_ALL=C passed
LC_ALL=POSIX passed
-LC_ALL=en_US.ISO-8859-1 passed
+en_US.ISO-8859-1: unknown locale
+LC_ALL=POSIX passed
LC_ALL=en_US.UTF-8 passed
make[2]: *** [Makefile:2189: check] Error 1
make[1]: *** [Makefile:803: check-recursive] Error 1
make: *** [Makefile:1102: check] Error 2
make[2]: *** [Makefile:2223: check] Error 1
make[1]: *** [Makefile:805: check-recursive] Error 1
make: *** [Makefile:1104: check] Error 2
2 changes: 1 addition & 1 deletion build/git/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
. ../../lib/build.sh

PROG=git
VER=2.46.1
VER=2.46.2
PKG=developer/versioning/git
SUMMARY="$PROG - distributed version control system"
DESC="Git is a free and open source distributed version control system "
Expand Down
2 changes: 1 addition & 1 deletion build/glib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=glib
VER=2.82.0
VER=2.82.1
PKG=library/glib2
SUMMARY="GNOME utility library"
DESC="The GNOME general-purpose utility library"
Expand Down
7 changes: 4 additions & 3 deletions build/glib/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ glib:glib+core / types OK 1 su
glib:glib+core / unicode OK 38 subtests passed
glib:glib+core / unicode-encoding ERROR killed by signal 6 SIGABRT
glib:glib+core / unicode-normalize OK 3 subtests passed
glib:glib+core / unix OK 20 subtests passed
glib:glib+core / unix ERROR killed by signal 11 SIGSEGV
glib:glib+core / uri OK 24 subtests passed
glib:glib+core / utf8-misc OK 7 subtests passed
glib:glib+core / utf8-performance OK 36 subtests passed
Expand Down Expand Up @@ -355,14 +355,15 @@ glib:glib+core / mapping ERROR k
glib:glib+core / string ERROR killed by signal 6 SIGABRT
glib:glib+core / unicode-encoding ERROR killed by signal 6 SIGABRT
glib:glib+core / gutils-user-database ERROR killed by signal 5 SIGTRAP
glib:glib+core / unix ERROR killed by signal 11 SIGSEGV
glib:gio / converter-stream ERROR killed by signal 11 SIGSEGV
glib:gio / appmonitor ERROR killed by signal 6 SIGABRT
glib:gio / unix-mounts ERROR killed by signal 6 SIGABRT
glib:gio / gsettings ERROR killed by signal 5 SIGTRAP

Ok: 334
Ok: 333
Expected Fail: 0
Fail: 9
Fail: 10
Unexpected Pass: 0
Skipped: 6
Timeout: 0
Expand Down
2 changes: 1 addition & 1 deletion build/libxml2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=libxml2
VER=2.13.3
VER=2.13.4
PKG=library/libxml2
SUMMARY="XML C parser and toolkit"
DESC="Portable XML parser and toolkit library"
Expand Down
2 changes: 1 addition & 1 deletion build/libxml2/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Total 3817 tests, no errors
Total 3821 tests, no errors
Total 49 tests, no errors
Testing HTMLparser : 36 of 42 functions ...
Testing HTMLtree : 18 of 18 functions ...
Expand Down
20 changes: 10 additions & 10 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
| developer/nasm | 2.16.03 | http://www.nasm.us/pub/nasm/releasebuilds
| developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/
| developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases
| developer/versioning/git | 2.46.1 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/git | 2.46.2 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/mercurial | 6.8.1 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew
| developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/
| driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags
Expand All @@ -47,8 +47,8 @@
| library/libidn | 1.42 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/
| library/libffi | 3.4.5 | https://sourceware.org/libffi/
| library/libpsl | 0.21.5 | https://github.com/rockdaboot/libpsl/releases
| library/libuv | 1.48.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libxml2 | 2.13.3 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libuv | 1.49.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind
| library/libxml2 | 2.13.4 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html
| library/libxslt | 1.1.42 | https://gitlab.gnome.org/GNOME/libxslt/-/releases
| library/lzlib | 1.14 | https://download.savannah.gnu.org/releases/lzip/lzlib/
| library/nettle | 3.10 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony
Expand All @@ -66,9 +66,9 @@
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
| library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync
| library/zlib | 1.3.1 | https://www.zlib.net/
| meta/data/microcode/amd | 20240710 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| meta/data/microcode/amd | 20240910 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode
| meta/data/microcode/intel | 20240312 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases
| network/dns/bind | 9.18.29 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/dns/bind | 9.18.30 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/
| network/openssh | 9.8p1 | https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/
| network/rsync | 3.3.0 | https://rsync.samba.org/
| network/service/isc-dhcp | 4.4.3-P1 | https://ftp.isc.org/isc/dhcp/ https://www.isc.org/downloads/
Expand All @@ -86,8 +86,8 @@
| service/network/chrony | 4.5 | https://download.tuxfamily.org/chrony/
| service/network/ntpsec | 1.2.3 | https://github.com/ntpsec/ntpsec/tags https://blog.ntpsec.org/
| service/network/smtp/dma | 0.13 | https://github.com/corecode/dma/tags
| shell/bash | 5.2.32 | https://ftp.gnu.org/gnu/bash/
| shell/bash5-patchlvl | 032 | https://ftp.gnu.org/gnu/bash/bash-5.2-patches
| shell/bash | 5.2.37 | https://ftp.gnu.org/gnu/bash/
| shell/bash5-patchlvl | 037 | https://ftp.gnu.org/gnu/bash/bash-5.2-patches
| shell/bash5-completions | 2.14.0 | https://github.com/scop/bash-completion/releases
| shell/pipe-viewer | 1.8.14 | http://www.ivarch.com/programs/pv.shtml
| shell/tcsh | 6.24.13 | https://github.com/tcsh-org/tcsh/tags
Expand All @@ -109,18 +109,18 @@
| system/watch | 3.3.16 | https://gitlab.com/api/v4/projects/procps-ng%2Fprocps/releases https://gitlab.com/procps-ng/procps/-/releases
| terminal/screen | 4.9.1 | https://ftp.gnu.org/gnu/screen/
| terminal/tmux | 3.4 | https://github.com/tmux/tmux/releases http://tmux.github.io/
| text/gawk | 5.3.0 | https://ftp.gnu.org/gnu/gawk/
| text/gawk | 5.3.1 | https://ftp.gnu.org/gnu/gawk/
| text/gnu-diffutils | 3.10 | http://git.savannah.gnu.org/cgit/diffutils.git/refs/tags
| text/gnu-gettext | 0.22.5 | https://ftp.gnu.org/pub/gnu/gettext/
| text/gnu-grep | 3.11 | https://ftp.gnu.org/gnu/grep/
| text/gnu-patch | 2.7.6 | http://git.savannah.gnu.org/cgit/patch.git/refs/tags
| text/gnu-sed | 4.9 | https://ftp.gnu.org/gnu/sed/ https://savannah.gnu.org/news/?group=sed
| text/groff | 1.23.0 | https://ftp.gnu.org/gnu/groff/
| text/less | 661 | http://www.greenwoodsoftware.com/less/download.html
| web/curl | 8.10.0 | https://curl.haxx.se/download.html
| web/curl | 8.10.1 | https://curl.haxx.se/download.html
| web/wget | 1.24.5 | https://ftp.gnu.org/gnu/wget/
| web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/
| library/glib2 | 2.82.0 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| library/glib2 | 2.82.1 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| developer/gnu-binutils | 2.43.1 | https://ftp.gnu.org/gnu/binutils
| media/xorriso | 1.5.6.pl02 | https://www.gnu.org/software/xorriso/
| system/virtualization/open-vm-tools | 12.4.5 | https://github.com/vmware/open-vm-tools/releases https://docs.vmware.com/en/VMware-Tools/
Expand Down

0 comments on commit 801c5ca

Please sign in to comment.