From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 16 Jul 2024 14:55:49 +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 1sThif-005Rpr-25 for lore@lore.pengutronix.de; Tue, 16 Jul 2024 14:55:49 +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 1sThif-00073j-A1; Tue, 16 Jul 2024 14:55:49 +0200 Received: from mail.ela-soft.com ([213.23.49.162]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sThiO-00073Z-Oi for ptxdist@pengutronix.de; Tue, 16 Jul 2024 14:55:33 +0200 Received: from tupai.ela-bln.local (tupai.ela-bln.local [10.0.1.140]) by mail.ela-soft.com (mailsystem) with ESMTP id 025F112C7B; Tue, 16 Jul 2024 14:55:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ela-soft.com; s=2021; t=1721134531; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Pr9lwwcL9HQUN6+rJ4PwZ0WieWCrMi7gVchojKoqqwg=; b=IKue4OlEXEktYX37GDDbHRKdxe9TExVoYL3V8DrERI81PYQ5+gx0A+DbaWSgOqTrJMC6lR 4MCQOo+LPGsBHlzKdjJVX0X055ywO4Fbdg8QAhSQ7mMWtTXYvf+yDb9JBeyaHWfJlqW3L4 i+ttRqg9caNSclXJrhzej5hA/WGz7A0RPQmYNYRjj47IrWy8076fvOipYWDT+FZk1Rnrbc +fBXYcUrpL87ulGogyGmVovz1RpYapr+SQKU9RtbA+p98CfdFSlIByatf1vh7oiy/SaWGr hTaSnWDf06yOJ5uDd7qDhFigTbtjNu+hKweuWQMjKa1yd/ZbvtI/ilYrT6r9Lg== Received: by tupai.ela-bln.local (Postfix, from userid 1000) id E4534340475; Tue, 16 Jul 2024 14:55:30 +0200 (CEST) From: Andreas Helmcke To: ptxdist@pengutronix.de Date: Tue, 16 Jul 2024 14:53:47 +0200 Message-ID: <20240716125346.68065-2-ahelmcke@ela-soft.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240716124421.64021-2-ahelmcke@ela-soft.com> References: <20240716124421.64021-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-102.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2] file: version bump 5.39 -> 5.45 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: Andreas Helmcke 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 some bug fixes and improvements * removed patch series; no longer needed Signed-off-by: Andreas Helmcke --- v2: removed old patch series ...1-PR-168-gyakovlev-Include-termios.h.patch | 29 ------------------- patches/file-5.39/series | 4 --- rules/file.make | 6 ++-- 3 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 patches/file-5.39/0001-PR-168-gyakovlev-Include-termios.h.patch delete mode 100644 patches/file-5.39/series diff --git a/patches/file-5.39/0001-PR-168-gyakovlev-Include-termios.h.patch b/patches/file-5.39/0001-PR-168-gyakovlev-Include-termios.h.patch deleted file mode 100644 index 3f86d9207..000000000 --- a/patches/file-5.39/0001-PR-168-gyakovlev-Include-termios.h.patch +++ /dev/null @@ -1,29 +0,0 @@ -From: Christos Zoulas -Date: Thu, 18 Jun 2020 16:25:12 +0000 -Subject: [PATCH] PR/168: gyakovlev: Include - ---- - src/seccomp.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/seccomp.c b/src/seccomp.c -index e667adfe4e3c..68c56485d371 100644 ---- a/src/seccomp.c -+++ b/src/seccomp.c -@@ -27,7 +27,7 @@ - #include "file.h" - - #ifndef lint --FILE_RCSID("@(#)$File: seccomp.c,v 1.15 2020/05/30 23:56:26 christos Exp $") -+FILE_RCSID("@(#)$File: seccomp.c,v 1.16 2020/06/18 16:25:12 christos Exp $") - #endif /* lint */ - - #if HAVE_LIBSECCOMP -@@ -35,6 +35,7 @@ FILE_RCSID("@(#)$File: seccomp.c,v 1.15 2020/05/30 23:56:26 christos Exp $") - #include /* prctl */ - #include - #include -+#include - #include - #include - #include diff --git a/patches/file-5.39/series b/patches/file-5.39/series deleted file mode 100644 index b5b51642a..000000000 --- a/patches/file-5.39/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-PR-168-gyakovlev-Include-termios.h.patch -# 9df76025b13c4838db9194cda9167ce4 - git-ptx-patches magic diff --git a/rules/file.make b/rules/file.make index 337b30bb4..54a31db20 100644 --- a/rules/file.make +++ b/rules/file.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FILE) += file # # Paths and names # -FILE_VERSION := 5.39 -FILE_MD5 := 1c450306053622803a25647d88f80f25 +FILE_VERSION := 5.45 +FILE_MD5 := 26b2a96d4e3a8938827a1e572afd527a FILE := file-$(FILE_VERSION) FILE_SUFFIX := tar.gz FILE_URL := http://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX) @@ -40,6 +40,8 @@ FILE_CONF_OPT := \ --enable-zlib \ --disable-bzlib \ --disable-xzlib \ + --disable-zstdlib \ + --disable-lzlib \ --$(call ptx/endis, PTXCONF_FILE_SECCOMP)-libseccomp \ --disable-fsect-man5 \ $(GLOBAL_LARGE_FILE_OPTION) \ -- 2.43.0