mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
ports-mgmt/pkg: update to 1.21.0
Changes since latest 1.20.0 - new event PKG_EVENT_PKG_ERRNO - add: only generates .pkgsave when really needed - repo: * remove the ability to create v1 repository format * remove ability to produce meta.{pkg,txz} unused since 1.13 * replace packagesite.pkg with data.pkg (new extensible format) * keep producing packagesite.pkg for backward compatibility * local repository information is now located in /var/dbv/repos/<reponame/* - support job cancellation (packagekit support) - update bundle code to latest versions: * libcurl * sqlite * lua * libucl - plist keywords: - new @override_prefix - new @var key value (able to expand %%key%%) - scripts: * new variable PKG_ISCHROOTED for script to be aware if being run bia pkg -c - update: * prevents concurrent pkg update to compete - pkgbase: * .snap now comes after .alpha in versionning - key: * new subcommand to be able to generate signature keys - signatures: * add support ECDSA and EdDSA for all its signature mechanism - elfhints: * pkg now supports elfhints of any byte-order on FreeBSD - solver: * prevent directly in the solver the ability to remove vital or locked packages PR: 277978 Exp-run: antoine
This commit is contained in:
parent
1b1fb99254
commit
c923e0d7d6
@ -1,7 +1,6 @@
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.20.9
|
||||
DISTVERSION= 1.21.0
|
||||
_PKG_VERSION= ${DISTVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= pkg@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699883946
|
||||
SHA256 (freebsd-pkg-1.20.9_GH0.tar.gz) = 3baa078201ac4adb61839e15dd22c84c20f83c9540a22f30b0cf7318dc24d1ee
|
||||
SIZE (freebsd-pkg-1.20.9_GH0.tar.gz) = 8298255
|
||||
TIMESTAMP = 1712063599
|
||||
SHA256 (freebsd-pkg-1.21.0_GH0.tar.gz) = 82b03e8d8de1da3eebb05df05264811feca8e6583fd5619806d5f5e7c1d42ddb
|
||||
SIZE (freebsd-pkg-1.21.0_GH0.tar.gz) = 16223761
|
||||
|
@ -14,6 +14,7 @@ lib/libpkg.so.4
|
||||
libdata/pkgconfig/pkg.pc
|
||||
share/man/man3/pkg_create.3.gz
|
||||
share/man/man3/pkg_printf.3.gz
|
||||
share/man/man3/pkg_repo_create.3.gz
|
||||
share/man/man3/pkg_repos.3.gz
|
||||
share/man/man5/pkg-repository.5.gz
|
||||
share/man/man5/pkg-keywords.5.gz
|
||||
@ -34,6 +35,7 @@ share/man/man8/pkg-delete.8.gz
|
||||
share/man/man8/pkg-fetch.8.gz
|
||||
share/man/man8/pkg-info.8.gz
|
||||
share/man/man8/pkg-install.8.gz
|
||||
share/man/man8/pkg-key.8.gz
|
||||
share/man/man8/pkg-lock.8.gz
|
||||
share/man/man8/pkg-query.8.gz
|
||||
share/man/man8/pkg-register.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user