dist.sh


Log

Author Commit Date CI Message
kinichiro 03502b8d 2017-09-10T12:49:24 Add *.5 manpages in libcrypto/man/
Brent Cook 9d2418ae 2017-04-12T08:18:20 add nc(1) manpage to install if enabled
Brent Cook b6aded05 2015-09-10T07:18:08 ensure headers are sanitized before release When a public header is removed, we need to ensure it gets removed in the release distribution as well. Also, remove nonexistent *.he exclude.
Brent Cook dd646a33 2015-03-18T19:12:42 enable libtls by default 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@
Brent Cook cfa04451 2014-12-08T18:35:22 don't hardcode a fixed # of jobs for make
Brent Cook 5109e657 2014-12-07T18:16:16 use 'make distcheck' for the release build script
Brent Cook 33ff088a 2014-12-06T10:21:23 simplify packaging for libtls. Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
Brent Cook 3d3c2467 2014-10-14T20:54:42 don't fail to make dist on a clean repo
Brent Cook 5c23f251 2014-09-26T16:12:53 clear local manpage cache before generating a release tarball Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs.
Brent Cook 46dd7aac 2014-07-28T21:00:25 added dist.sh script - generates tarball ok deraadt@ beck@