mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:57:21 +03:00
verify-release: shell script that verifies a release tarball
This script remakes a provided curl release and verifies that the newly
built version is identical to the original file.
Due to bugs in releases up to and including curl 8.9.1, it does not work
on tarballs generated before commit 754acd1a9d.
Closes #14350
This commit is contained in:
parent
fab526c032
commit
86039e6e42
2 changed files with 81 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
|
||||
mk-ca-bundle.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
|
||||
dmaketgz release-tools.sh
|
||||
dmaketgz release-tools.sh verify-release
|
||||
|
||||
ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
|
||||
FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue