[Privoxy-devel] Releasing 3.0.35 or 4.0?

Roland Rosenfeld roland at spinnaker.de
Sun Jan 12 12:09:27 CET 2025


Hi Fabian!

On Sa, 11 Jan 2025, Fabian Keil via Privoxy-devel wrote:

> Unfortunately I noticed that the instructions in tests/cts/README
> no longer work for me.
>
> Trying to build curl as documented fails at the configure step with:
>
> | checking curl version... 7.85.0-DEV
> | ./configure: 6904: Syntax error: ";;" unexpected (expecting "fi")
>
> ./configure works when using git master so I suspect that this is
> caused by an autoconf-related update.
>
> As there's no need to rush the release I propose that we delay it
> by at least a week.

I tried this out on Debian unstable (using autoconf 2.72) and was able
to reproduce your issue.
I compared the output of autoconfi 2.71 and 2.72 and they differ.
Upstream fixed this issue in the following commit:

commit a8f52ce225cc31a5d61f7a8de5da8c7c64834a50
Author: Chris Paulson-Ellis <chris.paulson-ellis at motorolasolutions.com>
Date:   Fri Aug 19 18:58:40 2022 +0100

    configure: fix broken m4 syntax in TLS options

    Commit b589696f added lines to some shell within AC_ARG_WITH macros, but
    inadvertently failed to move the final closing ).

    Quote the script section using braces.

    So, if these problems have been around for a while, how did I find them?
    Only because I did a configure including these options:

        $ ./configure --with-openssl --without-rustls
          SSL:              enabled (OpenSSL)

    Closes #9344

I applied it on top of 073268a6de3 and everything works as expected
(except the two acl tests that failed, as I wrote before).

Greetings
Roland
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.privoxy.org/pipermail/privoxy-devel/attachments/20250112/2a20dcf6/attachment.bin>


More information about the Privoxy-devel mailing list