From e7189017e19dd5162f40a91050a730c5de982d9a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 26 Dec 2007 14:37:09 +0000 Subject: Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31. This requires some minor fixes though. svn path=/branches/BRANCH_6-3/; revision=5145 --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ac45db7d..bbdf2180 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,21 @@ fetchmail 6.3.9 (not yet released): default with no switches in configure to enable it. However, the macro would have been prone to a symlink attack. Found by Nico Golde. +* Include the typedef for int16 in the #ifndef _AIX in smbencrypt.c (Peter + O'Gorman) +* Correct check for u_int32_t in configure.ac (seems to be typedef'ed in + namser.h on some platforms.) (Peter O'Gorman) +* In configure.ac change all CPFLAGS to CPPFLAGS, CEFLAGS to CFLAGS and LDEFLAGS + to LDFLAGS otherwise the results of some tests (additional -L and -I flags) do + not get used for later tests causing incorrect configure results. Makefile.am + was also changed to reflect this. (Peter O'Gorman) +* m4/gethostbyname_r.m4 does AC_TRY_COMPILE, which unfortunately can pass even + if there is no gethostbyname_r. Changed to AC_TRY_LINK. (Peter O'Gorman) +* __attribute__ ((unused)) is a gccism, removed from libesmtp/gethostbyname.c. + (Peter O'Gorman) +* In KAME/getnameinfo.c it's best to use the correct argument to inet_ntoa. + (Peter O'Gorman) + # DOCUMENTATION: * Add fetchmail-SA-2007-02.txt * Re-add two lines to the manual page that had accidentally become comments @@ -89,6 +104,8 @@ fetchmail 6.3.9 (not yet released): * Spanish (Javier Fernández-Sanguino Peña, Matthias Andree) * Vietnamese (Clytie Siddall) + + fetchmail 6.3.8 (released 2007-04-06): # SECURITY STRENGTHENING: -- cgit v1.2.3