From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 27 Apr 2026 16:29:08 +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 1wHMxQ-00GyfE-2w for lore@lore.pengutronix.de; Mon, 27 Apr 2026 16:29:08 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wHMxQ-0002S4-PE; Mon, 27 Apr 2026 16:29:08 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wHMxD-0002RM-Mm; Mon, 27 Apr 2026 16:28:55 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Mon, 27 Apr 2026 16:28:44 +0200 Message-ID: <20260427142848.989702-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 0/4] Add SHA256 package checksum support 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: Philipp Zabel 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 Add support for _SHA256 checksum variables in place of _MD5. This allows to use source archive SHA256 checksums published by upstream projects. regards Philipp Philipp Zabel (4): scripts: make checksum messages hash algorithm agnostic scripts: make checksum update hash algorithm agnostic scripts: add package sha256sum support ptxdist: add --update-checksum option bin/ptxdist | 1 + configure.ac | 1 + doc/ref_make_variables.rst | 9 ++++ rules/post/ptxd_make_world_common.make | 2 + rules/post/ptxd_make_world_get.make | 2 +- rules/pre/000-option-disabled.make | 16 ++++++ scripts/lib/ptxd_lib_dgen.awk | 1 + scripts/lib/ptxd_make_check_src.sh | 12 +++-- scripts/lib/ptxd_make_world_check_src.sh | 54 +++++++++++++-------- scripts/lib/ptxd_make_world_get.sh | 14 ++++-- scripts/lib/ptxd_make_world_license.sh | 3 ++ scripts/lib/ptxd_make_world_package_info.sh | 1 + scripts/lib/ptxd_make_world_report.sh | 6 +++ 13 files changed, 94 insertions(+), 28 deletions(-) -- 2.47.3