svn commit: r257159 - head/etc/pkg

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 26 14:19:58 UTC 2013


Author: bdrewery (ports committer)
Date: Sat Oct 26 14:19:57 2013
New Revision: 257159
URL: http://svnweb.freebsd.org/changeset/base/257159

Log:
  Disable fingerprint checking for now as the pkg repository mirrors will
  not receive the signature until later this week.
  
  Approved by:	bapt

Modified:
  head/etc/pkg/FreeBSD.conf

Modified: head/etc/pkg/FreeBSD.conf
==============================================================================
--- head/etc/pkg/FreeBSD.conf	Sat Oct 26 13:38:49 2013	(r257158)
+++ head/etc/pkg/FreeBSD.conf	Sat Oct 26 14:19:57 2013	(r257159)
@@ -2,7 +2,7 @@
 FreeBSD: {
   url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
   mirror_type: "srv",
-  signature_type: "fingerprints",
+  signature_type: "none",
   fingerprints: "/etc/keys/pkg",
   enabled: "yes"
 }


More information about the svn-src-all mailing list