Date: Sat, 26 Oct 2013 14:19:57 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257159 - head/etc/pkg Message-ID: <201310261419.r9QEJvJC093466@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261419.r9QEJvJC093466>