4e437bb2bc
- Fix buffer overflows listed at http://www.guninski.com/exim1.html Update exim to exim-4.33nb1 (from 4.22nb5) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33 - 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime Update exim-exiscan to 4.33_20nb1 (from 4.22-12) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33_20 - Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include - added option to use multiple spamd servers - many mime changes - Added Brightmail Antispam support - clamd fixes Update exim-html to 4.30 (from 4.20) - Update to latest docs Delete exim-user - No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
13 lines
337 B
Text
13 lines
337 B
Text
$NetBSD: patch-ac,v 1.2 2004/05/07 17:47:32 abs Exp $
|
|
|
|
--- OS/os.h-Darwin.orig Thu Apr 4 13:56:14 2002
|
|
+++ OS/os.h-Darwin
|
|
@@ -1,6 +1,8 @@
|
|
/* Exim: OS-specific C header file for Darwin (Mac OS X) */
|
|
|
|
+/* Darwin 6.8 does not have crypt.h
|
|
#define CRYPT_H
|
|
+*/
|
|
#define HAVE_MMAP
|
|
#define HAVE_SYS_MOUNT_H
|
|
#define SIOCGIFCONF_GIVES_ADDR
|