samba: 4.23.5 -> 4.23.8 (#524825)

This commit is contained in:
dotlambda
2026-05-27 16:59:46 +00:00
committed by GitHub
2 changed files with 2 additions and 14 deletions
@@ -1,11 +0,0 @@
--- a/buildtools/wafsamba/samba_utils.py 2019-04-08 01:13:47.525306574 +0000
+++ b/buildtools/wafsamba/samba_utils.py 2019-04-08 01:14:34.805245676 +0000
@@ -495,7 +495,7 @@
Logs.zones = ['runner']
if Logs.verbose > 2:
Logs.zones = ['*']
- elif opt[0].isupper() and opt.find('=') != -1:
+ elif opt[0] and opt.find('=') != -1:
# this allows us to set waf options on the make command line
# for example, if you do "make FOO=blah", then we set the
# option 'FOO' in Options.options, to blah. If you look in wafsamba/wscript
+2 -3
View File
@@ -81,11 +81,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "samba";
version = "4.23.5";
version = "4.23.8";
src = fetchurl {
url = "https://download.samba.org/pub/samba/stable/samba-${finalAttrs.version}.tar.gz";
hash = "sha256-WTpD3dDVeQIjffp2iI97Ast/x3RxETacsx4SbbSDa58=";
hash = "sha256-l2EphHRW3Ft4wA+P+3ncYFxJ1qrKiyqncv0i27afrgE=";
};
outputs = [
@@ -97,7 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./4.x-no-persistent-install.patch
./4.x-no-persistent-install-dynconfig.patch
./4.x-fix-makeflags-parsing.patch
./4.x-fix-systemd-detection.patch
(fetchpatch {
# workaround for https://bugzilla.samba.org/show_bug.cgi?id=14164