[Privoxy-devel] Releasing 3.0.35 or 4.0?

Roland Rosenfeld roland at spinnaker.de
Sat Jan 11 17:06:46 CET 2025


Hi Fabian!

On Sat, 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.

This seems to either be an issue on your BSD system or maybe is caused
by some old files in the curl directory (I had to do a make distclean,
which resulted in an endless loop, so I removed the curl dir and
started from scratch).

On Debian 12 this means:
(starting from privoxy dir):
cd ..
git clone https://github.com/curl/curl.git
cd curl
git checkout -b before-cts-regressions 073268a6de3
autoreconf -fi
# autoreconf comes from autoconf 2.71 on my system
./configure --with-openssl
make
make test
# Cancel this one after the testsuite is build and the tests begun
# (since I'm impatient and the testsuite is predicted to take more
# than half an hour).
cd ../privoxy/tests/cts
./run-privoxy-tests.sh

This fails with

Test scenario: acl-destination-denied
Overwriting default TESTDIR with /usr/local/src/privoxy/privoxy.ssh/tests/cts/acl-destination-denied/data
********* System characteristics ******** 
* curl 7.85.0-DEV (x86_64-pc-linux-gnu) 
* libcurl/7.85.0-DEV OpenSSL/3.0.15 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libgsasl/2.2.0
* Features: alt-svc AsynchDNS brotli gsasl HSTS HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets zstd
* Disabled: 
* Host: dinghy
* System: Linux dinghy 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux
* OS: linux
* Servers: SSL HTTP-IPv6 HTTP-unix FTP-IPv6 
* Env: 
* Seed: 265707
***************************************** 
test 0001...[Request to denied destination IP address]

curl returned 52, when expecting 56
 exit FAILED

 - abort tests
TESTDONE: 1 tests were considered during 0 seconds.
TESTDONE: 0 tests out of 1 reported OK: 0%

TESTFAIL: These test cases failed: 1 

but this seems to be some different issue, than the one you described.


Maybe the above helps you to fix the limit the root cause on your system.

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/20250111/72869c53/attachment.bin>


More information about the Privoxy-devel mailing list