]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim4-EDITME.patch
- rel 3; small fixes from upstream
[packages/exim.git] / exim4-EDITME.patch
index 3eb5c83b7214f8c94f59624cdee2b30481a0b4e6..d5f67c98abda9e1393427101680fdde106e742f9 100644 (file)
@@ -1,6 +1,6 @@
-diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
---- exim-4.51.org/src/EDITME   2005-05-04 13:35:39.000000000 +0200
-+++ exim-4.51/src/EDITME       2005-05-07 01:14:31.714287144 +0200
+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.
@@ -29,7 +29,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  # 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
-@@ -208,7 +209,7 @@
+@@ -214,7 +215,7 @@
  
  # This one is very special-purpose, so is not included by default.
  
@@ -38,7 +38,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -229,7 +230,7 @@
+@@ -235,7 +236,7 @@
  # This one is special-purpose, and commonly not required, so it is not
  # included by default.
  
@@ -47,7 +47,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -238,9 +239,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.
  
@@ -60,72 +60,80 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -255,16 +256,16 @@
- LOOKUP_DBM=yes
+@@ -263,15 +264,15 @@
  LOOKUP_LSEARCH=yes
+ LOOKUP_DNSDB=yes
  
 -# LOOKUP_CDB=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_MYSQL_PC=mariadb
  # LOOKUP_NIS=yes
  # LOOKUP_NISPLUS=yes
  # LOOKUP_ORACLE=yes
 -# LOOKUP_PASSWD=yes
 +LOOKUP_PASSWD=yes
  # LOOKUP_PGSQL=yes
- # LOOKUP_WHOSON=yes
-@@ -321,14 +322,14 @@
+ # LOOKUP_SQLITE=yes
+@@ -391,7 +391,7 @@ EXIM_MONITOR=eximon.bin
  # 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
-@@ -464,10 +465,10 @@
+ # If you're using ClamAV and are backporting fixes to an old version, instead
+@@ -629,15 +630,15 @@ FIXED_NEVER_USERS=root
  # 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_DOVECOT=yes
+ # AUTH_GSASL=yes
+ # AUTH_GSASL_PC=libgsasl
+ # AUTH_HEIMDAL_GSSAPI=yes
+ # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
+ # AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
 -# AUTH_PLAINTEXT=yes
 -# AUTH_SPA=yes
+-# AUTH_TLS=yes
 +AUTH_PLAINTEXT=yes
 +AUTH_SPA=yes
++AUTH_TLS=yes
  
+@@ -610,7 +611,7 @@
+ # one that is set in the headers_charset option. The default setting is
+ # defined by this setting:
  
- #------------------------------------------------------------------------------
-@@ -553,10 +554,10 @@
+-HEADERS_CHARSET="ISO-8859-1"
++HEADERS_CHARSET="UTF-8"
+ # If you are going to make use of $header_xxx expansions in your configuration
+ # file, or if your users are going to use them in filter files, and the normal
+@@ -690,11 +691,11 @@
  # leave these settings commented out.
  
  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
 -# SUPPORT_TLS=yes
 +SUPPORT_TLS=yes
  
- # Uncomment this setting if you are using OpenSSL
+ # Uncomment one of these settings if you are using OpenSSL; pkg-config vs not
+-# USE_OPENSSL_PC=openssl
 -# TLS_LIBS=-lssl -lcrypto
++USE_OPENSSL_PC=openssl
 +TLS_LIBS=-lssl -lcrypto
  
- # Uncomment these settings if you are using GnuTLS
- # USE_GNUTLS=yes
-@@ -607,7 +608,7 @@
+ # Uncomment the first and either the second or the third of these if you
+ # are using GnuTLS.  If you have pkg-config, then the second, else the third.
+@@ -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.
  
@@ -134,7 +142,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -620,7 +621,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:
  
@@ -143,7 +151,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/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
-@@ -669,7 +670,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.
  
@@ -152,16 +160,16 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  COMPRESS_SUFFIX=gz
  
  
-@@ -677,7 +678,7 @@
- # If the exigrep utility is fed compressed log files, it tries to uncompress
- # them using this command.
+@@ -700,7 +701,7 @@
+ # ZCAT_COMMAND=zcat
+ #
+ # Or specify the full pathname:
 -ZCAT_COMMAND=/usr/bin/zcat
 +ZCAT_COMMAND=/bin/zcat
  
  #------------------------------------------------------------------------------
-@@ -686,7 +687,7 @@
+ # Compiling in support for embedded Perl: If you want to be able to
+@@ -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.
  
@@ -170,16 +178,16 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -695,7 +696,7 @@
- # -shared option, and you will need to add -export-dynamic to EXTRALIBS so
- # that the local_scan API is made available by the linker.
+@@ -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
  
  
  #------------------------------------------------------------------------------
-@@ -705,11 +706,12 @@
+@@ -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:
  
@@ -193,7 +201,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  #------------------------------------------------------------------------------
  # Support for authentication via Radius is also available. The Exim support,
-@@ -756,7 +758,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.
  
@@ -202,7 +210,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -773,7 +775,7 @@
+@@ -797,7 +799,7 @@
  # group. Once you have installed saslauthd, you should arrange for it to be
  # started by root at boot time.
  
@@ -211,16 +219,16 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -833,7 +835,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 EXTRA_LIBS when you set 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
-@@ -908,7 +910,7 @@
+@@ -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.
  
@@ -229,7 +237,7 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -1081,7 +1083,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.
  
@@ -238,3 +246,11 @@ diff -urN exim-4.51.org/src/EDITME exim-4.51/src/EDITME
  
  
  #------------------------------------------------------------------------------
+@@ -1164,6 +1166,6 @@
+ # feature should only be used in very exceptional circumstances. YOU HAVE BEEN
+ # WARNED.
+-# ENABLE_DISABLE_FSYNC=yes
++ENABLE_DISABLE_FSYNC=yes
+ # End of EDITME for Exim 4.
This page took 0.056113 seconds and 4 git commands to generate.