aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-12-17 10:49:58 +0000
committerWerner Koch <[email protected]>2007-12-17 10:49:58 +0000
commit5967e1a187de9460524778f6e269d45996e9051c (patch)
tree86b56f5e9a3a677984ba57c3debe2dc3880ead69
parentPreparing a release candidate. (diff)
downloadgnupg-5967e1a187de9460524778f6e269d45996e9051c.tar.gz
gnupg-5967e1a187de9460524778f6e269d45996e9051c.zip
Fixed a W32 ldaps problem.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac15
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/ldap.m45
-rw-r--r--po/be.po6
-rw-r--r--po/ca.po6
-rw-r--r--po/cs.po6
-rw-r--r--po/da.po6
-rw-r--r--po/de.po6
-rw-r--r--po/el.po6
-rw-r--r--po/eo.po6
-rw-r--r--po/es.po6
-rw-r--r--po/et.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/gl.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/id.po6
-rw-r--r--po/it.po6
-rw-r--r--po/ja.po6
-rw-r--r--po/nb.po6
-rw-r--r--po/pl.po6
-rw-r--r--po/pt.po6
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/ro.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sv.po6
-rw-r--r--po/tr.po6
-rw-r--r--po/zh_CN.po6
-rw-r--r--po/zh_TW.po6
31 files changed, 106 insertions, 84 deletions
diff --git a/ChangeLog b/ChangeLog
index ae82141f5..21d84e9f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Werner Koch <[email protected]>
+
+ * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
+
2007-12-14 Werner Koch <[email protected]>
Released 2.0.8rc1.
diff --git a/configure.ac b/configure.ac
index b1e5ce69d..2212e7511 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@ min_automake_version="1.10"
# Remember to change the version number immediately *after* a release.
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [2.0.8rc1])
-m4_define([my_issvn], [no])
+m4_define([my_version], [2.0.8])
+m4_define([my_issvn], [yes])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
@@ -405,6 +405,17 @@ AH_BOTTOM([
#endif
+/* Hack used for W32: ldap.m4 also tests for the ASCII version of
+ ldap_start_tls_s because that is the actual symbol used in the
+ library. winldap.h redefines it to our commonly used value,
+ thus we define our usual macro here. */
+#ifdef HAVE_LDAP_START_TLS_SA
+# ifndef HAVE_LDAP_START_TLS_S
+# define HAVE_LDAP_START_TLS_S 1
+# endif
+#endif
+
+
/* Tell libgcrypt not to use its own libgpg-error implementation. */
#define USE_LIBGPG_ERROR 1
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 94497b322..ddbd9ccf1 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Werner Koch <[email protected]>
+
+ * ldap.m4: Test for ldap_start_tls_sA.
+
2007-06-15 Marcus Brinkmann <[email protected]>
* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and
diff --git a/m4/ldap.m4 b/m4/ldap.m4
index a065e5535..f4462ca0d 100644
--- a/m4/ldap.m4
+++ b/m4/ldap.m4
@@ -67,7 +67,10 @@ if test x$_ldap_with != xno ; then
LDAPLIBS="$LDAP_LDFLAGS $MY_LDAPLIBS"
GPGKEYS_LDAP="gpg2keys_ldap$EXEEXT"
- AC_CHECK_FUNCS(ldap_get_option ldap_set_option ldap_start_tls_s)
+ AC_CHECK_FUNCS(ldap_get_option ldap_set_option)
+ # The extra test for ldap_start_tls_sA is for W32 because
+ # that is the actual function in the library.
+ AC_CHECK_FUNCS(ldap_start_tls_s ldap_start_tls_sA)
if test "$ac_cv_func_ldap_get_option" != yes ; then
AC_MSG_CHECKING([whether LDAP supports ld_errno])
diff --git a/po/be.po b/po/be.po
index adf435893..205c9229f 100644
--- a/po/be.po
+++ b/po/be.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2003-10-30 16:35+0200\n"
"Last-Translator: Ales Nyakhaychyk <[email protected]>\n"
"Language-Team: Belarusian <[email protected]>\n"
@@ -697,7 +697,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "памылка стварэньня \"%s\": %s\n"
@@ -7613,7 +7613,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index e9fda16d1..44f0cc7e2 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -27,7 +27,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2005-02-04 02:04+0100\n"
"Last-Translator: Jordi Mallach <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -733,7 +733,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "error en la creació de la contrasenya: %s\n"
@@ -8126,7 +8126,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index c4a52003b..ddd91a963 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.3.92\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-11-26 09:12+0200\n"
"Last-Translator: Roman Pavlik <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
@@ -710,7 +710,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "chyba p�i vytv��en� hesla: %s\n"
@@ -7800,7 +7800,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/da.po b/po/da.po
index e3bd19826..624d15228 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.0.0h\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2003-12-03 16:11+0100\n"
"Last-Translator: Birger Langkjer <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
@@ -702,7 +702,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "fejl ved oprettelse af kodes�tning: %s\n"
@@ -7775,7 +7775,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/de.po b/po/de.po
index 5fa641e6c..9b45ba49b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg-2.0.6\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2007-12-14 16:50+0100\n"
"Last-Translator: Walter Koch <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
@@ -723,7 +723,7 @@ msgid "I'll change it later"
msgstr "Ich werde sie später ändern"
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, c-format
msgid "error creating a pipe: %s\n"
msgstr "Fehler beim Erzeugen einer \"Pipe\": %s\n"
@@ -7838,7 +7838,7 @@ msgstr "Konfiguration der zu nutzenden LDAP-Server"
msgid "Configuration for OCSP"
msgstr "Konfiguration zu OCSP"
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr "Beachten Sie, daß Gruppenspezifiaktionen ignoriert werden\n"
diff --git a/po/el.po b/po/el.po
index 52345d738..79992f265 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg-1.1.92\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2003-06-27 12:00+0200\n"
"Last-Translator: Dokianakis Theofanis <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
@@ -707,7 +707,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "������ ��� ���������� ��� ������ ������: %s\n"
@@ -7972,7 +7972,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/eo.po b/po/eo.po
index 9806bd9e9..c405152ad 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.0.6d\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2002-04-14 14:33+0100\n"
"Last-Translator: Edmund GRIMLEY EVANS <[email protected]>\n"
"Language-Team: Esperanto <[email protected]>\n"
@@ -707,7 +707,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "eraro dum kreado de pasfrazo: %s\n"
@@ -7937,7 +7937,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 4b41287ef..9295839a7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2007-08-16 11:35+0200\n"
"Last-Translator: Jaime Su�rez <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -739,7 +739,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "error creando frase contrase�a: %s\n"
@@ -7851,7 +7851,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/et.po b/po/et.po
index 4e25f3a3d..1d429e878 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-06-17 11:04+0300\n"
"Last-Translator: Toomas Soome <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
@@ -706,7 +706,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "viga parooli loomisel: %s\n"
@@ -7892,7 +7892,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 0e0c3582b..fd35a04f7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-06-16 22:40+0300\n"
"Last-Translator: Tommi Vainikainen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
@@ -723,7 +723,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "virhe luotaessa salasanaa: %s\n"
@@ -7958,7 +7958,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 365210c17..838579110 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.2rc2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2005-06-28 00:24+0200\n"
"Last-Translator: Ga�l Qu�ri <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
@@ -724,7 +724,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "erreur pendant la cr�ation de la phrase de passe: %s\n"
@@ -7997,7 +7997,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index b13c831b1..6fddab489 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.4\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2003-12-04 11:39+0100\n"
"Last-Translator: Jacobo Tarrio <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
@@ -711,7 +711,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "erro ao crea-lo contrasinal: %s\n"
@@ -7980,7 +7980,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index d230f7ca7..4020ff74a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-06-19 21:53+0200\n"
"Last-Translator: Nagy Ferenc L�szl� <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
@@ -706,7 +706,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "Hiba a jelsz� l�trehoz�sakor: %s.\n"
@@ -7925,7 +7925,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 93a0d8854..ee226e5b6 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg-id\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-06-17 16:32+0700\n"
"Last-Translator: Tedi Heriyanto <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
@@ -708,7 +708,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
@@ -7919,7 +7919,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/it.po b/po/it.po
index bd52ad6b1..ed1aa8061 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.1.92\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-06-16 17:01+0200\n"
"Last-Translator: Marco d'Itri <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
@@ -706,7 +706,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "errore nella creazione della passhprase: %s\n"
@@ -7962,7 +7962,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index c220afc17..ecd8a68df 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.3.92\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-11-23 11:14+0900\n"
"Last-Translator: IIDA Yosiaki <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
@@ -710,7 +710,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "�ѥ��ե졼���κ������顼: %s\n"
@@ -7744,7 +7744,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 4f07f3b1e..6260fa367 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2006-06-13 20:31+0200\n"
"Last-Translator: Trond Endrest�l <[email protected]>\n"
"Language-Team: Norwegian Bokm�l <[email protected]>\n"
@@ -705,7 +705,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "feil ved opprettelse av passfrase: %s\n"
@@ -7676,7 +7676,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 922da8378..a0b683a9c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg-2.0.7\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2007-11-26 19:01+0100\n"
"Last-Translator: Jakub Bogusz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -713,7 +713,7 @@ msgid "I'll change it later"
msgstr "Zmieni� je p�niej"
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, c-format
msgid "error creating a pipe: %s\n"
msgstr "b��d tworzenia potoku: %s\n"
@@ -7772,7 +7772,7 @@ msgstr "Konfiguracja u�ywanych serwer�w LDAP"
msgid "Configuration for OCSP"
msgstr "Konfiguracja dla OCSP"
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr "Uwaga, okre�lenia grup s� ignorowane\n"
diff --git a/po/pt.po b/po/pt.po
index b9c4e584f..fc82ce96a 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2002-09-13 18:26+0100\n"
"Last-Translator: Pedro Morais <[email protected]>\n"
"Language-Team: pt <[email protected]>\n"
@@ -710,7 +710,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "erro na cria��o da frase secreta: %s\n"
@@ -7941,7 +7941,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8c49a80bb..f06001b28 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2007-08-16 11:35+0200\n"
"Last-Translator:\n"
"Language-Team: ?\n"
@@ -711,7 +711,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "erro na cria��o da frase secreta: %s\n"
@@ -7953,7 +7953,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 95d1c56ec..ca8be314d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.2rc1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2005-05-31 22:00-0500\n"
"Last-Translator: Laurentiu Buzdugan <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
@@ -716,7 +716,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "eroare la crearea frazei-parol�: %s\n"
@@ -7822,7 +7822,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 1e977eea6..02468cc98 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GnuPG 2.0.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2006-11-07 19:31+0300\n"
"Last-Translator: Maxim Britov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
@@ -694,7 +694,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, c-format
msgid "error creating a pipe: %s\n"
msgstr ""
@@ -7690,7 +7690,7 @@ msgstr "Настройки LDAP серверов"
msgid "Configuration for OCSP"
msgstr "Настройки OCSP"
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index 357450a9f..4a91ecf7f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.2.5\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2004-07-20 15:52+0200\n"
"Last-Translator: Michal Majer <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
@@ -707,7 +707,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "chyba pri vytv�ran� hesla: %s\n"
@@ -7946,7 +7946,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 2d4b49eb0..a41270641 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg trunk\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2007-11-12 16:08+0100\n"
"Last-Translator: Daniel Nylander <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
@@ -733,7 +733,7 @@ msgid "I'll change it later"
msgstr "Jag ändrar den senare"
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, c-format
msgid "error creating a pipe: %s\n"
msgstr "fel när ett rör skapades: %s\n"
@@ -7855,7 +7855,7 @@ msgstr "Konfiguration av LDAP-servrar som ska användas"
msgid "Configuration for OCSP"
msgstr "Konfiguration för OCSP"
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr "Observera att gruppspecifikationer ignoreras\n"
diff --git a/po/tr.po b/po/tr.po
index f1546d0f5..9770eaac0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.9.94\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2006-11-04 03:45+0200\n"
"Last-Translator: Nilgün Belma Bugüner <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
@@ -699,7 +699,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, c-format
msgid "error creating a pipe: %s\n"
msgstr "boru oluşturulurken hata: %s\n"
@@ -7789,7 +7789,7 @@ msgstr "Kullanılacak LDAP sunucularının yapılandırması"
msgid "Configuration for OCSP"
msgstr "OCSP için yapılandırma"
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c9f335fda..0c7a3ad41 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.4\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2006-07-02 10:58+0800\n"
"Last-Translator: Meng Jie <[email protected]>\n"
"Language-Team: Chinese (simplified) <[email protected]>\n"
@@ -714,7 +714,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "生成密码的时候发生错误:%s\n"
@@ -7663,7 +7663,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 3ebc8790b..370affd3e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnupg 1.4.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2007-12-14 16:16+0100\n"
+"POT-Creation-Date: 2007-12-14 17:00+0100\n"
"PO-Revision-Date: 2005-07-29 09:49+0800\n"
"Last-Translator: Jedi <[email protected]>\n"
"Language-Team: Chinese (traditional) <[email protected]>\n"
@@ -710,7 +710,7 @@ msgid "I'll change it later"
msgstr ""
#: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338
-#: tools/gpgconf-comp.c:1641
+#: tools/gpgconf-comp.c:1661
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "建立密語的時候發生錯誤: %s\n"
@@ -7691,7 +7691,7 @@ msgstr ""
msgid "Configuration for OCSP"
msgstr ""
-#: tools/gpgconf-comp.c:3006
+#: tools/gpgconf-comp.c:3026
msgid "Note that group specifications are ignored\n"
msgstr ""