pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkgchkxx



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 18 14:15:56 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgchkxx: Makefile distinfo

Log Message:
pkgtools/pkgchkxx: Update to 0.2.4

## 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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/pkgchkxx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgchkxx/Makefile
diff -u pkgsrc/pkgtools/pkgchkxx/Makefile:1.7 pkgsrc/pkgtools/pkgchkxx/Makefile:1.8
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.7       Thu Jan 16 14:52:17 2025
+++ pkgsrc/pkgtools/pkgchkxx/Makefile   Sat Jan 18 14:15:56 2025
@@ -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}

Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.5 pkgsrc/pkgtools/pkgchkxx/distinfo:1.6
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.5       Thu Jan 16 14:52:17 2025
+++ pkgsrc/pkgtools/pkgchkxx/distinfo   Sat Jan 18 14:15:56 2025
@@ -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



Home | Main Index | Thread Index | Old Index