Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: d523b40054a4851e0089d27a8af3a83adc194cc3 https://github.com/kronosnet/kronosnet/commit/d523b40054a4851e0089d27a8af3a8... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- build: we only use the crypto part of OpenSSL
Commit: c1effb8a4bb38393d0d77acec8ad843a712554fe https://github.com/kronosnet/kronosnet/commit/c1effb8a4bb38393d0d77acec8ad84... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- build: clock_gettime does not require the rt library for glibc 2.17+
So stop overlinking with -lrt on modern systems.
Commit: 3cc6b18042ab6c30404b615e7188ad45c49d7c48 https://github.com/kronosnet/kronosnet/commit/3cc6b18042ab6c30404b615e7188ad... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- build: don't add the dl library to LIBS, keep it in dl_LIBS only
This leaves us with an empty LIBS in the most common cases.
Commit: bcb6cbb4ad8d03c148e767ba34b6fc7dd56e0576 https://github.com/kronosnet/kronosnet/commit/bcb6cbb4ad8d03c148e767ba34b6fc... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- build: the check_lib_no_libs function was unused
The optional arguments of AC_CHECK_LIB work good enough.
Commit: 4f002d0c996abb3362214030ea4ad55cad3976f2 https://github.com/kronosnet/kronosnet/commit/4f002d0c996abb3362214030ea4ad5... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- build: remove unused function checks
These have no corresponding HAVE_X checks in the code.
Commit: 26fe18aa1c70f0ed494a824b4659de315e6991d1 https://github.com/kronosnet/kronosnet/commit/26fe18aa1c70f0ed494a824b4659de... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac M kronosnetd/Makefile.am M libknet/tests/Makefile.am
Log Message: ----------- build: only kronosnetd needs PAM, so keep the linker options separate
Commit: 1b96703bb988796fa3b6cea8d24849445842131d https://github.com/kronosnet/kronosnet/commit/1b96703bb988796fa3b6cea8d24849... Author: Ferenc Wágner wferi@debian.org Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac
Log Message: ----------- Revert "build: link as needed"
This reverts commit e3c019fde32f78bf2e3a9bcf6c2fff93245708a0.
Once LIBS is kept empty and OpenSSL isn't linked to in full, overlinking shouldn't be a problem anymore.
Commit: 0b4bfc6f1dcad169da8a710b38ed610998cc8517 https://github.com/kronosnet/kronosnet/commit/0b4bfc6f1dcad169da8a710b38ed61... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths: M configure.ac M kronosnetd/Makefile.am M libknet/tests/Makefile.am
Log Message: ----------- Merge pull request #85 from wferi/libcrypto
We only use the crypto part of OpenSSL
Compare: https://github.com/kronosnet/kronosnet/compare/bb7eeb7a8323...0b4bfc6f1dca