|
03502b8d
|
2017-09-10T12:49:24
|
|
Add *.5 manpages in libcrypto/man/
|
|
9d2418ae
|
2017-04-12T08:18:20
|
|
add nc(1) manpage to install if enabled
|
|
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.
|
|
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@
|
|
cfa04451
|
2014-12-08T18:35:22
|
|
don't hardcode a fixed # of jobs for make
|
|
5109e657
|
2014-12-07T18:16:16
|
|
use 'make distcheck' for the release build script
|
|
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.
|
|
3d3c2467
|
2014-10-14T20:54:42
|
|
don't fail to make dist on a clean repo
|
|
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.
|
|
46dd7aac
|
2014-07-28T21:00:25
|
|
added dist.sh script - generates tarball
ok deraadt@ beck@
|