gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: go to 14 for Jammy


From: gnunet
Subject: [taler-exchange] branch master updated: go to 14 for Jammy
Date: Mon, 09 Oct 2023 11:18:41 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new cbc2beb1 go to 14 for Jammy
cbc2beb1 is described below

commit cbc2beb113c7209ffc629fe683dab7b531f0f1b1
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Oct 9 11:18:36 2023 +0200

    go to 14 for Jammy
---
 debian/control    | 4 ++--
 src/util/config.c | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d4ba9f5b..80ebebe6 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  libjansson-dev (>= 2.13),
  libltdl-dev (>=2.2),
  libmicrohttpd-dev (>=0.9.71),
- libpq-dev (>=15),
+ libpq-dev (>=14),
  libsodium-dev (>=1.0.11),
  libunistring-dev (>=0.9.2),
  python3-jinja2,
@@ -80,7 +80,7 @@ Depends:
 Recommends:
   taler-exchange-offline (= ${binary:Version}),
   apache2 | nginx | httpd,
-  postgresql (>=15.0)
+  postgresql (>=14.0)
 Description: GNU's payment system operator.
   GNU Taler is the privacy-preserving digital payment
   system from the GNU project. This package contains the
diff --git a/src/util/config.c b/src/util/config.c
index cd30221a..718c3a10 100644
--- a/src/util/config.c
+++ b/src/util/config.c
@@ -432,6 +432,8 @@ TALER_CONFIG_currency_specs_to_json (const struct
                              cspec->decimal_separator),
     GNUNET_JSON_pack_string ("name",
                              cspec->name),
+    GNUNET_JSON_pack_string ("currency",
+                             cspec->currency),
     GNUNET_JSON_pack_uint64 ("num_fractional_input_digits",
                              cspec->num_fractional_input_digits),
     GNUNET_JSON_pack_uint64 ("num_fractional_normal_digits",

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