From 3aa276b83b43a3c8baa2f684004b53f09d70ce51 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 2 Feb 2024 08:01:21 +0000 Subject: [PATCH] samba: update to 4.22.3 Release notes: - https://www.samba.org/samba/history/samba-4.20.0rc1.html - https://www.samba.org/samba/history/samba-4.20.0rc2.html - https://www.samba.org/samba/history/samba-4.20.0rc3.html - https://www.samba.org/samba/history/samba-4.20.0rc4.html - https://www.samba.org/samba/history/samba-4.20.0.html - https://www.samba.org/samba/history/samba-4.20.1.html - https://www.samba.org/samba/history/samba-4.20.2.html - https://www.samba.org/samba/history/samba-4.20.3.html - https://www.samba.org/samba/history/samba-4.20.4.html - https://www.samba.org/samba/history/samba-4.21.0rc1.html - https://www.samba.org/samba/history/samba-4.21.0rc2.html - https://www.samba.org/samba/history/samba-4.21.0rc3.html - https://www.samba.org/samba/history/samba-4.21.0rc4.html - https://www.samba.org/samba/history/samba-4.21.0.html - https://www.samba.org/samba/history/samba-4.21.1.html - https://www.samba.org/samba/history/samba-4.21.2.html - https://www.samba.org/samba/history/samba-4.21.3.html - https://www.samba.org/samba/history/samba-4.21.4.html - https://www.samba.org/samba/history/samba-4.22.0rc1.html - https://www.samba.org/samba/history/samba-4.22.0rc2.html - https://www.samba.org/samba/history/samba-4.22.0rc3.html - https://www.samba.org/samba/history/samba-4.22.0rc4.html - https://www.samba.org/samba/history/samba-4.22.0.html - https://www.samba.org/samba/history/samba-4.22.1.html - https://www.samba.org/samba/history/samba-4.22.2.html - https://www.samba.org/samba/history/samba-4.22.3.html --- packages/network/samba/package.mk | 4 ++-- .../samba/patches/samba-200-4.11-fix-ASN1-bso14164.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/network/samba/package.mk b/packages/network/samba/package.mk index afcb86c7ea..179335f777 100644 --- a/packages/network/samba/package.mk +++ b/packages/network/samba/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="samba" -PKG_VERSION="4.19.9" -PKG_SHA256="71ed406444714c90bb9d36c576d807b67af15449f297e91106d42b3ca2fa5549" +PKG_VERSION="4.22.3" +PKG_SHA256="8fd7092629a3596d935cd7567d934979f94272918ec3affd0cc807934ecf22ba" PKG_LICENSE="GPLv3+" PKG_SITE="https://www.samba.org" PKG_URL="https://download.samba.org/pub/samba/stable/${PKG_NAME}-${PKG_VERSION}.tar.gz" diff --git a/packages/network/samba/patches/samba-200-4.11-fix-ASN1-bso14164.patch b/packages/network/samba/patches/samba-200-4.11-fix-ASN1-bso14164.patch index 9c63f8081e..38c14d7899 100644 --- a/packages/network/samba/patches/samba-200-4.11-fix-ASN1-bso14164.patch +++ b/packages/network/samba/patches/samba-200-4.11-fix-ASN1-bso14164.patch @@ -40,10 +40,10 @@ diff --git a/wscript_configure_embedded_heimdal b/wscript_configure_embedded_hei index 8c55ae2..4fdae80 100644 --- a/wscript_configure_embedded_heimdal +++ b/wscript_configure_embedded_heimdal -@@ -6,3 +6,14 @@ +@@ -15,3 +15,14 @@ + conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1) - conf.define('USING_EMBEDDED_HEIMDAL', 1) - conf.RECURSE('third_party/heimdal_build') + conf.define('HAVE_KRB5_INIT_CREDS_STEP', 1) + +def check_system_heimdal_binary(name): + if conf.LIB_MAY_BE_BUNDLED(name):