Skip to content

Commit

Permalink
ports-mgmt/pkg-devel: update to 1.20.99.10
Browse files Browse the repository at this point in the history
Changes:
- fix trigger validation schema
- use data.pkg instead of packagesite.pkg if available
- update bundled curl to 8.6.0
- update bundled libucl to latest version
- data.pkg now receives the groups
- lock and meta files are now saved under /var/db/repos/<reponame>/<file>
- remote databases are now stored under /var/db/repos/<reponame>/db
- pkg search now supports groups
- pkg rquery now supports groups
- pkg now support elfhints on any byte-order on FreeBSD
- behaviour change: pkg lock/unlock errors if the package stated is unavailable
- pkg now supports ECDSA and EdDSA for all its signature mechanism
- new pkg key command which allows to generate keys.
- plenty of minor code cleanup and bug fixes.
  • Loading branch information
bapt committed Mar 7, 2024
1 parent aa12eca commit 77df2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.99.9
DISTVERSION= 1.20.99.10
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
Expand All @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE

USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= ed20d677c
GH_TAGNAME= c292a207d

CFLAGS+= -O0 -g -Wno-error
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1706024759
SHA256 (freebsd-pkg-1.20.99.9-ed20d677c_GH0.tar.gz) = ae0c9bd95119cd8809fe551a74126edf996c26f9fa4754c4fb2996a1b370f562
SIZE (freebsd-pkg-1.20.99.9-ed20d677c_GH0.tar.gz) = 8327652
TIMESTAMP = 1709806432
SHA256 (freebsd-pkg-1.20.99.10-c292a207d_GH0.tar.gz) = 47510c5dfe1fcb0b5dada12d5a883fb8282dadd7337dae0f24dabff46b0181e3
SIZE (freebsd-pkg-1.20.99.10-c292a207d_GH0.tar.gz) = 16386260
1 change: 1 addition & 0 deletions ports-mgmt/pkg-devel/pkg-plist
Expand Up @@ -35,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 77df2cd

Please sign in to comment.