git: c01ee3f8592b - stable/14 - pkg: use https by default

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 04 Dec 2023 10:24:28 UTC
The branch stable/14 has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=c01ee3f8592bb62146774d912d2a0d7798ed9904

commit c01ee3f8592bb62146774d912d2a0d7798ed9904
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-06-08 21:37:58 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-12-04 10:20:56 +0000

    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)
---
 usr.sbin/pkg/FreeBSD.conf.latest    | 2 +-
 usr.sbin/pkg/FreeBSD.conf.quarterly | 2 +-
 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",