1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
This commit is contained in:
Baptiste Daroussin
2026-05-20 23:51:16 +02:00
parent 13d9151691
commit b9c97175e4
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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
+1
View File
@@ -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