svn commit: r257794 - stable/10/etc/pkg

Bryan Drewery bdrewery at FreeBSD.org
Thu Nov 7 11:21:09 UTC 2013


Author: bdrewery (ports committer)
Date: Thu Nov  7 11:21:08 2013
New Revision: 257794
URL: http://svnweb.freebsd.org/changeset/base/257794

Log:
  MFC r257667:
  
    Enable fingerprint checking as the currently known
    fingerprint has an uploaded signature on all mirrors.
  
  Approved by:	bapt
  Approved by:	re (gjb)

Modified:
  stable/10/etc/pkg/FreeBSD.conf
Directory Properties:
  stable/10/etc/   (props changed)

Modified: stable/10/etc/pkg/FreeBSD.conf
==============================================================================
--- stable/10/etc/pkg/FreeBSD.conf	Thu Nov  7 11:20:50 2013	(r257793)
+++ stable/10/etc/pkg/FreeBSD.conf	Thu Nov  7 11:21:08 2013	(r257794)
@@ -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-all mailing list