From b33576f8a788136283b0e60f953484e23ba44353 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 24 Jun 2022 11:09:26 +0000 Subject: [PATCH 1/9] nghttp2: update to 1.48.0 release notes: - https://github.com/nghttp2/nghttp2/releases --- packages/web/nghttp2/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/nghttp2/package.mk b/packages/web/nghttp2/package.mk index 8193ae5fee..ea8108fa22 100644 --- a/packages/web/nghttp2/package.mk +++ b/packages/web/nghttp2/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="nghttp2" -PKG_VERSION="1.47.0" -PKG_SHA256="68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc" +PKG_VERSION="1.48.0" +PKG_SHA256="47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4" PKG_LICENSE="MIT" PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html" PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz" From 4876900b325150da601077dc8587a94740c359ba Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 25 Jun 2022 19:07:13 +0000 Subject: [PATCH 2/9] sqlite: update to 3.39.0 release log: - https://www.sqlite.org/releaselog/3_39_0.html --- packages/databases/sqlite/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/databases/sqlite/package.mk b/packages/databases/sqlite/package.mk index 08178ede8f..b12dfe554b 100644 --- a/packages/databases/sqlite/package.mk +++ b/packages/databases/sqlite/package.mk @@ -3,9 +3,9 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="sqlite" -PKG_VERSION="3.38.5" +PKG_VERSION="3.39.0" PKG_VERSION_SQLITE="${PKG_VERSION/./}00" -PKG_SHA256="5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c" +PKG_SHA256="e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2" PKG_LICENSE="PublicDomain" PKG_SITE="https://www.sqlite.org/" PKG_URL="https://www.sqlite.org/2022/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz" From 9c2fe42833efb2e729dfd03c26ffac28e2ffcf84 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 30 Jun 2022 23:08:17 +0000 Subject: [PATCH 3/9] kmod: update to 30 ann: - https://lwn.net/Articles/899526/ --- packages/sysutils/kmod/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/kmod/package.mk b/packages/sysutils/kmod/package.mk index 7992514e35..b701d635a9 100644 --- a/packages/sysutils/kmod/package.mk +++ b/packages/sysutils/kmod/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) PKG_NAME="kmod" -PKG_VERSION="29" -PKG_SHA256="0b80eea7aa184ac6fd20cafa2a1fdf290ffecc70869a797079e2cc5c6225a52a" +PKG_VERSION="30" +PKG_SHA256="f897dd72698dc6ac1ef03255cd0a5734ad932318e4adbaebc7338ef2f5202f9f" PKG_LICENSE="GPL" PKG_SITE="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/${PKG_NAME}-${PKG_VERSION}.tar.xz" From 4a32a3ded67617cd6b16251c020d00df4ec31d5f Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 30 Jun 2022 13:01:14 +0000 Subject: [PATCH 4/9] nlohmann-json: build using meson --- packages/textproc/nlohmann-json/package.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/textproc/nlohmann-json/package.mk b/packages/textproc/nlohmann-json/package.mk index 2f809f2050..db311cab17 100644 --- a/packages/textproc/nlohmann-json/package.mk +++ b/packages/textproc/nlohmann-json/package.mk @@ -9,6 +9,3 @@ PKG_SITE="https://nlohmann.github.io/json/" PKG_URL="https://github.com/nlohmann/json/archive/v${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain" PKG_LONGDESC="JSON for Modern C++" -PKG_TOOLCHAIN="cmake" - -PKG_CMAKE_OPTS_TARGET="-DBUILD_TESTING:BOOL=OFF" From 926c2d4fe4d9c88a61a15c7e441f8fabed1ceb86 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 12:04:44 +0000 Subject: [PATCH 5/9] binutils: add comments on MAKEINFO usage --- packages/devel/binutils/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/binutils/package.mk b/packages/devel/binutils/package.mk index 4e34263742..363c78c0f5 100644 --- a/packages/devel/binutils/package.mk +++ b/packages/devel/binutils/package.mk @@ -56,12 +56,14 @@ pre_configure_host() { make_host() { make configure-host + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true install } From e3d39cd64f55acc97cbc912bcfe3c4938e14daed Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 12:04:54 +0000 Subject: [PATCH 6/9] binutils-or1k: add comments on MAKEINFO usage --- packages/devel/binutils-or1k/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/binutils-or1k/package.mk b/packages/devel/binutils-or1k/package.mk index 7bb9ab5a05..c5e0e17391 100644 --- a/packages/devel/binutils-or1k/package.mk +++ b/packages/devel/binutils-or1k/package.mk @@ -42,11 +42,13 @@ pre_configure_host() { make_host() { make configure-host + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true install } From 2f4d2a112daffb9cbb7c5d592fbea80a4e318351 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 12:05:06 +0000 Subject: [PATCH 7/9] binutils-bpf: add comments on MAKEINFO usage --- packages/devel/binutils-bpf/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/binutils-bpf/package.mk b/packages/devel/binutils-bpf/package.mk index 607521497b..ae1034732d 100644 --- a/packages/devel/binutils-bpf/package.mk +++ b/packages/devel/binutils-bpf/package.mk @@ -42,11 +42,13 @@ pre_configure_host() { make_host() { make configure-host + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true install } From 863a7f5262048f2bdcb63da61b1b339e2e274460 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 12:05:19 +0000 Subject: [PATCH 8/9] binutils-aarch64: add comments on MAKEINFO usage --- packages/devel/binutils-aarch64/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/binutils-aarch64/package.mk b/packages/devel/binutils-aarch64/package.mk index 5ab282cf6f..b5bd868482 100644 --- a/packages/devel/binutils-aarch64/package.mk +++ b/packages/devel/binutils-aarch64/package.mk @@ -42,11 +42,13 @@ pre_configure_host() { make_host() { make configure-host + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true install } From b1edfa7c28b412f51211e2bb5d0e0e1d33a6a33a Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 22 Jun 2022 11:58:24 +0000 Subject: [PATCH 9/9] flatbuffers: update to 2.0.6 --- packages/devel/flatbuffers/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/flatbuffers/package.mk b/packages/devel/flatbuffers/package.mk index 4748c3d9c3..34e7f88778 100644 --- a/packages/devel/flatbuffers/package.mk +++ b/packages/devel/flatbuffers/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="flatbuffers" -PKG_VERSION="2.0.0" -PKG_SHA256="9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4" +PKG_VERSION="2.0.6" +PKG_SHA256="e2dc24985a85b278dd06313481a9ca051d048f9474e0f199e372fea3ea4248c9" PKG_LICENSE="Apache-2.0" PKG_SITE="https://github.com/google/flatbuffers" PKG_URL="https://github.com/google/flatbuffers/archive/v${PKG_VERSION}.tar.gz"