gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: -fix warning/special securi


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -fix warning/special security issue
Date: Fri, 25 Jun 2021 16:39:56 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 5c7c8db  -fix warning/special security issue
5c7c8db is described below

commit 5c7c8db5c7042ea542d775e16380e512405f25d3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 25 16:39:54 2021 +0200

    -fix warning/special security issue
---
 debian/changelog                     | 6 ++++++
 debian/control                       | 1 +
 src/anastasis/anastasis-gtk_action.c | 3 ++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d37be4c..cf0d840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis-gtk (0.0.0-3) unstable; urgency=low
+
+  * Various fixes in packaging and code logic.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Thu, 24 Jun 2021 00:00:00 +0000
+
 anastasis-gtk (0.0.0-2) unstable; urgency=low
 
   * updating to reflect changes in gnunet-gtk package structure.
diff --git a/debian/control b/debian/control
index 17d37f2..a9d9f5e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  libanastasis-dev (>= 0.0.0~),
  libgladeui-dev (>=3.10.0),
  libgtk-3-dev (>=3.22.0),
+ libmagic-dev,
  libqrencode-dev
 Standards-Version: 4.5.0
 Vcs-Git: https://salsa.debian.org/debian/anastasis-gtk.git
diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 03fbfdb..dfb5d12 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -1696,7 +1696,8 @@ action_challenge_selecting (void)
       AG_error ("'recovery_error' did not parse correctly");
       return;
     }
-    AG_error (dgettext ("taler-exchange",
+    AG_error ("%s",
+              dgettext ("taler-exchange",
                         hint));
     ts = GTK_TREE_STORE (GCG_get_main_window_object (
                            "policy_review_treestore"));

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