git: 3bd2152c76a1 - main - ports-mgmt/pkg-devel: update to 1.19.99.2
Date: Thu, 08 Jun 2023 09:31:06 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bd2152c76a1a34163b27d51860d64ff1455d674 commit 3bd2152c76a1a34163b27d51860d64ff1455d674 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-06-08 09:27:07 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-06-08 09:30:28 +0000 ports-mgmt/pkg-devel: update to 1.19.99.2 The main change here is the replacement of libfetch by libcurl, this fixes many of the issues that were related to libfetch itself. This gives us also a better debug informations Changes from 1.19.99.1 - Update libucl to latest version - Allow to configure COMPRESSION_FORMAT in pkg.conf - Remove support for legacy (pkg_* tools) - kill useless pkg_manifest_key API - pkg add (respect provide/require) - pkg autoremove: properly process provides/requires - pkg now requires C11 - remplace pkg_set(3) API with a _Generic based API - periodic script: Use locale-agnostic (ISO 8601) - complete refactoring of the fetch code - new pkgdb_all_search to search local and remote DBs at the same time - fix plenty of memory leaks - fix a regression in -e - improve the plugin API - replace libfetch with libcurl - add support for http pipelining - improve SRV and HTTP mirroring, reducing the number of round trips - only keep one version of HTTP mirroring the one that respects the repo url --- ports-mgmt/pkg-devel/Makefile | 4 ++-- ports-mgmt/pkg-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 60a8096c93a2..83f5df1802c5 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.19.99.1 +DISTVERSION= 1.19.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 2071723 +GH_TAGNAME= e6a95323 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 98aa77d11467..1a45d0cbc5a8 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675345743 -SHA256 (freebsd-pkg-1.19.99.1-2071723_GH0.tar.gz) = fcd9f37b658cd4512f84e040f912616fb671b04f3855b63ee12937736a758def -SIZE (freebsd-pkg-1.19.99.1-2071723_GH0.tar.gz) = 4091958 +TIMESTAMP = 1686216392 +SHA256 (freebsd-pkg-1.19.99.2-e6a95323_GH0.tar.gz) = b8f29ad0384baa1c9bf745ddc9f2741febfe59deebaa4113d2d37358a5984c21 +SIZE (freebsd-pkg-1.19.99.2-e6a95323_GH0.tar.gz) = 8191864