openbsd-ports/security/gnupg/patches/patch-po_Makefile.in.in
reinhard 9879992112 update to gnupg-1.0.6; SECURITY FIX
*) Fixed a format string bug which is exploitable if --batch is not used.
*) Checked all translations for format strings bugs.
*) Removed the Russian translation due to too many bugs.
*) Fixed keyserver access and expire time calculation.

ok maintainer
2001-06-05 09:19:05 +00:00

14 lines
383 B
Plaintext

$OpenBSD: patch-po_Makefile.in.in,v 1.2 2001/06/05 09:19:07 reinhard Exp $
--- po/Makefile.in.in.orig Sat May 26 16:20:34 2001
+++ po/Makefile.in.in Fri Jun 1 18:56:47 2001
@@ -26,6 +26,8 @@ datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
+DESTDIR =
+
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@