From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0EEF158095 for ; Wed, 5 Oct 2022 23:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E5FE08BD; Wed, 5 Oct 2022 23:21:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1195E08BD for ; Wed, 5 Oct 2022 23:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBBAE341047 for ; Wed, 5 Oct 2022 23:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184265F8 for ; Wed, 5 Oct 2022 23:21:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1665012006.def36f620116e0a80eac87c4a2ee535e4a95481b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild X-VCS-Directories: net-misc/netkit-bootpd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: def36f620116e0a80eac87c4a2ee535e4a95481b X-VCS-Branch: master Date: Wed, 5 Oct 2022 23:21:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cda77d2-a699-4761-bd61-8a84d3c13c75 X-Archives-Hash: bf043cb285233752b0a48c3148a6331b commit: def36f620116e0a80eac87c4a2ee535e4a95481b Author: Mike Gilbert gentoo org> AuthorDate: Wed Oct 5 23:20:06 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 23:20:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def36f62 net-misc/netkit-bootpd: update HOMEPAGE, SRC_URI Closes: https://bugs.gentoo.org/479646 Signed-off-by: Mike Gilbert gentoo.org> net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild index cb70f0e56efd..9cee1a5627b7 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ inherit toolchain-funcs MY_P=${P/netkit-} DESCRIPTION="Netkit - bootp" -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netboot/" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netboot/${MY_P}.tar.gz" +HOMEPAGE="http://ftp.linux.org.uk/pub/linux/Networking/netboot/" +SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netboot/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0"