From: Viktor Szakats Date: Thu, 11 Apr 2024 11:16:18 +0000 (+0000) Subject: dist: add files missing from release tarball X-Git-Tag: curl-8_8_0~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4419ae4c45fccaadc62dbdaf4725909c44dcfa;p=thirdparty%2Fcurl.git dist: add files missing from release tarball Closes #13346 --- diff --git a/Makefile.am b/Makefile.am index f525c18809..460b813006 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ VC_DIST = projects/README.md \ projects/wolfssl_override.props WINBUILD_DIST = winbuild/README.md winbuild/gen_resp_file.bat \ - winbuild/MakefileBuild.vc winbuild/Makefile.vc + winbuild/MakefileBuild.vc winbuild/Makefile.vc winbuild/makedebug.cmd PLAN9_DIST = plan9/include/mkfile \ plan9/include/mkfile \ diff --git a/docs/Makefile.am b/docs/Makefile.am index 7584dd2a1e..bfe95239c7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -43,6 +43,7 @@ EXTRA_DIST = \ $(CURLPAGES) \ ALTSVC.md \ BINDINGS.md \ + BUFQ.md \ BUFREF.md \ BUG-BOUNTY.md \ BUGS.md \ @@ -77,8 +78,10 @@ EXTRA_DIST = \ INSTALL-CMAKE.md \ INSTALL.md \ INTERNALS.md \ + IPFS.md \ KNOWN_BUGS \ MAIL-ETIQUETTE.md \ + MANUAL.md \ MQTT.md \ NEW-PROTOCOL.md \ options-in-versions \ diff --git a/tests/Makefile.am b/tests/Makefile.am index a6d0708f72..e01c93e6d7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,14 +43,15 @@ TESTSCRIPTS = \ test1544.pl \ test971.pl -EXTRA_DIST = appveyor.pm azure.pm CMakeLists.txt devtest.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 pathhelp.pm README.md \ - 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) + 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) DISTCLEANFILES = configurehelp.pm diff --git a/tests/certs/Makefile.am b/tests/certs/Makefile.am index e21cdd5c44..dc7deb818d 100644 --- a/tests/certs/Makefile.am +++ b/tests/certs/Makefile.am @@ -50,6 +50,7 @@ GENERATEDCERTS = \ Server-localhost-sv.pem \ Server-localhost-sv.pub.der \ Server-localhost-sv.pub.pem \ + Server-localhost-sv.pubkey-pinned \ Server-localhost.nn-sv.crl \ Server-localhost.nn-sv.crt \ Server-localhost.nn-sv.csr \ @@ -59,6 +60,7 @@ GENERATEDCERTS = \ Server-localhost.nn-sv.pem \ Server-localhost.nn-sv.pub.der \ Server-localhost.nn-sv.pub.pem \ + Server-localhost.nn-sv.pubkey-pinned \ Server-localhost0h-sv.crl \ Server-localhost0h-sv.crt \ Server-localhost0h-sv.csr \ @@ -68,6 +70,7 @@ GENERATEDCERTS = \ Server-localhost0h-sv.pem \ Server-localhost0h-sv.pub.der \ Server-localhost0h-sv.pub.pem \ + Server-localhost0h-sv.pubkey-pinned \ Server-localhost-firstSAN-sv.crl \ Server-localhost-firstSAN-sv.crt \ Server-localhost-firstSAN-sv.csr \ @@ -77,6 +80,7 @@ GENERATEDCERTS = \ Server-localhost-firstSAN-sv.pem \ Server-localhost-firstSAN-sv.pub.der \ Server-localhost-firstSAN-sv.pub.pem \ + Server-localhost-firstSAN-sv.pubkey-pinned \ Server-localhost-lastSAN-sv.crl \ Server-localhost-lastSAN-sv.crt \ Server-localhost-lastSAN-sv.csr \ @@ -86,6 +90,7 @@ GENERATEDCERTS = \ Server-localhost-lastSAN-sv.pem \ Server-localhost-lastSAN-sv.pub.der \ Server-localhost-lastSAN-sv.pub.pem \ + Server-localhost-lastSAN-sv.pubkey-pinned \ stunnel-sv.crl \ stunnel-sv.crt \ stunnel-sv.csr \ @@ -94,7 +99,9 @@ GENERATEDCERTS = \ stunnel-sv.key \ stunnel-sv.pem \ stunnel-sv.der \ - stunnel-sv.pub.pem + stunnel-sv.pub.der \ + stunnel-sv.pub.pem \ + stunnel-sv.pubkey-pinned SRPFILES = \ srp-verifier-conf \