From patchwork Tue Apr 9 20:25:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy MacLeod X-Patchwork-Id: 42145 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D11AECD1299 for ; Tue, 9 Apr 2024 20:25:33 +0000 (UTC) Received: from mx0a-0064b401.pphosted.com (mx0a-0064b401.pphosted.com [205.220.166.238]) by mx.groups.io with SMTP id smtpd.web11.149407.1712694333352459934 for ; Tue, 09 Apr 2024 13:25:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@windriver.com header.s=PPS06212021 header.b=Vmi1s4Nr; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 205.220.166.238, mailfrom: prvs=482968419c=randy.macleod@windriver.com) Received: from pps.filterd (m0250809.ppops.net [127.0.0.1]) by mx0a-0064b401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4394dGxV000614 for ; Tue, 9 Apr 2024 13:25:33 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=windriver.com; h=from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s= PPS06212021; bh=2/tREUnX8EE6eH/9VAEQfN+i16Oybiy05ELd0qN0B1c=; b= Vmi1s4NrMR/2PRWJEk3dS8Kt3Ka86J2csA5vTVDwOVB21OnmMg/9FLzbYvxXatB7 p6J5OXw5mJkaBtwLM5BISJ2ZqAeV6pOHoMm2bH0GFx3LjQ3yUf/SyQP3H2OHephp 2pvLo9eJbHFhJkyusuaYHbV9W2Z4ep6dOa2+oD16jA8sbhVrcwGwgit72F04Sc1K t9DX5G06jagWq5CaGIQP40cHQZ302je1Lmia36RN4/ErMWzNGAeJbUI3bn1N85RP BkofnjNHWrpMKDKNkkpM9V4VDUEU/d1nnmb/UVYpO5ISqTpUw4moaA06ohzj+pik i7e8rxZR9Wgi4Lv3emAjIg== Received: from ala-exchng01.corp.ad.wrs.com (ala-exchng01.wrs.com [147.11.82.252]) by mx0a-0064b401.pphosted.com (PPS) with ESMTPS id 3xb5wgjtp7-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Tue, 09 Apr 2024 13:25:32 -0700 (PDT) Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Tue, 9 Apr 2024 13:25:31 -0700 Received: from ala-lpggp3.wrs.com (147.11.105.124) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2507.37 via Frontend Transport; Tue, 9 Apr 2024 13:25:31 -0700 From: To: Subject: [PATCH 2/5] pimd: switch SRC_URI to https Date: Tue, 9 Apr 2024 13:25:28 -0700 Message-ID: <20240409202531.1050101-3-Randy.MacLeod@windriver.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240409202531.1050101-1-Randy.MacLeod@windriver.com> References: <20240409202531.1050101-1-Randy.MacLeod@windriver.com> MIME-Version: 1.0 X-Proofpoint-GUID: f-5XxT8Vmou6-Wh5kaII035YuvKmKapD X-Proofpoint-ORIG-GUID: f-5XxT8Vmou6-Wh5kaII035YuvKmKapD X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-04-09_12,2024-04-09_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 mlxlogscore=961 clxscore=1015 mlxscore=0 suspectscore=0 phishscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 spamscore=0 priorityscore=1501 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2404010003 definitions=main-2404090137 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 09 Apr 2024 20:25:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/109882 From: Randy MacLeod Switch SRC_URI to https (yes, the URI still has ftp in the path!). Also drop the obsolete SRC_URI[md5sum]. Signed-off-by: Randy MacLeod --- meta-networking/recipes-support/pimd/pimd_2.3.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb index 2b622ae6d..647f9df51 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb @@ -4,10 +4,9 @@ SECTION = "net" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790" -SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.gz \ +SRC_URI = "https://ftp.troglobit.com/pimd/${BP}.tar.gz \ file://0001-configure-Dont-use-uname-to-determine-target-OS.patch \ " -SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60" SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d" EXTRA_OECONF:append:libc-musl = " --embedded-libc"