From owner-svn-ports-head@FreeBSD.ORG Sat Jul 26 23:08:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8AFAAC5; Sat, 26 Jul 2014 23:08:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BCA182AB7; Sat, 26 Jul 2014 23:08:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6QN85ue018023; Sat, 26 Jul 2014 23:08:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6QN85Od018020; Sat, 26 Jul 2014 23:08:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407262308.s6QN85Od018020@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 26 Jul 2014 23:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362996 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 23:08:06 -0000 Author: bapt Date: Sat Jul 26 23:08:04 2014 New Revision: 362996 URL: http://svnweb.freebsd.org/changeset/ports/362996 QAT: https://qat.redports.org/buildarchive/r362996/ Log: Update to 1.3.1 Changes: - Add a WORKERS_COUNT option to limit the number of workers used during pkg repo - Fix pkg repo hanging on FreeBSD 8 and 9 - Fix migration of local database from 1.2 to 1.3 which was resetting the installation time - Print the repository in search informations - Ignore meta file when rebuilding a repository - Lots of fixes in libucl - Fix pkg info -R to generate a valid yaml - Accept empty pkg.conf files - Accept empty repository configuration files - Fix pkg.conf reading so keys are now case insensitive again - Blog sigalarn when reading passphrase allowing to sign packages with a passphrase protected key - Install again zsh completion as _pkg instead of _pkg.zsh - Rework the upgrade/install procedure so it doesn't leave files behind anymore and properly runs scripts - Install periodic scripts with an executable bit - Speed up pkg version without INDEX - Preserve automatic flag on forced upgrade/reinstall - Fix memory corruption on reinstall Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo head/ports-mgmt/pkg/pkg-plist Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat Jul 26 22:43:26 2014 (r362995) +++ head/ports-mgmt/pkg/Makefile Sat Jul 26 23:08:04 2014 (r362996) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sat Jul 26 22:43:26 2014 (r362995) +++ head/ports-mgmt/pkg/distinfo Sat Jul 26 23:08:04 2014 (r362996) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.tar.xz) = 6d3001cdd605e6e3c15e686370cbeea999a5f19e72fd7f26e8af92ed2e2c2a01 -SIZE (pkg-1.3.0.tar.xz) = 1729104 +SHA256 (pkg-1.3.1.tar.xz) = 5f1d620251774c54dc06468f7b5332186b20e1bdd52eed2cc5a02e7d2bde0fe0 +SIZE (pkg-1.3.1.tar.xz) = 1702492 Modified: head/ports-mgmt/pkg/pkg-plist ============================================================================== --- head/ports-mgmt/pkg/pkg-plist Sat Jul 26 22:43:26 2014 (r362995) +++ head/ports-mgmt/pkg/pkg-plist Sat Jul 26 23:08:04 2014 (r362996) @@ -52,7 +52,7 @@ man/man8/pkg.8.gz sbin/pkg sbin/pkg-static sbin/pkg2ng -share/zsh/site-functions/_pkg.zsh +share/zsh/site-functions/_pkg @dirrmtry etc/bash_completion.d @dirrmtry etc/periodic/daily @dirrmtry etc/periodic/security