From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 May 2025 09:30:37 +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 1uDIBp-003iwS-2t for lore@lore.pengutronix.de; Fri, 09 May 2025 09:30:37 +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 1uDIBp-0002Ib-Gu; Fri, 09 May 2025 09:30:37 +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 1uDI6i-00062U-KL; Fri, 09 May 2025 09:25:20 +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 1uDI6i-001qsb-1S; Fri, 09 May 2025 09:25:20 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uDI6i-00BFCF-1J; Fri, 09 May 2025 09:25:20 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 9 May 2025 09:25:20 +0200 Message-Id: <20250509072520.2680016-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250404145355.2426820-1-m.tretter@pengutronix.de> References: <20250404145355.2426820-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] softhsm: fix download URL 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: Michael Tretter 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 07e73af2896186728df06a101cfafa1ab3f58e52. Michael [sent from post-receive hook] On Fri, 09 May 2025 09:25:20 +0200, Michael Tretter wrote: > dist.opendnssec.org is not available anymore. https://www.softhsm.org/ > refers to GitHub for official releases. Update the download URL and > checksum. > > Add an autogen.sh link, since the tarball from GitHub doesn't contain > the configure script. > > Signed-off-by: Michael Tretter > Message-Id: <20250404145355.2426820-1-m.tretter@pengutronix.de> > [mol: remove incorrect HOST_ from variables] > Signed-off-by: Michael Olbrich > > diff --git a/patches/softhsm-2.6.1/autogen.sh b/patches/softhsm-2.6.1/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/softhsm-2.6.1/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/rules/softhsm.make b/rules/softhsm.make > index bc16dc6a5bee..80f79adec11d 100644 > --- a/rules/softhsm.make > +++ b/rules/softhsm.make > @@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_SOFTHSM) += softhsm > # Paths and names > # > SOFTHSM_VERSION := 2.6.1 > -SOFTHSM_MD5 := 040b93ca327cbe0a3a8661e7c371ab16 > +SOFTHSM_MD5 := 040b93ca327cbe0a3a8661e7c371ab16 2f6f21d859ad08fec55c61bb4e1747c4 > SOFTHSM := softhsm-$(SOFTHSM_VERSION) > SOFTHSM_SUFFIX := tar.gz > -SOFTHSM_URL := https://dist.opendnssec.org/source/$(SOFTHSM).$(SOFTHSM_SUFFIX) > +SOFTHSM_URL := https://github.com/softhsm/SoftHSMv2/archive/refs/tags/$(SOFTHSM_VERSION).$(SOFTHSM_SUFFIX) > SOFTHSM_SOURCE := $(SRCDIR)/$(SOFTHSM).$(SOFTHSM_SUFFIX) > SOFTHSM_DIR := $(BUILDDIR)/$(SOFTHSM) > SOFTHSM_LICENSE := BSD-2-Clause