ports-mgmt/pkg-devel: update to 1.17.99.4
Changes from 1.17.99.3 to 1.17.99.4 - pkg version: fix regression from conversion to pkghash - allow filtering files at install time - add periodic script to check vulnerabilities in base - fix pkg failing to find its db if run from a directory which does not exists anymore - fix ubsan reported issues - fix priorization upgrade-removal along with other deletion - fix plenty of memory leaks
This commit is contained in:
parent
410cbdf6ed
commit
d7dd5ef767
@ -1,5 +1,5 @@
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.17.99.3
|
||||
DISTVERSION= 1.17.99.4
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 014693e3
|
||||
GH_TAGNAME= 9de47aa4
|
||||
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
|
@ -1,3 +1,3 @@
|
||||
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
|
||||
TIMESTAMP = 1631625378
|
||||
SHA256 (freebsd-pkg-1.17.99.4-9de47aa4_GH0.tar.gz) = d1eee13802c889ab18d3a8d21070529e332be093b22eff137c7bbe15650c23e7
|
||||
SIZE (freebsd-pkg-1.17.99.4-9de47aa4_GH0.tar.gz) = 3892112
|
||||
|
@ -1,6 +1,7 @@
|
||||
etc/bash_completion.d/_pkg.bash
|
||||
etc/periodic/daily/411.pkg-backup
|
||||
etc/periodic/daily/490.status-pkg-changes
|
||||
etc/periodic/security/405.pkg-base-audit
|
||||
etc/periodic/security/410.pkg-audit
|
||||
etc/periodic/security/460.pkg-checksum
|
||||
etc/periodic/weekly/400.status-pkg
|
||||
|
Loading…
Reference in New Issue
Block a user