svn commit: r393982 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Tue Aug 11 22:25:16 UTC 2015


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


More information about the svn-ports-head mailing list