]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dist: add files missing from release tarball
authorViktor Szakats <commit@vsz.me>
Thu, 11 Apr 2024 11:16:18 +0000 (11:16 +0000)
committerViktor Szakats <commit@vsz.me>
Thu, 11 Apr 2024 15:52:08 +0000 (15:52 +0000)
Closes #13346

Makefile.am
docs/Makefile.am
tests/Makefile.am
tests/certs/Makefile.am

index f525c18809cb1b03561a5c21730eee3c2c75ef7d..460b81300616f31aedc72625a25e9dd32ab556f1 100644 (file)
@@ -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             \
index 7584dd2a1ec00b177b26912ea5f66872743f31b6..bfe95239c73f1fbb2b278eb12b52267406f8aa93 100644 (file)
@@ -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                            \
index a6d0708f72a06af184ca73a2e59a98380cd25f36..e01c93e6d78ba4d7ffeaa6ddd2f9c8ddc2784de7 100644 (file)
@@ -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
 
index e21cdd5c4483cb1314123dea3ab1af24b17036ee..dc7deb818de81ab9d36060a5f6a0d3446fa67527 100644 (file)
@@ -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 \