pkg: use https by default

Switch the repository to use https by default, base is providing a CA
root bundle suitable to validate the certificates used by the project.
This can now be activated without requiring another packages to be installed

Reviewed by:		emaste
Differential Revision:	https://reviews.freebsd.org/D40473
This commit is contained in:
Baptiste Daroussin 2023-06-08 23:37:58 +02:00
parent f0e59b6903
commit d557a86c87
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",

View file

@ -7,7 +7,7 @@
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",