mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
ports-mgmt/pkg-devel: update to 1.20.99.6
Changes: - enable netrc support to be compatible with libfetch variable - enable by default all supported kind of authentication for curl - Fix duplicated rquery - Make missing plugins non fatal (needed for smooth packagekit support) - Do not complain about Last-Modified head if the fetch was a failure - Support for jobs cancellation (needed for packagekit support) - update sqlite3 to 3.43.0 - update lua to 5.4.6 - plug plenty of memory leaks - improve debug output in particular for sql statements - exclude locked package early from autoremove candidates - fix very slow orphan test computation consuming 100% of CPU in autoremove
This commit is contained in:
parent
c8c772b792
commit
8eab9e4d39
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pkg
|
||||
DISTVERSION= 1.20.99.5
|
||||
DISTVERSION= 1.20.99.6
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
CATEGORIES= ports-mgmt
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 1b51004c
|
||||
GH_TAGNAME= 674eeece
|
||||
|
||||
CFLAGS+= -O0 -g -Wno-error
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1690878512
|
||||
SHA256 (freebsd-pkg-1.20.99.5-1b51004c_GH0.tar.gz) = cab425f622573f8742b33d500b8ca9d388d696bab01808d33fdb5710b2f31c32
|
||||
SIZE (freebsd-pkg-1.20.99.5-1b51004c_GH0.tar.gz) = 8269284
|
||||
TIMESTAMP = 1694440410
|
||||
SHA256 (freebsd-pkg-1.20.99.6-674eeece_GH0.tar.gz) = 1082b0b151fc9cfdb93e3725cef6e9d5b39176f6f894dfcc366d3d08e26e9d2b
|
||||
SIZE (freebsd-pkg-1.20.99.6-674eeece_GH0.tar.gz) = 8301493
|
||||
|
|
Loading…
Add table
Reference in a new issue