diff --git a/build/bind/build.sh b/build/bind/build.sh index 52b412178e..666eebd095 100755 --- a/build/bind/build.sh +++ b/build/bind/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=bind -VER=9.18.19 +VER=9.18.20 PKG=network/dns/bind SUMMARY="BIND DNS tools" DESC="Client utilities for DNS lookups" diff --git a/build/bind/patches/linker_flags.patch b/build/bind/patches/linker_flags.patch index 91da66f865..fa477d60d4 100644 --- a/build/bind/patches/linker_flags.patch +++ b/build/bind/patches/linker_flags.patch @@ -1,7 +1,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac --- a~/configure.ac 1970-01-01 00:00:00 +++ a/configure.ac 1970-01-01 00:00:00 -@@ -277,17 +277,6 @@ AM_CONDITIONAL([HAVE_PYMOD_DNS], [test " +@@ -254,17 +254,6 @@ AM_CONDITIONAL([HAVE_PYTEST], [test -n " # AC_PATH_PROG([XSLTPROC], [xsltproc]) diff --git a/build/gettext/build.sh b/build/gettext/build.sh index 2584d2c841..b20086e73f 100755 --- a/build/gettext/build.sh +++ b/build/gettext/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=gettext -VER=0.22.3 +VER=0.22.4 PKG=text/gnu-gettext SUMMARY="gettext - GNU gettext utility" DESC="GNU gettext - GNU gettext utility" diff --git a/build/libxml2/build.sh b/build/libxml2/build.sh index 545fa1045f..89057d5727 100755 --- a/build/libxml2/build.sh +++ b/build/libxml2/build.sh @@ -18,7 +18,7 @@ . ../../lib/build.sh PROG=libxml2 -VER=2.11.5 +VER=2.12.0 PKG=library/libxml2 SUMMARY="XML C parser and toolkit" DESC="Portable XML parser and toolkit library" @@ -28,6 +28,7 @@ RUN_DEPENDS_IPS="compress/xz library/zlib" CONFIGURE_OPTS+=" --disable-static --without-python + --with-legacy " TESTSUITE_FILTER="^(Total|[Tt]esting|Ran)" diff --git a/build/libxml2/testsuite.log b/build/libxml2/testsuite.log index 75a02e3dc5..a7d7f883c0 100644 --- a/build/libxml2/testsuite.log +++ b/build/libxml2/testsuite.log @@ -1,4 +1,4 @@ -Total 3624 tests, no errors +Total 3686 tests, no errors Total 49 tests, no errors Testing HTMLparser : 35 of 41 functions ... Testing HTMLtree : 18 of 18 functions ... @@ -9,27 +9,27 @@ Testing chvalid : 9 of 9 functions ... Testing debugXML : 25 of 28 functions ... Testing dict : 10 of 13 functions ... Testing encoding : 16 of 19 functions ... -Testing entities : 11 of 17 functions ... +Testing entities : 11 of 18 functions ... Testing hash : 17 of 25 functions ... Testing list : 19 of 26 functions ... Testing nanohttp : 13 of 17 functions ... -Testing parser : 59 of 71 functions ... +Testing parser : 67 of 80 functions ... Testing parserInternals : 30 of 87 functions ... Testing pattern : 10 of 15 functions ... Testing relaxng : 14 of 24 functions ... Testing schemasInternals : 0 of 2 functions ... Testing schematron : 1 of 10 functions ... -Testing tree : 142 of 164 functions ... +Testing tree : 144 of 170 functions ... Testing uri : 10 of 15 functions ... Testing valid : 50 of 70 functions ... Testing xinclude : 8 of 10 functions ... -Testing xmlIO : 41 of 51 functions ... +Testing xmlIO : 41 of 55 functions ... Testing xmlautomata : 3 of 19 functions ... -Testing xmlerror : 7 of 15 functions ... +Testing xmlerror : 7 of 17 functions ... Testing xmlmodule : 2 of 4 functions ... -Testing xmlreader : 76 of 86 functions ... +Testing xmlreader : 76 of 87 functions ... Testing xmlregexp : 16 of 30 functions ... -Testing xmlsave : 4 of 10 functions ... +Testing xmlsave : 7 of 13 functions ... Testing xmlschemas : 16 of 27 functions ... Testing xmlschemastypes : 26 of 34 functions ... Testing xmlstring : 26 of 30 functions ... @@ -38,7 +38,7 @@ Testing xmlwriter : 52 of 80 functions ... Testing xpath : 32 of 40 functions ... Testing xpathInternals : 106 of 117 functions ... Testing xpointer : 13 of 21 functions ... -Total: 1124 functions, 289600 tests, 0 errors +Total: 1137 functions, 288722 tests, 0 errors testing char range: 1 2 3 4 done testing 1 byte char in document: 1 2 3 4 done testing 2 byte char in document: 1 2 3 4 done diff --git a/build/pv/build.sh b/build/pv/build.sh index f8601917b1..10b7eaef23 100755 --- a/build/pv/build.sh +++ b/build/pv/build.sh @@ -27,7 +27,7 @@ . ../../lib/build.sh PROG=pv -VER=1.8.0 +VER=1.8.5 PKG=shell/pipe-viewer SUMMARY="Pipe Viewer" DESC="pv - a terminal-based tool for monitoring the progress of data through a pipeline." diff --git a/build/socat/build.sh b/build/socat/build.sh index 4a1108dbd4..7a1fcc3c0a 100755 --- a/build/socat/build.sh +++ b/build/socat/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=socat -VER=1.7.4.4 +VER=1.8.0.0 PKG=network/socat SUMMARY="Multipurpose socket relay" DESC="socat is a relay for bidirectional data transfer between two " diff --git a/build/socat/local.mog b/build/socat/local.mog index 5da45402c5..881396813b 100644 --- a/build/socat/local.mog +++ b/build/socat/local.mog @@ -7,7 +7,9 @@ # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. license COPYING license=GPLv2 + drop> + diff --git a/build/socat/patches/fix-socat-tcsetattr.patch b/build/socat/patches/fix-socat-tcsetattr.patch deleted file mode 100644 index fc3267768a..0000000000 --- a/build/socat/patches/fix-socat-tcsetattr.patch +++ /dev/null @@ -1,27 +0,0 @@ - -Zero is not necessarily a valid 2nd param for tcsetattr. - -diff -wpruN '--exclude=*.orig' a~/xioclose.c a/xioclose.c ---- a~/xioclose.c 1970-01-01 00:00:00 -+++ a/xioclose.c 1970-01-01 00:00:00 -@@ -44,7 +44,7 @@ int xioclose1(struct single *pipe) { - #endif /* WITH_OPENSSL */ - #if WITH_TERMIOS - if (pipe->ttyvalid) { -- if (Tcsetattr(pipe->fd, 0, &pipe->savetty) < 0) { -+ if (Tcsetattr(pipe->fd, TCSANOW, &pipe->savetty) < 0) { - Warn2("cannot restore terminal settings on fd %d: %s", - pipe->fd, strerror(errno)); - } -diff -wpruN '--exclude=*.orig' a~/xioshutdown.c a/xioshutdown.c ---- a~/xioshutdown.c 1970-01-01 00:00:00 -+++ a/xioshutdown.c 1970-01-01 00:00:00 -@@ -164,7 +164,7 @@ int xioshutdown(xiofile_t *sock, int how - } - #if WITH_TERMIOS - if (sock->stream.ttyvalid) { -- if (Tcsetattr(sock->stream.fd, 0, &sock->stream.savetty) < 0) { -+ if (Tcsetattr(sock->stream.fd, TCSANOW, &sock->stream.savetty) < 0) { - Warn2("cannot restore terminal settings on fd %d: %s", - sock->stream.fd, strerror(errno)); - } diff --git a/build/socat/patches/series b/build/socat/patches/series deleted file mode 100644 index 6d59315789..0000000000 --- a/build/socat/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-socat-tcsetattr.patch diff --git a/doc/packages.md b/doc/packages.md index 8c35009109..af2692d9e6 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -47,7 +47,7 @@ | library/libidn | 1.41 | http://git.savannah.gnu.org/cgit/libidn.git/refs/tags https://ftp.gnu.org/gnu/libidn/ | library/libffi | 3.4.4 | https://sourceware.org/libffi/ | library/libuv | 1.47.0 | https://github.com/libuv/libuv/releases | Currently used solely by bind -| library/libxml2 | 2.11.5 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html +| library/libxml2 | 2.12.0 | https://github.com/GNOME/libxml2/tags http://xmlsoft.org/news.html | library/libxslt | 1.1.30 | http://xmlsoft.org/libxslt/news.html | library/lzlib | 1.13 | https://download.savannah.gnu.org/releases/lzip/lzlib/ | library/nettle | 3.9.1 | https://ftp.gnu.org/gnu/nettle/ https://www.lysator.liu.se/~nisse/nettle/ | Used solely by chrony @@ -67,12 +67,12 @@ | library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync | library/zlib | 1.3 | https://www.zlib.net/ | meta/data/microcode/amd | 20231019 | https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amd-ucode -| meta/data/microcode/intel | 20230808 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases -| network/dns/bind | 9.18.19 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ +| meta/data/microcode/intel | 20231114 | https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases +| network/dns/bind | 9.18.20 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | network/openssh | 9.5p1 | https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/ | network/rsync | 3.2.7 | https://rsync.samba.org/ | network/service/isc-dhcp | 4.4.3-P1 | https://ftp.isc.org/isc/dhcp/ https://www.isc.org/downloads/ -| network/socat | 1.7.4.4 | http://www.dest-unreach.org/socat/download/ +| network/socat | 1.8.0.0 | http://www.dest-unreach.org/socat/download/ | network/test/iperf | 3.1.3 | https://iperf.fr/iperf-download.php#source | network/test/netperf | 2.7.0 | https://github.com/HewlettPackard/netperf/tags | runtime/java/openjdk11 | 11.0.20.1+1 | https://github.com/openjdk/jdk11u/tags @@ -89,7 +89,7 @@ | shell/bash | 5.2.21 | https://ftp.gnu.org/gnu/bash/ | shell/bash5-patchlvl | 021 | https://ftp.gnu.org/gnu/bash/bash-5.2-patches | shell/bash5-completions | 2.11 | https://github.com/scop/bash-completion/releases -| shell/pipe-viewer | 1.8.0 | http://www.ivarch.com/programs/pv.shtml +| shell/pipe-viewer | 1.8.5 | http://www.ivarch.com/programs/pv.shtml | shell/tcsh | 6.24.10 | https://github.com/tcsh-org/tcsh/tags | shell/zsh | 5.9 | https://sourceforge.net/projects/zsh/files/zsh | system/cpuid | 1.8.2 | https://github.com/tycho/cpuid/tags @@ -110,7 +110,7 @@ | terminal/tmux | 3.3 | https://github.com/tmux/tmux/releases http://tmux.github.io/ | text/gawk | 5.3.0 | 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.3 | https://ftp.gnu.org/pub/gnu/gettext/ +| text/gnu-gettext | 0.22.4 | 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