[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: debian: bump version, minor twea
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: debian: bump version, minor tweaks |
Date: |
Sat, 31 Jul 2021 13:18:17 +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 6d63d2e6 debian: bump version, minor tweaks
6d63d2e6 is described below
commit 6d63d2e6d37345e148c4f00f19514782565dbd94
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jul 31 13:18:05 2021 +0200
debian: bump version, minor tweaks
---
debian/changelog | 7 +++++++
debian/taler-auditor.postinst | 6 +-----
debian/taler-auditor.tmpfiles | 2 ++
debian/taler-exchange.tmpfiles | 1 -
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ecd2b0ae..75f719a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+taler-exchange (0.9.0-16) unstable; urgency=low
+
+ * Improved default configuration.
+ * Various packaging tweaks.
+
+ -- Florian Dold <dold@taler.net> Sat, 31 Jul 2021 13:17:47 +0200
+
taler-exchange (0.9.0-15) unstable; urgency=low
* New Taler amount operations (set zero, ...) added.
diff --git a/debian/taler-auditor.postinst b/debian/taler-auditor.postinst
index b515e3e2..4e89be22 100644
--- a/debian/taler-auditor.postinst
+++ b/debian/taler-auditor.postinst
@@ -13,15 +13,11 @@ case "${1}" in
configure)
# Creating taler groups as needed
if ! getent group ${_GROUPNAME} >/dev/null; then
- echo -n "Creating new Taler group ${_GROUPNAME} ..."
addgroup --quiet --system ${_GROUPNAME}
- echo " done."
fi
# Creating taler users if needed
if ! getent passwd ${_USERNAME} >/dev/null; then
- echo -n "Creating new Taler user ${_USERNAME} ..."
- adduser --quiet --system --ingroup ${_GROUPNAME} --home
${TALER_HOME}/httpd ${_USERNAME}
- echo " done."
+ adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home
${TALER_HOME} ${_USERNAME}
fi
if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf
>/dev/null 2>&1; then
diff --git a/debian/taler-auditor.tmpfiles b/debian/taler-auditor.tmpfiles
new file mode 100644
index 00000000..37e214ac
--- /dev/null
+++ b/debian/taler-auditor.tmpfiles
@@ -0,0 +1,2 @@
+#Type Path Mode UID GID Age Argument
+d /run/taler/auditor-httpd 0755 taler-auditor-httpd taler-auditor-httpd - -
diff --git a/debian/taler-exchange.tmpfiles b/debian/taler-exchange.tmpfiles
index e9b477ca..6ec8eee3 100644
--- a/debian/taler-exchange.tmpfiles
+++ b/debian/taler-exchange.tmpfiles
@@ -1,5 +1,4 @@
#Type Path Mode UID GID Age Argument
-d /run/taler 0755 root root - -
d /run/taler/exchange-secmod-rsa 0755 taler-exchange-secmod-rsa
taler-exchange-secmod - -
d /run/taler/exchange-secmod-eddsa 0755 taler-exchange-secmod-eddsa
taler-exchange-secmod - -
d /run/taler/exchange-httpd 0700 taler-exchange-httpd root - -
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: debian: bump version, minor tweaks,
gnunet <=