Mon, 25 Jan 2016 18:35:10 +0100 Bumped version to 1.5.2 1.5.2
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jan 2016 18:35:10 +0100] rev 685
Bumped version to 1.5.2
Mon, 25 Jan 2016 18:35:10 +0100 Check for __res_query in libresolv
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jan 2016 18:35:10 +0100] rev 684
Check for __res_query in libresolv Changeset 74d6f2447f59a08c breaks builds here (Debian Jessie), because __res_query is not found...
Mon, 11 Jan 2016 22:23:23 +0100 Merge pull request #22 from moench-tegeder/build_20160111
mcabber <lm@freakysoft.de> [Mon, 11 Jan 2016 22:23:23 +0100] rev 683
Merge pull request #22 from moench-tegeder/build_20160111 assorted minor build fixes
Mon, 11 Jan 2016 21:35:19 +0100 openssl: always fill the fingerprint field of LmSSL
Frank Zschockelt <lm@freakysoft.de> [Mon, 11 Jan 2016 21:35:19 +0100] rev 682
openssl: always fill the fingerprint field of LmSSL
Mon, 11 Jan 2016 20:41:57 +0100 remove rcsid
Christoph Moench-Tegeder <cmt@burggraben.net> [Mon, 11 Jan 2016 20:41:57 +0100] rev 681
remove rcsid as loudmouth is maintained in git, the whole concept of rcsid does not really apply anymore - but we get warnings from -Wunused which are promptly upgraded to errors (-Werror)
Mon, 11 Jan 2016 20:38:32 +0100 try generic cc before testing for gcc
Christoph Moench-Tegeder <cmt@burggraben.net> [Mon, 11 Jan 2016 20:38:32 +0100] rev 680
try generic cc before testing for gcc FreeBSD has clang as it's primary C compiler (and often no gcc, these days). To avoid using the "wrong" compiler (gcc installed via ports if available), test for cc first.
Mon, 11 Jan 2016 20:33:01 +0100 remove libresolv relict
Christoph Moench-Tegeder <cmt@burggraben.net> [Mon, 11 Jan 2016 20:33:01 +0100] rev 679
remove libresolv relict As far as I can tell, libresolv is not needed anymore. To avoid build breakage on systems where the resolver functions live in libc, just remove -lresolv
Mon, 11 Jan 2016 20:32:21 +0100 include the right gssapi.h
Christoph Moench-Tegeder <cmt@burggraben.net> [Mon, 11 Jan 2016 20:32:21 +0100] rev 678
include the right gssapi.h some time ago gssapi.h moved to gssapi/gssapi.h, and on some systems (e.g. FreeBSD) gssapi.h carries a deprecation #warning - which becomes a fatal error since we're compiling with -Werror
Mon, 11 Jan 2016 20:31:29 +0100 include netinet/in.h in resolver
Christoph Moench-Tegeder <cmt@burggraben.net> [Mon, 11 Jan 2016 20:31:29 +0100] rev 677
include netinet/in.h in resolver On some platforms (notably FreeBSD) netinet/in.h is required for the struct in_addr type and IPPROTO_* constants. As this header and both required definitions are documented in IEEE Std 1003.1, this should be safe on all systems.
Sun, 15 Nov 2015 15:55:27 +0100 Add libasyncns to Libs.private
Mikael Berthe <mikael@lilotux.net> [Sun, 15 Nov 2015 15:55:27 +0100] rev 676
Add libasyncns to Libs.private
(0) -300 -100 -10 +10 tip