]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r256770,r257142,r257145,r257146,r257147,r257148,
authorbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Oct 2013 18:36:44 +0000 (18:36 +0000)
committerbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Oct 2013 18:36:44 +0000 (18:36 +0000)
commit68a865530b8659d01bbb4bc1b2f005ae0e9f1059
treef40ea8ace6b95a21e03808d27d810254044c9a8f
parent4f2efbab9981b34c41fd3233482ec6856ad89b46
MFC: r256770,r257142,r257145,r257146,r257147,r257148,
     r257149,r257150,r257158,r257159,r257164,r257168,
     r257193

  - Support checking signature for pkg bootstrap from remote
    and for 'pkg add ./pkg.txz'

  - Be verbose on where pkg is being bootstrapped from.

  - Add support for reading configuration files from /etc/pkg.
    For now only /etc/pkg/FreeBSD.conf is supported.

  - Add test package signing key fingerprint into /etc/keys/pkg/trusted.

  - Disable fingerprint checking by default for now as the official
    packages are not yet signed.

Approved by: bapt
Approved by: re (glebius)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257353 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
etc/Makefile
etc/keys/Makefile [new file with mode: 0644]
etc/keys/pkg/Makefile [new file with mode: 0644]
etc/keys/pkg/trusted/Makefile [new file with mode: 0644]
etc/keys/pkg/trusted/pkg.freebsd.org.2013102301 [new file with mode: 0644]
etc/mtree/BSD.root.dist
etc/pkg/FreeBSD.conf [new file with mode: 0644]
etc/pkg/Makefile [new file with mode: 0644]
share/man/man7/hier.7
usr.sbin/pkg/Makefile
usr.sbin/pkg/config.c
usr.sbin/pkg/config.h
usr.sbin/pkg/pkg.c