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"
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to