diff options
author | pettai <pettai@pkgsrc.org> | 2015-12-13 00:01:29 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-12-13 00:01:29 +0000 |
commit | c8622bce7695c73127ce389f4c6221356c108dac (patch) | |
tree | df87b00b926053461abfe131f4ede6d02b2c575c | |
parent | a2597568ceb2359a2c7126537f6d2d7512dbb2b6 (diff) | |
download | pkgsrc-c8622bce7695c73127ce389f4c6221356c108dac.tar.gz |
Knot DNS 2.0.2
==============
Bugfixes:
---------
- Out-of-bound read in packet parser for malformed NAPTR records (LibFuzzer)
-rw-r--r-- | net/knot/Makefile | 4 | ||||
-rw-r--r-- | net/knot/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 22b65b02a6b..5d9e2decd10 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2015/10/27 18:56:40 pettai Exp $ +# $NetBSD: Makefile,v 1.27 2015/12/13 00:01:29 pettai Exp $ -DISTNAME= knot-2.0.1 +DISTNAME= knot-2.0.2 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ EXTRACT_SUFX= .tar.xz diff --git a/net/knot/distinfo b/net/knot/distinfo index 32276781731..f56793dd740 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2015/10/26 19:23:08 pettai Exp $ +$NetBSD: distinfo,v 1.16 2015/12/13 00:01:29 pettai Exp $ -SHA1 (knot-2.0.1.tar.xz) = 155a9aa3e7e6f12b70ec8e079ef6c8e137b0f8cf -RMD160 (knot-2.0.1.tar.xz) = 5fa3ed2da1fb673d329a0d5ade8a4284675c0a63 -SHA512 (knot-2.0.1.tar.xz) = b74069a6da4eb0f456a3bd38318712f467f736af1712a14772f7e539b009c02f8e447c2fcd21f5005a2a4906466294ab6b46e7782aac3b88619063aed14cddb5 -Size (knot-2.0.1.tar.xz) = 958560 bytes +SHA1 (knot-2.0.2.tar.xz) = 771843f5c5cb03f37e2de430189605e6ba275a23 +RMD160 (knot-2.0.2.tar.xz) = f864ecfad5d2e8283711cea67303c3e0c19ff299 +SHA512 (knot-2.0.2.tar.xz) = 5bb36f01a2f39c97d1278be1bb1be60e842a75b3a0f2bc51651907ad937a42229f0df988a5e865de7f869011eb4ac836bda1c5d92c86357ac2556dcf8134b09f +Size (knot-2.0.2.tar.xz) = 958800 bytes SHA1 (patch-samples_Makefile.in) = be60c4bfb4ed49dbe8c55dc5d453c8733fb4fb61 |