From 48ba99de139df3534e99146a7451a26c8874111c Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 13:17:36 +0000 Subject: [PATCH 01/15] mbuffer: update to 20231216 --- build/mbuffer/build.sh | 5 ++--- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/mbuffer/build.sh b/build/mbuffer/build.sh index 013b093de..3d638118b 100755 --- a/build/mbuffer/build.sh +++ b/build/mbuffer/build.sh @@ -13,12 +13,12 @@ # }}} # # Copyright 2011-2013 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=mbuffer -VER=20230301 +VER=20231216 PKG=ooce/system/mbuffer SUMMARY="$PROG - measuring buffer" DESC="$PROG is a tool for buffering data streams" @@ -36,7 +36,6 @@ XFORM_ARGS=" -DPKGROOT=$PROG " - init download_source $PROG $PROG $VER patch_source diff --git a/doc/packages.md b/doc/packages.md index 7c2e238e6..ad73c9afd 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -197,7 +197,7 @@ | ooce/system/clamav | 1.2.1 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg) | ooce/system/htop | 3.2.2 | https://github.com/htop-dev/htop/releases https://htop.dev/downloads.html#sources | [omniosorg](https://github.com/omniosorg) | ooce/system/management/ansible | 6.3.0 | https://pypi.org/project/ansible/ | [omniosorg](https://github.com/omniosorg) -| ooce/system/mbuffer | 20230301 | https://www.maier-komor.de/mbuffer.html | [omniosorg](https://github.com/omniosorg) +| ooce/system/mbuffer | 20231216 | https://www.maier-komor.de/mbuffer.html | [omniosorg](https://github.com/omniosorg) | ooce/system/sg3_utils | 1.48 | https://sg.danny.cz/sg/sg3_utils.html | [omniosorg](https://github.com/omniosorg) | ooce/system/smartmontools | 7.4 | https://sourceforge.net/projects/smartmontools/files/smartmontools/ | [omniosorg](https://github.com/omniosorg) | ooce/system/sysstat | 20151012 | https://www.maier-komor.de/sysstat.html | [omniosorg](https://github.com/omniosorg) From 95b30317edb28fd599db7b2bde3fdc07505138f6 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 13:23:13 +0000 Subject: [PATCH 02/15] rust: update to 1.75.0 --- build/rust/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/rust/build.sh b/build/rust/build.sh index c518738e3..aa3d7f5c4 100755 --- a/build/rust/build.sh +++ b/build/rust/build.sh @@ -12,13 +12,13 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=rust PKG=ooce/developer/rust -VER=1.74.1 +VER=1.75.0 SUMMARY="Rust systems programming language" DESC="Rust is a systems programming language that runs blazingly fast, " DESC+="prevents segfaults, and guarantees thread safety." diff --git a/doc/packages.md b/doc/packages.md index ad73c9afd..711045fd8 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -75,7 +75,7 @@ | ooce/developer/pkgmgr | github-latest | https://github.com/omniosorg/pkgmgr/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/protobuf | 25.1 | https://github.com/protocolbuffers/protobuf/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/radare2 | 5.7.8 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg) -| ooce/developer/rust | 1.74.1 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg) +| ooce/developer/rust | 1.75.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg) | ooce/developer/subversion | 1.14.2 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/valgrind | 3.22.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg) | ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg) From e1064fd4df9f27c55080b92502ce02948814aaf1 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 13:56:33 +0000 Subject: [PATCH 03/15] neovim: update to 0.9.5 --- build/neovim/build.sh | 4 ++-- build/neovim/patches/illumos-support.patch | 2 +- doc/packages.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/neovim/build.sh b/build/neovim/build.sh index 68d5b9c4c..7917a4f7b 100755 --- a/build/neovim/build.sh +++ b/build/neovim/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=neovim -VER=0.9.4 +VER=0.9.5 PKG=ooce/editor/neovim SUMMARY="Neovim" DESC="hyperextensible Vim-based text editor" diff --git a/build/neovim/patches/illumos-support.patch b/build/neovim/patches/illumos-support.patch index 8d0b958b5..21321195f 100644 --- a/build/neovim/patches/illumos-support.patch +++ b/build/neovim/patches/illumos-support.patch @@ -45,7 +45,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/cmake.deps/CMakeLists.txt a/c diff -wpruN --no-dereference '--exclude=*.orig' a~/src/nvim/CMakeLists.txt a/src/nvim/CMakeLists.txt --- a~/src/nvim/CMakeLists.txt 1970-01-01 00:00:00 +++ a/src/nvim/CMakeLists.txt 1970-01-01 00:00:00 -@@ -358,6 +358,9 @@ foreach(sfile ${NVIM_SOURCES}) +@@ -360,6 +360,9 @@ foreach(sfile ${NVIM_SOURCES}) if(NOT WIN32 AND ${f} MATCHES "^(os_win_console.c)$") list(APPEND to_remove ${sfile}) endif() diff --git a/doc/packages.md b/doc/packages.md index 711045fd8..6d590bffa 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -86,7 +86,7 @@ | ooce/editor/helix | 23.10 | https://github.com/helix-editor/helix/releases| [omniosorg](https://github.com/omniosorg) | ooce/editor/joe | 4.6 | https://sourceforge.net/projects/joe-editor/files/JOE%20sources/ | [omniosorg](https://github.com/omniosorg) | ooce/editor/nano | 7.2 | https://ftp.gnu.org/gnu/nano/ | [omniosorg](https://github.com/omniosorg) -| ooce/editor/neovim | 0.9.4 | https://github.com/neovim/neovim/releases | [omniosorg](https://github.com/omniosorg) +| ooce/editor/neovim | 0.9.5 | https://github.com/neovim/neovim/releases | [omniosorg](https://github.com/omniosorg) | ooce/emulator/qemu | 8.2.0 | https://www.qemu.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/file/acltool | 1.16.2 | https://github.com/ptrrkssn/acltool/releases | [Peter Eriksson](https://github.com/ptrrkssn) | ooce/file/lsof | 4.99.0 | https://github.com/lsof-org/lsof/releases | [omniosorg](https://github.com/omniosorg) From 49e50ebe3c7ed993f1183d18afe38c64bf271a23 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:04:06 +0000 Subject: [PATCH 04/15] gnuplot: update to 6.0.0 --- build/gnuplot/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/gnuplot/build.sh b/build/gnuplot/build.sh index 20cebdb8e..23bb8343f 100755 --- a/build/gnuplot/build.sh +++ b/build/gnuplot/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=gnuplot -VER=5.4.10 +VER=6.0.0 PKG=ooce/application/gnuplot SUMMARY="gnuplot" DESC="A portable command-line driven graphing utility" diff --git a/doc/packages.md b/doc/packages.md index 6d590bffa..4d38bd95b 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -3,7 +3,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.3 | https://github.com/go-gitea/gitea/releases | [omniosorg](https://github.com/omniosorg) -| ooce/application/gnuplot | 5.4.10 | https://sourceforge.net/projects/gnuplot/files/gnuplot/ http://www.gnuplot.info/ | [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) | ooce/application/links | 2.28 | http://links.twibright.com/download.php | [omniosorg](https://github.com/omniosorg) From a838683a25ad7de988e343a238e825a302770492 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:13:53 +0000 Subject: [PATCH 05/15] lsof: update to 4.99.3 --- build/lsof/build.sh | 14 +++----------- doc/packages.md | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/build/lsof/build.sh b/build/lsof/build.sh index ada32bc67..865172ceb 100755 --- a/build/lsof/build.sh +++ b/build/lsof/build.sh @@ -12,13 +12,13 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=lsof PKG=ooce/file/lsof -VER=4.99.0 +VER=4.99.3 SUMMARY="List open files" DESC="Report a list of all open files and the processes that opened them" @@ -36,15 +36,7 @@ XFORM_ARGS=" -DPKGROOT=$PROG " -pre_configure() { - typeset arch=$1 - - CONFIGURE_OPTS[$arch]+=" - --disable-static - --includedir=$OPREFIX/include - --libdir=$OPREFIX/${LIBDIRS[$arch]} - " -} +CONFIGURE_OPTS+=" --disable-liblsof" init download_source $PROG $PROG $VER diff --git a/doc/packages.md b/doc/packages.md index 4d38bd95b..83fbd8799 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -89,7 +89,7 @@ | ooce/editor/neovim | 0.9.5 | https://github.com/neovim/neovim/releases | [omniosorg](https://github.com/omniosorg) | ooce/emulator/qemu | 8.2.0 | https://www.qemu.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/file/acltool | 1.16.2 | https://github.com/ptrrkssn/acltool/releases | [Peter Eriksson](https://github.com/ptrrkssn) -| ooce/file/lsof | 4.99.0 | https://github.com/lsof-org/lsof/releases | [omniosorg](https://github.com/omniosorg) +| ooce/file/lsof | 4.99.3 | https://github.com/lsof-org/lsof/releases | [omniosorg](https://github.com/omniosorg) | ooce/file/tree | 2.1.1 | http://mama.indstate.edu/users/ice/tree/ | [omniosorg](https://github.com/omniosorg) | ooce/fonts/liberation | 2.1.5 | https://github.com/liberationfonts/liberation-fonts/releases | [omniosorg](https://github.com/omniosorg) | ooce/library/apr | 1.7.4 | https://downloads.apache.org/apr/ | [omniosorg](https://github.com/omniosorg) From 56a5ae64c2e076502114874f39f789fe9e0eb9be Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:15:06 +0000 Subject: [PATCH 06/15] cmake: update to 3.28.1 --- build/cmake/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/cmake/build.sh b/build/cmake/build.sh index 02ecfab18..9b1727541 100755 --- a/build/cmake/build.sh +++ b/build/cmake/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=cmake -VER=3.28.0 +VER=3.28.1 PKG=ooce/developer/cmake SUMMARY="Build coordinator" DESC="An extensible system that manages the build process in a " diff --git a/doc/packages.md b/doc/packages.md index 83fbd8799..f71ae608e 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -56,7 +56,7 @@ | ooce/developer/clang-15 | 15.0.7 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/clang-16 | 16.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/clang-17 | 17.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) -| ooce/developer/cmake | 3.28.0 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg) +| ooce/developer/cmake | 3.28.1 | https://cmake.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/cscope | 15.9 | https://sourceforge.net/projects/cscope/files/cscope/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/cunit | 2.1-3 | https://sourceforge.net/projects/cunit/files/CUnit/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/dejagnu | 1.6.3 | https://ftp.gnu.org/gnu/dejagnu/ | [omniosorg](https://github.com/omniosorg) From ad318449350a89c9a726a8785c89db1ef550162e Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:20:16 +0000 Subject: [PATCH 07/15] fontconfig: update to 2.15.0 --- build/fontconfig/build.sh | 4 ++-- build/fontconfig/patches/04.bitmap-hacks.patch | 8 ++++---- doc/packages.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/fontconfig/build.sh b/build/fontconfig/build.sh index 7fb661d39..27f3a6f6d 100755 --- a/build/fontconfig/build.sh +++ b/build/fontconfig/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=fontconfig -VER=2.14.2 +VER=2.15.0 PKG=ooce/library/fontconfig SUMMARY="$PROG" DESC="A library for configuring and customizing font access" diff --git a/build/fontconfig/patches/04.bitmap-hacks.patch b/build/fontconfig/patches/04.bitmap-hacks.patch index 6efe9ad27..efe8ee4ae 100644 --- a/build/fontconfig/patches/04.bitmap-hacks.patch +++ b/build/fontconfig/patches/04.bitmap-hacks.patch @@ -1,4 +1,4 @@ -diff -wpruN '--exclude=*.orig' a~/src/fcmatch.c a/src/fcmatch.c +diff -wpruN --no-dereference '--exclude=*.orig' a~/src/fcmatch.c a/src/fcmatch.c --- a~/src/fcmatch.c 1970-01-01 00:00:00 +++ a/src/fcmatch.c 1970-01-01 00:00:00 @@ -50,6 +50,15 @@ FcCompareNumber (const FcValue *value1, @@ -17,7 +17,7 @@ diff -wpruN '--exclude=*.orig' a~/src/fcmatch.c a/src/fcmatch.c if (v < 0) v = -v; *bestValue = FcValueCanonicalize (value2); -@@ -855,6 +864,46 @@ FcFontRenderPrepare (FcConfig *confi +@@ -857,6 +866,46 @@ FcFontRenderPrepare (FcConfig *confi return new; } @@ -64,7 +64,7 @@ diff -wpruN '--exclude=*.orig' a~/src/fcmatch.c a/src/fcmatch.c static FcPattern * FcFontSetMatchInternal (FcFontSet **sets, int nsets, -@@ -870,6 +919,8 @@ FcFontSetMatchInternal (FcFontSet **se +@@ -872,6 +921,8 @@ FcFontSetMatchInternal (FcFontSet **se FcCompareData data; const FcPatternElt *elt; @@ -73,7 +73,7 @@ diff -wpruN '--exclude=*.orig' a~/src/fcmatch.c a/src/fcmatch.c for (i = 0; i < PRI_END; i++) bestscore[i] = 0; best = 0; -@@ -1210,6 +1261,8 @@ FcFontSetSort (FcConfig *config FC_U +@@ -1212,6 +1263,8 @@ FcFontSetSort (FcConfig *config FC_U FcValue patternLang; FcCompareData data; diff --git a/doc/packages.md b/doc/packages.md index f71ae608e..e8f519fe8 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -97,7 +97,7 @@ | ooce/library/bdw-gc | 8.2.4 | https://www.hboehm.info/gc/gc_source/ | [omniosorg](https://github.com/omniosorg) | ooce/library/cairo | 1.18.0 | https://cairographics.org/releases/ | [omniosorg](https://github.com/omniosorg) | ooce/library/fcgi2 | 2.4.2 | https://github.com/FastCGI-Archives/fcgi2/releases | [omniosorg](https://github.com/omniosorg) -| ooce/library/fontconfig | 2.14.2 | https://www.freedesktop.org/software/fontconfig/release/ https://www.freedesktop.org/wiki/Software/fontconfig/ | [omniosorg](https://github.com/omniosorg) +| ooce/library/fontconfig | 2.15.0 | https://www.freedesktop.org/software/fontconfig/release/ https://www.freedesktop.org/wiki/Software/fontconfig/ | [omniosorg](https://github.com/omniosorg) | ooce/library/freetype2 | 2.13.2 | https://sourceforge.net/projects/freetype/files/freetype2/ | [omniosorg](https://github.com/omniosorg) | ooce/library/gnutls | 3.6.16 | https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/ https://www.gnutls.org/download.html | [omniosorg](https://github.com/omniosorg) | ooce/library/guile | 2.0.14 | https://ftp.gnu.org/gnu/guile/ | [omniosorg](https://github.com/omniosorg) From caf7e59883ac9884d5122b692bf337d773ff0be3 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:32:57 +0000 Subject: [PATCH 08/15] ansible: update to 9.1.0 --- build/ansible/build.sh | 4 ++-- build/ansible/files/constraints | 9 ++++----- doc/packages.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/build/ansible/build.sh b/build/ansible/build.sh index 14717cc72..68fd9a30c 100755 --- a/build/ansible/build.sh +++ b/build/ansible/build.sh @@ -12,7 +12,7 @@ # http://www.illumos.org/license/CDDL. # }}} # -# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh @@ -20,7 +20,7 @@ PROG=ansible # NB: When bumping this version, also run this script with -P to re-generate # files/constraints which fixes the version of dependant python modules for # reproducible builds. -VER=6.3.0 +VER=9.1.0 PKG=ooce/system/management/ansible SUMMARY="Radically simple IT automation" DESC="Ansible is a radically simple IT automation system." diff --git a/build/ansible/files/constraints b/build/ansible/files/constraints index 51a8d0c45..fd1d7ecef 100644 --- a/build/ansible/files/constraints +++ b/build/ansible/files/constraints @@ -1,7 +1,6 @@ ## This file was auto-generated and can be updated with ./build.sh -P -ansible-core==2.13.3 +ansible-core==2.16.2 Jinja2==3.1.2 -MarkupSafe==2.1.1 -packaging==21.3 -pyparsing==3.0.9 -resolvelib==0.8.1 +MarkupSafe==2.1.3 +packaging==23.2 +resolvelib==1.0.1 diff --git a/doc/packages.md b/doc/packages.md index e8f519fe8..10dc49bd7 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -196,7 +196,7 @@ | ooce/system/file-system/ntfs-3g | 2022.10.3 | https://github.com/tuxera/ntfs-3g/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/clamav | 1.2.1 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg) | ooce/system/htop | 3.2.2 | https://github.com/htop-dev/htop/releases https://htop.dev/downloads.html#sources | [omniosorg](https://github.com/omniosorg) -| ooce/system/management/ansible | 6.3.0 | https://pypi.org/project/ansible/ | [omniosorg](https://github.com/omniosorg) +| ooce/system/management/ansible | 9.1.0 | https://pypi.org/project/ansible/ | [omniosorg](https://github.com/omniosorg) | ooce/system/mbuffer | 20231216 | https://www.maier-komor.de/mbuffer.html | [omniosorg](https://github.com/omniosorg) | ooce/system/sg3_utils | 1.48 | https://sg.danny.cz/sg/sg3_utils.html | [omniosorg](https://github.com/omniosorg) | ooce/system/smartmontools | 7.4 | https://sourceforge.net/projects/smartmontools/files/smartmontools/ | [omniosorg](https://github.com/omniosorg) From 595fb9ae549c21f079bda1e8089e3bc22630233f Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:39:57 +0000 Subject: [PATCH 09/15] ffmpeg: update to 6.1.1 --- build/ffmpeg/build.sh | 6 +++--- doc/packages.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/ffmpeg/build.sh b/build/ffmpeg/build.sh index d35e35145..d9c9062aa 100755 --- a/build/ffmpeg/build.sh +++ b/build/ffmpeg/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=ffmpeg -VER=6.1 +VER=6.1.1 PKG=ooce/multimedia/ffmpeg SUMMARY="ffmpeg" DESC="A complete, cross-platform solution to record, " @@ -25,7 +25,7 @@ DESC+="convert and stream audio and video." # Previous versions that also need to be built and packaged since compiled # software may depend on it. -PVERS="4.4.3 5.1.2" +PVERS="4.4.4 5.1.4" test_relver '>=' 151041 && set_clangver diff --git a/doc/packages.md b/doc/packages.md index 10dc49bd7..04f4a930a 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -140,7 +140,7 @@ | ooce/multimedia/dav1d | 1.3.0 | https://downloads.videolan.org/pub/videolan/dav1d/ https://www.videolan.org/projects/dav1d.html | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/dcraw | 9.28.0 | https://www.dechifro.org/dcraw/archive/ | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/exif | 0.6.21 | https://sourceforge.net/projects/libexif/files/exif/ | [omniosorg](https://github.com/omniosorg) -| ooce/multimedia/ffmpeg | 6.1 | https://www.ffmpeg.org/download.html#releases | [omniosorg](https://github.com/omniosorg) +| ooce/multimedia/ffmpeg | 6.1.1 | https://www.ffmpeg.org/download.html#releases | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/minidlna | 1.3.3 | https://sourceforge.net/projects/minidlna/files/minidlna/ | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/rav1e | 0.6.6 | https://github.com/xiph/rav1e/releases | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/x264 | 20210613 | https://code.videolan.org/videolan/x264/-/tree/stable https://www.videolan.org/developers/x264.html | [omniosorg](https://github.com/omniosorg) From 07bbdbe16ae4e15ec5df160f6a8553136b4253cc Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:46:56 +0000 Subject: [PATCH 10/15] tcpdump: update to 4.99.4 --- build/tcpdump/build.sh | 4 ++-- build/tcpdump/testsuite.log | 22 +++++++++++----------- doc/packages.md | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build/tcpdump/build.sh b/build/tcpdump/build.sh index cc9093604..7ea793ce7 100755 --- a/build/tcpdump/build.sh +++ b/build/tcpdump/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=tcpdump -VER=4.99.3 +VER=4.99.4 PKG=ooce/network/tcpdump SUMMARY="tcpdump - TCP packet analyzer" DESC="tcpdump - a powerful command-line TCP packet analyzer" diff --git a/build/tcpdump/testsuite.log b/build/tcpdump/testsuite.log index 9ecc0150f..ce0247f3a 100644 --- a/build/tcpdump/testsuite.log +++ b/build/tcpdump/testsuite.log @@ -1,8 +1,8 @@ -Running tests from /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests +Running tests from /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests with ./tcpdump, version: -tcpdump version 4.99.3 -libpcap version 1.10.3 -OpenSSL 3.0.8 7 Feb 2023 +tcpdump version 4.99.4 +libpcap version 1.10.4 +OpenSSL 3.1.4 24 Oct 2023 print-x : passed print-xx : passed print-X : passed @@ -347,7 +347,7 @@ OpenSSL 3.0.8 7 Feb 2023 isoclns-oobr : passed nfs-attr-oobr : passed decnet-oobr : passed - oobr_parse_elements : passed + ieee802.11_parse_elements_oobr : passed hoobr_ripng_print : passed hoobr_juniper : passed hoobr_juniper2 : passed @@ -546,7 +546,7 @@ OpenSSL 3.0.8 7 Feb 2023 unsupported-link-type-dbus : passed lsp-ping-timestamp : passed lwres_with_extra : passed -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/crypto.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/crypto.tests esp1 : passed esp2 : passed esp3 : passed @@ -559,14 +559,14 @@ FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/crypto.tests bgp-aigp-oobr-ssl : passed bgp-as-path-oobr-nossl : skipped (HAVE_LIBCRYPTO set) bgp-aigp-oobr-nossl : skipped (HAVE_LIBCRYPTO set) -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/isis-seg-fault-1-v.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/isis-seg-fault-1-v.tests isis-seg-fault-1-v : passed -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/lmp-v.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/lmp-v.tests lmp-v-fptype1 : passed lmp-v-fptype2 : skipped (HAVE_FPTYPE2 not set) -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/non-bsd.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/non-bsd.tests heap-overflow-1 : passed -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/printf_z.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/printf_z.tests ospf-gmpls : passed ospf-nssa-bitnt : passed ospf3_ah-vv : passed @@ -585,7 +585,7 @@ FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/printf_z.tests dns-zlip-2 : passed dns-zlip-3 : passed sflow_print-segv : passed -FILE: /temp/build_hadfl/tcpdump-4.99.3/tcpdump-4.99.3/tests/smb.tests +FILE: /temp/build_hadfl/tcpdump-4.99.4/tcpdump-4.99.4/tests/smb.tests eapon1 : skipped (ENABLE_SMB not set) eapon1-nosmb : passed eapon1-v : skipped (ENABLE_SMB not set) diff --git a/doc/packages.md b/doc/packages.md index 04f4a930a..d66e137c3 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -166,7 +166,7 @@ | ooce/network/sic | 1.3 | https://tools.suckless.org/sic/ | [r7st](https://github.com/r7st) | ooce/network/smtp/postfix | 3.8.4 | https://high5.nl/mirrors/postfix-release/index.html | [omniosorg](https://github.com/omniosorg) | ooce/network/tailscale | 1.50.0 | https://www.tailscale.com/ | [nshalman](https://github.com/nshalman) -| ooce/network/tcpdump | 4.99.3 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg) +| ooce/network/tcpdump | 4.99.4 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg) | ooce/network/unbound | 1.19.0 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg) | ooce/network/wireguard-go | 0.0.20220316 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman) | ooce/network/wireguard-tools | 1.0.20210914 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman) From 5b1334abf252d5acb7d0b9dc82e4024f88939bad Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:50:14 +0000 Subject: [PATCH 11/15] minio: update to 2023-12-23T07-19-11Z --- build/minio/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/minio/build.sh b/build/minio/build.sh index b70459f75..4f77e04ad 100755 --- a/build/minio/build.sh +++ b/build/minio/build.sh @@ -12,13 +12,13 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=minio PKG=ooce/storage/minio -VER=2023-12-20T01-00-02Z +VER=2023-12-23T07-19-11Z SUMMARY="MinIO server" DESC="A high Performance Object Storage. " DESC+="It is API compatible with Amazon S3 cloud storage service." diff --git a/doc/packages.md b/doc/packages.md index d66e137c3..b0dbab303 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -191,7 +191,7 @@ | ooce/server/haproxy | 2.8.5 | https://www.haproxy.org/ | [omniosorg](https://github.com/omniosorg) | ooce/server/nginx | 1.25.3 | 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 | 2023-12-20T01-00-02Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) +| ooce/storage/minio | 2023-12-23T07-19-11Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) | ooce/storage/minio-mc | 2023-12-20T07-14-22Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/file-system/ntfs-3g | 2022.10.3 | https://github.com/tuxera/ntfs-3g/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/clamav | 1.2.1 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg) From ce9526cb162b284eacd004cd4dce967b5ae475d8 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:50:55 +0000 Subject: [PATCH 12/15] minio-mc: update to 2023-12-23T08-47-21Z --- build/minio-mc/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/minio-mc/build.sh b/build/minio-mc/build.sh index 8c5c7a0aa..058129574 100755 --- a/build/minio-mc/build.sh +++ b/build/minio-mc/build.sh @@ -12,13 +12,13 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=minio-mc PKG=ooce/storage/minio-mc -VER=2023-12-20T07-14-22Z +VER=2023-12-23T08-47-21Z SUMMARY="MinIO client" DESC="A modern alternative to UNIX commands like ls, cat, cp, mirror, diff, " DESC+="find etc. It supports filesystems and Amazon S3 compatible cloud " diff --git a/doc/packages.md b/doc/packages.md index b0dbab303..1075adf45 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -192,7 +192,7 @@ | ooce/server/nginx | 1.25.3 | 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 | 2023-12-23T07-19-11Z | https://github.com/minio/minio/releases | [omniosorg](https://github.com/omniosorg) -| ooce/storage/minio-mc | 2023-12-20T07-14-22Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) +| ooce/storage/minio-mc | 2023-12-23T08-47-21Z | https://github.com/minio/mc/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/file-system/ntfs-3g | 2022.10.3 | https://github.com/tuxera/ntfs-3g/releases | [omniosorg](https://github.com/omniosorg) | ooce/system/clamav | 1.2.1 | https://github.com/Cisco-Talos/clamav/tags https://www.clamav.net/downloads | [omniosorg](https://github.com/omniosorg) | ooce/system/htop | 3.2.2 | https://github.com/htop-dev/htop/releases https://htop.dev/downloads.html#sources | [omniosorg](https://github.com/omniosorg) From de790a31342c13a7acbabcab9880c2ffe30511f2 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:51:30 +0000 Subject: [PATCH 13/15] rav1e: update to 0.7.0 --- build/rav1e/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/rav1e/build.sh b/build/rav1e/build.sh index 2adee0cf3..cf0ac7bbc 100755 --- a/build/rav1e/build.sh +++ b/build/rav1e/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=rav1e -VER=0.6.6 +VER=0.7.0 PKG=ooce/multimedia/rav1e SUMMARY="$PROG - AV1 encoder" DESC="AV1 video encoder" diff --git a/doc/packages.md b/doc/packages.md index 1075adf45..8bb0b0e0a 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -142,7 +142,7 @@ | ooce/multimedia/exif | 0.6.21 | https://sourceforge.net/projects/libexif/files/exif/ | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/ffmpeg | 6.1.1 | https://www.ffmpeg.org/download.html#releases | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/minidlna | 1.3.3 | https://sourceforge.net/projects/minidlna/files/minidlna/ | [omniosorg](https://github.com/omniosorg) -| ooce/multimedia/rav1e | 0.6.6 | https://github.com/xiph/rav1e/releases | [omniosorg](https://github.com/omniosorg) +| ooce/multimedia/rav1e | 0.7.0 | https://github.com/xiph/rav1e/releases | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/x264 | 20210613 | https://code.videolan.org/videolan/x264/-/tree/stable https://www.videolan.org/developers/x264.html | [omniosorg](https://github.com/omniosorg) | ooce/multimedia/x265 | 3.4 | https://github.com/videolan/x265/tags https://bitbucket.org/multicoreware/x265_git/wiki/Home | [omniosorg](https://github.com/omniosorg) | ooce/network/bind-916 | 9.16.45 | https://ftp.isc.org/isc/bind9/ https://www.isc.org/downloads/ | [omniosorg](https://github.com/omniosorg) From 572beff2bfdaa1e6161dceac93e4812c0d01c99f Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 14:56:57 +0000 Subject: [PATCH 14/15] subversion: update to 1.14.3 --- build/subversion/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/subversion/build.sh b/build/subversion/build.sh index 68c4186ba..39bd82193 100755 --- a/build/subversion/build.sh +++ b/build/subversion/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=subversion -VER=1.14.2 +VER=1.14.3 PKG=ooce/developer/subversion SUMMARY="Subversion is an open source version control system" DESC="Subversion is a version control system designed to be \ diff --git a/doc/packages.md b/doc/packages.md index 8bb0b0e0a..d851e697d 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -76,7 +76,7 @@ | ooce/developer/protobuf | 25.1 | https://github.com/protocolbuffers/protobuf/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/radare2 | 5.7.8 | https://github.com/radareorg/radare2/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/rust | 1.75.0 | https://forge.rust-lang.org/infra/other-installation-methods.html | [omniosorg](https://github.com/omniosorg) -| ooce/developer/subversion | 1.14.2 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg) +| ooce/developer/subversion | 1.14.3 | https://downloads.apache.org/subversion/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/valgrind | 3.22.0 | https://valgrind.org/downloads/current.html | [omniosorg](https://github.com/omniosorg) | ooce/developer/yasm | 1.3.0 | https://github.com/yasm/yasm/releases https://yasm.tortall.net/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/zig-09 | 0.9.1 | https://ziglang.org/download/index.json https://ziglang.org/download/ | [omniosorg](https://github.com/omniosorg) From c9e6a7877095a00ebf49046fd00304e8006ab702 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Mon, 1 Jan 2024 15:03:16 +0000 Subject: [PATCH 15/15] cargo-c: update to 0.9.29 --- build/cargo-c/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/cargo-c/build.sh b/build/cargo-c/build.sh index 8072bc28a..d5600bed6 100755 --- a/build/cargo-c/build.sh +++ b/build/cargo-c/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=cargo-c -VER=0.9.28 +VER=0.9.29 PKG=ooce/developer/cargo-c SUMMARY="build and install C-ABI compatible dynamic and static libraries" DESC="produces and installs a correct pkg-config file, a static library and " diff --git a/doc/packages.md b/doc/packages.md index d851e697d..c1a938545 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -49,7 +49,7 @@ | ooce/database/rrdtool | 1.8.0 | https://github.com/oetiker/rrdtool-1.x/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/autoconf-archive | 2023.02.20 | https://ftp.gnu.org/gnu/autoconf-archive/ | [omniosorg](https://github.com/omniosorg) | ooce/developer/autogen | 5.18.16 | https://ftp.gnu.org/gnu/autogen/ | [omniosorg](https://github.com/omniosorg) -| ooce/developer/cargo-c | 0.9.28 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg) +| ooce/developer/cargo-c | 0.9.29 | https://github.com/lu-zero/cargo-c/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/ccache | 3.6 | https://www.samba.org/ftp/ccache/ | [jimklimov](https://github.com/jimklimov) | ooce/developer/clang-13 | 13.0.1 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg) | ooce/developer/clang-14 | 14.0.6 | https://github.com/llvm/llvm-project/releases | [omniosorg](https://github.com/omniosorg)