commit: a36e2db5c570f3862f4a86b9e35895b652a3525a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 23 00:49:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 01:31:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36e2db5
sys-apps/file: update SRC_URI (ftp->http) As reported by radhermit. Bug: https://bugs.gentoo.org/937512 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/file/file-5.45-r4.ebuild | 4 ++-- sys-apps/file/file-5.46-r2.ebuild | 4 ++-- sys-apps/file/file-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/file/file-5.45-r4.ebuild b/sys-apps/file/file-5.45-r4.ebuild index a370d9cada84..d84acc4be1fd 100644 --- a/sys-apps/file/file-5.45-r4.ebuild +++ b/sys-apps/file/file-5.45-r4.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == 9999 ]] ; then else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc inherit autotools verify-sig - SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" - SRC_URI+=" verify-sig? ( ftp://ftp.astron.com/pub/file/${P}.tar.gz.asc )" + SRC_URI="http://ftp.astron.com/pub/file/${P}.tar.gz" + SRC_URI+=" verify-sig? ( http://ftp.astron.com/pub/file/${P}.tar.gz.asc )" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/sys-apps/file/file-5.46-r2.ebuild b/sys-apps/file/file-5.46-r2.ebuild index 465a0f65082e..ae069ac59ed9 100644 --- a/sys-apps/file/file-5.46-r2.ebuild +++ b/sys-apps/file/file-5.46-r2.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == 9999 ]] ; then else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc inherit libtool verify-sig - SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" - SRC_URI+=" verify-sig? ( ftp://ftp.astron.com/pub/file/${P}.tar.gz.asc )" + SRC_URI="http://ftp.astron.com/pub/file/${P}.tar.gz" + SRC_URI+=" verify-sig? ( http://ftp.astron.com/pub/file/${P}.tar.gz.asc )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index a7e1425f1fc7..235a8c9910ed 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == 9999 ]] ; then else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc inherit libtool verify-sig - SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz" - SRC_URI+=" verify-sig? ( ftp://ftp.astron.com/pub/file/${P}.tar.gz.asc )" + SRC_URI="http://ftp.astron.com/pub/file/${P}.tar.gz" + SRC_URI+=" verify-sig? ( http://ftp.astron.com/pub/file/${P}.tar.gz.asc )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
