History log of /freebsd-9.3-release/usr.sbin/pkg/dns_utils.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 263038 11-Mar-2014 bapt

MFC: r241737,r246790,r247060,r247841,r248033,r248133,r255468,r256450,r256770
r256971,r256978,r257051,r257142,r257145,r257146,r257147,r257148,r257149
r257158,r257193,r257377,r257378,r257400,r257505,r257668,r257701,r257945
r258020,r258226,r258348,r258550,r259266,r259773,r259774,r259775,r262400
r262401,r262419

Sync pkg(7) with head:
- signature checking
- respecting and reading repository configurations
- support pkg bootstrap -f

Direct modifications:
- Support old libarchive
- Support old openssl API
- Define non yet existing elf macros


# 252216 25-Jun-2013 bapt

MFC r251560

Fix a bad calloc(3) call


# 245609 18-Jan-2013 bapt

MFC: r245412
Directly uses calloc(3) instread of malloc(3) + memset(3)

Reported by: Jeremy Chadwick <jdc@koitsu.org>


# 245394 13-Jan-2013 bapt

MFC: r243883

if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records and
use them if any. It allows the bootstrap to use directly pkg.FreeBSD.org instead
of pkgbeta.FreeBSD.org


# 243883 05-Dec-2012 bapt

if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records and
use them if any. It allows the bootstrap to use directly pkg.FreeBSD.org instead
of pkgbeta.FreeBSD.org

MFC after: 1 month