pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/riemann-client



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 15 13:10:51 UTC 2019

Modified Files:
        pkgsrc/sysutils/riemann-client: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/riemann-client/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/riemann-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/riemann-client/Makefile
diff -u pkgsrc/sysutils/riemann-client/Makefile:1.5 pkgsrc/sysutils/riemann-client/Makefile:1.6
--- pkgsrc/sysutils/riemann-client/Makefile:1.5 Sat Jul 20 22:46:05 2019
+++ pkgsrc/sysutils/riemann-client/Makefile     Sun Dec 15 13:10:51 2019
@@ -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:

Index: pkgsrc/sysutils/riemann-client/distinfo
diff -u pkgsrc/sysutils/riemann-client/distinfo:1.2 pkgsrc/sysutils/riemann-client/distinfo:1.3
--- pkgsrc/sysutils/riemann-client/distinfo:1.2 Fri Oct 19 15:53:41 2018
+++ pkgsrc/sysutils/riemann-client/distinfo     Sun Dec 15 13:10:51 2019
@@ -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



Home | Main Index | Thread Index | Old Index