]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/commit
Add pkg bootstrapping, configuration and public keys. [EN-14:03]
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 May 2014 23:24:14 +0000 (23:24 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 May 2014 23:24:14 +0000 (23:24 +0000)
commitcc3aed34496bc82e491b6400a90811d4a317869e
tree02694813397ceb6b3b503b65f156631bfd7b3c65
parent9c5d2006e1a7628d0c44eadbb53119191c5c4015
Add pkg bootstrapping, configuration and public keys. [EN-14:03]
Improve build repeatability for kldxref(8). [EN-14:04]
Fix data corruption with ciss(4). [EN-14:05]

Approved by: so

git-svn-id: svn://svn.freebsd.org/base/releng/9.2@265988 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
16 files changed:
UPDATING
etc/Makefile
etc/mtree/BSD.root.dist
etc/mtree/BSD.usr.dist
etc/pkg/FreeBSD.conf [new file with mode: 0644]
etc/pkg/Makefile [new file with mode: 0644]
share/Makefile
share/keys/Makefile [new file with mode: 0644]
share/keys/pkg/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/pkg.freebsd.org.2013102301 [new file with mode: 0644]
share/man/man7/hier.7
sys/conf/newvers.sh
sys/dev/ciss/ciss.c
usr.sbin/kldxref/kldxref.c
usr.sbin/pkg/pkg.c