debian: bump version, fix permissions issue
This commit is contained in:
parent
40b828ba23
commit
1027e2ed78
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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.
|
||||
|
4
debian/taler-exchange.postinst
vendored
4
debian/taler-exchange.postinst
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user