From nobody Fri Nov 12 10:39:23 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5AD25185C95F; Fri, 12 Nov 2021 10:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrFSq4lWWz3K15; Fri, 12 Nov 2021 10:39:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AD1D1E006; Fri, 12 Nov 2021 10:39:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ACAdNL3061651; Fri, 12 Nov 2021 10:39:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ACAdNBi061650; Fri, 12 Nov 2021 10:39:23 GMT (envelope-from git) Date: Fri, 12 Nov 2021 10:39:23 GMT Message-Id: <202111121039.1ACAdNBi061650@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Baptiste Daroussin Subject: git: e6ff6d4236ff - 2021Q4 - ports-mgmt/pkg: update to 1.17.5 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: e6ff6d4236ffa5383bf8768013524b44022bb288 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6ff6d4236ffa5383bf8768013524b44022bb288 commit e6ff6d4236ffa5383bf8768013524b44022bb288 Author: Baptiste Daroussin AuthorDate: 2021-11-12 10:12:43 +0000 Commit: Baptiste Daroussin CommitDate: 2021-11-12 10:38:56 +0000 ports-mgmt/pkg: update to 1.17.5 Changes from 1.17.4 to 1.17.5 - pkg add: only runs triggers at the end of the equivalent of a transaction - pkg search: fix the combinaison of -q and -o - pkg fetch: correctly exit with error on fetch failures - Improve error message when failing to drop privileges (cherry picked from commit 18793d10585f6e95abcc6e70d514f0fcdc18cbbc) --- ports-mgmt/pkg/Makefile | 2 +- ports-mgmt/pkg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 2443a0fa90fc..79d7c4427191 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.17.4 +DISTVERSION= 1.17.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index c02e008b16bf..0e828a5b79a8 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636018296 -SHA256 (freebsd-pkg-1.17.4_GH0.tar.gz) = 2ac2926573bc1f9f261925a72a02f63c3124b9428d0acba8092dfad7016fd848 -SIZE (freebsd-pkg-1.17.4_GH0.tar.gz) = 3898565 +TIMESTAMP = 1636711882 +SHA256 (freebsd-pkg-1.17.5_GH0.tar.gz) = 4ee22102c136898ec19e6359079a492dc898309bc284dd26e9ec9f5d8b5bae77 +SIZE (freebsd-pkg-1.17.5_GH0.tar.gz) = 3898974