Date: Thu, 29 Jun 2023 14:14:04 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: 6bef385a56d7 - main - ports-mgmt/pkg: update to 1.19.2 Message-ID: <202306291414.35TEE4Kc070562@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=6bef385a56d7e3b907de7c38f051f05efb45996a commit 6bef385a56d7e3b907de7c38f051f05efb45996a Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-06-29 14:08:22 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-06-29 14:08:22 +0000 ports-mgmt/pkg: update to 1.19.2 This release only deals with RSA signature for people using the PUBKEY mechanism. With openssl3 the signature had to change, in this release we make pkg accept both the new signatures and the old ones. if built with openssl 1 (aka freebsd 12 and 13) pkg will continue issueing the usual signatures aka no changes. if built with openssl 3 (aka freebsd 14) pkg will issue a new format of signature. The version of pkg older than 1.19.2 will not be able to use a signature issued witg pkg running on freebsd 14 All system running 1.19.2 and above will be able to accept any of the signatures. If a user get stuck, for any reason, pkg bootstrap -f will fix the situation as long as it installs 1.19.2 and above. Note that is only concens PUBKEY which is not the default. No changes at all for users of the official FreeBSD repositories. --- ports-mgmt/pkg/Makefile | 3 +-- ports-mgmt/pkg/distinfo | 6 +++--- ports-mgmt/pkg/files/patch-auto.def | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 9dd8690d94c6..d0ea07f75bf4 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,6 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.19.1 -PORTREVISION= 3 +DISTVERSION= 1.19.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index b55506b30d82..8b7f3a15c636 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675345444 -SHA256 (freebsd-pkg-1.19.1_GH0.tar.gz) = 6cf51347635bc81e45bc093ce2580fc87f207e234587b9d85a5b63e0fb4970dc -SIZE (freebsd-pkg-1.19.1_GH0.tar.gz) = 4091916 +TIMESTAMP = 1688046061 +SHA256 (freebsd-pkg-1.19.2_GH0.tar.gz) = 4838c6bee5cab64dc8376d75e5dc8086130928dca0d5ac6e3648c701942cd006 +SIZE (freebsd-pkg-1.19.2_GH0.tar.gz) = 4092059 diff --git a/ports-mgmt/pkg/files/patch-auto.def b/ports-mgmt/pkg/files/patch-auto.def deleted file mode 100644 index f6e9bdb88b96..000000000000 --- a/ports-mgmt/pkg/files/patch-auto.def +++ /dev/null @@ -1,11 +0,0 @@ ---- auto.def.orig 2023-02-01 15:55:57 UTC -+++ auto.def -@@ -5,7 +5,7 @@ set med_ver 19 - - set maj_ver 1 - set med_ver 19 --set min_ver 0 -+set min_ver 1 - set dev_ver 0 - define PKG_API [expr $maj_ver * 1000000 + $med_ver * 1000 + $min_ver] - define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306291414.35TEE4Kc070562>