This fixes a denial of service vulnerability. For more information see: http://secunia.com/advisories/21297/ http://lists.gnupg.org/pipermail/gnupg-announce/2006q3/000229.html okay espie@
13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$OpenBSD: patch-keyserver_Makefile_in,v 1.4 2006/08/07 19:59:20 bernd Exp $
|
|
--- keyserver/Makefile.in.orig Tue Aug 1 12:41:49 2006
|
|
+++ keyserver/Makefile.in Wed Aug 2 12:46:04 2006
|
|
@@ -325,7 +325,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|
+INCLUDES = -I$(top_srcdir)/include
|
|
EXTRA_SCRIPTS = gpgkeys_mailto
|
|
gpglibexecdir = $(libexecdir)/@PACKAGE@
|
|
gpglibexec_SCRIPTS = @GPGKEYS_MAILTO@
|