gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: debian: bump version, fix permis


From: gnunet
Subject: [taler-exchange] branch master updated: debian: bump version, fix permissions issue
Date: Thu, 05 Aug 2021 21:38:04 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1027e2ed debian: bump version, fix permissions issue
1027e2ed is described below

commit 1027e2ed78befa42d06cc7fe5393fe07bf33c043
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Aug 5 21:37:50 2021 +0200

    debian: bump version, fix permissions issue
---
 debian/changelog               | 7 +++++++
 debian/taler-exchange.postinst | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db85dffa..36284392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+taler-exchange (0.9.0-27) unstable; urgency=low
+
+  * Update to upstream code with minor bugfixes.
+  * Fix permissions of secret configuration files in /etc.
+
+ -- Florian Dold <dold@taler.net>  Thu, 05 Aug 2021 21:36:54 +0200
+
 taler-exchange (0.9.0-26) unstable; urgency=low
 
   * Search config file location correctly.
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index b915129d..6e01ca2f 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -49,10 +49,10 @@ configure)
     adduser --quiet ${_AGGRUSERNAME} ${_DBGROUPNAME}
   fi
 
-  if ! dpkg-statoverride --list 
/etc/taler/secrets/exchange-accounts.secret.conf >/dev/null 2>&1; then
+  if ! dpkg-statoverride --list 
/etc/taler/secrets/exchange-accountcredentials.secret.conf >/dev/null 2>&1; then
     dpkg-statoverride --add --update \
       ${_WIREUSERNAME} root 460 \
-      /etc/taler/secrets/exchange-accounts.secret.conf
+      /etc/taler/secrets/exchange-accountcredentials.secret.conf
   fi
 
   if ! dpkg-statoverride --list /etc/taler/secrets/exchange-db.secret.conf 
>/dev/null 2>&1; then

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