kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
09e5a841 2014-12-14 16:12:28 add LIBADD library dependencies to libssl/libtls From Jan Engelhardt
2669771c 2014-12-11 07:51:38 Use the individual library versions in LibreSSL pc files Previously, they were all using the portable package version, rather than the individual library versions. openssl(1)'s pc file represents the LibreSSL-portable release however. $ pkg-config --modversion libtls 1:0:0 $ pkg-config --modversion openssl 2.1.2 $ pkg-config --modversion libssl 30:0:0 $ pkg-config --modversion libcrypto 30:3:0 ok beck@ deraadt@
cfa04451 2014-12-08 18:35:22 don't hardcode a fixed # of jobs for make
722b48f0 2014-12-08 18:34:06 update libtls URL thanks to gschutijser from github for pointing it out
cfbc62e6 2014-12-07 19:09:24 update and rework changelog for readability
6f6ca9dc 2014-12-07 18:33:22 use the new $MV macro to generate assembly files Avoid spurious rebuilds running update.sh by generating a temp file and comparing the result to the existing one.
5109e657 2014-12-07 18:16:16 use 'make distcheck' for the release build script
a270e6a9 2014-12-08 02:21:22 tests/Makefile.am.tpl: remove generated files on distclean Add pidwraptest.txt to DISTCLEANFILES to let it be removed on distclean. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
afcd515b 2014-12-08 02:13:34 update.sh: remove linked manpages on uninstall Add additional code to remove linked manpages on uninstall. Since we do linking manually, automake will not remove them for us. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9d70cdc6 2014-12-08 02:08:18 update.sh: add MV-like function preserving file timestamps Add a do_mv()/$MV wrappers to be called instead of just mv. This function will preserve the target file if it does not differ from the source file. This helps to remove unnecessary compilator calls after calling update.sh w/o source changes. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>