gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (b60499784 -> bd38b4957)


From: gnunet
Subject: [gnunet] branch master updated (b60499784 -> bd38b4957)
Date: Sat, 06 Jan 2024 23:13:06 +0100

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

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

    from b60499784 -formatting, nicer return types
     new 977a0c1e1 build: Update submodules
     new bd38b4957 build: update generated service ports header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/gana                                | 2 +-
 contrib/handbook                            | 2 +-
 src/include/gnu_name_system_service_ports.h | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index c1dc2dc97..40f6cf101 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c1dc2dc975742c929a523c22d91f7d4f82787230
+Subproject commit 40f6cf1015231663064eda98aa1e403cddd7b970
diff --git a/contrib/handbook b/contrib/handbook
index e5b42badb..5c20e0aaa 160000
--- a/contrib/handbook
+++ b/contrib/handbook
@@ -1 +1 @@
-Subproject commit e5b42badb7450aee5367e70294a0f8b1595945eb
+Subproject commit 5c20e0aaa95c7cebc225d02231221d18fdcbdb53
diff --git a/src/include/gnu_name_system_service_ports.h 
b/src/include/gnu_name_system_service_ports.h
index a95941882..040e598b6 100644
--- a/src/include/gnu_name_system_service_ports.h
+++ b/src/include/gnu_name_system_service_ports.h
@@ -45,7 +45,7 @@ struct GNUNET_GNS_ServicePort
 
 struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
   /**
-   * LIGHTest trust policy scheme
+   * Used by Trust Scheme Authorities to publish information about Trust 
Schemes (LIGHTest)
    */
   {
     .name = "scheme",
@@ -53,10 +53,10 @@ struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
   },
 
   /**
-   * LIGHTest trust policy trustlist
+   * Used Trust Translation Authorities to publish information about Trust 
Translations (LIGHTest)
    */
   {
-    .name = "trustlist",
+    .name = "translation",
     .port = 49153
   },
 

-- 
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]