Date: Thu, 6 Jul 2023 08:00:24 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aef297640851 - main - ports-mgmt/pkg: release 1.20.0 Message-ID: <202307060800.36680OiO048241@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=aef297640851d6039fe253074a6e301d56a4deff commit aef297640851d6039fe253074a6e301d56a4deff Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-07-04 13:46:34 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-07-06 08:00:22 +0000 ports-mgmt/pkg: release 1.20.0 Changes: - update libucl to latest version - update sqlite to latest version - remove support for pkg_* tools backward compatibility - add and autoremove command now respects provides/requires and shlibs provides/requires - improve SRV and HTTP mirroring: reducing the number of round trips - replace bundled libfetch with a stripped down bundled libcurl (only used for http(s)) - new COMPRESSION_FORMAT configuration entry in pkg.conf - periodic script: Use locale-agnostic (ISO 8601) - Add support for openssl3 --- ports-mgmt/pkg/Makefile | 2 +- ports-mgmt/pkg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index d0ea07f75bf4..db9677dd946a 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.19.2 +DISTVERSION= 1.20.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 8b7f3a15c636..6ac8e02cdb16 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688046061 -SHA256 (freebsd-pkg-1.19.2_GH0.tar.gz) = 4838c6bee5cab64dc8376d75e5dc8086130928dca0d5ac6e3648c701942cd006 -SIZE (freebsd-pkg-1.19.2_GH0.tar.gz) = 4092059 +TIMESTAMP = 1688478299 +SHA256 (freebsd-pkg-1.20.0_GH0.tar.gz) = bce659b9d50f3e341afe12ac9b367d4d455ac380e5f6c319095c5b26f42538ee +SIZE (freebsd-pkg-1.20.0_GH0.tar.gz) = 8241946
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307060800.36680OiO048241>