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:           Wed Mar  5 05:15:45 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgchkxx: Makefile distinfo

Log Message:
pkgtools/pkgchkxx: Update to 0.3.2

* Fix an issue where `pkgrrxx` (and possibly `pkgchkxx` also) leaks file
  descriptors and eventually die. This only happened on platforms where
  `posix_spawn(3)` was missing but `vfork(2)` was available. The bug was
  introduced at version 0.2.5. Reported by @bsiegert [#11].
* Fix an issue where a progress bar shown by `pkgrrxx -u` flashes rapidly
  when there are many packages to update.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/pkgtools/pkgchkxx/Makefile:1.12
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.11      Mon Feb 10 08:07:26 2025
+++ pkgsrc/pkgtools/pkgchkxx/Makefile   Wed Mar  5 05:15:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/02/10 08:07:26 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/03/05 05:15:44 pho Exp $
 
-DISTNAME=      pkgchkxx-0.3.1
+DISTNAME=      pkgchkxx-0.3.2
 CATEGORIES=    pkgtools
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.9 pkgsrc/pkgtools/pkgchkxx/distinfo:1.10
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.9       Mon Feb 10 08:07:26 2025
+++ pkgsrc/pkgtools/pkgchkxx/distinfo   Wed Mar  5 05:15:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/02/10 08:07:26 pho Exp $
+$NetBSD: distinfo,v 1.10 2025/03/05 05:15:44 pho Exp $
 
-BLAKE2s (pkgchkxx-0.3.1.tar.gz) = cfee977bfac74b4ac361d40f4a2307e0417bfe17dd815c16c098e3464d059cb1
-SHA512 (pkgchkxx-0.3.1.tar.gz) = c06e50733f1428984ebb507603a9db0e415d8f19e889685a72b2eb7b4229a9f61f5fb3685861bfac3525d930b5ab6f13f5141ac9b30d9c62f1d2a9ae3bef6061
-Size (pkgchkxx-0.3.1.tar.gz) = 556200 bytes
+BLAKE2s (pkgchkxx-0.3.2.tar.gz) = 91826895136aba8c2d3e297498a291083fd63cf2c576443106ee5bd92f96dc1f
+SHA512 (pkgchkxx-0.3.2.tar.gz) = 1d49fc6dc0399634220a1091ca9896eabed011757375fec469d066e509f5d867cf308705d25416db73bbbdb84fa1851a21aa7a34f950b919e99f44f9457cb6fe
+Size (pkgchkxx-0.3.2.tar.gz) = 556261 bytes



Home | Main Index | Thread Index | Old Index