gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated (3f23bede -> 6e0e5c9a)


From: gnunet
Subject: [taler-exchange] branch master updated (3f23bede -> 6e0e5c9a)
Date: Sun, 20 Feb 2022 02:53:28 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository exchange.

    from 3f23bede -bump version requirement
     new d00456fa spell it "PostgreSQL"
     new 6e0e5c9a Bump required PostgreSQL to 13.0 (per README)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README       | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 1375d7ef..1a8ad5c2 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ These are the direct dependencies for running a Taler 
exchange:
 
 - GNUnet            >= 0.16.0
 - GNU libmicrohttpd >= 0.9.71
-- Postgres          >= 13.0
+- PostgreSQL        >= 13.0
 
 
 
diff --git a/configure.ac b/configure.ac
index 99d2e534..5efd4d66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,7 +335,7 @@ AS_IF([test $jansson = 0],
 
 
 # test for postgres
-AX_LIB_POSTGRESQL([9.3])
+AX_LIB_POSTGRESQL([13.0])
 AS_IF([test "x$found_postgresql" = "xyes"],[postgres=true])
 
 TALER_LIB_LDFLAGS="-export-dynamic -no-undefined"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]