MFH: r472842

dns/knot-resolver: update 2.1.1 -> 2.3.0, fixing CVE-2018-1110

PR:		229040
Reported by:	freebsd-vheg@riseup.net
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2018-04-23-knot-resolver-2.3.0.html
Security:	CVE-2018-1110
Approved by:	portmgr (miwi)
This commit is contained in:
Kurt Jaeger 2018-06-20 15:06:52 +00:00
parent 1d63cb39aa
commit b0010a09dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=472874
4 changed files with 8 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= knot-resolver
DISTVERSION= 2.1.1
DISTVERSION= 2.3.0
CATEGORIES= dns ipv6
MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \
https://dns.company/downloads/knot-resolver/
@ -86,7 +86,7 @@ PORTDOCS= AUTHORS COPYING CodingStyle README.md
STRIP_TARGETS= sbin/kresd \
sbin/kresc \
lib/libkres.so.6 \
lib/libkres.so.7 \
lib/kdns_modules/ahocorasick.so \
lib/kdns_modules/cookies.so \
lib/kdns_modules/dnstap.so \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1520372546
SHA256 (knot-resolver-2.1.1.tar.xz) = 0b9caee03d7cd30e1dc8fa0ce5fafade31fc1785314986bbf77cad446522a1b3
SIZE (knot-resolver-2.1.1.tar.xz) = 1490064
TIMESTAMP = 1529357112
SHA256 (knot-resolver-2.3.0.tar.xz) = 2d19c5daf8440bd3d2acd1886b9ede65f04f7753c6fd4618a92a1a4ba3b27a9b
SIZE (knot-resolver-2.3.0.tar.xz) = 1522788

View File

@ -1,11 +0,0 @@
--- contrib/ucw/mempool-fmt.c.orig 2018-03-06 23:36:10 UTC
+++ contrib/ucw/mempool-fmt.c
@@ -11,7 +11,7 @@
#include <ucw/lib.h>
#include <ucw/mempool.h>
-#include <alloca.h>
+#include "alloc.h"
#include <stdio.h>
#include <string.h>

View File

@ -22,9 +22,9 @@ include/libkres/nsrep.h
include/libkres/pack.h
include/libkres/resolve.h
include/libkres/rplan.h
include/libkres/set.h
include/libkres/signature.h
include/libkres/ta.h
include/libkres/trie.h
include/libkres/utils.h
include/libkres/zonecut.h
lib/kdns_modules/ahocorasick.so
@ -61,6 +61,7 @@ lib/kdns_modules/kres.lua
lib/kdns_modules/kres-gen.lua
lib/kdns_modules/policy.lua
lib/kdns_modules/predict.lua
lib/kdns_modules/prefill.lua
lib/kdns_modules/priming.lua
lib/kdns_modules/prometheus.lua
lib/kdns_modules/renumber.lua
@ -74,7 +75,7 @@ lib/kdns_modules/view.lua
lib/kdns_modules/workarounds.lua
lib/kdns_modules/zonefile.lua
lib/libkres.so
lib/libkres.so.6
lib/libkres.so.7
libdata/pkgconfig/libkres.pc
man/man8/kresd.8.gz
sbin/kresc