From: Viktor Szakats Date: Tue, 16 Apr 2024 07:51:57 +0000 (+0200) Subject: dist: add ECH files to tarball X-Git-Tag: curl-8_8_0~216 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d3016adf7e855f03a644fb05308129806c98457;p=thirdparty%2Fcurl.git dist: add ECH files to tarball Also sort `EXTRA_DIST` list in `tests/Makefile.am` and make it diffable. Follow-up to a362962b7289ec02b412890c9515657cf0ed50ac #11922 Closes #13381 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index bfe95239c7..83f5b0c461 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -63,6 +63,7 @@ EXTRA_DIST = \ DISTROS.md \ DYNBUF.md \ EARLY-RELEASE.md \ + ECH.md \ EXPERIMENTAL.md \ FAQ \ FEATURES.md \ diff --git a/tests/Makefile.am b/tests/Makefile.am index e01c93e6d7..7e6697f977 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,15 +43,49 @@ TESTSCRIPTS = \ test1544.pl \ test971.pl -EXTRA_DIST = appveyor.pm azure.pm conftest.py CMakeLists.txt devtest.pl \ - dictserver.py directories.pm FILEFORMAT.md processhelp.pm ftpserver.pl \ - getpart.pm globalconfig.pm http-server.pl http2-server.pl \ - http3-server.pl memanalyze.pl negtelnetserver.py nghttpx.conf \ - pathhelp.pm README.md requirements.txt rtspserver.pl runner.pm \ - runtests.1 runtests.pl secureserver.pl serverhelp.pm servers.pm \ - smbserver.py sshhelp.pm sshserver.pl stunnel.pem testcurl.1 \ - testcurl.pl testutil.pm tftpserver.pl util.py valgrind.pm \ - valgrind.supp $(TESTSCRIPTS) +EXTRA_DIST = \ + CMakeLists.txt \ + FILEFORMAT.md \ + README.md \ + appveyor.pm \ + azure.pm \ + conftest.py \ + devtest.pl \ + dictserver.py \ + directories.pm \ + ech_combos.py \ + ech_tests.sh \ + ftpserver.pl \ + getpart.pm \ + globalconfig.pm \ + http-server.pl \ + http2-server.pl \ + http3-server.pl \ + memanalyze.pl \ + negtelnetserver.py \ + nghttpx.conf \ + pathhelp.pm \ + processhelp.pm \ + requirements.txt \ + rtspserver.pl \ + runner.pm \ + runtests.1 \ + runtests.pl \ + secureserver.pl \ + serverhelp.pm \ + servers.pm \ + smbserver.py \ + sshhelp.pm \ + sshserver.pl \ + stunnel.pem \ + testcurl.1 \ + testcurl.pl \ + testutil.pm \ + tftpserver.pl \ + util.py \ + valgrind.pm \ + valgrind.supp \ + $(TESTSCRIPTS) DISTCLEANFILES = configurehelp.pm