Skip to content

Commit

Permalink
pkgtools/pkgchkxx: Update to 0.2.2
Browse files Browse the repository at this point in the history
## 0.2.2 -- 2025-01-16

* Fix an issue where `pkgchkxx -u -q` scans and prints outdated packages
  twice, reported by @pfr-dev [#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 [#7].
* Fix a potential issue where encountering an error condition could make
  programs die with SIGABRT instead of exitting gracefully.
  • Loading branch information
depressed-pho committed Jan 15, 2025
1 parent f1a438a commit 7c442e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgtools/pkgchkxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2024/06/09 08:12:14 pho Exp $
# $NetBSD: Makefile,v 1.6 2025/01/15 15:19:34 pho Exp $

DISTNAME= pkgchkxx-0.2.1
DISTNAME= pkgchkxx-0.2.2
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=depressed-pho/}
GITHUB_RELEASE= ${DISTNAME}
Expand Down
8 changes: 4 additions & 4 deletions pkgtools/pkgchkxx/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2024/05/26 10:39:42 pho Exp $
$NetBSD: distinfo,v 1.4 2025/01/15 15:19:34 pho Exp $

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

0 comments on commit 7c442e4

Please sign in to comment.