ports-mgmt/pkg-devel: update to 1.17.99.3

- make pkg/audit.h C++ friendly
- fix build with libressl
- Enable aarch64 support for linux
- plenty of portability fixes for linux with musl libc
- autoremove: respect -q
- version: report an error if the provided INDEX file does not exist
- periodic: allow users so provide an ignore list of jails
- periodic: reduce audit script verbosity
- arch: to not consider .h as potentially arch specific
- query: allow -e to be used with other filter options
- register: implement a -N to disable registration in the database
- rework internal hash tables
- plenty of memory leak fixed
- fetch; do not count cached files as files to be fetched
This commit is contained in:
Baptiste Daroussin 2021-08-23 16:42:45 +02:00
parent ea36ef6f67
commit 35c7ef4d57
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.17.99.2
DISTVERSION= 1.17.99.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 21cf05a9
GH_TAGNAME= 014693e3
CFLAGS+= -O0 -g -Wno-error
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1627375032
SHA256 (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = eea8257d5242e95c2b044044dd4fd0971b91d04ee1da566c1aadf681e269caa1
SIZE (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = 3894800
TIMESTAMP = 1629729720
SHA256 (freebsd-pkg-1.17.99.3-014693e3_GH0.tar.gz) = e5c50638b53339148d517bc6e051eddb89a79058140353792ddae6a9eb7fb3a0
SIZE (freebsd-pkg-1.17.99.3-014693e3_GH0.tar.gz) = 3889805