Date: Tue, 5 Aug 2014 14:56:44 +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: r364113 - head/ports-mgmt/pkg Message-ID: <53e0f0ad.5847.5faaa40c@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Aug 5 14:56:44 2014 New Revision: 364113 URL: http://svnweb.freebsd.org/changeset/ports/364113 QAT: https://qat.redports.org/buildarchive/r364113/ Log: Update to 1.3.5 Changes: - Fix progress bars when not in a tty to give output - Dragonfly fixes - Multiple fixes in @keywords(user,group,mode) support - Important fixes in repo incremental updates - Fix pkg audit not returning an error in case of vulneraibilities found (making periodic script not working) - Ignore sigpipe - Make the read lock now no op - Directories can be listed in the plist like files they will be considered like @dirrmtry - Very important refactor and fixes in the solver making the whole code more manageable: - This fixes multirepo support - Fixes missed upgrades - Fix pkg rquery -e with complex (%#r for example) queries - Fix pkg upgrade -f Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Aug 5 14:56:15 2014 (r364112) +++ head/ports-mgmt/pkg/Makefile Tue Aug 5 14:56:44 2014 (r364113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.4 +DISTVERSION= 1.3.5 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Aug 5 14:56:15 2014 (r364112) +++ head/ports-mgmt/pkg/distinfo Tue Aug 5 14:56:44 2014 (r364113) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.4.tar.xz) = 5be0fae731bbc51c3bb7d5419eaa813cb7fc792a397909a18c90248b9ff42b9e -SIZE (pkg-1.3.4.tar.xz) = 1731340 +SHA256 (pkg-1.3.5.tar.xz) = 7640ca19bbb156db993ffc1d62de3dec0913c1f922fbe627355b48572e3e1cb8 +SIZE (pkg-1.3.5.tar.xz) = 1735432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0f0ad.5847.5faaa40c>