aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-06-08 21:37:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-12-04 10:20:56 +0000
commitc01ee3f8592bb62146774d912d2a0d7798ed9904 (patch)
treef2c2b891893c7b7b77a9104056880a175caa40ac
parent8b2cfd9d19b98e0a6bae8a8a86e13f4a0108027c (diff)
downloadsrc-c01ee3f8592bb62146774d912d2a0d7798ed9904.tar.gz
src-c01ee3f8592bb62146774d912d2a0d7798ed9904.zip
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 (cherry picked from commit d557a86c879a8515d59e8380b083b2265e9a3547)
-rw-r--r--usr.sbin/pkg/FreeBSD.conf.latest2
-rw-r--r--usr.sbin/pkg/FreeBSD.conf.quarterly2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg/FreeBSD.conf.latest b/usr.sbin/pkg/FreeBSD.conf.latest
index 3f0c4a6243cb..a75b0703386f 100644
--- a/usr.sbin/pkg/FreeBSD.conf.latest
+++ b/usr.sbin/pkg/FreeBSD.conf.latest
@@ -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",
diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly
index 31dc1bde8c2a..645053820dda 100644
--- a/usr.sbin/pkg/FreeBSD.conf.quarterly
+++ b/usr.sbin/pkg/FreeBSD.conf.quarterly
@@ -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",