Skip to content

Commit

Permalink
Update to 1.6.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Jan 26, 2016
1 parent 787985c commit 364bf01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= pkg
DISTVERSION= 1.6.2
DISTVERSION= 1.6.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Expand Down
4 changes: 2 additions & 2 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 364bf01

Please sign in to comment.