Release 1.4.99.12
Changes: - New option DEFAULT_ALWAYS_YES to have pkg defaulting on Yes for all questions - Cleanup some internal APIs - 37 more regression tests - Improved support for NetBSD - Fix return code of pkg lock -l - Fix documentation about the default location for keywords - Mark @ignore as deprecated - Add more flexibility to keyword credentials: * Now accept mini version of arguments: @(owner) or @(,group) * All arguments after 4th arguments is now considered as file flags - Allow custom (UCL) keywords to have arguments, this will split the line after the keywords line any command line arguments. - Improve report from error when parsing the plist lines to format the '%' keys - Reduce memory usage in lot of operations - Speed up lot of operations - Update bundled libelf - Add support for aarch64 - Fix pkg audit -r printing twice the CVE entry - Fix pkg audit -r not finding reverse dependencies - Fix dynamic conflicts (was only broken in devel branches not releases) - Fix pkg lock on 32bits - Cleanup pkg alias: Show errors in stderr, Support -q (quiet) - Fix parsing key/value list from env - Fix annotate --show --all - Make sure the kernel allows PROCCTL_REAP_ACQUIRE.
This commit is contained in:
parent
b02097158d
commit
470fcdb1bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380170
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pkg
|
PORTNAME= pkg
|
||||||
DISTVERSION= 1.4.99.11
|
DISTVERSION= 1.4.99.12
|
||||||
_PKG_VERSION= ${DISTVERSION}
|
_PKG_VERSION= ${DISTVERSION}
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
MASTER_SITES= \
|
MASTER_SITES= \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pkg-1.4.99.11.tar.xz) = 14b3f2655a84211186aec107f15a23c1428e9b065996761388afd7091fb508c1
|
SHA256 (pkg-1.4.99.12.tar.xz) = 7c9203f986abed2582a92c7f6d9a05b18338399a12e29b78810d0227712906ba
|
||||||
SIZE (pkg-1.4.99.11.tar.xz) = 1887264
|
SIZE (pkg-1.4.99.12.tar.xz) = 1869588
|
||||||
|
|
Loading…
Reference in a new issue