Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (a9b6a2a89e18a5967c24fd35b45db45aa56cd5d5)

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 stable-0.62 grimoire by Vlad Glagolev (a9b6a2a89e18a5967c24fd35b45db45aa56cd5d5)
  • Date: Sat, 17 Mar 2018 14:45:12 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

collab/mailman/DETAILS | 4 ++--
collab/mailman/HISTORY | 6 ++++++
collab/mailman/PRE_BUILD | 4 ++++
collab/mailman/configs | 1 +
collab/mailman/makefile.patch | 28 ++++++++++++++++++++++++++++
collab/mailman/volatiles | 1 +
6 files changed, 42 insertions(+), 2 deletions(-)

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

mailman: => 2.1.26 [security]

(cherry picked from commit 2ef793b5b45e98327fe601186f677845e8d34dc7)

diff --git a/collab/mailman/DETAILS b/collab/mailman/DETAILS
index b16c12c..497aaa9 100755
--- a/collab/mailman/DETAILS
+++ b/collab/mailman/DETAILS
@@ -1,6 +1,6 @@
SPELL=mailman
- VERSION=2.1.24
- SECURITY_PATCH=1
+ VERSION=2.1.26
+ SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tgz
SOURCE2=$SOURCE.sig
SOURCE_GPG="mailman.gpg:$SOURCE2:ESTABLISHED_UPSTREAM_KEY"
diff --git a/collab/mailman/HISTORY b/collab/mailman/HISTORY
index a9fcd61..f07b029 100644
--- a/collab/mailman/HISTORY
+++ b/collab/mailman/HISTORY
@@ -1,3 +1,9 @@
+2018-03-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.26; SECURITY_PATCH++
+ * PRE_BUILD: added, to apply patch
+ * makefile.patch: added, backported from OpenBSD, to fix updates
+ * configs, volatiles: added, to keep configuration file
+
2017-09-06 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: corrected home directory for mailman account

diff --git a/collab/mailman/PRE_BUILD b/collab/mailman/PRE_BUILD
new file mode 100755
index 0000000..57e8bb2
--- /dev/null
+++ b/collab/mailman/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+patch -p0 < "${SPELL_DIRECTORY}/makefile.patch"
diff --git a/collab/mailman/configs b/collab/mailman/configs
new file mode 100644
index 0000000..915c594
--- /dev/null
+++ b/collab/mailman/configs
@@ -0,0 +1 @@
+^/usr/share/mailman/Mailman/mm_cfg.py$
diff --git a/collab/mailman/makefile.patch b/collab/mailman/makefile.patch
new file mode 100644
index 0000000..95c7f70
--- /dev/null
+++ b/collab/mailman/makefile.patch
@@ -0,0 +1,28 @@
+--- Makefile.in.orig Fri Aug 26 20:40:17 2005
++++ Makefile.in Wed Jul 9 14:13:20 2008
+@@ -28,7 +28,6 @@ bindir= @bindir@
+ prefix= @prefix@
+ exec_prefix= @exec_prefix@
+ var_prefix= @VAR_PREFIX@
+-DESTDIR=
+
+ CC= @CC@
+ INSTALL= @INSTALL@
+@@ -67,7 +66,7 @@ FILEMODE= 644
+ INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
+ DIRSETGID= chmod g+s
+
+-DATE = $(shell python -c 'import time; print time.strftime("%d-%b-%Y"),')
++DATE = $(shell date "+%d-%b-%Y")
+ LANGPACK = README-I18N.en templates messages
+ EXCLUDES = --exclude=CVS --exclude=.cvsignore --exclude=Makefile*
--exclude=*.files --exclude=*.old
+
+@@ -81,7 +80,7 @@ subdirs: $(SUBDIRS)
+ (cd $$d; $(MAKE)); \
+ done
+
+-install: doinstall update
++install: doinstall
+
+ doinstall: $(SUBDIRS)
+ @echo "Creating architecture independent directories..."
diff --git a/collab/mailman/volatiles b/collab/mailman/volatiles
new file mode 100644
index 0000000..d279d75
--- /dev/null
+++ b/collab/mailman/volatiles
@@ -0,0 +1 @@
+^/usr/share/mailman/Mailman/mm_cfg.pyc$



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (a9b6a2a89e18a5967c24fd35b45db45aa56cd5d5), Vlad Glagolev, 03/17/2018

Archive powered by MHonArc 2.6.24.

Top of Page