Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (41833a9cf6402ec33b1ff8ad6bc15f3f438c6210)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (41833a9cf6402ec33b1ff8ad6bc15f3f438c6210)
  • Date: Thu, 13 Mar 2008 02:58:33 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

mail/exim/DETAILS | 4 ++--
mail/exim/HISTORY | 23 +++++++++++++++--------
mail/exim/config.patch | 10 +++++-----
mail/exim/exim.gpg |binary
4 files changed, 22 insertions(+), 15 deletions(-)

New commits:
commit 41833a9cf6402ec33b1ff8ad6bc15f3f438c6210
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exim: Updated to 4.69

diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 75faa9c..f55b9f9 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,7 +1,7 @@
SPELL=exim
- VERSION=4.68
+ VERSION=4.69
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 5495b45..cc07492 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,10 @@
+2008-03-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.69
+ SOURCE2 is now .asc instead of .sig (yeah?)
+ * exim.gpg: Added key 0xDDC03262 from subkeys.pgp.net and
+ http://www.exim.org/lurker/message/20080110.172421.1afe6034.en.html
+ * config.patch: Updated to 4.69
+
2007-10-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: added support for demime
* CONFIGURE: added support for demime
@@ -284,11 +291,11 @@
2003-02-18 Eric Schabell <eschabell AT sourcemage.org>
* There was no logging for exim, possible with /etc/exim.conf variable
but this is strongly discouraged as you miss events that fail on
startup:
- "It is generally advisable, however, to set the string in
Local/Makefile
- rather than at run time, because then the setting is available
right from
- the start of Exim's execution. Otherwise, if there's something it
wants to
- log before it has read the configuration file (for example, an
error in
- the configuration file) it will not use the path you want, and may
not be
+ "It is generally advisable, however, to set the string in
Local/Makefile
+ rather than at run time, because then the setting is available
right from
+ the start of Exim's execution. Otherwise, if there's something it
wants to
+ log before it has read the configuration file (for example, an
error in
+ the configuration file) it will not use the path you want, and may
not be
able to log at all."
I have added it to the BUILD file for
/var/log/exim_{panic|main|reject}.

@@ -371,15 +378,15 @@
* DETAILS: exim 3.34, kongar
* corrected a typo in POST_INSTALL which was a bug,
disabling fcrons exim line
- * added EXIM_UID=`id -u mail` and EXIM_GID=`id -g mail` to the BUILD.
+ * added EXIM_UID=`id -u mail` and EXIM_GID=`id -g mail` to the BUILD.
Also hacked xinetd, exim is started as mail:mail now. The problem is
the directory and file permissions. Without those hacks, anyone
is capable of reading others mails.
- * added an option to disable RFC1413 (identd) queries. This is
+ * added an option to disable RFC1413 (identd) queries. This is
a performance hack. Default timeout is 30 secs and noone is using
identd nowadays. Hacked CONFIGURE and BUILD.
* remarked xinetd logging options in xinetd.d/exim file, those adds a
real
- amount of wait time (20 secs on 100Mb, per connection) if the
remote host
+ amount of wait time (20 secs on 100Mb, per connection) if the
remote host
can not be reverse mapped.
* added mysql as an optional depend, hacked BUILD script to satisfy
that.
Now, if mysql is installed, it is possible to lookup mysql databases
diff --git a/mail/exim/config.patch b/mail/exim/config.patch
index c4eaa84..b01ccc5 100644
--- a/mail/exim/config.patch
+++ b/mail/exim/config.patch
@@ -1,7 +1,7 @@
-diff -Naur exim-4.50.orig/scripts/exim_install exim-4.50/scripts/exim_install
---- exim-4.50.orig/scripts/exim_install 2005-06-02 22:59:51.867468752
-0700
-+++ exim-4.50/scripts/exim_install 2005-06-03 09:01:46.733420976 -0700
-@@ -353,21 +353,10 @@
+diff -Naur exim-4.69.orig/scripts/exim_install exim-4.69/scripts/exim_install
+--- exim-4.69.orig/scripts/exim_install 2008-03-13 00:53:40.461171252
-0700
++++ exim-4.69/scripts/exim_install 2008-03-13 00:53:51.151194925 -0700
+@@ -378,21 +378,10 @@

echo $com ""

@@ -25,7 +25,7 @@ diff -Naur exim-4.50.orig/scripts/exim_install
exim-4.50/scripts/exim_install

echo sed -e '\\'
echo " \"/SYSTEM_ALIASES_FILE/
s'SYSTEM_ALIASES_FILE'${ACTUAL_SYSTEM_ALIASES_FILE}'\"" '\\'
-@@ -400,10 +389,6 @@
+@@ -425,10 +414,6 @@
${real} ${CP} ../src/aliases.default ${SYSTEM_ALIASES_FILE}
fi

diff --git a/mail/exim/exim.gpg b/mail/exim/exim.gpg
index 6e2adde..3aeb889 100644
Binary files a/mail/exim/exim.gpg and b/mail/exim/exim.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (41833a9cf6402ec33b1ff8ad6bc15f3f438c6210), Eric Sandall, 03/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page