mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Merge pull request #2170 from flatcar/jepio/switch-nss-to-https
app-misc/ca-certificates: Switch to https protocol in SRC_URI
This commit is contained in:
commit
38f9638a72
@ -13,7 +13,7 @@ S="${WORKDIR}"
|
|||||||
|
|
||||||
DESCRIPTION="Mozilla's CA Certificate Store"
|
DESCRIPTION="Mozilla's CA Certificate Store"
|
||||||
HOMEPAGE="http://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
|
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
|
# NSS is licensed under the MPL, files/certdata2pem.py is GPL
|
||||||
LICENSE="MPL-2.0 GPL-2"
|
LICENSE="MPL-2.0 GPL-2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user