* fixes CVE-2008-5277 "CH HINFO Denial of Service Vulnerability" - sprinkle some comments in the patch-files
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
$OpenBSD: patch-pdns_Makefile_in,v 1.2 2008/12/16 10:30:27 jasper Exp $
|
|
|
|
Remove target that we take care of in post-install.
|
|
|
|
--- pdns/Makefile.in.orig Mon Sep 22 12:46:55 2008
|
|
+++ pdns/Makefile.in Mon Sep 22 12:50:20 2008
|
|
@@ -1042,8 +1042,7 @@ info-am:
|
|
|
|
install-data-am:
|
|
|
|
-install-exec-am: install-binPROGRAMS install-sbinPROGRAMS \
|
|
- install-sysconfDATA
|
|
+install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
|
|
|
|
install-info: install-info-recursive
|
|
|