Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 23:08:05 +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: r362996 - head/ports-mgmt/pkg
Message-ID:  <201407262308.s6QN85Od018020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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