Skip to content

Commit 7c442e4

Browse files
committed
pkgtools/pkgchkxx: Update to 0.2.2
## 0.2.2 -- 2025-01-16 * Fix an issue where `pkgchkxx -u -q` scans and prints outdated packages twice, reported by @pfr-dev [TritonDataCenter#5] * Fix an issue where `pkgchkxx -u` deletes outdated packages but then fails to install their newer versions. This was broken from the beginning of `pkgchkxx` and it's a good thing that nobody bothered to use this mode (as opposed to `pkgrrxx`). * Fix a build failure on platforms where `posix_spawn(3)` is unavailable, and either `execvpe(3)` or `execve(2)` is also missing, reported by @schmonz [TritonDataCenter#7]. * Fix a potential issue where encountering an error condition could make programs die with SIGABRT instead of exitting gracefully.
1 parent f1a438a commit 7c442e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgtools/pkgchkxx/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2024/06/09 08:12:14 pho Exp $
1+
# $NetBSD: Makefile,v 1.6 2025/01/15 15:19:34 pho Exp $
22

3-
DISTNAME= pkgchkxx-0.2.1
3+
DISTNAME= pkgchkxx-0.2.2
44
CATEGORIES= pkgtools
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
66
GITHUB_RELEASE= ${DISTNAME}

pkgtools/pkgchkxx/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2024/05/26 10:39:42 pho Exp $
1+
$NetBSD: distinfo,v 1.4 2025/01/15 15:19:34 pho Exp $
22

3-
BLAKE2s (pkgchkxx-0.2.1.tar.gz) = a69bdfa3487ba704a7d5928c428466a9868d5bb18ff48830d6576df1b4d06c22
4-
SHA512 (pkgchkxx-0.2.1.tar.gz) = 5320f7f46eaea494d28a654f071158f1cd72aed944b1d9105c5212e1a66fce39bb43cf26453c0238e257002a275ad31f5ad80d72b9678ba3e9e52ec85198a387
5-
Size (pkgchkxx-0.2.1.tar.gz) = 535564 bytes
3+
BLAKE2s (pkgchkxx-0.2.2.tar.gz) = ec96597644dce70231e30736d2fde300f9516afca1c6bbc1888385e4fe9122ae
4+
SHA512 (pkgchkxx-0.2.2.tar.gz) = 3b444e98b106a5d95d88419aa3df646bc67e53f1ed1ccbaa5d19d6ec70caa327311d5f70336b374e2aaa95938f4a7c73c5087808b6b4c21ac0ec7d919a105ae2
5+
Size (pkgchkxx-0.2.2.tar.gz) = 538169 bytes

0 commit comments

Comments
 (0)