Update to 1.5.99.3

Changes:
- Updates in manpages
- Improved support for --quiet everywhere
- Keep 7 (by default) days (rotation) of backups of the database
- Prune old style backups entirely
- Code cleanup
- Deduplication of the checksum related part of the code
- New checksum serialization format for files allowing to change the checksum
  algorihtm (fully backward compatible) for now sha256 and blake2b are supported
- pkg check -d now knows about provides/requires
- Do not pushed in shlibs required any library we can find in the list of files
  owned by the package
This commit is contained in:
Baptiste Daroussin 2015-05-30 08:52:59 +00:00
parent 40d981465f
commit 78bb648706
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387919
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.5.99.2
DISTVERSION= 1.5.99.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \

View file

@ -1,2 +1,2 @@
SHA256 (pkg-1.5.99.2.tar.xz) = 6e3d0a6ecff1291b99c840195ba9d3bc05a8af806b0b8af8d059a92ee8c252a4
SIZE (pkg-1.5.99.2.tar.xz) = 1915168
SHA256 (pkg-1.5.99.3.tar.xz) = 8ed0822fd8863653f691e1cfe6929e903dfa6cba1d5f3586ae1d5a637dfa2aaa
SIZE (pkg-1.5.99.3.tar.xz) = 1921880