Skip to content

Commit

Permalink
Update devel/kyua to 0.13:
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
jmmv committed Aug 26, 2016
1 parent 6849aad commit 5247e6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/kyua/Makefile
Original file line number Diff line number Diff line change
@@ -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}/}

Expand Down
10 changes: 5 additions & 5 deletions devel/kyua/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5247e6b

Please sign in to comment.