From owner-svn-ports-all@freebsd.org Tue Aug 11 22:00:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952C799FFB9; Tue, 11 Aug 2015 22:00:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.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 85AE0D8D; Tue, 11 Aug 2015 22:00:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BM0hR6058152; Tue, 11 Aug 2015 22:00:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BM0haC058150; Tue, 11 Aug 2015 22:00:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508112200.t7BM0haC058150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Aug 2015 22:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393976 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 22:00:43 -0000 Author: bapt Date: Tue Aug 11 22:00:42 2015 New Revision: 393976 URL: https://svnweb.freebsd.org/changeset/ports/393976 Log: Update to pkg 1.5.6 Changes: - Incorporate in sources the patch for expat CVE-2015-1283 Note that pkg is not vulnerable because it does not use the patched function - improvements in pkg check manpage - fix format specifier in libpkg's pkg_vets Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Aug 11 21:55:42 2015 (r393975) +++ head/ports-mgmt/pkg/Makefile Tue Aug 11 22:00:42 2015 (r393976) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.5 +DISTVERSION= 1.5.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Aug 11 21:55:42 2015 (r393975) +++ head/ports-mgmt/pkg/distinfo Tue Aug 11 22:00:42 2015 (r393976) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.5.tar.xz) = 5d19b4cca5574f3e4d5299e65cd6ef3e31eff9c2bba06223119587137d750a1f -SIZE (pkg-1.5.5.tar.xz) = 1897720 +SHA256 (pkg-1.5.6.tar.xz) = 30c772e97e306ad85dcc652e2a9951ad49b0827337066f44dba5d91882ad92b1 +SIZE (pkg-1.5.6.tar.xz) = 1900900