commit 7015a99a3a755f521267a0a9f3a90412bfc0141d
parent 1186130e0624b12c233034345da2c9f49587ac70
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 May 2024 14:46:01 +0200
-version bumping
Diffstat:
3 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,10 @@
+sync (0.11.1) unstable; urgency=low
+
+ * Fixed issues with restarts in service files.
+ * Bumped dependencies.
+
+ -- Christian Grothoff <grothoff@gnu.org> Wed, 21 Apr 2024 14:50:12 +0200
+
sync (0.11.0) unstable; urgency=low
* v0.11.0 release.
diff --git a/debian/control b/debian/control
@@ -9,9 +9,9 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.21),
- libtalerexchange-dev (>= 0.10.2),
- libtalermerchant-dev (>= 0.10.2),
- libpq-dev (>=14.0),
+ libtalerexchange-dev (>= 0.11.0),
+ libtalermerchant-dev (>= 0.11.0),
+ libpq-dev (>=15.0),
pkg-config,
po-debconf,
zlib1g-dev,
@@ -42,8 +42,8 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.10.2),
- libtalermerchant (>= 0.10.2),
+ libtalerexchange (>= 0.11.0),
+ libtalermerchant (>= 0.11.0),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -51,21 +51,21 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
- postgresql (>=14.0),
+ postgresql (>=15.0),
apache2 | nginx | httpd
Description: GNU Taler's encrypted backup store.
.
A Sync provider enables a GNU Taler wallet to store
an encrypted backup (possibly in return for payment).
- This is the HTTP(S) REST backend that a Sync provider
- must run to implement the protocol server-side.
+ This is an implementation of the the HTTP(S) REST
+ service of a Sync provider.
Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.10.2),
- libtalerexchange-dev (>= 0.10.2),
+ libtalermerchant-dev (>= 0.11.0),
+ libtalerexchange-dev (>= 0.11.0),
libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}
diff --git a/debian/sync-httpd.service b/debian/sync-httpd.service
@@ -7,7 +7,7 @@ Type=simple
Restart=always
RestartMode=direct
RestartSec=1s
-RestartPreventExitStatus=2 3 4 5 6 9
+RestartPreventExitStatus=9
RuntimeMaxSec=3600s
ExecStart=/usr/bin/sync-httpd -c /etc/sync/sync.conf -L INFO