diff options
author | mef <mef@pkgsrc.org> | 2019-12-15 13:10:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-12-15 13:10:51 +0000 |
commit | 6878a6fb6700076372825c6c624d93f97605358c (patch) | |
tree | 268cd302ac1b07848df1829160227c1053248289 /sysutils | |
parent | b28c1123813042fd996916c97d6d88a61b684b69 (diff) | |
download | pkgsrc-6878a6fb6700076372825c6c624d93f97605358c.tar.gz |
(sysutils/riemann-client) Updated 1.10.3 to 1.10.4
riemann-c-client 1.10.4
=======================
Released on 2018-12-13
Tests
-----
* The test suite has been improved, so it can run against a remote Riemann
server. This was made to support end-to-end testing in a CI environment.
* The (outdated) pre-generated TLS certificates once used for testing are gone,
and were replaced by a script that generates them on the fly instead.
* The test suite now runs tests serialized, as that results in a more useful
output.
* The end-to-end networked tests were split out into a separate file.
* The test suite will now compile without warnings when using a recent Check.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/riemann-client/Makefile | 7 | ||||
-rw-r--r-- | sysutils/riemann-client/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/riemann-client/Makefile b/sysutils/riemann-client/Makefile index 1f08ddaeab3..7e815f08876 100644 --- a/sysutils/riemann-client/Makefile +++ b/sysutils/riemann-client/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2019/07/20 22:46:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2019/12/15 13:10:51 mef Exp $ GITHUB_PROJECT= riemann-c-client GITHUB_TAG= ${DISTNAME} -DISTNAME= riemann-c-client-1.10.3 +DISTNAME= riemann-c-client-1.10.4 PKGNAME= ${DISTNAME:S/c-//} -PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=algernon/} @@ -17,6 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= autoconf automake autoreconf gmake pkg-config +TEST_TARGET= check + LDFLAGS.SunOS+= -lsocket pre-configure: diff --git a/sysutils/riemann-client/distinfo b/sysutils/riemann-client/distinfo index 1354ae272b2..28c8dd63932 100644 --- a/sysutils/riemann-client/distinfo +++ b/sysutils/riemann-client/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2018/10/19 15:53:41 jperkin Exp $ +$NetBSD: distinfo,v 1.3 2019/12/15 13:10:51 mef Exp $ -SHA1 (riemann-c-client-1.10.3.tar.gz) = 43a40c7bcc201fd36ba6a4c1b3f4ffbe2d18751b -RMD160 (riemann-c-client-1.10.3.tar.gz) = 9f8e6ea2152689db439a49899734e2040b1d7e3e -SHA512 (riemann-c-client-1.10.3.tar.gz) = 6d888d2f97fd0f4bec4df6cd5b510731f13e805e277ca66f99664010f1fc7040d802c66f236cf830c7ae8d79a2bbd00b1261b5dc6d11ac41f730119d818f367f -Size (riemann-c-client-1.10.3.tar.gz) = 75402 bytes +SHA1 (riemann-c-client-1.10.4.tar.gz) = 35d215f7cf4c633cc9e7455b880c008239259947 +RMD160 (riemann-c-client-1.10.4.tar.gz) = a6f63441a817c4f33b53d794ba6085fadf6a4ff9 +SHA512 (riemann-c-client-1.10.4.tar.gz) = b46d892adc031a6636d1b3688f9bf7d56a7c956100a544f0d0daa9ba6a1478b65933fff7dafd6e535ebb3589807e6139bd89370d39e24bd5ce7a7f2fe72300a1 +Size (riemann-c-client-1.10.4.tar.gz) = 64007 bytes SHA1 (patch-src_cmd-send.c) = a4fa24be0b4c88fd4586807a636d10ca4b3ae743 |