aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* RECLAIM: Added libpabc credential support.dev/schanzen/pabcMartin Schanzenbach2021-04-24
|
* - added check for libsodium 1.0.18t3sserakt2021-04-20
|
* - fixed format for configure.ac git versionrexxnor2021-04-18
|
* - fixed format for configure.ac git versionrexxnor2021-04-18
|
* - fixed configure.ac to show last commit of current branchrexxnor2021-04-18
|
* -bumping versionv0.14.1Martin Schanzenbach2021-04-04
|
* UTIL/SCALARPRODUCT: Do not build ECC dlog or scalarproduct with incompatible ↵Martin Schanzenbach2021-03-30
| | | | libgcrypt versions (>=1.9.0)
* -handbook: no splitMartin Schanzenbach2021-03-03
|
* -another try. properly handle autoconf vs configure for HTMLFLAGSMartin Schanzenbach2021-02-28
|
* use AS_VERSION_COMPARE instead of AX_COMPARE_VERSIONThien-Thi Nguyen2021-01-30
| | | | (since the former is part of Autoconf proper)
* fix #6722: use AX_COMPARE_VERSIONThien-Thi Nguyen2021-01-30
| | | | | Also, the var ‘gl_libunistring_hexversion’ is not documented, so we switch to ‘LIBUNISTRING_VERSION’, which is.
* convert to GMT, not localtime in GNUNET_TIME_year_to_timeChristian Grothoff2021-01-07
|
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* -remerge branch 'jacki/messenger'TheJackiMonster2020-11-12
| | | | This reverts commit e11d1e59e4ae5f7d89c33df3ae9ca8f1ece990cf.
* postgres: drop use of 'WITH OIDS'Daniel Golle2020-10-05
| | | | | | | | | | | | | | | | | | | | | | PostgreSQL since version 12 no longer supports 'WITH OIDS': Previously, a normally-invisible oid column could be specified during table creation using WITH OIDS; that ability has been removed. Columns can still be explicitly declared as type oid. Operations on tables that have columns created using WITH OIDS will need adjustment. The system catalogs that previously had hidden oid columns now have ordinary oid columns. Hence, SELECT * will now output those columns, whereas previously they would be displayed only if selected explicitly. Drop 'WITH OIDS' as it was stated even on tables for plugins which didn't make any use of the then exposed 'oid' column. In the case of datacache and datastore the 'oid' column is used, so replace the 'WITH OIDS' statement with an explicit 'oid' column having 'OID' type and a corresponding sequence. No measures are taken to still work with PostgreSQL before version 12. Users should update PostgreSQL to version 12 or newer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Disable some diagnostic until TNG is availableAlessio Vanni2020-09-25
|
* GNUnet 0.13.3v0.13.3Martin Schanzenbach2020-09-06
|
* fix: depend on libsodium >=1.0.17. Fixes #6506Martin Schanzenbach2020-09-04
|
* splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | finished, FTBFS)
* fix: build on openbsdMartin Schanzenbach2020-08-18
|
* split of set union from set service (preliminary)Christian Grothoff2020-08-16
|
* -update for 0.13.2v0.13.2Martin Schanzenbach2020-08-14
|
* fix: mysql version detectionMartin Schanzenbach2020-08-11
| | | | Fix detection macro and support mysql8+ my_bool deprecation. Fixes #6465.
* update for 0.13.1v0.13.1Martin Schanzenbach2020-07-12
|
* bump version, update po filesv0.13.0Martin Schanzenbach2020-07-07
|
* build: fix libidn2 detection if prefix given (#5948)Martin Schanzenbach2020-07-05
|
* remove argon2 dependency. Use limited libsodium argon2id function for GNS ↵Martin Schanzenbach2020-05-26
| | | | and NSE
* make mhd and jansson mandatory dependenciesMartin Schanzenbach2020-05-17
|
* allow compile against curl-opensslMartin Schanzenbach2020-05-17
|
* check for libsodiumFlorian Dold2020-05-06
|
* ignore tautologies; check is necessarySchanzenbach, Martin2020-05-06
|
* remove obsolete framework optionSchanzenbach, Martin2020-05-06
|
* add some more useful configuration output wrt transportsSchanzenbach, Martin2020-05-06
|
* stop excessive warnings and notifications of information that is displayed ↵Schanzenbach, Martin2020-05-06
| | | | later on anyway
* improve configure messages moreSchanzenbach, Martin2020-05-06
|
* improve configure messages for rest and reclaimSchanzenbach, Martin2020-05-06
|
* fix #6220Schanzenbach, Martin2020-04-24
|
* purge scrypt; add argon2Martin Schanzenbach2020-04-21
|
* add check to see if CC supports '_Static_assert'Christian Grothoff2020-04-08
|
* consolidate reclaim attribute libSchanzenbach, Martin2020-02-09
|
* remove Taler-specific leftovers, we don't need them anymoreFlorian Dold2020-01-15
|
* Fix copy/paste error checking for explicit_bzeroDavid Barksdale2020-01-13
|
* bump versionSchanzenbach, Martin2020-01-13
|
* bumping version for 0.12.1v0.12.1Christian Grothoff2019-12-25
|
* bump to 0.12Schanzenbach, Martin2019-12-15
|
* clean up messages from configure related to conversation (#5950)Christian Grothoff2019-12-03
|
* more pretty configure end output, declaring victory on #5735Christian Grothoff2019-12-03
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* fix failure to build.ng02019-12-01
|
* define HAVE_AWK... we require awk for many parts, but for some casesng02019-12-01
| | | | it could make sense to skip it.