exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6d63d2e6d37345e148c4f00f19514782565dbd94
parent 7a0988673792d2603f86eecd4f46942575097a3f
Author: Florian Dold <florian@dold.me>
Date:   Sat, 31 Jul 2021 13:18:05 +0200

debian: bump version, minor tweaks

Diffstat:
Mdebian/changelog | 7+++++++
Mdebian/taler-auditor.postinst | 6+-----
Adebian/taler-auditor.tmpfiles | 2++
Mdebian/taler-exchange.tmpfiles | 1-
4 files changed, 10 insertions(+), 6 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 - -