]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim4-EDITME.patch
- drop mutual obsoletes
[packages/exim.git] / exim4-EDITME.patch
index 2613e4d53b19c69de941d29dfcba0545ea8759ed..57847853d7dd6f0a29f96fb10f0d66c45e06feb3 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
---- exim-4.21.org/src/EDITME   2003-08-15 00:28:45.000000000 +0200
-+++ exim-4.21/src/EDITME       2003-08-15 00:37:15.000000000 +0200
-@@ -98,7 +98,7 @@
+diff -urN exim-4.64.org/src/EDITME exim-4.64/src/EDITME
+--- exim-4.64.org/src/EDITME   2006-12-20 10:46:04.000000000 +0100
++++ exim-4.64/src/EDITME       2006-12-21 16:57:08.676246750 +0100
+@@ -100,7 +100,7 @@
  # /usr/local/sbin. The installation script will try to create this directory,
  # and any superior directories, if they do not exist.
  
@@ -10,7 +10,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -114,7 +114,7 @@
+@@ -116,7 +116,7 @@
  # don't exist. It will also install a default runtime configuration if this
  # file does not exist.
  
@@ -19,17 +19,26 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
  # In this case, Exim will use the first of them that exists when it is run.
-@@ -132,7 +132,8 @@
+@@ -134,7 +134,8 @@
  # owner of a local mailbox.) Specifying these values as root is very strongly
- # discouraged. These values are compiled into the binary.
+ # discouraged.
  
 -EXIM_USER=
 +EXIM_UID=79
 +EXIM_GID=79
  
- # If the setting of EXIM_USER is numeric (e.g. EXIM_USER=42), there must
- # also be a setting of EXIM_GROUP. If, on the other hand, you use a name
-@@ -213,7 +214,7 @@
+ # If you specify EXIM_USER as a name, this is looked up at build time, and the
+ # uid number is built into the binary. However, you can specify that this
+@@ -214,7 +215,7 @@
+ # This one is very special-purpose, so is not included by default.
+-# ROUTER_IPLOOKUP=yes
++ROUTER_IPLOOKUP=yes
+ #------------------------------------------------------------------------------
+@@ -235,7 +236,7 @@
  # This one is special-purpose, and commonly not required, so it is not
  # included by default.
  
@@ -38,7 +47,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -222,9 +223,9 @@
+@@ -244,9 +245,9 @@
  # MBX, is included only when requested. If you do not know what this is about,
  # leave these settings commented out.
  
@@ -51,32 +60,61 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -239,9 +240,9 @@
+@@ -261,16 +262,16 @@
  LOOKUP_DBM=yes
  LOOKUP_LSEARCH=yes
  
 -# LOOKUP_CDB=yes
-+LOOKUP_CDB=yes
- # LOOKUP_DNSDB=yes
+-# LOOKUP_DNSDB=yes
 -# LOOKUP_DSEARCH=yes
++LOOKUP_CDB=yes
++LOOKUP_DNSDB=yes
 +LOOKUP_DSEARCH=yes
+ # LOOKUP_IBASE=yes
  # LOOKUP_LDAP=yes
  # LOOKUP_MYSQL=yes
  # LOOKUP_NIS=yes
-@@ -310,9 +311,9 @@
+ # LOOKUP_NISPLUS=yes
+ # LOOKUP_ORACLE=yes
+-# LOOKUP_PASSWD=yes
++LOOKUP_PASSWD=yes
+ # LOOKUP_PGSQL=yes
+ # LOOKUP_SQLITE=yes
+ # LOOKUP_WHOSON=yes
+@@ -330,14 +331,14 @@
+ # and the MIME ACL. Please read the documentation to learn more about these
+ # features.
+-# WITH_CONTENT_SCAN=yes
++WITH_CONTENT_SCAN=yes
+ # If you want to use the deprecated "demime" condition in the DATA ACL,
+ # uncomment the line below. Doing so will also explicitly turn on the
+ # WITH_CONTENT_SCAN option. If possible, use the MIME ACL instead of
+ # the "demime" condition.
+-# WITH_OLD_DEMIME=yes
++WITH_OLD_DEMIME=yes
+ #------------------------------------------------------------------------------
+ # Compiling Exim with experimental features. These are documented in
+@@ -473,11 +474,11 @@
  # included in the Exim binary. You will then need to set up the run time
  # configuration to make use of the mechanism(s) selected.
  
 -# AUTH_CRAM_MD5=yes
++AUTH_CRAM_MD5=yes
+ # AUTH_CYRUS_SASL=yes
+-# AUTH_DOVECOT=yes
 -# AUTH_PLAINTEXT=yes
 -# AUTH_SPA=yes
-+AUTH_CRAM_MD5=yes
++AUTH_DOVECOT=yes
 +AUTH_PLAINTEXT=yes
 +AUTH_SPA=yes
  
  
  #------------------------------------------------------------------------------
-@@ -365,10 +366,10 @@
+@@ -576,10 +577,10 @@
  # leave these settings commented out.
  
  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
@@ -89,7 +127,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # Uncomment these settings if you are using GnuTLS
  # USE_GNUTLS=yes
-@@ -419,7 +420,7 @@
+@@ -630,7 +631,7 @@
  # Once you have done this, "make install" will build the info files and
  # install them in the directory you have defined.
  
@@ -98,7 +136,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -432,7 +433,7 @@
+@@ -643,7 +644,7 @@
  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
  # to form the final file names. Some installations may want something like this:
  
@@ -107,7 +145,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # which results in files with names /var/log/exim_mainlog, etc. The directory
  # in which the log files are placed must exist; Exim does not try to create
-@@ -481,7 +482,7 @@
+@@ -692,7 +693,7 @@
  # files. Both the name of the command and the suffix that it adds to files
  # need to be defined here. See also the EXICYCLOG_MAX configuration.
  
@@ -116,7 +154,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  COMPRESS_SUFFIX=gz
  
  
-@@ -489,7 +490,7 @@
+@@ -700,7 +701,7 @@
  # If the exigrep utility is fed compressed log files, it tries to uncompress
  # them using this command.
  
@@ -125,7 +163,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -498,7 +499,7 @@
+@@ -709,7 +710,7 @@
  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
  # Perl costs quite a lot of resources. Only do this if you really need it.
  
@@ -134,7 +172,16 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -508,11 +509,12 @@
+@@ -719,7 +720,7 @@
+ # that the local_scan API is made available by the linker. You may also need
+ # to add -ldl to EXTRALIBS so that dlopen() is available to Exim.
+-# EXPAND_DLFUNC=yes
++EXPAND_DLFUNC=yes
+ #------------------------------------------------------------------------------
+@@ -729,11 +730,12 @@
  # support, which is intended for use in conjunction with the SMTP AUTH
  # facilities, is included only when requested by the following setting:
  
@@ -148,7 +195,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  #------------------------------------------------------------------------------
  # Support for authentication via Radius is also available. The Exim support,
-@@ -537,7 +539,7 @@
+@@ -780,7 +782,7 @@
  # /var/pwcheck) and chown it to exim's user and group. Once you have installed
  # pwcheck, you should arrange for it to be started by root at boot time.
  
@@ -157,7 +204,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -554,7 +556,7 @@
+@@ -797,7 +799,7 @@
  # group. Once you have installed saslauthd, you should arrange for it to be
  # started by root at boot time.
  
@@ -166,7 +213,16 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -666,7 +668,7 @@
+@@ -857,7 +859,7 @@
+ # is "yes", as well as supporting line editing, a history of input lines in the
+ # current run is maintained.
+-# USE_READLINE=yes
++USE_READLINE=yes
+ # You may need to add -ldl to EXTRALIBS when you set USE_READLINE=yes.
+ # Note that this option adds to the size of the Exim binary, because the
+@@ -932,7 +934,7 @@
  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
  # does not exist, then the bare configuration file name is tried.
  
@@ -175,16 +231,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -816,7 +818,7 @@
- # (process id) to a file so that it can easily be identified. The path of the
- # file can be specified here. Some installations may want something like this:
--# PID_FILE_PATH=/var/lock/exim.pid
-+PID_FILE_PATH=/var/run/exim%s.pid
- # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
- # using the name "exim-daemon.pid".
-@@ -839,7 +841,7 @@
+@@ -1105,7 +1107,7 @@
  # be changed here. The default is 0640 so that information from the spool is
  # available to anyone who is a member of the Exim group.
  
This page took 0.051148 seconds and 4 git commands to generate.