mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
d557a86c87
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
16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
#
|
|
# To disable this repository, instead of modifying or removing this file,
|
|
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
|
|
#
|
|
# mkdir -p /usr/local/etc/pkg/repos
|
|
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
|
|
#
|
|
|
|
FreeBSD: {
|
|
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
|
|
mirror_type: "srv",
|
|
signature_type: "fingerprints",
|
|
fingerprints: "/usr/share/keys/pkg",
|
|
enabled: yes
|
|
}
|