challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 18044bc5958723f5f22ea7aefeec355865e10e7b
parent 7f6de4086e5cbf38cd96d39bbee406df8750c787
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 28 Aug 2024 19:55:37 +0200

bump debian version

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
Mdebian/control | 12++++++------
3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([challenger],[0.12.0],[taler-bug@gnu.org]) +AC_INIT([challenger],[0.13.0],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/challenger/challenger-httpd.c]) AC_CONFIG_HEADERS([challenger_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +challenger (0.13.0) unstable; urgency=low + + * Release 0.13.0 + + -- Christian Grothoff <grothoff@gnu.org> Wed, 28 Aug 2024 16:50:47 +0200 + challenger (0.12.0) unstable; urgency=low * Release v0.12.0 diff --git a/debian/control b/debian/control @@ -8,9 +8,9 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.21), - libtalerexchange-dev (>= 0.10.2), - libpq-dev (>=14), + libgnunet-dev (>=0.22), + libtalerexchange-dev (>= 0.13.0), + libpq-dev (>=15), pkg-config, po-debconf, zlib1g-dev, @@ -26,7 +26,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.10.2), + libtalerexchange (>= 0.13.0), libgnutls30 (>= 3.7.1), adduser, lsb-base, @@ -35,7 +35,7 @@ Depends: ${shlibs:Depends} Recommends: apache2 | nginx | httpd, - postgresql (>=14.0) + postgresql (>=15.0) Description: OAuth 2.0 address validation authenticator. . A Challenger service validates that user is able to @@ -48,7 +48,7 @@ Package: challenger-httpd-dev Section: libdevel Architecture: any Depends: - libtalerexchange-dev (>= 0.10.2), + libtalerexchange-dev (>= 0.13.0), ${misc:Depends} Description: Development headers. .