Date: Fri, 12 Nov 2021 10:39:23 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e6ff6d4236ff - 2021Q4 - ports-mgmt/pkg: update to 1.17.5 Message-ID: <202111121039.1ACAdNBi061650@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6ff6d4236ffa5383bf8768013524b44022bb288 commit e6ff6d4236ffa5383bf8768013524b44022bb288 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-11-12 10:12:43 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111121039.1ACAdNBi061650>