gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: build: remove java remnants


From: gnunet
Subject: [gnunet] branch master updated: build: remove java remnants
Date: Wed, 08 Jan 2025 13:55:51 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 343385c31 build: remove java remnants
343385c31 is described below

commit 343385c319e3c3307b4a058e6a5bcccdd9238d75
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jan 8 13:48:48 2025 +0100

    build: remove java remnants
---
 configure.ac                                       | 12 -------
 po/de.po                                           | 20 +++++------
 po/es.po                                           | 27 +++++++--------
 po/fr.po                                           | 20 +++++------
 po/it.po                                           | 20 +++++------
 po/sr.po                                           | 36 +++++++++----------
 po/sv.po                                           | 20 +++++------
 po/vi.po                                           | 40 +++++++++++-----------
 po/zh_CN.po                                        | 24 ++++++-------
 src/contrib/service/consensus/consensus.conf.in    |  1 -
 .../service/secretsharing/secretsharing.conf.in    |  1 -
 src/service/cadet/cadet.conf.in                    |  1 -
 src/service/core/core.conf.in                      |  1 -
 src/service/dht/dht.conf.in                        |  1 -
 src/service/gns/gns.conf.in                        |  1 -
 src/service/identity/identity.conf.in              |  1 -
 src/service/messenger/messenger.conf.in            |  1 -
 src/service/nse/nse.conf.in                        |  1 -
 src/service/peerstore/peerstore.conf.in            |  1 -
 src/service/revocation/revocation.conf.in          |  1 -
 src/service/statistics/statistics.conf.in          |  1 -
 src/service/transport/transport.conf.in            |  1 -
 src/service/util/resolver.conf.in                  |  1 -
 src/service/zonemaster/zonemaster.conf.in          |  1 -
 24 files changed, 103 insertions(+), 131 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5d84da114..a9e8c00ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1121,18 +1121,6 @@ AS_IF([test "x$enable_benchmarks" = "xyes"],
 AM_CONDITIONAL([ENABLE_BENCHMARK], [test "x$enable_benchmarks" = "xyes"])
 AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"])
 
-# check if ports should be opened for Java services
-AC_ARG_ENABLE([javaports],
-  [AS_HELP_STRING([--enable-javaports],
-     [use non-zero ports for services with Java bindings (default is no)])],
-  [enable_java_ports=${enableval}],
-  [enable_java_ports="no"])
-
-AS_IF([test "x$enable_java_ports" = "xyes"],
-  [JAVAPORT=""],
-  [JAVAPORT="$UNIXONLY"])
-AC_SUBST([JAVAPORT])
-
 # check if experimental code should be compiled (or at least attempted to)
 AC_ARG_ENABLE([experimental],
   [AS_HELP_STRING([--enable-experimental],
diff --git a/po/de.po b/po/de.po
index 044b71af4..6d1ba2b44 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet 0.10.1\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2015-03-08 16:16+0100\n"
 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -3186,7 +3186,7 @@ msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr ""
 "`%s' konnte die Methode '%s%s' nicht auflösen. Ort: %s:%d. Fehler: %s\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Fehler beim Speichern der Konfigurationsdatei `%s':"
@@ -3333,38 +3333,38 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Fehler beim Speichern der Konfigurationsdatei `%s':"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 msgid "Not a valid relative time specification"
 msgstr ""
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
 "choices\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Fehler beim Speichern der Konfigurationsdatei `%s':"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "Option `%s' macht keinen Sinn ohne die Option `%s'.\n"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "Konfiguration konnte nicht aus %s geladen werden\n"
@@ -7232,7 +7232,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr "Direkter Zugriff auf den Transportdienst"
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
diff --git a/po/es.po b/po/es.po
index 6f0c78197..41457e7c0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet 0.9.5a\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2013-02-23 17:50+0100\n"
 "Last-Translator: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -3257,7 +3257,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "«%s» falló al resolver el método «%s» con error: %s\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Se produjo un fallo al borrar el fichero de configuración %s\n"
@@ -3403,12 +3403,12 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Se produjo un fallo al borrar el fichero de configuración %s\n"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 #, fuzzy
 msgid "Not a valid relative time specification"
 msgstr "Tiempo de expiración no válido para la operación «%s»\n"
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
@@ -3417,27 +3417,27 @@ msgstr ""
 "El valor de configuración «%s» para «%s» de la sección «%s» no está dentro "
 "de las opciones legales\n"
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Se produjo un fallo al borrar el fichero de configuración %s\n"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "el parámetro --section es necesario\n"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr "el parámetro --option es necesario para establecer un valor\n"
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "Se produjo un fallo al cargar la configuración de %s\n"
@@ -7457,7 +7457,7 @@ msgstr "enviar data para prueba a otro par (hasta CTRL-C)"
 msgid "Direct access to transport service."
 msgstr "Acceso directo al servicio de transporte."
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
@@ -14924,11 +14924,10 @@ msgstr "¡Se produjo un fallo al conectar con el 
almacén de nombres!\n"
 #~ "activando la opción \"Mostrar todas las opciones\" en el menú de "
 #~ "\"Opciones\".\n"
 #~ "\n"
-#~ 
"Although·there·is·no·cross·reference·yet·to·help·you·figure·out·what·other·options·must·be·enabled·to·support·the·option·you·are·interested·in,"
-#~ "·you·can·still·view·the·help·of·a·grayed-out·option.\n"
+#~ 
"Although·there·is·no·cross·reference·yet·to·help·you·figure·out·what·other·options·must·be·enabled·to·support·the·option·you·are·interested·in,·you·can·still·view·the·help·of·a·grayed-"
+#~ "out·option.\n"
 #~ "\n"
-#~ 
"Toggling·Show·Debug·Info·under·the·Options·menu·will·show·the·dependencies,"
-#~ "·which·you·can·then·match·by·examining·other·options."
+#~ 
"Toggling·Show·Debug·Info·under·the·Options·menu·will·show·the·dependencies,·which·you·can·then·match·by·examining·other·options."
 
 #~ msgid ""
 #~ "Configuration file not found. Please run GNUnet Setup (Client "
diff --git a/po/fr.po b/po/fr.po
index acaf7ecd6..e3aa95d58 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet 0.10.1\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2021-11-21 00:53+0100\n"
 "Last-Translator: Stéphane  Aulery <lkppo@free.fr>\n"
 "Language-Team: French <traduc@traduc.org>\n"
@@ -3116,7 +3116,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr ""
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Résolution de « %s » échouée\n"
@@ -3259,38 +3259,38 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Résolution de « %s » échouée\n"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 msgid "Not a valid relative time specification"
 msgstr ""
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
 "choices\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Résolution de « %s » échouée\n"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, c-format
 msgid "failed to load configuration defaults"
 msgstr ""
@@ -6977,7 +6977,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr ""
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
diff --git a/po/it.po b/po/it.po
index 83f4156ee..9cd2e5ba9 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet 0.10.1\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2019-10-16 11:00+0200\n"
 "Last-Translator: Sebastiano Pistore <sebastianopistore.info@protonmail.ch>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -3117,7 +3117,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "Impossibile avviare il servizio ' %s'\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Impossibile avviare il servizio ' %s'\n"
@@ -3260,38 +3260,38 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Impossibile avviare il servizio ' %s'\n"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 msgid "Not a valid relative time specification"
 msgstr ""
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
 "choices\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Impossibile avviare il servizio ' %s'\n"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, c-format
 msgid "failed to load configuration defaults"
 msgstr ""
@@ -7006,7 +7006,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr ""
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
diff --git a/po/sr.po b/po/sr.po
index d20bd9a2e..11e4e6a65 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet-0.10.1\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2020-10-23 18:39+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
@@ -3228,7 +3228,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "„%s“ није успело да реши метод '%s' са грешком: %s\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Нисам успео да уклоним датотеку подешавања „%s“\n"
@@ -3372,11 +3372,11 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Нисам успео да уклоним датотеку подешавања „%s“\n"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 msgid "Not a valid relative time specification"
 msgstr ""
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
@@ -3385,27 +3385,27 @@ msgstr ""
 "Вредност подешавања '%s' за '%s' у одељку '%s' није ус купу исправних "
 "избора\n"
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Нисам успео да уклоним датотеку подешавања „%s“\n"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "аргумент „--section“ је потребан\n"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr "аргумент „--option“ је потребан за постављање вредности\n"
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "Нисам успео да учитам подешавање за „%s“\n"
@@ -7274,7 +7274,7 @@ msgstr "шаље податке за оцењивање другим парња
 msgid "Direct access to transport service."
 msgstr "Непосредан приступ услузи преноса."
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
@@ -7825,8 +7825,8 @@ msgstr "Нисам успео да се повежем са смештајем 
 #~ "\t cap: the maximum number of links a node can have\n"
 #~ "\t m: the number of links a node should have while joining the network\n"
 #~ "\t filename: the path of the file which contains topology information\n"
-#~ "NOTE: the format of the above file is described here: https://www.gnunet.";
-#~ "org/content/topology-file-format\n"
+#~ "NOTE: the format of the above file is described here: https://";
+#~ "www.gnunet.org/content/topology-file-format\n"
 #~ msgstr ""
 #~ "Ствара СКуЛајт3 базу података која представља дати основни размештај.\n"
 #~ "Коришћење: gnunet-underlay-topology [ОПЦИЈЕ] db-filename TOPO "
@@ -7847,8 +7847,8 @@ msgstr "Нисам успео да се повежем са смештајем 
 #~ "\t cap: највећи број веза које чвор може да има\n"
 #~ "\t m: број веза које чвор треба да има приликом придруживања мрежи\n"
 #~ "\t filename: путања датотеке која садржи податке о размештају\n"
-#~ "НАПОМЕНА: формат горе поменуте датотеке је описан овде: https://www.";
-#~ "gnunet.org/content/topology-file-format\n"
+#~ "НАПОМЕНА: формат горе поменуте датотеке је описан овде: https://";
+#~ "www.gnunet.org/content/topology-file-format\n"
 
 #~ msgid "Daemon to log latency values of connections to neighbours"
 #~ msgstr "Демон за дневничење вредности кашњења веза са суседима"
@@ -8982,8 +8982,8 @@ msgstr "Нисам успео да се повежем са смештајем 
 #~ msgstr "Нисам успео да поставим основни его: %s\n"
 
 #~ msgid ""
-#~ "set default identity to EGO for a subsystem SUBSYSTEM (use together with -"
-#~ "e)"
+#~ "set default identity to EGO for a subsystem SUBSYSTEM (use together with "
+#~ "-e)"
 #~ msgstr ""
 #~ "поставља основни идентитет на ЕГО за подсистем ПОДСИСТЕМ (користите "
 #~ "заједно са -e)"
@@ -9816,8 +9816,8 @@ msgstr "Нисам успео да се повежем са смештајем 
 
 #~ msgid ""
 #~ "Ego for `gns-short' not found. This is not really fatal, but i'll pretend "
-#~ "that it is and refuse to perform a lookup.  Did you run gnunet-gns-import."
-#~ "sh?\n"
+#~ "that it is and refuse to perform a lookup.  Did you run gnunet-gns-"
+#~ "import.sh?\n"
 #~ msgstr ""
 #~ "Нисам нашао „gns-short“. То и није баш кобно, али ћу се ја претварати да "
 #~ "јесте и одбићу да обавим претраживање.  Да ли сте покренули „gnunet-gns-"
diff --git a/po/sv.po b/po/sv.po
index b7b05d8b3..c96601e0b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0b\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2006-01-21 17:16+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -3205,7 +3205,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "\"%s\" misslyckades för fil \"%s\" vid %s:%d med fel: %s\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Kunde inte spara konfigurationsfil \"%s\":"
@@ -3349,39 +3349,39 @@ msgstr "Konfigurationsfil \"%s\" hittades inte.  Kör 
\"gnunet-setup -d\"!\n"
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Kunde inte spara konfigurationsfil \"%s\":"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 #, fuzzy
 msgid "Not a valid relative time specification"
 msgstr "Konfigurationsfil \"%s\" skapad.\n"
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
 "choices\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Kunde inte spara konfigurationsfil \"%s\":"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "%s: flagga \"%s\" är tvetydig\n"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "Kunde inte spara konfigurationsfil \"%s\":"
@@ -7270,7 +7270,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr "Misslyckades att ansluta till gnunetd.\n"
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
diff --git a/po/vi.po b/po/vi.po
index bd65e4bef..85ec391c0 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet 0.8.0a\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2008-09-10 22:05+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -3228,7 +3228,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "« %s » không giải quyết được phương pháp « %s », với lỗi: %s\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "Không thể lưu tập tin cấu hình « %s »:"
@@ -3373,12 +3373,12 @@ msgstr ""
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "Không thể lưu tập tin cấu hình « %s »:"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 #, fuzzy
 msgid "Not a valid relative time specification"
 msgstr "Giá trị cấu hình « %s » cho « %s » trong phần « %s » nên là con số\n"
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
@@ -3387,27 +3387,27 @@ msgstr ""
 "Giá trị cấu hình « %s » cho « %s » trong phần « %s » không phải nằm trong "
 "tập hợp các sự chọn được phép\n"
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "Không thể lưu tập tin cấu hình « %s »:"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "đặt tên hiệu cần dùng (cần thiết)"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "Không thể lưu tập tin cấu hình « %s »:"
@@ -7326,7 +7326,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr "Lỗi kết nối đến gnunetd.\n"
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
@@ -10862,8 +10862,8 @@ msgstr "Không kết nối được đến trình nền gnunetd."
 #~ msgstr "Chỉ có thể đặt một tùy chọn trong mỗi cuộc gọi.\n"
 
 #~ msgid ""
-#~ "Invalid syntax, argument to 'set' must have the format SECTION:"
-#~ "OPTION=VALUE.\n"
+#~ "Invalid syntax, argument to 'set' must have the format "
+#~ "SECTION:OPTION=VALUE.\n"
 #~ msgstr ""
 #~ "Cú pháp sai, đối số tới « set » phải theo định dạng:\n"
 #~ "PHẦN:TÙY_CHỌN­=GIÁ_TRỊ\n"
@@ -11693,8 +11693,8 @@ msgstr "Không kết nối được đến trình nền gnunetd."
 #~ msgstr ""
 #~ "tải xuống một thư mục GNUnet đã được tải về trước. Cần thiết ghi rõ tên "
 #~ "tập tin của một tập tin đã có, thay cho địa chỉ URI. Việc tải về sẽ chỉ "
-#~ "tải về các tập tin cấp đầu của thư mục, nếu không cũng đưa ra tùy chọn « -"
-#~ "R »."
+#~ "tải về các tập tin cấp đầu của thư mục, nếu không cũng đưa ra tùy chọn "
+#~ "« -R »."
 
 #~ msgid "Download files from GNUnet."
 #~ msgstr "Tải tập tin xuống GNUnet."
@@ -12410,8 +12410,8 @@ msgstr "Không kết nối được đến trình nền gnunetd."
 #~ "always welcome.  Users should just be aware that alpha features may not "
 #~ "meet the normal level of reliability or it may fail to work in some "
 #~ "special cases.  Bug reports are usually welcomed by the developers, but "
-#~ "please read the documents <file://README> and <http://gnunet.org/faq.";
-#~ "php3> and use <https://gnunet.org/mantis/> for how to report problems."
+#~ "please read the documents <file://README> and <http://gnunet.org/";
+#~ "faq.php3> and use <https://gnunet.org/mantis/> for how to report problems."
 #~ msgstr ""
 #~ "Nếu EXPERIMENTAL (thực nghiệm) được đặt thành NO (không) thì không hiển "
 #~ "thị tùy chọn về mã vẫn thực nghiệm. Chưa chắc thì đặt NO.\n"
@@ -13502,10 +13502,10 @@ msgstr "Không kết nối được đến trình nền gnunetd."
 #~ "những thư viện trích bổ sung. Định dạng là « [[-]tên_thư_viện[:"
 #~ "[-]tên_thư_viện]*] ».\n"
 #~ "\n"
-#~ "Mặc định là dùng tên tập tin, và ngắt từ lớn ở dấu cách, dấu gạch dưới v."
-#~ "v. Đây nên ổn cho phần lớn người dùng. Dấu gạch nối « - » đằng trước một "
-#~ "tên thư viện có ngụ ý nó nên được thực hiện cuối cùng, thích hợp chỉ cho "
-#~ "split-library."
+#~ "Mặc định là dùng tên tập tin, và ngắt từ lớn ở dấu cách, dấu gạch dưới "
+#~ "v.v. Đây nên ổn cho phần lớn người dùng. Dấu gạch nối « - » đằng trước "
+#~ "một tên thư viện có ngụ ý nó nên được thực hiện cuối cùng, thích hợp chỉ "
+#~ "cho split-library."
 
 #~ msgid "How many entries should the URI DB table have?"
 #~ msgstr "Bảng DB URI nên chứa bao nhiêu mục nhập?"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6deacf493..2d912e97d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gnunet-0.8.1\n"
 "Report-Msgid-Bugs-To: gnunet-developers@mail.gnu.org\n"
-"POT-Creation-Date: 2024-12-09 16:46+0100\n"
+"POT-Creation-Date: 2025-01-08 13:47+0100\n"
 "PO-Revision-Date: 2011-07-09 12:12+0800\n"
 "Last-Translator: Wylmer Wang <wantinghard@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -3163,7 +3163,7 @@ msgstr ""
 msgid "Failed to reset sqlite statement with error: %s\n"
 msgstr "解析配置文件“%s”失败\n"
 
-#: src/lib/testing/testing_api_topology.c:631
+#: src/lib/testing/testing_api_topology.c:609
 #, fuzzy
 msgid "Failed to parse configuration.\n"
 msgstr "解析配置文件“%s”失败\n"
@@ -3306,39 +3306,39 @@ msgstr "配置不满足配置规范文件“%s”的约束!\n"
 msgid "Failed to parse configuration file `%s'\n"
 msgstr "解析配置文件“%s”失败\n"
 
-#: src/lib/util/configuration.c:1789
+#: src/lib/util/configuration.c:1873
 #, fuzzy
 msgid "Not a valid relative time specification"
 msgstr "配置文件“%s”已写入。\n"
 
-#: src/lib/util/configuration.c:1867
+#: src/lib/util/configuration.c:1951
 #, c-format
 msgid ""
 "Configuration value '%s' for '%s' in section '%s' is not in set of legal "
 "choices\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2725
+#: src/lib/util/configuration.c:2809
 #, fuzzy, c-format
 msgid "Failed to load config file `%s'"
 msgstr "解析配置文件“%s”失败\n"
 
-#: src/lib/util/configuration.c:2737
+#: src/lib/util/configuration.c:2821
 #, c-format
 msgid "The following sections are available:\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2751
+#: src/lib/util/configuration.c:2835
 #, fuzzy, c-format
 msgid "%s, %s or %s argument is required\n"
 msgstr "设置要使用的昵称(必须)"
 
-#: src/lib/util/configuration.c:2822
+#: src/lib/util/configuration.c:2906
 #, c-format
 msgid "--option argument required to set value\n"
 msgstr ""
 
-#: src/lib/util/configuration.c:2865
+#: src/lib/util/configuration.c:2949
 #, fuzzy, c-format
 msgid "failed to load configuration defaults"
 msgstr "解析配置文件“%s”失败\n"
@@ -7112,7 +7112,7 @@ msgstr ""
 msgid "Direct access to transport service."
 msgstr "初始化“%s”服务失败。\n"
 
-#: src/service/transport/transport_api2_communication.c:775
+#: src/service/transport/transport_api_communication.c:775
 msgid "Dropped backchanel message: handler not provided by communicator\n"
 msgstr ""
 
@@ -9161,8 +9161,8 @@ msgstr "初始化“%s”服务失败。\n"
 #~ msgstr "每次调用只能设置一个选项。\n"
 
 #~ msgid ""
-#~ "Invalid syntax, argument to 'set' must have the format SECTION:"
-#~ "OPTION=VALUE.\n"
+#~ "Invalid syntax, argument to 'set' must have the format "
+#~ "SECTION:OPTION=VALUE.\n"
 #~ msgstr "语法无效,“set”的参数必须为 SECTION:OPTION=VALUE 的格式。\n"
 
 #~ msgid "Can only display one option per invocation.\n"
diff --git a/src/contrib/service/consensus/consensus.conf.in 
b/src/contrib/service/consensus/consensus.conf.in
index b0fbcaf5a..eb69da14a 100644
--- a/src/contrib/service/consensus/consensus.conf.in
+++ b/src/contrib/service/consensus/consensus.conf.in
@@ -1,6 +1,5 @@
 [consensus]
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2103
 HOSTNAME = localhost
 BINARY = gnunet-service-consensus
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/contrib/service/secretsharing/secretsharing.conf.in 
b/src/contrib/service/secretsharing/secretsharing.conf.in
index df8566abd..b624db474 100644
--- a/src/contrib/service/secretsharing/secretsharing.conf.in
+++ b/src/contrib/service/secretsharing/secretsharing.conf.in
@@ -1,6 +1,5 @@
 [secretsharing]
 START_ON_DEMAND = NO
-@JAVAPORT@PORT = 2114
 HOSTNAME = localhost
 BINARY = gnunet-service-secretsharing
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/cadet/cadet.conf.in b/src/service/cadet/cadet.conf.in
index 8f700951c..01e0d977d 100644
--- a/src/service/cadet/cadet.conf.in
+++ b/src/service/cadet/cadet.conf.in
@@ -1,7 +1,6 @@
 [cadet]
 IMMEDIATE_START = YES
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2096
 HOSTNAME = localhost
 BINARY = gnunet-service-cadet
 # PREFIX = valgrind --leak-check=yes
diff --git a/src/service/core/core.conf.in b/src/service/core/core.conf.in
index 00faf6079..d90eb40c9 100644
--- a/src/service/core/core.conf.in
+++ b/src/service/core/core.conf.in
@@ -1,6 +1,5 @@
 [core]
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2092
 HOSTNAME = localhost
 BINARY = gnunet-service-core
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/dht/dht.conf.in b/src/service/dht/dht.conf.in
index 405ef1917..6e77d2aec 100644
--- a/src/service/dht/dht.conf.in
+++ b/src/service/dht/dht.conf.in
@@ -1,7 +1,6 @@
 [dht]
 IMMEDIATE_START = YES
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2095
 HOSTNAME = localhost
 BINARY = gnunet-service-dht
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/gns/gns.conf.in b/src/service/gns/gns.conf.in
index d8a27ec22..c5c755ab1 100644
--- a/src/service/gns/gns.conf.in
+++ b/src/service/gns/gns.conf.in
@@ -4,7 +4,6 @@ IMMEDIATE_START = YES
 HOSTNAME = localhost
 BINARY = gnunet-service-gns
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
-@JAVAPORT@PORT = 2102
 
 # Do we require users that want to access GNS to run this process
 # (usually not a good idea)
diff --git a/src/service/identity/identity.conf.in 
b/src/service/identity/identity.conf.in
index f5d454323..2ea83933c 100644
--- a/src/service/identity/identity.conf.in
+++ b/src/service/identity/identity.conf.in
@@ -1,7 +1,6 @@
 [identity]
 START_ON_DEMAND = @START_ON_DEMAND@
 RUN_PER_USER = YES
-@JAVAPORT@PORT = 2108
 HOSTNAME = localhost
 BINARY = gnunet-service-identity
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/messenger/messenger.conf.in 
b/src/service/messenger/messenger.conf.in
index 6e29dea44..d090ee67c 100644
--- a/src/service/messenger/messenger.conf.in
+++ b/src/service/messenger/messenger.conf.in
@@ -1,7 +1,6 @@
 [messenger]
 START_ON_DEMAND = @START_ON_DEMAND@
 RUN_PER_USER = YES
-@JAVAPORT@PORT = 2125
 HOSTNAME = localhost
 BINARY = gnunet-service-messenger
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/nse/nse.conf.in b/src/service/nse/nse.conf.in
index 0ac5621aa..12a24cd46 100644
--- a/src/service/nse/nse.conf.in
+++ b/src/service/nse/nse.conf.in
@@ -1,7 +1,6 @@
 [nse]
 START_ON_DEMAND = @START_ON_DEMAND@
 IMMEDIATE_START = YES
-@JAVAPORT@PORT = 2097
 HOSTNAME = localhost
 BINARY = gnunet-service-nse
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/peerstore/peerstore.conf.in 
b/src/service/peerstore/peerstore.conf.in
index c7f387ad0..a6783aaf5 100644
--- a/src/service/peerstore/peerstore.conf.in
+++ b/src/service/peerstore/peerstore.conf.in
@@ -1,7 +1,6 @@
 [peerstore]
 IMMEDIATE_START = YES
 USE_INCLUDED_HELLOS = YES
-@JAVAPORT@PORT = 2110
 HOSTNAME = localhost
 BINARY = gnunet-service-peerstore
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
diff --git a/src/service/revocation/revocation.conf.in 
b/src/service/revocation/revocation.conf.in
index d2d7de46e..9fe571646 100644
--- a/src/service/revocation/revocation.conf.in
+++ b/src/service/revocation/revocation.conf.in
@@ -1,7 +1,6 @@
 [revocation]
 START_ON_DEMAND = @START_ON_DEMAND@
 IMMEDIATE_START = YES
-@JAVAPORT@PORT = 2112
 HOSTNAME = localhost
 BINARY = gnunet-service-revocation
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/statistics/statistics.conf.in 
b/src/service/statistics/statistics.conf.in
index 36aca538f..8d8f1cec8 100644
--- a/src/service/statistics/statistics.conf.in
+++ b/src/service/statistics/statistics.conf.in
@@ -1,6 +1,5 @@
 [statistics]
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2088
 HOSTNAME = localhost
 BINARY = gnunet-service-statistics
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/transport/transport.conf.in 
b/src/service/transport/transport.conf.in
index 4396f41e1..d0f7194d6 100644
--- a/src/service/transport/transport.conf.in
+++ b/src/service/transport/transport.conf.in
@@ -1,6 +1,5 @@
 [transport]
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2091
 HOSTNAME = localhost
 BINARY = gnunet-service-transport
 # PREFIX = valgrind
diff --git a/src/service/util/resolver.conf.in 
b/src/service/util/resolver.conf.in
index 6e2b9a869..5bf55df28 100644
--- a/src/service/util/resolver.conf.in
+++ b/src/service/util/resolver.conf.in
@@ -1,6 +1,5 @@
 [resolver]
 START_ON_DEMAND = @START_ON_DEMAND@
-@JAVAPORT@PORT = 2089
 HOSTNAME = localhost
 BINARY = gnunet-service-resolver
 ACCEPT_FROM = 127.0.0.1;
diff --git a/src/service/zonemaster/zonemaster.conf.in 
b/src/service/zonemaster/zonemaster.conf.in
index 549394d6c..9b377ad0b 100644
--- a/src/service/zonemaster/zonemaster.conf.in
+++ b/src/service/zonemaster/zonemaster.conf.in
@@ -5,7 +5,6 @@ IMMEDIATE_START = YES
 HOSTNAME = localhost
 BINARY = gnunet-service-zonemaster
 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
-@JAVAPORT@PORT = 2123
 WORKER_COUNT = 4
 
 # Do we require users that want to access GNS to run this process

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]