* Use ciphertext blinding for Elgamal decryption [CVE-2014-3591]. See http://www.cs.tau.ac.il/~tromer/radioexp/ for details. * Fixed data-dependent timing variations in modular exponentiation [related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks are Practical]. This update introduces additional fixes and features, see http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000363.html ok sthen@
13 lines
585 B
Plaintext
13 lines
585 B
Plaintext
$OpenBSD: patch-keyserver_Makefile_in,v 1.10 2015/03/01 12:12:54 jca Exp $
|
|
--- keyserver/Makefile.in.orig Fri Feb 27 09:37:52 2015
|
|
+++ keyserver/Makefile.in Fri Feb 27 22:40:22 2015
|
|
@@ -444,7 +444,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
EXTRA_SCRIPTS = gpgkeys_mailto
|
|
gpglibexecdir = $(libexecdir)/@PACKAGE@
|
|
gpglibexec_PROGRAMS = @GPGKEYS_LDAP@ @GPGKEYS_HKP@ @GPGKEYS_FINGER@ @GPGKEYS_CURL@
|