From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6764EC4360F for ; Thu, 4 Apr 2019 00:22:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C29CA2082E for ; Thu, 4 Apr 2019 00:22:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=alliedtelesis.co.nz header.i=@alliedtelesis.co.nz header.b="ZrietX77" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726314AbfDDAWf (ORCPT ); Wed, 3 Apr 2019 20:22:35 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:54858 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbfDDAWf (ORCPT ); Wed, 3 Apr 2019 20:22:35 -0400 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id 2FFB4886BF for ; Thu, 4 Apr 2019 13:22:33 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1554337353; bh=R1dzCwKRBOwy7dsg9vrQi9DL/CczXTrz0ckTsYj6FjA=; h=From:To:CC:Subject:Date; b=ZrietX77w79NJ78mf1IHPSsyM0dTvfF97c2o7uMio3047u7DS+9wXy8d6450V6BGh bscNoYH/QMxg8+0eXYGgGn8hCnsehGC+sUloykPkmlrPo3BdvcVgYPXNz8plS0arDH sOv+XLsOcYTpMh8NuTxGr1NOKjeyoUhu71JzVQzm/iI2NsocaNKIDaudav2ULWugxm 6LLlcklOYqg25kDgqJzf8416h5SG+Dowb64G078Ah+4Br9KhPDXurt3mTU5P6pgUwK tg1oh1C9eW8kooJx1hZu7NulAOROohpTj9CF/ZXL7xLVVkExm8gHWFP/CVR6RCkkNI lAlpf3IjJ6bIQ== Received: from svr-chch-ex1.atlnz.lc (Not Verified[10.32.16.77]) by mmarshal3.atlnz.lc with Trustwave SEG (v7,5,8,10121) id ; Thu, 04 Apr 2019 13:22:32 +1300 Received: from svr-chch-ex1.atlnz.lc (2001:df5:b000:bc8:409d:36f5:8899:92e8) by svr-chch-ex1.atlnz.lc (2001:df5:b000:bc8:409d:36f5:8899:92e8) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Thu, 4 Apr 2019 13:22:33 +1300 Received: from svr-chch-ex1.atlnz.lc ([fe80::409d:36f5:8899:92e8]) by svr-chch-ex1.atlnz.lc ([fe80::409d:36f5:8899:92e8%12]) with mapi id 15.00.1156.000; Thu, 4 Apr 2019 13:22:33 +1300 From: Chris Packham To: "netdev@vger.kernel.org" , "david.heidelberger@ixit.cz" CC: Graph Worlok , "noahm@debian.org" , Darwin Dingel , "Hamish Martin" Subject: Canonical source for iputils Thread-Topic: Canonical source for iputils Thread-Index: AQHU6nx+IXUnP1MwZ0qsFEWOVq+5EA== Date: Thu, 4 Apr 2019 00:22:32 +0000 Message-ID: <6668d0b648674863ad77a3de6ca170bb@svr-chch-ex1.atlnz.lc> Accept-Language: en-NZ, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [2001:df5:b000:22:3a2c:4aff:fe70:2b02] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi,=0A= =0A= I'm exercising a bit of paranoia trying to find the canonical source for = =0A= iputils.=0A= =0A= Our internal build system is currently been pointing to skbuff.net[1]. =0A= This appears to now be out of date there hasn't been a new tarball since = =0A= December 2015.=0A= =0A= It looks like the tarballs have moved to github[2]. Given the recent =0A= name/typo squatting efforts on npm/pypi it makes me a little nervous to =0A= see an iputils organization with a single member and a single =0A= repository, but then again that's no different to skbuff.net being =0A= someones personal site.=0A= =0A= Debian has it's own mirror[3]. But it does mention the github repo[1] in = =0A= debian/copyright. Buildroot[4] seems to point to the github one so that =0A= gives me some confidence in it's legitimacy.=0A= =0A= Finally I managed to find an announcement email on the netdev list[5] =0A= that suggest the github repo was at least announced.=0A= =0A= Is there any true source endorsed by the netdev project?=0A= =0A= Thanks,=0A= Chris=0A= --=0A= [1] - http://www.skbuff.net/iputils/=0A= [2] - https://github.com/iputils/iputils=0A= [3] - https://salsa.debian.org/debian/iputils=0A= [4] - https://git.busybox.net/buildroot/tree/package/iputils/iputils.mk=0A= [5] - https://marc.info/?l=3Dlinux-netdev&m=3D139816495412457&w=3D2=0A=