Skip to content

Commit

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

* `pkgrrxx -u` now displays a progress bar while checking for outdated
  packages, if `stderr` is a tty.
* Fix an issue where `pkgchkxx -u` can access invalidated memory and then
  crash. The bug was introduced at version 0.2.2. Reported by @ryoon [#9]
  and @0323pin [#10].
* Fix the formatting of `pkgchkxx` displaying commands to run. There was a
  space missing between time and command.
* Fix `pkgchkxx -un` not simulating the effect of `pkg_delete -r`. The same
  issue exists in the original `pkg_chk` but it'd be nice to fix it.
  • Loading branch information
depressed-pho committed Jan 18, 2025
1 parent 7f8a2ad commit e7dbaac
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.7 2025/01/16 14:52:17 pho Exp $
# $NetBSD: Makefile,v 1.8 2025/01/18 14:15:56 pho Exp $

DISTNAME= pkgchkxx-0.2.3
DISTNAME= pkgchkxx-0.2.4
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.5 2025/01/16 14:52:17 pho Exp $
$NetBSD: distinfo,v 1.6 2025/01/18 14:15:56 pho Exp $

BLAKE2s (pkgchkxx-0.2.3.tar.gz) = 3f1432ea5a3a3baba655dcc22a5a646d37f68aced4588c28ac938f7fe8e7a731
SHA512 (pkgchkxx-0.2.3.tar.gz) = 2c8ec19a4dc2b2ec4869d23840984cf9995d16e490a06a5253030bf5348f9bda44f53c4bff9cc24ac7e7eb2a94d7511e716d90820c0ce0a31c2e7600eeb771a8
Size (pkgchkxx-0.2.3.tar.gz) = 537500 bytes
BLAKE2s (pkgchkxx-0.2.4.tar.gz) = ed9d0ea8aebd9828f21c383af24ef61ae7b006180167748a0547b5b9c1b618cd
SHA512 (pkgchkxx-0.2.4.tar.gz) = 6ed68a0ef7a80f7a0cc568adec4b5c440be80d0e2c69806fa9578e84e1e693731a413910fb92d25bcb8e45a228f5085a3e1e42e9be3390f03f8c078faa17c777
Size (pkgchkxx-0.2.4.tar.gz) = 545636 bytes

0 comments on commit e7dbaac

Please sign in to comment.