From 186639e74e1fc8fa3f10e5c141c79c6c4b1fa874 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 7 Feb 2025 05:03:33 +0000 Subject: [PATCH] samba: update to 4.22.0 Release notes: - 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 --- 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 72f096fb6e..3a413e60c8 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.21.4" -PKG_SHA256="50acf030db0ce6be1ee8a6c3a7636e54576c60a7f814e64becfa840f7b30eced" +PKG_VERSION="4.22.0" +PKG_SHA256="b39242e1ac1f5469e634c94b2e472045e5060975c2dd6c4cdcdfce0c5586cd76" 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 a1c1bce25e..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 -@@ -13,3 +13,14 @@ - # when this will be available also in - # system libraries... +@@ -15,3 +15,14 @@ conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1) + + conf.define('HAVE_KRB5_INIT_CREDS_STEP', 1) + +def check_system_heimdal_binary(name): + if conf.LIB_MAY_BE_BUNDLED(name):