Browse Source

package/samba4: bump version to 4.23.2

Release notes:
https://www.samba.org/samba/history/samba-4.23.0.html
https://www.samba.org/samba/history/samba-4.23.1.html
https://www.samba.org/samba/history/samba-4.23.2.html

Rebased patch 0001 due to upstream commit:
https://gitlab.com/samba-team/samba/-/commit/7a4c8d6f84cabfe9d27fcb795a4030de93a1b8cb#8e3d715f2e6eade6c52748fd46ba94a12e2cec4e

Note: the release notes for 4.23.2 mention it includes security
fixes. Those were already included in the previous samba4 version
4.22.5 in Buildroot.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Bernd Kuhls 2 months ago
parent
commit
622e8683ae

+ 3 - 3
package/samba4/0001-build-find-pre-built-heimdal-build-tools-in-case-of-.patch

@@ -33,7 +33,7 @@ BUG: https://bugzilla.samba.org/show_bug.cgi?id=14164
 
 Signed-off-by: Uri Simchoni <uri@samba.org>
 Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
-[Bernd: rebased for version 4.11.13, 4.17.7, 4.20.3 & 4.22.1]
+[Bernd: rebased for version 4.23.1]
 ---
  wscript_configure_embedded_heimdal | 11 +++++++++++
  wscript_configure_system_heimdal   | 11 -----------
@@ -43,10 +43,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
-@@ -15,3 +15,14 @@
- conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1)
+@@ -16,3 +16,14 @@
  
  conf.define('HAVE_KRB5_INIT_CREDS_STEP', 1)
+ conf.define('HAVE_GSS_KEY_VALUE_SET_DESC', 1)
 +
 +def check_system_heimdal_binary(name):
 +    if conf.LIB_MAY_BE_BUNDLED(name):

+ 2 - 2
package/samba4/samba4.hash

@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://download.samba.org/pub/samba/stable/samba-4.22.5.tar.asc
-sha256  d8566a15d3dbfc0b777d1e8fbb2eee988a024ca9c786dcac65dd10347307400d  samba-4.22.5.tar.gz
+# https://download.samba.org/pub/samba/stable/samba-4.23.2.tar.asc
+sha256  2de330647e1486683597e261285d04a9b7514ab5c7da27711736e22c7f2b9c2e  samba-4.23.2.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING

+ 1 - 1
package/samba4/samba4.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SAMBA4_VERSION = 4.22.5
+SAMBA4_VERSION = 4.23.2
 SAMBA4_SITE = https://download.samba.org/pub/samba/stable
 SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
 SAMBA4_INSTALL_STAGING = YES