History log of /freebsd/usr.sbin/pkg/pkg.c (Results 76 – 100 of 140)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d8cfb943 24-Feb-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Remove a useless newline, warnx already appends a newline


# 89262015 24-Feb-2014 Dimitry Andric <dim@FreeBSD.org>

Merge from head up to r262415.


# 0ad5dbac 23-Feb-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Update my copyright


# 8a7d859e 23-Feb-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Switch pkg(7) from libyaml to libucl


# 5748b897 19-Feb-2014 Martin Matuska <mm@FreeBSD.org>

Merge head up to r262222 (last merge was incomplete).


# 485ac45a 04-Feb-2014 Peter Grehan <grehan@FreeBSD.org>

MFC @ r259205 in preparation for some SVM updates. (for real this time)


Revision tags: release/10.0.0
# 1efc8970 23-Dec-2013 Baptiste Daroussin <bapt@FreeBSD.org>

Fix yet another typo

Reported by: kib


# e9d9ee52 23-Dec-2013 Baptiste Daroussin <bapt@FreeBSD.org>

Fix typos

Reported by: bryanv


# 575c4095 23-Dec-2013 Baptiste Daroussin <bapt@FreeBSD.org>

Do not print a question in non-interractive mode but explain why boostrapping
has failed and how to allow it to happen

Reported by: jmmv


# d8d2111e 25-Nov-2013 Baptiste Daroussin <bapt@FreeBSD.org>

Do not create pkg.conf, as it is not necessary anymore and packagesite is deprecated

Reported by: glebius
MFC after: 3 days


# 654957c2 19-Nov-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head up to r258343.


# 46b67ede 16-Nov-2013 Baptiste Daroussin <bapt@FreeBSD.org>

argc is now used

MFC after: 2 days


# 0e088eec 11-Nov-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Remove useless checks for NULL pointer before free(3)

Reported by: eadler
Approved by: eadler


# 50d3286d 11-Nov-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r232040 through r258006.


# d2201d13 11-Nov-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Do not use just freed memory.

Sponsored by: Nginx, Inc.


# 5494cb5f 05-Nov-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Remove condition which can never be true as the previous loop
is never exited while remote == NULL.

Reported by: Coverity
Approved by: bapt
MFC after: 2 days


# 5212e8ba 01-Nov-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Add -f support to 'pkg bootstrap' and 'pkg add' to force installation
of pkg(8) even if already installed.

This is useful if you somehow messup pkg(8) and need to reinstall from
remote with it alrea

Add -f support to 'pkg bootstrap' and 'pkg add' to force installation
of pkg(8) even if already installed.

This is useful if you somehow messup pkg(8) and need to reinstall from
remote with it already being registered in the pkg(8) /var/db/pkg database.

Also add some sanity checks to 'pkg add'.

Approved by: bapt
MFC after: 2 days

show more ...


# f9b2a21c 31-Oct-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r232040 through r257457.
M usr.sbin/portsnap/portsnap/portsnap.8
M usr.sbin/portsnap/portsnap/portsnap.sh
M usr.sbin/tcpdump/tcpdump/Makefile


# c3e8a27a 30-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Add a 'pkg bootstrap' command which will bootstrap pkg(8) without
forwarding any command to it after installation.

This is useful if the only goal is to install pkg(8) without any extra
output.

Req

Add a 'pkg bootstrap' command which will bootstrap pkg(8) without
forwarding any command to it after installation.

This is useful if the only goal is to install pkg(8) without any extra
output.

Requested by: cperciva
Approved by: bapt
MFC after: 2 days

show more ...


# c2788c07 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Fix build with GCC.

BIO_new_mem_buf takes a void* buf, but internally it never modifies the
buf. It assigns the buffer to another pointer and then marks it as
read-only. So deconsting it should be s

Fix build with GCC.

BIO_new_mem_buf takes a void* buf, but internally it never modifies the
buf. It assigns the buffer to another pointer and then marks it as
read-only. So deconsting it should be safe here.

Also fix warning about 'buf' possibly being unused in parse_cert()

Approved by: bapt
MFC after: 2 days
X-MFC-With: r257147

show more ...


# 52cb76fe 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Add support to check the signature of a local pkg.txz file being
added with "pkg add". If the pkg.conf is configured to check for
signature, then the pkg.txz.sig file will be expected and validated
p

Add support to check the signature of a local pkg.txz file being
added with "pkg add". If the pkg.conf is configured to check for
signature, then the pkg.txz.sig file will be expected and validated
per r257147

Approved by: bapt
MFC after: 2 days

show more ...


# 516aaf7c 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Tell which fingerprint pkg is being validated against.

Approved by: bapt
MFC after: 2 days


# f12db248 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Support checking signature for pkg bootstrap.

If the pkg.conf is configured with SIGNATURE_TYPE: FINGERPRINTS,
and FINGERPRINTS: /etc/keys/pkg then a pkg.sig file is fetched along
with pkg.txz. The

Support checking signature for pkg bootstrap.

If the pkg.conf is configured with SIGNATURE_TYPE: FINGERPRINTS,
and FINGERPRINTS: /etc/keys/pkg then a pkg.sig file is fetched along
with pkg.txz. The signature contains the signature provided by the
signing server, and the public key. The .sig is the exact output
from the signing server in the following format:

SIGNATURE
<openssl signed>
CERT
<rsa public key>
END

The signature is verified with the following logic:

- If the .sig file is missing, it fails.
- If the .sig doesn't validate, it fails.
- If the public key in the .sig is not in the known trusted fingerprints,
it fails.
- If the public key is in the revoked key list, it fails.

Approved by: bapt
MFC after: 2 days
Discussed by: bapt with des, jonathan, gavin

show more ...


# 95073c2d 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Be verbose and tell where pkg(8) is being bootstrapped from.

Approved by: bapt
MFC after: 2 days


# 4ff9a7ef 26-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Wrap long lines

Approved by: bapt
MFC after: 2 days


123456