Skip to content
Snippets Groups Projects
Commit 8eab9e4d authored by baptiste daroussin's avatar baptiste daroussin
Browse files

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
parent c8c772b7
No related branches found
No related tags found
No related merge requests found
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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment