From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05084158088 for ; Tue, 04 Nov 2025 12:27:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC26734106A for ; Tue, 04 Nov 2025 12:27:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5CE65110573; Tue, 04 Nov 2025 12:27:45 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 530AF110573 for ; Tue, 04 Nov 2025 12:27:45 +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 0D75F340F7D for ; Tue, 04 Nov 2025 12:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 734B43BB5 for ; Tue, 04 Nov 2025 12:27:43 +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: <1762259194.b009f0696f1b3e1ab8dcb4b87a811188471605bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-make/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild X-VCS-Directories: gnustep-base/gnustep-make/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b009f0696f1b3e1ab8dcb4b87a811188471605bc X-VCS-Branch: master Date: Tue, 04 Nov 2025 12:27:43 +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: b3867041-4ef6-4848-b9e6-75f8dc8fb94b X-Archives-Hash: 7701bfbcbb7282a962ea101bacf47494 commit: b009f0696f1b3e1ab8dcb4b87a811188471605bc Author: Alfred Wingate protonmail com> AuthorDate: Mon Oct 27 09:08:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 4 12:26:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b009f069 gnustep-base/gnustep-make: update SRC_URI (FTP->HTTPS) Fixes: d7552dce2ba8d05735933570a064d725ca784030 See-Also: 6fc85d754fffe34f6920edf4ca21885d5fe0fec5 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44330 Signed-off-by: Sam James gentoo.org> gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild index 9d96967e4277..3f647e509076 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.3.ebuild @@ -6,7 +6,7 @@ inherit flag-o-matic gnustep-base prefix toolchain-funcs DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="https://gnustep.github.io" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"