svn commit: r257667 - head/etc/pkg
Bryan Drewery
bdrewery at FreeBSD.org
Tue Nov 5 02:20:50 UTC 2013
Author: bdrewery (ports committer)
Date: Tue Nov 5 02:20:49 2013
New Revision: 257667
URL: http://svnweb.freebsd.org/changeset/base/257667
Log:
Enable fingerprint checking as the currently known
fingerprint has an uploaded signature on all mirrors.
Approved by: bapt
MFC after: 2 days
Modified:
head/etc/pkg/FreeBSD.conf
Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf Tue Nov 5 01:06:22 2013 (r257666)
+++ head/etc/pkg/FreeBSD.conf Tue Nov 5 02:20:49 2013 (r257667)
@@ -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"
}
More information about the svn-src-head
mailing list