-
maybe this is the c-ares/ipv6 warning that still exists in ./configure - looking at the ChangeLog I was assuming most issues were resolved.
2009-11-05 03:40:42 UTC in curl and libcurl
-
curl-7.19.7
compiled with:
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-ldap --disable-ldaps --with-libidn --with-gssapi=/usr --without-libssh2 --enable-ipv6 --enable-http --enable-ftp --enable-gopher --enable-file...
2009-11-05 03:33:17 UTC in curl and libcurl
-
/usr/include/tre/tre.h
#ifdef TRE_USE_SYSTEM_REGEX_H
/* Include the system regex.h to make TRE ABI compatible with the
system regex. */
#include TRE_SYSTEM_REGEX_H_PATH
#define tre_regcomp regcomp
#define tre_regexec regexec
#define tre_regerror regerror
#define tre_regfree regfree
#endif /* TRE_USE_SYSTEM_REGEX_H */
which is all well and good until:
#ifdef USE_TRE
#...
2009-10-17 14:47:57 UTC in opendkim
-
ah -never mind - had an old tre-0.7.5 version.
2009-10-16 12:16:46 UTC in opendkim
-
Attached patch isn't quite right.
Requires the the Makefile.am to have lib_LTLIBRARIES = libar.la
All things that use it withing a combined package should refer to libar.la
The configure.ac should include an output of libar/ar.pc as per the patch though.
http://gitorious.org/opendkim/libopendkim/commit/7d7c53b529757e00da2f141b9deb591380bea2ca.
2009-10-16 12:05:02 UTC in opendkim
-
Just getting the right filename:
http://gitorious.org/opendkim/libopendkim/commit/c7353f286c732ccdab2d6bcd3e44e92b82ea04fd.
2009-10-16 11:56:27 UTC in opendkim
-
this makes better use out of configure generated vars like docdir, mandir
AM_CXXFLAGS is used as suggested by autoreconf so that users can still add CXXFLAGS
LINGUAS shortened to only include languages where files exist.
used mktemp so that parallel makes (make -j3) don't generate conflicts and fail. If autoconf on windows is still required a small variation like that suggested on...
2009-10-14 07:12:47 UTC in DVDStyler
-
though it has different RFC purpose maybe Original-Recipient. I guess X-Original-Recipient to be header compliant, MAIL FROM probably doesn't matter that much for the time being.
http://www.iana.org/assignments/message-headers/perm-headers.html.
2009-10-12 06:35:42 UTC in opendkim
-
This is the option for mailling lists that want to rewrite email in such a way that breaks signatures. The polite(?) option as mentioned on the dkim-dev list was to reject this early. So lets allow a configuration with a set of recipients, that correspond to email lists, that we are just going to reject if they have a ADSP dkim=discardable DNS entry.
2009-10-07 11:31:03 UTC in opendkim
-
TrustSignaturesFrom is good however on large deployments restarting dkim-milter to add these isn't practical.
Trusted third parties is one way MLM can be handled when ADSP dkim=all fails.
2009-10-07 06:14:59 UTC in opendkim