[Privoxy-commits] [privoxy] 03/03: tests/cts/README: Suggest to checkout curl-7_85_0

User Git git at git.privoxy.org
Sun Jan 12 16:52:29 CET 2025


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

git pushed a commit to branch master
in repository privoxy.

commit bdc584b0a31cb4b8c5d0bc7ff1f8fc432fa8ce31
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Jan 12 16:14:46 2025 +0100

    tests/cts/README: Suggest to checkout curl-7_85_0
    
    A curl checkout at 073268a6de3 fails to configure when using
    autoreconf 2.72:
    
    | checking curl version... 7.85.0-DEV
    | ./configure: 6904: Syntax error: ";;" unexpected (expecting "fi")
    
    As Roland noticed this was fixed by curl commit a8f52ce225cc.
---
 tests/cts/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cts/README b/tests/cts/README
index 831f37ab..3b57a1bc 100644
--- a/tests/cts/README
+++ b/tests/cts/README
@@ -10,7 +10,7 @@ Privoxy sources do:
  git clone https://github.com/curl/curl.git
 
  cd curl
- git checkout -b before-cts-regressions 073268a6de3
+ git checkout -b cts-compatible-with-privoxy-tests curl-7_85_0
 
  # Build curl as described in GIT-INFO. Note that the configure
  # call needs to explicitly choose a TLS library. For example

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list