mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
app-misc/ca-certificates: Switch to https protocol in SRC_URI
Ftp access appears to have been decommissioned (access times out) so switch to the https mirror that Mozilla provides. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
6428c9ed00
commit
417790ff0d
@ -13,7 +13,7 @@ S="${WORKDIR}"
|
||||
|
||||
DESCRIPTION="Mozilla's CA Certificate Store"
|
||||
HOMEPAGE="http://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
|
||||
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${MY_P}.tar.gz"
|
||||
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${MY_P}.tar.gz"
|
||||
|
||||
# NSS is licensed under the MPL, files/certdata2pem.py is GPL
|
||||
LICENSE="MPL-2.0 GPL-2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user