Skip to content

Commit

Permalink
ports-mgmt/pkg: update to 1.21.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Apr 2, 2024
1 parent 1b1fb99 commit c923e0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ports-mgmt/pkg/Makefile
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
@@ -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
2 changes: 2 additions & 0 deletions ports-mgmt/pkg/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c923e0d

Please sign in to comment.