summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-09-01 14:03:22 +0000
committertaca <taca@pkgsrc.org>2020-09-01 14:03:22 +0000
commitbe55bafff4f09abc3f99f2de361cdf47bb13dcc6 (patch)
tree15d53ffd61d66c83fa9f9223cd1a314370256772 /benchmarks
parent52444825c460ef3ba7fc1a47494608d2abd43397 (diff)
downloadpkgsrc-be55bafff4f09abc3f99f2de361cdf47bb13dcc6.tar.gz
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
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dnsperf/Makefile7
-rw-r--r--benchmarks/dnsperf/distinfo10
2 files changed, 8 insertions, 9 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile
index 7a915b8fa7f..b5107e6b507 100644
--- a/benchmarks/dnsperf/Makefile
+++ b/benchmarks/dnsperf/Makefile
@@ -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"
diff --git a/benchmarks/dnsperf/distinfo b/benchmarks/dnsperf/distinfo
index f5ce5fb2c24..53332adad6e 100644
--- a/benchmarks/dnsperf/distinfo
+++ b/benchmarks/dnsperf/distinfo
@@ -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