* [ptxdist] [PATCH] cifs-utils: version bump 7.0 -> 7.4
@ 2025-10-15 9:03 Sven Püschel
0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-15 9:03 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
The 7.4 archive misses an install-sh script. This generates an error
while running the included configure script. Therefore add an
autogen.sh patch to solve the problem for this release.
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
patches/cifs-utils-7.4/autogen.sh | 1 +
rules/cifs-utils.make | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)
create mode 120000 patches/cifs-utils-7.4/autogen.sh
diff --git a/patches/cifs-utils-7.4/autogen.sh b/patches/cifs-utils-7.4/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/cifs-utils-7.4/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
diff --git a/rules/cifs-utils.make b/rules/cifs-utils.make
index 20556391e..fc23b5639 100644
--- a/rules/cifs-utils.make
+++ b/rules/cifs-utils.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_CIFS_UTILS) += cifs-utils
#
# Paths and names
#
-CIFS_UTILS_VERSION := 7.0
-CIFS_UTILS_MD5 := 518431bf43f23e6aacd97e80e2060df7
+CIFS_UTILS_VERSION := 7.4
+CIFS_UTILS_MD5 := ced910b43321c604a9c402beac45cb4e
CIFS_UTILS := cifs-utils-$(CIFS_UTILS_VERSION)
CIFS_UTILS_SUFFIX := tar.bz2
CIFS_UTILS_URL := https://ftp.samba.org/pub/linux-cifs/cifs-utils/$(CIFS_UTILS).$(CIFS_UTILS_SUFFIX)
@@ -45,10 +45,11 @@ CIFS_UTILS_CONF_OPT := \
--disable-pam \
--disable-systemd \
--disable-man \
+ --with-libcap-ng=no \
--without-libcap
CIFS_UTILS_INSTALL_OPT := \
- root_sbindir=/usr/sbin \
+ ROOTSBINDIR=/usr/sbin \
install
# ----------------------------------------------------------------------------
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-15 9:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-15 9:03 [ptxdist] [PATCH] cifs-utils: version bump 7.0 -> 7.4 Sven Püschel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox