1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.6.3

Changes:
- Allow to limit the valid url scheme in pkg.conf
- Add support for SOURCE_DATE_EPOCH: https://reproducible-builds.org/specs/source-date-epoch/
- Fix pkg check -d
- Fix testsuite with kyua 0.12
- Fix completion on pkg info -l
- Reduce te probability to get an infinite loop on pkg version check
- Fix pkg version -q
- Update libfetch to the latest version from head
- Debug mode is now verbose when fetching
- Fix segfault with empty HTTP_USER_AGENT
- Fix segfault when parsing invalid URL
- Fix build on OS X
- Better error reporint on issue during pkg create

Note that this release will be merged to quarterly branch in 10 days
This commit is contained in:
Baptiste Daroussin 2016-01-26 23:44:58 +00:00
parent e3189e2bdd
commit e13581d0d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407329
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.6.2
DISTVERSION= 1.6.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \

View File

@ -1,2 +1,2 @@
SHA256 (pkg-1.6.2.tar.xz) = aeb9050619707da8b0a89033e23a01682fc73606accccef042c0a5d8b364366b
SIZE (pkg-1.6.2.tar.xz) = 1898592
SHA256 (pkg-1.6.3.tar.xz) = 90af4191312829c7d7722f73867b75a2056e8462ebd9a1b9c529058e82fca829
SIZE (pkg-1.6.3.tar.xz) = 1930504