diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-12-26 14:37:09 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-12-26 14:37:09 +0000 |
commit | e7189017e19dd5162f40a91050a730c5de982d9a (patch) | |
tree | 678ce6efc0e26688e0686d8dbe7bab7a3fcb9b77 /NEWS | |
parent | d723cc008d7793334260e6ac0d7412ce13e1cf29 (diff) | |
download | fetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.tar.gz fetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.tar.bz2 fetchmail-e7189017e19dd5162f40a91050a730c5de982d9a.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |