summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-11-07 11:21:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-11-07 11:21:08 +0000
commit3e03c24778114507c7f2efed2d19558ef686b639 (patch)
treeabed0f0906c599b38707a26135e63968dad1f77a /etc
parent912a6a5027b19a599d1cb965f0819a496d453f51 (diff)
downloadFreeBSD-src-3e03c24778114507c7f2efed2d19558ef686b639.zip
FreeBSD-src-3e03c24778114507c7f2efed2d19558ef686b639.tar.gz
MFC r257667:
Enable fingerprint checking as the currently known fingerprint has an uploaded signature on all mirrors. Approved by: bapt Approved by: re (gjb)
Diffstat (limited to 'etc')
-rw-r--r--etc/pkg/FreeBSD.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkg/FreeBSD.conf b/etc/pkg/FreeBSD.conf
index 47dbd1a..4e5c6a9 100644
--- a/etc/pkg/FreeBSD.conf
+++ b/etc/pkg/FreeBSD.conf
@@ -2,7 +2,7 @@
FreeBSD: {
url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
mirror_type: "srv",
- signature_type: "none",
+ signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: "yes"
}
OpenPOWER on IntegriCloud