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:
Jeremi Piotrowski 2024-07-29 10:46:17 +02:00 committed by GitHub
commit 38f9638a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"