[PC-BSD Commits] r21272 - in pcbsd/current/src-sh: pc-extractoverlay/desktop-overlay/usr/local/etc pc-updatemanager
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 31 12:27:06 PST 2013
Author: kris
Date: 2013-01-31 20:27:06 +0000 (Thu, 31 Jan 2013)
New Revision: 21272
Added:
pcbsd/current/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg-pubkey.cert
Modified:
pcbsd/current/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg.conf
pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
Log:
Add our public key for verifying the signatures of pkgs in pkgng repo
Modified: pcbsd/current/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg.conf
===================================================================
--- pcbsd/current/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg.conf 2013-01-31 19:55:24 UTC (rev 21271)
+++ pcbsd/current/src-sh/pc-extractoverlay/desktop-overlay/usr/local/etc/pkg.conf 2013-01-31 20:27:06 UTC (rev 21272)
@@ -1,2 +1,3 @@
packagesite: http://getmirror.pcbsd.org/packages/ARCH/VERSION
HTTP_MIRROR: http
+PUBKEY: /usr/local/etc/pkg-pubkey.cert
Modified: pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager
===================================================================
--- pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-01-31 19:55:24 UTC (rev 21271)
+++ pcbsd/current/src-sh/pc-updatemanager/pc-updatemanager 2013-01-31 20:27:06 UTC (rev 21272)
@@ -382,6 +382,7 @@
local arch=`uname -m`
echo "packagesite: http://getmirror.pcbsd.org/packages/$ARCH/$rel" >/usr/local/etc/pkg.conf
echo "HTTP_MIRROR: http" >>/usr/local/etc/pkg.conf
+ echo "PUBKEY: /usr/local/etc/pkg-pubkey.cert" >>/usr/local/etc/pkg.conf
# Now its time to force a pkg-update of all packages to their new FreeBSD compiled versions
pc-updatemanager pkgupdate -f
More information about the Commits
mailing list