aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2022-12-06version: Bump version to 0.4.7.12-devTor CI Release
2022-12-06version: Bump version to 0.4.7.12Tor CI Release
2022-11-10version: Bump version to 0.4.7.11-devTor CI Release
2022-11-10version: Bump version to 0.4.7.11Tor CI Release
2022-11-09Merge branch 'maint-0.4.5' into maint-0.4.7David Goulet
2022-11-09build: fix -Wstrict-prototypes (Clang 16)Sam James
Clang 16 warns on -Wstrict-prototypes in preparation for C23 which can among other things, lead to some configure tests silently failing/returning the wrong result. Fixes this error: ``` -ignoreme: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] +ignoreme: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] main () ``` For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2], or the (new) c-std-porting mailing list [3]. [0] https://lwn.net/Articles/913505/ [1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213 [2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 [3] hosted at lists.linux.dev. Bug: https://bugs.gentoo.org/879747 Signed-off-by: Sam James <sam@gentoo.org> ---
2022-08-12version: Bump version to 0.4.7.10-devTor CI Release
2022-08-12version: Bump version to 0.4.5.14-devTor CI Release
2022-08-12version: Bump version to 0.4.7.10tor-0.4.7.10Tor CI Release
2022-08-12version: Bump version to 0.4.5.14tor-0.4.5.14Tor CI Release
2022-08-11version: Bump version to 0.4.7.9-devTor CI Release
2022-08-11version: Bump version to 0.4.5.13-devTor CI Release
2022-08-11version: Bump version to 0.4.7.9Tor CI Release
2022-08-11version: Bump version to 0.4.5.13Tor CI Release
2022-06-17version: Bump version to 0.4.7.8-devTor CI Release
2022-06-17version: Bump version to 0.4.7.8tor-0.4.7.8Tor CI Release
2022-04-27version: Bump to 0.4.7.7-devDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-04-27version: Bump version to 0.4.7.7tor-0.4.7.7Tor CI Release
2022-04-07version: Bump version to 0.4.7.6-rc-devTor CI Release
2022-04-07version: Bump version to 0.4.7.6-rctor-0.4.7.6-rcTor CI Release
2022-03-25version: Bump version to 0.4.7.5-alpha-devTor CI Release
2022-03-25version: Bump version to 0.4.7.5-alphator-0.4.7.5-alphaTor CI Release
2022-03-16Merge branch 'tor-gitlab/mr/490'David Goulet
2022-02-25version: Bump version to 0.4.7.4-alpha-devTor CI Release
2022-02-25version: Bump version to 0.4.7.4-alphator-0.4.7.4-alphaTor CI Release
2022-02-25Fix typosDimitris Apostolou
2022-02-04version: Bump version to 0.4.5.12-devTor CI Release
2022-02-04version: Bump version to 0.4.5.12Tor CI Release
2021-12-16configure: Remove typo created by CI patchDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-12-16version: Bump version to 0.4.7.3-alpha-devTor CI Release
2021-12-16configure: Fix typo in versionDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-12-16version: Bump version to 0.4.7.3-alphaTor CI Release
2021-11-08Merge branch 'maint-0.4.6' into mainAlexander Færøy
2021-11-08Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2021-11-08Merge branch 'maint-0.3.5' into maint-0.4.5Alexander Færøy
2021-11-06Give an error message if LibreSSL's TLSv1.3 APIs aren't what we needNick Mathewson
From LibreSSL versions 3.2.1 through 3.4.0, our configure script would conclude that TLSv1.3 as supported, but it actually wasn't. This led to annoying breakage like #40128 and #40445. Now we give an error message if we try to build with one of those versions. Closes #40511.
2021-11-05Reverse the direction of the test for openssl 3.0.0Nick Mathewson
Previously the logic was reversed, and always gave the wrong answer. This has no other effect than to change whether we suppress deprecated API warnings. Fixes #40429; bugfix on 0.3.5.13.
2021-11-05Prefer use of __MINGW_PRINTF/SCANF_FORMAT if available.Nick Mathewson
Mingw headers sometimes like to define alternative scanf/printf format attributes depending on whether they're using clang, UCRT, MINGW_ANSI_STDIO, or the microsoft version of printf/scanf. This change attempts to use the right one on the given platform. This is an attempt to fix part of #40355.
2021-10-28version: Missing version update in couple filesDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-28version: Missing version update in couple filesDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-28version: Missing version update in couple filesDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.7.2-alpha-devDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.6.8-devDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.5.11-devDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.3.5.17-devDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.7.2-alphator-0.4.7.2-alphaDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.6.8David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.4.5.11David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-26version: Bump to 0.3.5.17David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-06rust: Remove Rust support from treeDavid Goulet
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org>