diff --git a/packages/devel/libfmt/package.mk b/packages/devel/libfmt/package.mk index 942cca6603..696874a64b 100644 --- a/packages/devel/libfmt/package.mk +++ b/packages/devel/libfmt/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libfmt" -PKG_VERSION="11.2.0" -PKG_SHA256="bc23066d87ab3168f27cef3e97d545fa63314f5c79df5ea444d41d56f962c6af" +PKG_VERSION="12.0.0" +PKG_SHA256="aa3e8fbb6a0066c03454434add1f1fc23299e85758ceec0d7d2d974431481e40" PKG_LICENSE="BSD" PKG_SITE="https://github.com/fmtlib/fmt" PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz" diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index b628b6f189..46b862e507 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="tiff" -PKG_VERSION="4.7.0" -PKG_SHA256="67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976" +PKG_VERSION="4.7.1" +PKG_SHA256="f698d94f3103da8ca7438d84e0344e453fe0ba3b7486e04c5bf7a9a3fabe9b69" PKG_LICENSE="OSS" PKG_SITE="http://www.remotesensing.org/libtiff/" PKG_URL="http://download.osgeo.org/libtiff/${PKG_NAME}-${PKG_VERSION}.tar.gz" diff --git a/packages/graphics/tiff/patches/tiff-0001-cmake--Replace-CMath--CMath-with-direct-link-to-avoid-export-of-target.patch b/packages/graphics/tiff/patches/tiff-0001-cmake--Replace-CMath--CMath-with-direct-link-to-avoid-export-of-target.patch index e1be5f398a..f3b021b548 100644 --- a/packages/graphics/tiff/patches/tiff-0001-cmake--Replace-CMath--CMath-with-direct-link-to-avoid-export-of-target.patch +++ b/packages/graphics/tiff/patches/tiff-0001-cmake--Replace-CMath--CMath-with-direct-link-to-avoid-export-of-target.patch @@ -43,10 +43,10 @@ diff --git a/contrib/dbs/CMakeLists.txt b/contrib/dbs/CMakeLists.txt index 74b2a02a0..18b7ea8b4 100644 --- a/contrib/dbs/CMakeLists.txt +++ b/contrib/dbs/CMakeLists.txt -@@ -26,13 +26,19 @@ add_executable(tiff-bi tiff-bi.c) - target_link_libraries(tiff-bi tiff tiff_port) +@@ -28,7 +28,10 @@ add_executable(tiff-grayscale tiff-grayscale.c) + set_target_properties(tiff-grayscale PROPERTIES LINKER_LANGUAGE CXX) -target_link_libraries(tiff-grayscale tiff tiff_port CMath::CMath) +target_link_libraries(tiff-grayscale PRIVATE tiff tiff_port) +if(CMath_LIBRARIES) @@ -54,9 +54,11 @@ index 74b2a02a0..18b7ea8b4 100644 +endif() add_executable(tiff-palette tiff-palette.c) - target_link_libraries(tiff-palette tiff tiff_port) + set_target_properties(tiff-palette PROPERTIES LINKER_LANGUAGE CXX) +@@ -36,7 +39,10 @@ add_executable(tiff-rgb tiff-rgb.c) + set_target_properties(tiff-rgb PROPERTIES LINKER_LANGUAGE CXX) -target_link_libraries(tiff-rgb tiff tiff_port CMath::CMath) +target_link_libraries(tiff-rgb PRIVATE tiff tiff_port) +if(CMath_LIBRARIES) @@ -69,7 +71,7 @@ diff --git a/libtiff/CMakeLists.txt b/libtiff/CMakeLists.txt index a8aa0c320..a65f3c230 100755 --- a/libtiff/CMakeLists.txt +++ b/libtiff/CMakeLists.txt -@@ -184,9 +184,9 @@ if(WEBP_SUPPORT) +@@ -179,9 +179,9 @@ if(WEBP_SUPPORT) target_link_libraries(tiff PRIVATE WebP::webp) string(APPEND tiff_requires_private " libwebp") endif() diff --git a/packages/network/bluez/package.mk b/packages/network/bluez/package.mk index 572047997b..4700a9297d 100644 --- a/packages/network/bluez/package.mk +++ b/packages/network/bluez/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="bluez" -PKG_VERSION="5.83" -PKG_SHA256="108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c" +PKG_VERSION="5.84" +PKG_SHA256="5ba73d030f7b00087d67800b0e321601aec0f892827c72e5a2c8390d8c886b11" PKG_LICENSE="GPL" PKG_SITE="http://www.bluez.org/" PKG_URL="https://www.kernel.org/pub/linux/bluetooth/${PKG_NAME}-${PKG_VERSION}.tar.xz" diff --git a/packages/network/bluez/patches/bluez-21-hciattach-add-QCA9377-Tuffello-support.patch b/packages/network/bluez/patches/bluez-21-hciattach-add-QCA9377-Tuffello-support.patch index 86839fa62c..e86b620116 100644 --- a/packages/network/bluez/patches/bluez-21-hciattach-add-QCA9377-Tuffello-support.patch +++ b/packages/network/bluez/patches/bluez-21-hciattach-add-QCA9377-Tuffello-support.patch @@ -20,12 +20,11 @@ hciattach_rome: display ROM and TLV info by default Signed-off-by: Gary Bisson --- Makefile.tools | 1 + - android/Android.mk | 1 + tools/hciattach.c | 12 + tools/hciattach.h | 1 + tools/hciattach_rome.c | 1872 ++++++++++++++++++++++++++++++++++++++++ tools/hciattach_rome.h | 388 +++++++++ - 6 files changed, 2275 insertions(+) + 5 files changed, 2274 insertions(+) create mode 100644 tools/hciattach_rome.c create mode 100644 tools/hciattach_rome.h @@ -41,18 +40,6 @@ index b7b422506..e0e995089 100644 tools/hciattach_qualcomm.c \ tools/hciattach_intel.c \ tools/hciattach_bcm43xx.c -diff --git a/android/Android.mk b/android/Android.mk -index 76a826b47..01599c04b 100644 ---- a/android/Android.mk -+++ b/android/Android.mk -@@ -697,6 +697,7 @@ LOCAL_SRC_FILES := \ - bluez/tools/hciattach_ti.c \ - bluez/tools/hciattach_tialt.c \ - bluez/tools/hciattach_ath3k.c \ -+ bluez/tools/hciattach_rome.c \ - bluez/tools/hciattach_qualcomm.c \ - bluez/tools/hciattach_intel.c \ - bluez/tools/hciattach_bcm43xx.c \ diff --git a/tools/hciattach.c b/tools/hciattach.c index fad176c9b..02a65c692 100644 --- a/tools/hciattach.c diff --git a/packages/textproc/expat/package.mk b/packages/textproc/expat/package.mk index 5f6142e8c5..08a0b7fb21 100644 --- a/packages/textproc/expat/package.mk +++ b/packages/textproc/expat/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="expat" -PKG_VERSION="2.7.1" -PKG_SHA256="354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30" +PKG_VERSION="2.7.2" +PKG_SHA256="21b778b34ec837c2ac285aef340f9fb5fa063a811b21ea4d2412a9702c88995c" PKG_LICENSE="OSS" PKG_SITE="https://libexpat.github.io" PKG_URL="https://github.com/libexpat/libexpat/releases/download/R_${PKG_VERSION//./_}/${PKG_NAME}-${PKG_VERSION}.tar.xz"