Skip to content

Commit

Permalink
ports-mgmt/pkg-devel: update to 1.20.99.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Sep 11, 2023
1 parent c8c772b commit 8eab9e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.99.5
DISTVERSION= 1.20.99.6
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg-devel/distinfo
@@ -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

0 comments on commit 8eab9e4

Please sign in to comment.