commit: c14704c3afdbd44b3211641528c0fcdf53bf2401 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Jul 3 10:09:24 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Jul 3 10:13:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14704c3
net-misc/tigervnc: update SRC_URI Replace ftp link with https. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild | 4 ++-- net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild | 2 +- net-misc/tigervnc/tigervnc-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild index 8268a5a44c3a..c3a86b59a098 100644 --- a/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild +++ b/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ XSERVER_PATCH_VERSION="21" DESCRIPTION="Remote desktop viewer display system" HOMEPAGE="https://tigervnc.org" -SRC_URI="server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" +SRC_URI="server? ( https://www.x.org/releases/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" if [[ ${PV} == *9999 ]]; then inherit git-r3 diff --git a/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild index 338ad9104a58..09c55abe4bce 100644 --- a/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild @@ -11,7 +11,7 @@ XSERVER_PATCH_VERSION="21" DESCRIPTION="Remote desktop viewer display system" HOMEPAGE="https://tigervnc.org" -SRC_URI="server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" +SRC_URI="server? ( https://www.x.org/releases/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" if [[ ${PV} == *9999 ]]; then inherit git-r3 diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild b/net-misc/tigervnc/tigervnc-9999.ebuild index 097cad51b9fb..b64c9e5434d5 100644 --- a/net-misc/tigervnc/tigervnc-9999.ebuild +++ b/net-misc/tigervnc/tigervnc-9999.ebuild @@ -11,7 +11,7 @@ XSERVER_PATCH_VERSION="21" DESCRIPTION="Remote desktop viewer display system" HOMEPAGE="https://tigervnc.org" -SRC_URI="server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" +SRC_URI="server? ( https://www.x.org/releases/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )" if [[ ${PV} == *9999 ]]; then inherit git-r3
