From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Oct 2025 14:05:45 +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 1vASAT-009X6G-2k for lore@lore.pengutronix.de; Sun, 19 Oct 2025 14:05:45 +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 1vASAT-0004FM-8M; Sun, 19 Oct 2025 14:05:45 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vASA7-0003uX-3H; Sun, 19 Oct 2025 14:05:23 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vASA6-004NUV-2w; Sun, 19 Oct 2025 14:05:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vASA6-00000002kea-3adb; Sun, 19 Oct 2025 14:05:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 19 Oct 2025 14:05:22 +0200 Message-ID: <20251019120522.655985-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251015090330.2728448-1-s.pueschel@pengutronix.de> References: <20251015090330.2728448-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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 Thanks, applied as eee7bbac6cd88b8d5f8a6ea77885978d58b96213. Michael [sent from post-receive hook] On Sun, 19 Oct 2025 14:05:22 +0200, Sven Püschel wrote: > 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 > Message-Id: <20251015090330.2728448-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/cifs-utils-7.4/autogen.sh b/patches/cifs-utils-7.4/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /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 20556391eddb..fc23b5639004 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 > > # ----------------------------------------------------------------------------