Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 23:44:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407329 - head/ports-mgmt/pkg
Message-ID:  <201601262344.u0QNiwgW014763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 26 23:44:58 2016
New Revision: 407329
URL: https://svnweb.freebsd.org/changeset/ports/407329

Log:
  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

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Jan 26 23:35:32 2016	(r407328)
+++ head/ports-mgmt/pkg/Makefile	Tue Jan 26 23:44:58 2016	(r407329)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.2
+DISTVERSION=	1.6.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Jan 26 23:35:32 2016	(r407328)
+++ head/ports-mgmt/pkg/distinfo	Tue Jan 26 23:44:58 2016	(r407329)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601262344.u0QNiwgW014763>