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@
22 lines
581 B
Plaintext
22 lines
581 B
Plaintext
$OpenBSD: patch-conf_Makefile_in,v 1.9 2018/11/20 17:32:36 jca Exp $
|
|
Index: conf/Makefile.in
|
|
--- conf/Makefile.in.orig
|
|
+++ conf/Makefile.in
|
|
@@ -281,7 +281,7 @@ build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
-docdir = $(datadir)/$(PACKAGE)/doc
|
|
+docdir = $(datadir)/examples/$(PACKAGE)
|
|
dvidir = @dvidir@
|
|
exec_prefix = @exec_prefix@
|
|
host = @host@
|
|
@@ -480,7 +480,6 @@ info-am:
|
|
|
|
install-data-am: install-docDATA
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|