diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-24 05:44:50 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-04-24 05:44:50 +0200 |
commit | 3e75105eed521939cf0d39daee0ea4f30e068e35 (patch) | |
tree | 0579082ec69043340707f46810074650ecff5c71 | |
parent | security/vuxml: document gitlab vulnerabilities (diff) |
ports-mgmt/pkg: update to 2.1.2
Changes:
- fix an important regression introduced in 2.1.1
- more performance improvement on pkg add
Because of a bad merge between the main and the release branch of pkg
some commits were missed and a regression was introduced in pkg 2.1.1
It results in some packages dependending on themselves which breaks
early the various bulks.
Those packages built with 2.1.1 needs to be recreated with 2.1.2
PR: 286130
-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 ce00635ce6c4..8e3d41f85f6e 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 83f3edde816a..00b11afd3ada 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745416245 -SHA256 (freebsd-pkg-2.1.1_GH0.tar.gz) = 933f57c7b4cc15ba7854fcc3d082f6e831e8d92bc210e2ca954a5669638c5113 -SIZE (freebsd-pkg-2.1.1_GH0.tar.gz) = 16430684 +TIMESTAMP = 1745466277 +SHA256 (freebsd-pkg-2.1.2_GH0.tar.gz) = b44325c6775102b2315220bd817b08ad911e8311d28a883fffd5f2a289fb3643 +SIZE (freebsd-pkg-2.1.2_GH0.tar.gz) = 16431231 |