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
This commit is contained in:
Rudi Heitbaum 2024-02-02 08:01:21 +00:00
parent ba3527f093
commit 3aa276b83b
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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):