pkgsrc-WIP-changes archive

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

wip/pkgchkxx: Update to 0.1.4



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Sat Aug 5 18:39:56 2023 +0900
Changeset:	8fea97bf569aac29b3455aac5f36a4330647d811

Modified Files:
	pkgchkxx/Makefile
	pkgchkxx/distinfo

Log Message:
wip/pkgchkxx: Update to 0.1.4

## 0.1.4 -- 2023-08-05

* Fix a bug in dependency cycle detection. Previously it didn't only failed
  to display a correct cycle but also derefenced an invalid pointer,
  leading to a garbled output and possibly even a crash.

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

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 62b0a3e681..7746e1cd07 100644
--- a/pkgchkxx/Makefile
+++ b/pkgchkxx/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pkgchkxx-0.1.3
+DISTNAME=	pkgchkxx-0.1.4
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=	${DISTNAME}
diff --git a/pkgchkxx/distinfo b/pkgchkxx/distinfo
index 25dc40bf91..552be08ab6 100644
--- a/pkgchkxx/distinfo
+++ b/pkgchkxx/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (pkgchkxx-0.1.4.tar.gz) = 63e61a3d33bc962590c2db9a911ade8cea2d35aa49b2e271f360d13e423dbff7
+SHA512 (pkgchkxx-0.1.4.tar.gz) = a8489391e12ed851a5a2a9f4482ebbc9f04f11e3d47b308171fbc6f827d37711bd18c0c4fa7225c12b84cb0fdc06b86bfd17b3a3721d2266c8626e3915da8d67
+Size (pkgchkxx-0.1.4.tar.gz) = 523134 bytes


Home | Main Index | Thread Index | Old Index