mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- CVE-2018-10920: Improper input validation bug in DNS resolver component PR: 229485 Reported by: freebsd-vheg@riseup.net, Approved by: freebsd@dns.company (maintainer timeout) MFH: 2018Q3 Relnotes: https://www.knot-resolver.cz/2018-07-03-knot-resolver-2.4.0.html https://www.knot-resolver.cz/2018-08-02-knot-resolver-2.4.1.html Security: CVE-2018-10920
8 lines
251 B
Text
8 lines
251 B
Text
--- Makefile.orig 2018-07-02 17:45:52.000000000 +0200
|
|
+++ Makefile 2018-07-04 10:35:57.228161000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-SHELL=/bin/bash -o pipefail -o errexit
|
|
+SHELL=/usr/local/bin/bash -o pipefail -o errexit
|
|
|
|
include config.mk
|
|
include platform.mk
|