Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6eea3c4ee4376a3ceaa3120aa4b120f07157cf55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6eea3c4ee4376a3ceaa3120aa4b120f07157cf55)
  • Date: Tue, 17 Nov 2009 03:07:35 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

mail/exim/BUILD | 1 +
mail/exim/DEPENDS | 1 +
mail/exim/DETAILS | 4 ++--
mail/exim/HISTORY | 7 +++++++
mail/exim/config.patch | 11 +++++------
5 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit dca1b01ac2fc2d8fa8f6ad1b271dc5ca748b9742
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

exim: update to 4.70

diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 378bdcf..7effd7e 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -187,6 +187,7 @@ echo "EXIM_UID=`id -u exim`" >>
Local/Makefile &&
echo "EXIM_GID=`id -g exim`" >> Local/Makefile &&
echo "EXIM_USER=exim" >> Local/Makefile &&
echo "EXIM_GROUP=exim" >> Local/Makefile &&
+echo "PCRE_LIBS=-lpcre" >> Local/Makefile &&

sedit 's:tail \-1:tail \-n 1:' scripts/Configure-config.h &&
make_single &&
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 6c1af3f..173401c 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -1,3 +1,4 @@
+depends pcre &&
depends gawk &&
if [[ "$EXIM_DBM" == "db" ]]; then
depends db
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 959909b..2db8e2d 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,6 +1,6 @@
SPELL=exim
- VERSION=4.69
- PATCHLEVEL=1
+ VERSION=4.70
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 4d0e705..8507b0e 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,10 @@
+2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 4.70
+ SECURITY_PATCH++, atleast two potential fixes in ChangeLog
+ * BUILD: new needs external pcre
+ * DEPENDS: needs external pcre
+ * config.patch: updated
+
2009-10-22 Vlad Glagolev <stealth AT sourcemage.org>
* INSTALL: don't touch the log files, there could be a syslog usage,
for example, no need to choose for the user what to use.
diff --git a/mail/exim/config.patch b/mail/exim/config.patch
index b01ccc5..64ddd83 100644
--- a/mail/exim/config.patch
+++ b/mail/exim/config.patch
@@ -1,11 +1,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
+--- scripts/exim_install.orig 2009-10-30 16:14:04.000000000 +0100
++++ scripts/exim_install 2009-11-17 09:54:49.000000000 +0100
@@ -378,21 +378,10 @@

echo $com ""

--if [ `expr "${CONFIGURE_FILE}" : ".*:"` -ne 0 ] ; then
+-if [ `expr -- "${CONFIGURE_FILE}" : ".*:"` -ne 0 ] ; then
- echo $com Runtime configuration is specified as the following list:
- echo $com ' ' ${CONFIGURE_FILE}
- echo $com Therefore, skipping automatic installation.
@@ -20,8 +19,8 @@ diff -Naur exim-4.69.orig/scripts/exim_install
exim-4.69/scripts/exim_install
-
- echo ${MKDIR} -p `${DIRNAME} ${CONFIGURE_FILE}`
- ${real} ${MKDIR} -p `${DIRNAME} ${CONFIGURE_FILE}`
-+ SYSTEM_ALIASES_FILE=aliases.dist
-+ CONFIGURE_FILE=exim.conf.dist
++ SYSTEM_ALIASES_FILE=aliases.dist
++ CONFIGURE_FILE=exim.conf.dist

echo sed -e '\\'
echo " \"/SYSTEM_ALIASES_FILE/
s'SYSTEM_ALIASES_FILE'${ACTUAL_SYSTEM_ALIASES_FILE}'\"" '\\'



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (6eea3c4ee4376a3ceaa3120aa4b120f07157cf55), Andraž Levstik, 11/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page