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 41234158021 for ; Fri, 23 Dec 2022 12:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45EADE0794; Fri, 23 Dec 2022 12:17:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2AF49E0794 for ; Fri, 23 Dec 2022 12:17:05 +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 C850F340F88 for ; Fri, 23 Dec 2022 12:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C90477C for ; Fri, 23 Dec 2022 12:17:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671797789.0c5de5811c7db104203c65801120f7a496626521.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.86.0-r3.ebuild net-misc/curl/curl-7.87.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c5de5811c7db104203c65801120f7a496626521 X-VCS-Branch: master Date: Fri, 23 Dec 2022 12:17: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: f8e63a4d-b6cc-4f0f-8437-40c1476e1c85 X-Archives-Hash: f5b5f8e3a6b7e6f902c65371c983a006 commit: 0c5de5811c7db104203c65801120f7a496626521 Author: Sam James gentoo org> AuthorDate: Fri Dec 23 12:16:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 23 12:16:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5de581 net-misc/curl: fix HOMEPAGE + SRC_URI See https://daniel.haxx.se/blog/2020/11/04/the-journey-to-a-curl-domain/. Closes: https://bugs.gentoo.org/888069 Signed-off-by: Sam James gentoo.org> net-misc/curl/curl-7.86.0-r3.ebuild | 6 +++--- net-misc/curl/curl-7.87.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/curl/curl-7.86.0-r3.ebuild b/net-misc/curl/curl-7.86.0-r3.ebuild index afe53ed53409..08d3a7d0b137 100644 --- a/net-misc/curl/curl-7.86.0-r3.ebuild +++ b/net-misc/curl/curl-7.86.0-r3.ebuild @@ -6,9 +6,9 @@ EAPI="8" inherit autotools prefix multilib-minimal verify-sig DESCRIPTION="A Client that groks URLs" -HOMEPAGE="https://curl.haxx.se/" -SRC_URI="https://curl.haxx.se/download/${P}.tar.xz - verify-sig? ( https://curl.haxx.se/download/${P}.tar.xz.asc )" +HOMEPAGE="https://curl.se/" +SRC_URI="https://curl.se/download/${P}.tar.xz + verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )" LICENSE="curl" SLOT="0" diff --git a/net-misc/curl/curl-7.87.0.ebuild b/net-misc/curl/curl-7.87.0.ebuild index 128b0427d016..9e455b269cd4 100644 --- a/net-misc/curl/curl-7.87.0.ebuild +++ b/net-misc/curl/curl-7.87.0.ebuild @@ -6,9 +6,9 @@ EAPI="8" inherit autotools prefix multilib-minimal verify-sig DESCRIPTION="A Client that groks URLs" -HOMEPAGE="https://curl.haxx.se/" -SRC_URI="https://curl.haxx.se/download/${P}.tar.xz - verify-sig? ( https://curl.haxx.se/download/${P}.tar.xz.asc )" +HOMEPAGE="https://curl.se/" +SRC_URI="https://curl.se/download/${P}.tar.xz + verify-sig? ( https://curl.se/download/${P}.tar.xz.asc )" LICENSE="curl" SLOT="0"