Sun Dec 15 13:10:51 2019 UTC ()
(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.


(mef)
diff -r1.5 -r1.6 pkgsrc/sysutils/riemann-client/Makefile
diff -r1.2 -r1.3 pkgsrc/sysutils/riemann-client/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/riemann-client/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/riemann-client/Makefile 2019/07/20 22:46:05 1.5
+++ pkgsrc/sysutils/riemann-client/Makefile 2019/12/15 13:10:51 1.6
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.5 2019/07/20 22:46:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2019/12/15 13:10:51 mef Exp $
2 2
3GITHUB_PROJECT= riemann-c-client 3GITHUB_PROJECT= riemann-c-client
4GITHUB_TAG= ${DISTNAME} 4GITHUB_TAG= ${DISTNAME}
5DISTNAME= riemann-c-client-1.10.3 5DISTNAME= riemann-c-client-1.10.4
6PKGNAME= ${DISTNAME:S/c-//} 6PKGNAME= ${DISTNAME:S/c-//}
7PKGREVISION= 1 
8CATEGORIES= sysutils 7CATEGORIES= sysutils
9MASTER_SITES= ${MASTER_SITE_GITHUB:=algernon/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=algernon/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/algernon/riemann-c-client/ 11HOMEPAGE= https://github.com/algernon/riemann-c-client/
13COMMENT= C client library for the Riemann monitoring system 12COMMENT= C client library for the Riemann monitoring system
14LICENSE= gnu-lgpl-v3 13LICENSE= gnu-lgpl-v3
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= autoconf automake autoreconf gmake pkg-config 17USE_TOOLS+= autoconf automake autoreconf gmake pkg-config
19 18
 19TEST_TARGET= check
 20
20LDFLAGS.SunOS+= -lsocket 21LDFLAGS.SunOS+= -lsocket
21 22
22pre-configure: 23pre-configure:
23 cd ${WRKSRC} && autoreconf -i 24 cd ${WRKSRC} && autoreconf -i
24 25
25.include "options.mk" 26.include "options.mk"
26 27
27.include "../../devel/protobuf-c/buildlink3.mk" 28.include "../../devel/protobuf-c/buildlink3.mk"
28.include "../../textproc/json-c/buildlink3.mk" 29.include "../../textproc/json-c/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/riemann-client/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/riemann-client/distinfo 2018/10/19 15:53:41 1.2
+++ pkgsrc/sysutils/riemann-client/distinfo 2019/12/15 13:10:51 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2018/10/19 15:53:41 jperkin Exp $ 1$NetBSD: distinfo,v 1.3 2019/12/15 13:10:51 mef Exp $
2 2
3SHA1 (riemann-c-client-1.10.3.tar.gz) = 43a40c7bcc201fd36ba6a4c1b3f4ffbe2d18751b 3SHA1 (riemann-c-client-1.10.4.tar.gz) = 35d215f7cf4c633cc9e7455b880c008239259947
4RMD160 (riemann-c-client-1.10.3.tar.gz) = 9f8e6ea2152689db439a49899734e2040b1d7e3e 4RMD160 (riemann-c-client-1.10.4.tar.gz) = a6f63441a817c4f33b53d794ba6085fadf6a4ff9
5SHA512 (riemann-c-client-1.10.3.tar.gz) = 6d888d2f97fd0f4bec4df6cd5b510731f13e805e277ca66f99664010f1fc7040d802c66f236cf830c7ae8d79a2bbd00b1261b5dc6d11ac41f730119d818f367f 5SHA512 (riemann-c-client-1.10.4.tar.gz) = b46d892adc031a6636d1b3688f9bf7d56a7c956100a544f0d0daa9ba6a1478b65933fff7dafd6e535ebb3589807e6139bd89370d39e24bd5ce7a7f2fe72300a1
6Size (riemann-c-client-1.10.3.tar.gz) = 75402 bytes 6Size (riemann-c-client-1.10.4.tar.gz) = 64007 bytes
7SHA1 (patch-src_cmd-send.c) = a4fa24be0b4c88fd4586807a636d10ca4b3ae743 7SHA1 (patch-src_cmd-send.c) = a4fa24be0b4c88fd4586807a636d10ca4b3ae743