pkgsrc-WIP-changes archive

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

wip/pkgchkxx: Update to 0.1.3



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Wed Aug 2 12:50:20 2023 +0900
Changeset:	211a44df5e703fe8624eb901eabd1fb956314e76

Modified Files:
	pkgchkxx/Makefile
	pkgchkxx/distinfo

Log Message:
wip/pkgchkxx: Update to 0.1.3

## 0.1.3 -- 2023-08-02

* Fix a segfault occuring when an external command exits with a non-zero
  status, reported by Oskar.
* Fix a bug in `pkgrrxx` where deinstalling build-only dependencies of
  packages confuses the tool, reported by Oskar.
* Fix a bug in `pkgrrxx -n` where dry-runs could hang up in the
  `Re-checking for unsafe installed package` phase.
* Fix a bug in `pkgrrxx -n` where dry-runs attempt to set `automatic=YES`
  on packages it doesn't actually install.
* Fix a bug in `pkgrrxx -n` where dry-runs attempt to find packages that
  depend on a package that isn't installed and fail.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=211a44df5e703fe8624eb901eabd1fb956314e76

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

diffstat:
 pkgchkxx/Makefile | 2 +-
 pkgchkxx/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/pkgchkxx/Makefile b/pkgchkxx/Makefile
index fc5996c3f1..62b0a3e681 100644
--- a/pkgchkxx/Makefile
+++ b/pkgchkxx/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pkgchkxx-0.1.2
+DISTNAME=	pkgchkxx-0.1.3
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=	${DISTNAME}
diff --git a/pkgchkxx/distinfo b/pkgchkxx/distinfo
index 03a31cafef..25dc40bf91 100644
--- a/pkgchkxx/distinfo
+++ b/pkgchkxx/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (pkgchkxx-0.1.2.tar.gz) = 2f3500c264d87f9827bc7b2bd2945ab011bc3c278e9ec1747d50d978d1c735c0
-SHA512 (pkgchkxx-0.1.2.tar.gz) = 6e6a51a4850ed34eb8dde3ad5e16624e046e17d79101c9c706b86c70b27441769aa8dcc70ef2c2b10fa644f66542aaaca4efea1e7b5ac3885dd974561e442ffa
-Size (pkgchkxx-0.1.2.tar.gz) = 521437 bytes
+BLAKE2s (pkgchkxx-0.1.3.tar.gz) = 6e51e02a6f79e2e0762312d4830c8ddfa1c3d616ed9d72f90b35c6b80bfa78a1
+SHA512 (pkgchkxx-0.1.3.tar.gz) = a485f5d8291e759119520308e8f29c65484719d850d3f5eb438d08bf2946a45b091e79161dc3422c7292e6e171236f54cf37c5cdd40e36ab8941d638a050c69f
+Size (pkgchkxx-0.1.3.tar.gz) = 522430 bytes


Home | Main Index | Thread Index | Old Index