aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-09-11 13:53:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-09-11 13:54:29 +0000
commit8eab9e4d396fac0ecb45faa3049d773d727cd70d (patch)
treeb4056289f8daca172180da56d0bbf40f19dd14a8 /ports-mgmt
parentc8c772b792472276cad9a08a4645c02d20171943 (diff)
downloadports-8eab9e4d396fac0ecb45faa3049d773d727cd70d.tar.gz
ports-8eab9e4d396fac0ecb45faa3049d773d727cd70d.zip
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg-devel/Makefile4
-rw-r--r--ports-mgmt/pkg-devel/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 08707877eae7..a026890843c4 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/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
@@ -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
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index b3892a2cd21a..619a3e07f285 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/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