From d12bc1cea78d9b729141246684186b2667005572 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 1 May 2013 18:51:46 +0000 Subject: - Update to 1.0.12 *** Binary Package Builders: It is recommended to rebuild all packages and then run 'pkg check -Ba' and 'pkg upgrade' on your client servers once. This will allow the new shlib tracking to reinstall packages that have changed shlib requirements. This step is optional. Changes: * Always track provided SHLIBS now when packages are created * Automatically reinstall packages when their needed shlibs or dependencies change. This removes the need to run 'pkg install -Rf' in many, but not all, cases. * New DB lock strategy when stored on a network filesystem * pkg version: Show ? when package is missing on remote * pkg check -s: Return non-zero exit status if a mismatch is found * pkg audit: Implement -q * Add more periodic scripts * Add bash completion script * pkg audit: Performance optimizations * Build fixes * Add some forward-compatibility support for upcoming 1.1 Thank you to all contributors, listed in the upstream commits: https://github.com/pkgng/pkgng/commits/1.0.12 With hat: portmgr --- ports-mgmt/pkg/pkg-plist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ports-mgmt/pkg/pkg-plist') diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 1b84b6a92b1e..37561e13976e 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -6,10 +6,15 @@ include/pkg.h lib/libpkg.so.0 lib/libpkg.so lib/libpkg.a +etc/periodic/daily/400.status-pkg etc/periodic/daily/411.pkg-backup +etc/periodic/daily/490.status-pkg-changes etc/periodic/security/410.pkg-audit +etc/periodic/security/460.pkg-checksum libdata/pkgconfig/pkg.pc share/zsh/site-functions/_pkg +etc/bash_completion.d/_pkg.bash +@dirrmtry etc/bash_completion.d @dirrmtry etc/periodic/daily @dirrmtry etc/periodic/security @dirrmtry etc/periodic -- cgit v1.2.3