diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-21 08:23:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-21 08:23:31 +0000 |
commit | 5094187e53b6c1611ef1c00e90f960a2b75eaf52 (patch) | |
tree | 9f6bb7ab0f055bc858272f1ca526c136b3ecc0f0 | |
parent | 176f4afb4ce2b0384b6629bf485f3c2f17d00f2a (diff) |
ports-mgmt/pkg: update to 1.17.2
- make audit.h c++ friendly
- fix build with libressl
- autoremove now respects -q
- version: reports error if INDEX file does not exists but is expected
- periodic audit:
* Allow user to specify which jail not to audit
* New option to ignore deprecation and expiration warnings
* Reduce verbosity of the report
* Add a script to audit base
- register: implement -N to actually not register in the database
- fetch: do not count cached package in the list to be fetched
- query: -e is not supported as additional condition
- fix pkg not finding its db when run from a directory which does not exists
anymore
- De-prioritize upgrade-removals in the solver
- triggers:
* run them for pkg register and pkg add
* Add pkg.readdir lua function
* Add documentation for the triggers
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 1b2f2917b916..c874d72f8464 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.17.1 +DISTVERSION= 1.17.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index b6a234b82d31..309a70615dd0 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627402089 -SHA256 (freebsd-pkg-1.17.1_GH0.tar.gz) = 26d61f014f9400c0fbe45862504f8dee80ae715a9a80717dba8a76ebf6b6d877 -SIZE (freebsd-pkg-1.17.1_GH0.tar.gz) = 3894598 +TIMESTAMP = 1632212405 +SHA256 (freebsd-pkg-1.17.2_GH0.tar.gz) = daf56189d855781dc15d210fd264adc761591f86ffd4fcb7360015b004777061 +SIZE (freebsd-pkg-1.17.2_GH0.tar.gz) = 3898224 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 13ab1be3d794..327114ba0e3b 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -18,6 +18,7 @@ man/man5/pkg-repository.5.gz man/man5/pkg-keywords.5.gz man/man5/pkg-lua-script.5.gz man/man5/pkg-script.5.gz +man/man5/pkg-triggers.5.gz man/man5/pkg.conf.5.gz man/man8/pkg-add.8.gz man/man8/pkg-alias.8.gz @@ -46,6 +47,7 @@ man/man8/pkg-shlib.8.gz man/man8/pkg-ssh.8.gz man/man8/pkg-static.8.gz man/man8/pkg-stats.8.gz +man/man8/pkg-triggers.8.gz man/man8/pkg-unlock.8.gz man/man8/pkg-update.8.gz man/man8/pkg-updating.8.gz |