Update to pkg 1.9.99.3

- Add a fallback for utimensat when reporting EOPNOTSUPP
- replace libsbuf with utstring for portability
- Overwrite some sqlite vfs functions to allow 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
This commit is contained in:
Baptiste Daroussin 2016-11-19 22:26:49 +00:00
parent 98b95c0415
commit f96ddf0ed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426542
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1477857602
SHA256 (pkg-1.9.99.2.tar.xz) = 78b041c9724303ede4a1285d6f358674a9d8b9b35615662b0a92bf93397303ce
SIZE (pkg-1.9.99.2.tar.xz) = 1917684
TIMESTAMP = 1479594322
SHA256 (pkg-1.9.99.3.tar.xz) = 0a68334be506e98cf24e2ecac0e4a9bec75d9db67030234ffd4706ee21ae519e
SIZE (pkg-1.9.99.3.tar.xz) = 1918096