pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/dnsperf



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Sep  1 14:03:23 UTC 2020

Modified Files:
        pkgsrc/benchmarks/dnsperf: Makefile distinfo

Log Message:
benchmarks/dnsperf: update to 2.3.4

Update dnsperf to 2.3.4.

pkgsrc change: switch dependency from net/bind914 to net/bind916

2020-05-15 Jerry Lundström

    Release 2.3.4

    This release adds a workaround, thanks to patch from Petr Menšík, for
    building on systems with BIND 9.16. Also improves error handling by
    using thread-safe `strerror_r()` instead of `strerror()`.

    88c3ef4 strerror
    1917f67 openSUSE Tumbleweed
    fd39641 AS_VAR_APPEND
    aeeef74 bind 9.16
    07732cd BIND, libcrypto, clang format
    08146e3 Add crypto library to checks
    e4307c2 Add checks to pass with BIND 9.16
    3f9aed3 Prepare check for bind 9.11/9.16 return types

2020-05-06 Jerry Lundström

    Release 2.3.3

    This release changes the behavior of `dnsperf` and `resperf` when it
    comes to TCP and TLS connections, and updates package building using
    COPR (thanks to patch from Petr Menšík (Red Hat)).

    Connection reset or close are now treated as "try again" so that the
    run is finished and not aborted. As SIGPIPE might be received on usage
    of closed connections it's now blocked in `dnsperf` and handled as
    a fatal action in `resperf`.

    62885ad SIGPIPE
    106c50e connection
    3ef0899 README
    61a3b1c COPR
    35efa27 COPR
    46b37a1 COPR
    5c126ae COPR
    1c51b76 Provide full URL in spec
    2a4dd0e Allow recreation of source archive
    931d6cc Do not require root for archive creation


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/benchmarks/dnsperf/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/dnsperf/distinfo

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

Modified files:

Index: pkgsrc/benchmarks/dnsperf/Makefile
diff -u pkgsrc/benchmarks/dnsperf/Makefile:1.16 pkgsrc/benchmarks/dnsperf/Makefile:1.17
--- pkgsrc/benchmarks/dnsperf/Makefile:1.16     Tue Jun  2 08:23:15 2020
+++ pkgsrc/benchmarks/dnsperf/Makefile  Tue Sep  1 14:03:22 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/06/02 08:23:15 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/09/01 14:03:22 taca Exp $
 
-DISTNAME=      dnsperf-2.3.2
-PKGREVISION=   4
+DISTNAME=      dnsperf-2.3.4
 CATEGORIES=    benchmarks net
 MASTER_SITES=  https://www.dns-oarc.net/files/dnsperf/
 
@@ -23,7 +22,7 @@ REPLACE_SH+=  src/resperf-report
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/GeoIP/buildlink3.mk"
-.include "../../net/bind914/buildlink3.mk"
+.include "../../net/bind916/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"

Index: pkgsrc/benchmarks/dnsperf/distinfo
diff -u pkgsrc/benchmarks/dnsperf/distinfo:1.5 pkgsrc/benchmarks/dnsperf/distinfo:1.6
--- pkgsrc/benchmarks/dnsperf/distinfo:1.5      Wed Oct 16 10:05:28 2019
+++ pkgsrc/benchmarks/dnsperf/distinfo  Tue Sep  1 14:03:22 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/10/16 10:05:28 maya Exp $
+$NetBSD: distinfo,v 1.6 2020/09/01 14:03:22 taca Exp $
 
-SHA1 (dnsperf-2.3.2.tar.gz) = e533ac288de7e52d7b09b4e2fc059b380b1a9164
-RMD160 (dnsperf-2.3.2.tar.gz) = 3b7ebde9379fcdb268765ff934879c913c90ac5b
-SHA512 (dnsperf-2.3.2.tar.gz) = b4fbfa40811174a0613ba333a57278262af2c424118c55ad3f0fe7bf4df07ae4ca4c5fb528ff659d98db61393399308b652bc9887c48ed24427c70343307f06d
-Size (dnsperf-2.3.2.tar.gz) = 402223 bytes
+SHA1 (dnsperf-2.3.4.tar.gz) = 07f231060c9df3a858909653bcedbe62def3abc5
+RMD160 (dnsperf-2.3.4.tar.gz) = 2631528075e275eb7657e48f6dcb68edc92826da
+SHA512 (dnsperf-2.3.4.tar.gz) = ec1df94d9f1c9bc9d439318cfa75f9eea7a8a41c88a411e0678606a3fc4374d1bcc63ce5da606ed4951477d994b440cc2109f2ffc99feddf29bbdfa17f44efd8
+Size (dnsperf-2.3.4.tar.gz) = 406693 bytes



Home | Main Index | Thread Index | Old Index