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 Jan 15 15:19:34 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkgchkxx: Makefile distinfo

Log Message:
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 [#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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/pkgchkxx/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/pkgtools/pkgchkxx/Makefile:1.6
--- pkgsrc/pkgtools/pkgchkxx/Makefile:1.5       Sun Jun  9 08:12:14 2024
+++ pkgsrc/pkgtools/pkgchkxx/Makefile   Wed Jan 15 15:19:34 2025
@@ -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}

Index: pkgsrc/pkgtools/pkgchkxx/distinfo
diff -u pkgsrc/pkgtools/pkgchkxx/distinfo:1.3 pkgsrc/pkgtools/pkgchkxx/distinfo:1.4
--- pkgsrc/pkgtools/pkgchkxx/distinfo:1.3       Sun May 26 10:39:42 2024
+++ pkgsrc/pkgtools/pkgchkxx/distinfo   Wed Jan 15 15:19:34 2025
@@ -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



Home | Main Index | Thread Index | Old Index