From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Oct 2025 11:03:56 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v8xQJ-0082Xq-3B for lore@lore.pengutronix.de; Wed, 15 Oct 2025 11:03:55 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8xQJ-0004a8-Mm; Wed, 15 Oct 2025 11:03:55 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8xQB-0004Zu-7j; Wed, 15 Oct 2025 11:03:47 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 15 Oct 2025 11:03:16 +0200 Message-ID: <20251015090330.2728448-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] cifs-utils: version bump 7.0 -> 7.4 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- 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