openbsd-ports/net/icecast/patches/patch-doc_Makefile_in
jca d961b2ef50 SECURITY update to icecast-2.4.4
Fixes for CVE-2018-18820 (buffer overflows in URL auth code) and other
bugs.  While here, address a compiler warning in md5.c.

Reported by Aham Brahmasmi, ok kn@
2018-11-20 17:32:36 +00:00

14 lines
390 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.9 2018/11/20 17:32:36 jca Exp $
Index: doc/Makefile.in
--- doc/Makefile.in.orig
+++ doc/Makefile.in
@@ -341,7 +341,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/icecast
+docdir = $(datadir)/doc/@PACKAGE@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@