Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 22:25:16 +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: r393982 - head/ports-mgmt/pkg-devel
Message-ID:  <201508112225.t7BMPGk2070824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Aug 11 22:25:15 2015
New Revision: 393982
URL: https://svnweb.freebsd.org/changeset/ports/393982

Log:
  Update to 1.5.99.7
  Changes:
  - Use mmap with sqlite during pkg update
  - Fix pkg query humanized output
  - Improvement in pkg check manpage
  - Lots of improvements in the solver
  - Improve Linux support
  - Fix CVE-2015-1283 in bundle expat
  
  Note that this release does not pass 100% of the regression tests due to a known
  cosmetic issue.

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

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Tue Aug 11 22:11:03 2015	(r393981)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Aug 11 22:25:15 2015	(r393982)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.5.99.6
+DISTVERSION=	1.5.99.7
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Aug 11 22:11:03 2015	(r393981)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Aug 11 22:25:15 2015	(r393982)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.99.6.tar.xz) = 211797178cd0d5a8d781bb9d5945e255cd4e482109450532cea46b112cff9c82
-SIZE (pkg-1.5.99.6.tar.xz) = 1921100
+SHA256 (pkg-1.5.99.7.tar.xz) = 0ff01edc771bc340aa2d1788332a416a59a6c25dba19eb5d9dcbb65e220ec56b
+SIZE (pkg-1.5.99.7.tar.xz) = 1894664



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