From owner-svn-ports-all@freebsd.org Tue Jan 26 23:45:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A303A6FBCA; Tue, 26 Jan 2016 23:45:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1D8B681; Tue, 26 Jan 2016 23:44:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QNiwiX014765; Tue, 26 Jan 2016 23:44:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QNiwgW014763; Tue, 26 Jan 2016 23:44:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601262344.u0QNiwgW014763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 26 Jan 2016 23:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407329 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 23:45:00 -0000 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