mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e69e8ebbc4
* fix pkg which -g * Do not use openssl for sha256 * Improve the default output when fetching data * Update libfetch to the version of FreeBSD 11 * Fix NetBSD ABI * Add a fallback for utimensat when reporting EOPNOTSUPP * replace libsbuf with utstring for portability * Overwrite some sqlite vfs functions to allow more capsicumisation of pkg * move more pkg audit details into the library * allow to run pkg query without any privileges * extend the audit periodic script to report deprecated packages * Fix fd leak to rcscripts * stop dropping privieges during fetching it causes more issues than it solves * speed walking though [reverse]dependencies * Update blake2b to latest version * Add blake2s to the list of supported checksums * Internal digest now default on blake2b on 64 bits and blake2s on 32 bits. * Fix segfault when ABI is defined but empty * Do not use the shared library provides/requires on non FreeBSD/Linux * Define _NETBSD_SOURCES on NetBSD to allow libfetch to use funopen * Document vital flags * Fix potential double free when dealing with @config keyword * Add progress when fetching (number of files to fetch) * Improved messages about locked packages * Return 1 when a user rejects the proposed plan * When dealing with configuration files '@config' never overwrites non tracked files * Warn everyone about deprecation of @dirrm and @exec * Deduplicate metadata loading code * pkg register now understands context aware messages * Fix pkg register issues with some version of libarchive: hardlinks not being made hardlinks sometime issues when PREFIX is a symlink to another directory * Use portable mechanism to find the number of CPUs which allows pkg repo to be faster on linux * New pkg upgrade --vulnerable
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
etc/bash_completion.d/_pkg.bash
|
|
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
|
|
etc/periodic/weekly/400.status-pkg
|
|
@sample etc/pkg.conf.sample
|
|
include/pkg.h
|
|
lib/libpkg.a
|
|
lib/libpkg.so
|
|
lib/libpkg.so.4
|
|
lib/libpkg.so.4.0.0
|
|
libdata/pkgconfig/pkg.pc
|
|
man/man3/pkg_printf.3.gz
|
|
man/man3/pkg_repos.3.gz
|
|
man/man5/pkg-repository.5.gz
|
|
man/man5/pkg.conf.5.gz
|
|
man/man8/pkg-add.8.gz
|
|
man/man8/pkg-alias.8.gz
|
|
man/man8/pkg-annotate.8.gz
|
|
man/man8/pkg-audit.8.gz
|
|
man/man8/pkg-autoremove.8.gz
|
|
man/man8/pkg-backup.8.gz
|
|
man/man8/pkg-check.8.gz
|
|
man/man8/pkg-clean.8.gz
|
|
man/man8/pkg-config.8.gz
|
|
man/man8/pkg-convert.8.gz
|
|
man/man8/pkg-create.8.gz
|
|
man/man8/pkg-delete.8.gz
|
|
man/man8/pkg-fetch.8.gz
|
|
man/man8/pkg-info.8.gz
|
|
man/man8/pkg-install.8.gz
|
|
man/man8/pkg-lock.8.gz
|
|
man/man8/pkg-query.8.gz
|
|
man/man8/pkg-register.8.gz
|
|
man/man8/pkg-remove.8.gz
|
|
man/man8/pkg-repo.8.gz
|
|
man/man8/pkg-rquery.8.gz
|
|
man/man8/pkg-search.8.gz
|
|
man/man8/pkg-set.8.gz
|
|
man/man8/pkg-shell.8.gz
|
|
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-unlock.8.gz
|
|
man/man8/pkg-update.8.gz
|
|
man/man8/pkg-updating.8.gz
|
|
man/man8/pkg-upgrade.8.gz
|
|
man/man8/pkg-version.8.gz
|
|
man/man8/pkg-which.8.gz
|
|
man/man8/pkg.8.gz
|
|
sbin/pkg
|
|
sbin/pkg-static
|
|
sbin/pkg2ng
|
|
share/zsh/site-functions/_pkg
|