[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: exim-cvs
題目: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/OS Makefile-DragonFly os.h-DragonFly
ph10 2005/09/06 14:21:07 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
  Added files:
    exim-src/OS          Makefile-DragonFly os.h-DragonFly 
  Log:
  Dragonfly config files + several changes in ChangeLog.


  Revision  Changes    Path
  1.216     +13 -1     exim/exim-doc/doc-txt/ChangeLog
  1.1       +32 -0     exim/exim-src/OS/Makefile-DragonFly (new)
  1.1       +12 -0     exim/exim-src/OS/os.h-DragonFly (new)


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.215
  retrieving revision 1.216
  diff -u -r1.215 -r1.216
  --- ChangeLog    1 Sep 2005 08:40:54 -0000    1.215
  +++ ChangeLog    6 Sep 2005 13:21:06 -0000    1.216
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.215 2005/09/01 08:40:54 tom Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.216 2005/09/06 13:21:06 ph10 Exp $


Change log file for Exim from version 4.21
-------------------------------------------
@@ -124,13 +124,25 @@

   PH/30 Fixed (presumably very longstanding) bug in exim_dbmbuild: if it failed
         because an input line was too long, either on its own, or by virtue of
  -      too many continuations, the temporary file was not being removed.
  +      too many continuations, the temporary file was not being removed, and the
  +      return code was incorrect.


PH/31 Missing "BOOL" in function definition in filtertest.c.

PH/32 Applied Sieve patches from the maintainer.

   TK/05 Domainkeys: Accomodate for a minor API change in libdomainkeys 0.67.
  +
  +PH/33 Added "verify = not_blind".
  +
  +PH/34 There are settings for CHOWN_COMMAND and MV_COMMAND that can be used in
  +      Local/Makefile (with some defaults set). These are used in built scripts
  +      such as exicyclog, but they have never been used in the exim_install
  +      script (though there are many overriding facilities there). I have
  +      arranged that the exim_install script now takes note of these two
  +      settings.
  +
  +PH/35 Installed configuration files for Dragonfly.



Exim version 4.52

Index: Makefile-DragonFly
====================================================================
# $Cambridge: exim/exim-src/OS/Makefile-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $

# Exim: OS-specific make file for DragonFly
# There's no setting of CFLAGS here, to allow the system default
# for "make" to be the default.

CHOWN_COMMAND=/usr/sbin/chown

HAVE_SA_LEN=YES

# crypt() is in a separate library
LIBS=-lcrypt -lm

# DragonFly always ships with Berkeley DB
USE_DB=yes

# X11 may be under /usr/pkg/xorg/ for example.
# X11=/usr/X11R6
X11=$(X11BASE)

XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib
XLFLAGS+=-Wl,-rpath,${X11BASE}/lib
X11_LD_LIB=$(X11)/lib

EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_MULTIKILL_CMD='killall -m'
EXIWHAT_MULTIKILL_ARG='^exim($$|-[0-9.]+-[0-9]+$$)'
EXIWHAT_KILL_SIGNAL=-USR1

# End

Index: os.h-DragonFly
====================================================================
/* $Cambridge: exim/exim-src/OS/os.h-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $ */

/* Exim: OS-specific C header file for DragonFly */

#define HAVE_BSD_GETLOADAVG
#define HAVE_MMAP
#define HAVE_SYS_MOUNT_H
#define SIOCGIFCONF_GIVES_ADDR

typedef struct flock flock_t;

/* End */