From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 26 Apr 2025 12:42:53 +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 1u8czl-005XTe-2P for lore@lore.pengutronix.de; Sat, 26 Apr 2025 12:42:53 +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 1u8czl-0001P6-FP; Sat, 26 Apr 2025 12:42:53 +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 1u8czX-0001Nj-SA; Sat, 26 Apr 2025 12:42:39 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) 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 1u8czX-002Bxf-2C; Sat, 26 Apr 2025 12:42:39 +0200 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u8czX-0058jG-1s; Sat, 26 Apr 2025 12:42:39 +0200 Date: Sat, 26 Apr 2025 12:42:39 +0200 From: Michael Olbrich To: Holger Assmann Message-ID: Mail-Followup-To: Holger Assmann , ptxdist@pengutronix.de, Michael Tretter References: <20250404145355.2426820-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-IRC: #ptxdist @freenode Subject: Re: [ptxdist] [PATCH v2] 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: ptxdist@pengutronix.de, 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 On Fri, Apr 25, 2025 at 10:12:49AM +0200, Holger Assmann wrote: > Hi, > > Am 04.04.25 um 16:53 schrieb Michael Tretter: > > +++ 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/$(HOST_SOFTHSM_VERSION).$(HOST_SOFTHSM_SUFFIX) > > SOFTHSM_SOURCE := $(SRCDIR)/$(SOFTHSM).$(SOFTHSM_SUFFIX) > > SOFTHSM_DIR := $(BUILDDIR)/$(SOFTHSM) > > SOFTHSM_LICENSE := BSD-2-Clause > > In SOFTHSM_URL, you need to replace HOST_SOFTHSM_ with just SOFTHSM_ for > this - and the accompanying host-rule - to work properly. I'll fix it when I apply the patch. Michael > Greetings, > Holger > > -- > Pengutronix e.K. | Holger Assmann | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |