diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-27 07:44:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-27 07:44:58 +0800 |
commit | beb7c611e5705d90db37475c1aa0d5a93e27ffed (patch) | |
tree | 169621667ec7f978742300fd62b768783680b757 /ports-mgmt | |
parent | fbc7c85ad88d0a2338f9c37a60af0fbe66a7736c (diff) | |
download | freebsd-ports-gnome-beb7c611e5705d90db37475c1aa0d5a93e27ffed.tar.gz freebsd-ports-gnome-beb7c611e5705d90db37475c1aa0d5a93e27ffed.tar.zst freebsd-ports-gnome-beb7c611e5705d90db37475c1aa0d5a93e27ffed.zip |
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index d0d9436f2585..fcc1a4c759e9 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index f56315efa9e2..226df16a5a91 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -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 |