diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-07-04 13:46:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-07-06 08:00:22 +0000 |
commit | aef297640851d6039fe253074a6e301d56a4deff (patch) | |
tree | 8b2c9b5801d2bc689441fbd1db24643df3292b3d | |
parent | 6446b5f04defc43a7bcf04753bbe89b0179b28ab (diff) |
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
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | 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 |