pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kyua
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Aug 26 10:41:56 UTC 2016
Modified Files:
pkgsrc/devel/kyua: Makefile distinfo
Log Message:
Update devel/kyua to 0.13:
**Released on August 26th, 2016.**
* Fixed execution of test cases as an unprivileged user, at least under
NetBSD 7.0. Kyua-level failures were probably a regression introduced
in Kyua 0.12, but the underlying may have existed for much longer:
test cases might have previously failed for mysterious reasons when
running under an unprivileged user.
* Issue #134: Fixed metadata test broken on 32-bit platforms.
* Issue #139: Added per-test case start/end timestamps to all reports.
* Issue #156: Fixed crashes due to the invalid handling of cleanup
routine data and triggered by the reuse of PIDs in long-running Kyua
instances.
* Issue #159: Fixed TAP parser to ignore case while matching `TODO` and
`SKIP` directives, and to also recognize `Skipped`.
* Fixed potential crash due to a race condition in the unprogramming of
timers to control test deadlines.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/kyua/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kyua/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/kyua/Makefile
diff -u pkgsrc/devel/kyua/Makefile:1.9 pkgsrc/devel/kyua/Makefile:1.10
--- pkgsrc/devel/kyua/Makefile:1.9 Mon Apr 11 19:01:48 2016
+++ pkgsrc/devel/kyua/Makefile Fri Aug 26 10:41:56 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2016/04/11 19:01:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2016/08/26 10:41:56 jmmv Exp $
-DISTNAME= kyua-0.12
-PKGREVISION= 1
+DISTNAME= kyua-0.13
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/kyua/releases/download/${DISTNAME}/}
Index: pkgsrc/devel/kyua/distinfo
diff -u pkgsrc/devel/kyua/distinfo:1.4 pkgsrc/devel/kyua/distinfo:1.5
--- pkgsrc/devel/kyua/distinfo:1.4 Mon Nov 23 03:39:14 2015
+++ pkgsrc/devel/kyua/distinfo Fri Aug 26 10:41:56 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/23 03:39:14 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2016/08/26 10:41:56 jmmv Exp $
-SHA1 (kyua-0.12.tar.gz) = 72225fb836d23060f3a77fc9d8753bd70e3796a8
-RMD160 (kyua-0.12.tar.gz) = a05c5a35e8a6b7f7e4b629faeb9578205389247d
-SHA512 (kyua-0.12.tar.gz) = ab4b2905629ef733a51f090c7197297636a972b4a0668891e2b23f8601fd5818f1962103d6d957f8e9c2bf07ed6eea652c168c79bc1bd5fde0abb65f4f46deb2
-Size (kyua-0.12.tar.gz) = 663129 bytes
+SHA1 (kyua-0.13.tar.gz) = 2e437ffdb96dfc6325e283e531a1a3e11bebe4d7
+RMD160 (kyua-0.13.tar.gz) = b83cd7e8d5a45896a7b148e822c1335218f8067c
+SHA512 (kyua-0.13.tar.gz) = 80ecf4fd888d4759122f3c1d1d5b06a19135e06f7bca1ef8458c7a5e78c1b6baff54969c863c93f11c40611ca256fc0334402531397b16788fb3ec701dd278ae
+Size (kyua-0.13.tar.gz) = 663776 bytes
Home |
Main Index |
Thread Index |
Old Index