diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-11-12 10:12:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-11-12 10:12:43 +0000 |
commit | 18793d10585f6e95abcc6e70d514f0fcdc18cbbc (patch) | |
tree | 903a7cdf82cb59a0bcdb5c679f402dcf1f38326f | |
parent | 5069e58b2eec0c9fcdd13fd68d9f9638a8bb5673 (diff) |
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
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | 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 |