aboutsummaryrefslogtreecommitdiff
path: root/dist.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* increase build threadsBrent Cook2022-05-091-1/+1
|
* Add *.5 manpages in libcrypto/man/kinichiro2017-09-101-1/+1
|
* add nc(1) manpage to install if enabledBrent Cook2017-04-121-1/+1
|
* ensure headers are sanitized before releaseBrent Cook2015-09-101-1/+1
| | | | | | When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude.
* enable libtls by defaultBrent Cook2015-03-191-1/+1
| | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
* don't hardcode a fixed # of jobs for makev2.1.2Brent Cook2014-12-081-1/+1
|
* use 'make distcheck' for the release build scriptBrent Cook2014-12-071-1/+1
|
* simplify packaging for libtls.Brent Cook2014-12-061-1/+1
| | | | | Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
* don't fail to make dist on a clean repoBrent Cook2014-10-141-1/+1
|
* clear local manpage cache before generating a release tarballBrent Cook2014-09-261-0/+1
| | | | | Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs.
* added dist.sh script - generates tarballBrent Cook2014-07-291-0/+6
ok deraadt@ beck@