From owner-svn-ports-head@freebsd.org Thu Dec 8 09:27:06 2016 Return-Path: Delivered-To: svn-ports-head@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 306A3C6DA5F; Thu, 8 Dec 2016 09:27:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F3092166B; Thu, 8 Dec 2016 09:27:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB89R56W069225; Thu, 8 Dec 2016 09:27:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB89R5vg069223; Thu, 8 Dec 2016 09:27:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612080927.uB89R5vg069223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 8 Dec 2016 09:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428110 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 09:27:06 -0000 Author: bapt Date: Thu Dec 8 09:27:04 2016 New Revision: 428110 URL: https://svnweb.freebsd.org/changeset/ports/428110 Log: Update to 1.9.4 - Stop dropping privileges for fetching, it causes more issues than it solves - Fix segfault when ABI is defined by empty - Fix reporting of deprecated packages - Provide instructions on how to unset vital flages - Fix libfetch for NetBSD - Fix @config potential double free - Always warn about the deprecated @dirrm/@dirrmtry - Always warn about the deprecated @exec - Rework pkg register to share more code with pkg install * It makes it more robust to libarchive regressions [1] PR: 214381 [1], 215029 [2] Reported by: lampa@fit.vutbr.cz [1] Exp-run: antoine [2] Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Dec 8 09:08:29 2016 (r428109) +++ head/ports-mgmt/pkg/Makefile Thu Dec 8 09:27:04 2016 (r428110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.3 +DISTVERSION= 1.9.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu Dec 8 09:08:29 2016 (r428109) +++ head/ports-mgmt/pkg/distinfo Thu Dec 8 09:27:04 2016 (r428110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478211394 -SHA256 (pkg-1.9.3.tar.xz) = fde5a7835ef1784fecc6ad9ecc9478c83006b2c1d2a2b725784657fcda5814be -SIZE (pkg-1.9.3.tar.xz) = 1950372 +TIMESTAMP = 1480925481 +SHA256 (pkg-1.9.4.tar.xz) = cf0318fa1cbc4fe8ffb2b421768ac3e72b22056085dee4fba7361bb43ccff949 +SIZE (pkg-1.9.4.tar.xz) = 1922460