Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2026 21:52:40 +0000
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: b9c97175e454 - main - ports-mgmt/pkg-devel: update to 2.7.99.2
Message-ID:  <6a0e2d28.466ac.9b5ee06@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9c97175e45479d1f929ed43ffa766537e59bd11

commit b9c97175e45479d1f929ed43ffa766537e59bd11
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-05-20 21:51:16 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-05-20 21:52:32 +0000

    ports-mgmt/pkg-devel: update to 2.7.99.2
    
    Changes:
    - periodic: daily checksum is now off by default
    - extract: prefer mtime from manifest over archive
    - db: fix some concurrency issues
    - which: always show the matched path
    - checksum: new pkg-checksum(8) command to generate and validate checksums
    - checksum: use blake2b everywhere we can
    - repo: use blake2 instead of sha256
    - rwhich: implement file tracking and search for remote repositories
    - backup_lib: prevent accumulating old libs and badly match them
    - backup_lib: fix backup_library with rootdir
    - pkg-which: fix spurious warning message with -p
    - progress: don't add new line for file_meta and dir_meta event
    - fix: replace system() with execlp() for man page display
    - fix: query_select discards valid input on EOF without newline
    - fix: harden input validation found by fuzzing
    - fix: handle trailing %% in printf format strings
    - fix: handle empty string in pkg_deps_parse_formula()
    - refactor: convert all internal linked lists (utlist.h) to vec
    - libelf: fix Linux/powerpc64 build
    - libecc: support Linux/ppc64
    - manpages: add documentation for pkg-checksum(8) and pkg_checksum(3)
    - plug multiple memory leaks and fix resource leaks
    - lots of code cleanup
    - update sqlite to 3.53.1
    - update lua to 5.4.8
    - update libucl to 0.9.4
---
 ports-mgmt/pkg-devel/Makefile  | 4 ++--
 ports-mgmt/pkg-devel/distinfo  | 6 +++---
 ports-mgmt/pkg-devel/pkg-plist | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index b704275e602e..c2bc43610f71 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	2.7.99.1
+DISTVERSION=	2.7.99.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	28d7d3496
+GH_TAGNAME=	ee453993f
 
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
 HAS_CONFIGURE=	yes
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index fd6048abb89c..a2751902c111 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777304738
-SHA256 (freebsd-pkg-2.7.99.1-28d7d3496_GH0.tar.gz) = f1b7452ebeb20cb0dcf43a97d35c8e3f341799ae5e3bb5fd111475c772b0030e
-SIZE (freebsd-pkg-2.7.99.1-28d7d3496_GH0.tar.gz) = 12248368
+TIMESTAMP = 1779313624
+SHA256 (freebsd-pkg-2.7.99.2-ee453993f_GH0.tar.gz) = f283754a170f2c3fb0720037c357a2746a3a6d422fac97965b4306b5f49835a4
+SIZE (freebsd-pkg-2.7.99.2-ee453993f_GH0.tar.gz) = 12265604
diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist
index b979b577f1af..8b76b9223e50 100644
--- a/ports-mgmt/pkg-devel/pkg-plist
+++ b/ports-mgmt/pkg-devel/pkg-plist
@@ -10,6 +10,7 @@ etc/periodic/weekly/400.status-pkg
 include/pkg.h
 include/pkg/vec.h
 include/pkg/audit.h
+include/pkg/checksum.h
 lib/libpkg.a
 lib/libpkg.so
 lib/libpkg.so.4


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0e2d28.466ac.9b5ee06>