Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0ffdec24bec7f947a4f45d2036d9ae8fe23b0da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0ffdec24bec7f947a4f45d2036d9ae8fe23b0da)
  • Date: Wed, 18 Nov 2015 11:10:47 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/masqmail/DETAILS | 3 +--
mail/masqmail/HISTORY | 4 ++++
mail/masqmail/log.patch | 20 +++++++++++---------
3 files changed, 16 insertions(+), 11 deletions(-)

New commits:
commit b0ffdec24bec7f947a4f45d2036d9ae8fe23b0da
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

masqmail: => 0.3.5

diff --git a/mail/masqmail/DETAILS b/mail/masqmail/DETAILS
index 6ea2d64..431635d 100755
--- a/mail/masqmail/DETAILS
+++ b/mail/masqmail/DETAILS
@@ -1,6 +1,5 @@
SPELL=masqmail
- VERSION=0.3.4
- PATCHLEVEL=2
+ VERSION=0.3.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://marmaro.de/prog/$SPELL/files/$SOURCE
diff --git a/mail/masqmail/HISTORY b/mail/masqmail/HISTORY
index 17e184c..4153e7b 100644
--- a/mail/masqmail/HISTORY
+++ b/mail/masqmail/HISTORY
@@ -1,3 +1,7 @@
+2015-11-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.5
+ * log.patch: updated for new version
+
2015-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: conflicts with opensmtpd

diff --git a/mail/masqmail/log.patch b/mail/masqmail/log.patch
index 71e5122..475335c 100644
--- a/mail/masqmail/log.patch
+++ b/mail/masqmail/log.patch
@@ -1,24 +1,26 @@
---- src/conf.c.orig 2012-01-18 12:31:45.000000000 +0400
-+++ src/conf.c 2014-05-11 15:40:03.205332624 +0400
-@@ -416,6 +416,7 @@
- conf.localpartcmp = strcmp;
+--- src/conf.c.orig 2015-11-18 13:43:02.334209797 +0300
++++ src/conf.c 2015-11-18 14:04:57.175247427 +0300
+@@ -406,6 +406,7 @@
conf.max_defer_time = 86400 * 4; /* 4 days */
conf.max_msg_size = 0; /* no limit on msg size */
+ conf.lock_dir = LOCK_DIR;
+ conf.log_dir = LOG_DIR;
conf.spool_dir = SPOOL_DIR;
conf.mail_dir = "/var/mail";
- conf.listen_addresses = g_list_append(NULL,
parse_interface("localhost", 25));
---- src/masqmail.c.orig 2012-01-18 12:31:45.000000000 +0400
-+++ src/masqmail.c 2014-05-11 15:48:18.197013226 +0400
-@@ -640,14 +640,10 @@
+
+--- src/masqmail.c.orig 2015-11-18 13:43:02.372210826 +0300
++++ src/masqmail.c 2015-11-18 14:04:02.332759360 +0300
+@@ -712,16 +712,12 @@
}
}

- conf.log_dir = LOG_DIR;
+ conf.debug_level = debug_level; /* for debuggin during read_conf() */
- /* FIXME: fails if we run as user */
- logopen();
if (!read_conf(conf_file)) {
- logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading
config\n");
+ logwrite(LOG_ALERT, "SHUTTING DOWN due to problems reading "
+ "config\n");
exit(5);
}
- logclose();



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0ffdec24bec7f947a4f45d2036d9ae8fe23b0da), Vlad Glagolev, 11/18/2015

Archive powered by MHonArc 2.6.24.

Top of Page