Skip to Content.
Sympa Menu

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

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 (0ecbdb63ee5a24f2e71e8a89eb1626e479507752)
  • Date: Thu, 20 Sep 2012 07:27:38 -0500

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

http/apache22/DETAILS | 4 -
http/apache22/HISTORY | 4 +
http/apache22/PRE_BUILD | 3
http/apache22/pcre830.patch | 20 -----
mail/exim/DETAILS | 149
+++++++++++++-------------------------------
mail/exim/HISTORY | 3
mail/exim/PREPARE | 6 -
7 files changed, 56 insertions(+), 133 deletions(-)

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

exim: fixed urls, dropped outdated & broken

commit 104e71705f4fe162ef5ff89264ea40063cde07d8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apache22: => 2.2.23 (security)

diff --git a/http/apache22/DETAILS b/http/apache22/DETAILS
index 1a8ebdb..f40be6b 100755
--- a/http/apache22/DETAILS
+++ b/http/apache22/DETAILS
@@ -1,6 +1,6 @@
SPELL=apache22
- VERSION=2.2.22
- SECURITY_PATCH=15
+ VERSION=2.2.23
+ SECURITY_PATCH=16
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index e47d6db..20c3e79 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,7 @@
+2012-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.23; SECURITY_PATCH++
+ * PRE_BUILD, pcre830.patch: dropped, fixed by upstream
+
2012-05-27 Remko van der Vossen <wich AT sourcemage.org>
* PRE_BUILD, pcre830.patch: copied pcre8.30 compat fix from upstream

diff --git a/http/apache22/PRE_BUILD b/http/apache22/PRE_BUILD
deleted file mode 100755
index daad8c2..0000000
--- a/http/apache22/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p4 < $SPELL_DIRECTORY/pcre830.patch
diff --git a/http/apache22/pcre830.patch b/http/apache22/pcre830.patch
deleted file mode 100644
index c4009fb..0000000
--- a/http/apache22/pcre830.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- httpd/httpd/branches/2.2.x/server/util_pcre.c 2005/11/10 15:20:05
332309
-+++ httpd/httpd/branches/2.2.x/server/util_pcre.c 2012/04/04 18:19:19
1309513
-@@ -128,6 +128,7 @@
- const char *errorptr;
- int erroffset;
- int options = 0;
-+int nsub;
-
- if ((cflags & AP_REG_ICASE) != 0) options |= PCRE_CASELESS;
- if ((cflags & AP_REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
-@@ -137,7 +138,9 @@
-
- if (preg->re_pcre == NULL) return AP_REG_INVARG;
-
--preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
-+pcre_fullinfo((const pcre *)preg->re_pcre, NULL,
-+ PCRE_INFO_CAPTURECOUNT, &nsub);
-+preg->re_nsub = (apr_size_t)nsub;
- return 0;
- }
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 5da4a8e..6797df4 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -5,126 +5,69 @@
SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_SUBURI="exim/exim4/old"
if [[ "$EXIM_MIRRORS" == "austria" ]]; then
- SOURCE_URL[0]=http://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE
- SOURCE_URL[1]=ftp://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE
- SOURCE_URL[2]=ftp://exim.inode.at/exim/exim4/$SOURCE
- SOURCE_URL[3]=http://exim-ftp.itsoft.at/exim/exim4/$SOURCE
- SOURCE2_URL[0]=http://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=ftp://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[2]=ftp://exim.inode.at/exim/exim4/$SOURCE2
- SOURCE2_URL[3]=http://exim-ftp.itsoft.at/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://exim.inode.at/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://exim.inode.at/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "belgium" ]]; then
- SOURCE_URL[0]=ftp://ftp.easynet.be/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.easynet.be/exim/exim4/$SOURCE2
-elif [[ "$EXIM_MIRRORS" == "bolgaria" ]]; then
- SOURCE_URL[0]=ftp://ftp.fixity.net/pub/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.fixity.net/pub/exim/exim4/$SOURCE2
-elif [[ "$EXIM_MIRRORS" == "czech-republic" ]]; then
- SOURCE_URL[0]=ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://ftp.easynet.be/exim/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://ftp.easynet.be/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "france" ]]; then
- SOURCE_URL[0]=http://mirror.fr.claryss.net/ftp.exim.org/exim/exim4/$SOURCE
- SOURCE_URL[1]=http://exim.feraudet.com/ftp/exim/exim4/$SOURCE
- SOURCE_URL[2]=http://exim.mirror.fr/exim4/$SOURCE
-
SOURCE2_URL[0]=http://mirror.fr.claryss.net/ftp.exim.org/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=http://exim.feraudet.com/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[2]=http://exim.mirror.fr/exim4/$SOURCE2
+ SOURCE_URL[0]=http://exim.mirror.fr/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=http://exim.mirror.fr/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "germany" ]]; then
-
SOURCE_URL[0]=ftp://ftp.freenet.de/pub/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE
- SOURCE_URL[1]=ftp://exim.noris.de/exim/exim4/$SOURCE
- SOURCE_URL[2]=ftp://ftp.bytemine.net/exim/exim/exim4/$SOURCE
+
SOURCE_URL[0]=ftp://ftp.freenet.de/pub/ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
+ SOURCE_URL[1]=ftp://exim.noris.de/$SOURCE_SUBURI/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.bytemine.net/exim/$SOURCE_SUBURI/$SOURCE
SOURCE_URL[3]=ftp://ftp.tin.org/pub/mail/exim/exim4/$SOURCE
- SOURCE_URL[4]=http://dl.ambiweb.de/mirrors/ftp.exim.org/exim4/$SOURCE
- SOURCE_URL[5]=ftp://ftp.cityline.net/pub/mirrors/exim/exim4/$SOURCE
- SOURCE_URL[6]=ftp://exim.mirror.iphh.net/ftp/exim4/$SOURCE
- SOURCE_URL[7]=http://exim.mirror.iphh.net/ftp/exim4/$SOURCE
-
SOURCE2_URL[0]=ftp://ftp.freenet.de/pub/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=ftp://exim.noris.de/exim/exim4/$SOURCE2
- SOURCE2_URL[2]=ftp://ftp.bytemine.net/exim/exim/exim4/$SOURCE2
+
SOURCE_URL[4]=http://dl.ambiweb.de/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE
+ SOURCE_URL[5]=ftp://exim.mirror.iphh.net/ftp/exim/exim4/$SOURCE
+ SOURCE_URL[6]=http://exim.mirror.iphh.net/ftp/exim/exim4/$SOURCE
+
SOURCE2_URL[0]=ftp://ftp.freenet.de/pub/ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE2_URL[1]=ftp://exim.noris.de/$SOURCE_SUBURI/$SOURCE2
+ SOURCE2_URL[2]=ftp://ftp.bytemine.net/exim/$SOURCE_SUBURI/$SOURCE2
SOURCE2_URL[3]=ftp://ftp.tin.org/pub/mail/exim/exim4/$SOURCE2
- SOURCE2_URL[4]=http://dl.ambiweb.de/mirrors/ftp.exim.org/exim4/$SOURCE2
- SOURCE2_URL[5]=ftp://ftp.cityline.net/pub/mirrors/exim/exim4/$SOURCE2
- SOURCE2_URL[6]=ftp://exim.mirror.iphh.net/ftp/exim4/$SOURCE2
- SOURCE2_URL[7]=http://exim.mirror.iphh.net/ftp/exim4/$SOURCE2
-elif [[ "$EXIM_MIRRORS" == "indonesia" ]]; then
- SOURCE_URL[0]=ftp://mirror.cbn.net.id/pub/exim//exim4/$SOURCE
- SOURCE2_URL[0]=ftp://mirror.cbn.net.id/pub/exim//exim4/$SOURCE2
+
SOURCE2_URL[4]=http://dl.ambiweb.de/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE2
+ SOURCE2_URL[5]=ftp://exim.mirror.iphh.net/ftp/exim/exim4/$SOURCE2
+ SOURCE2_URL[6]=http://exim.mirror.iphh.net/ftp/exim/exim4/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "ireland" ]]; then
-
SOURCE_URL[0]=ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/$SOURCE
-
SOURCE_URL[1]=http://ftp.esat.net/pub/networking/mail/mta/exim/exim4/$SOURCE
- SOURCE_URL[2]=ftp://ftp.heanet.ie/pub/exim/exim4/$SOURCE
- SOURCE_URL[3]=http://ftp.heanet.ie/pub/exim/exim4/$SOURCE
-SOURCE2_URL[0]=ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/$SOURCE2
-
SOURCE2_URL[1]=http://ftp.esat.net/pub/networking/mail/mta/exim/exim4/$SOURCE2
- SOURCE2_URL[2]=ftp://ftp.heanet.ie/pub/exim/exim4/$SOURCE2
- SOURCE2_URL[3]=http://ftp.heanet.ie/pub/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://ftp.heanet.ie/pub/$SOURCE_SUBURI/$SOURCE
+ SOURCE_URL[1]=http://ftp.heanet.ie/pub/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://ftp.heanet.ie/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE2_URL[1]=http://ftp.heanet.ie/pub/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "japan" ]]; then
SOURCE_URL[0]=http://washitake.com/mail/exim/mirror/exim/exim4/$SOURCE
SOURCE2_URL[0]=http://washitake.com/mail/exim/mirror/exim/exim4/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "netherlands" ]]; then
- SOURCE_URL[0]=http://ftp.easynet.nl/mirror/exim/exim/exim4/$SOURCE
- SOURCE_URL[1]=ftp://ftp.eu.uu.net/pub/unix/mail/exim/exim/exim4/$SOURCE
- SOURCE_URL[2]=ftp://ftp.demon.nl/pub/mirrors/exim//exim4/$SOURCE
- SOURCE_URL[3]=ftp://ftp.easynet.nl/mirror/exim/exim/exim4/$SOURCE
- SOURCE_URL[4]=ftp://mirror.hostfuss.com/exim/ftp/exim/exim4/$SOURCE
- SOURCE_URL[5]=http://mirror.hostfuss.com/exim/ftp/exim/exim4/$SOURCE
- SOURCE_URL[6]=ftp://ftp.osmirror.nl/pub/ftp/exim/exim4/$SOURCE
- SOURCE_URL[7]=http://exim.sipo.nl/ftp/exim/exim4/$SOURCE
- SOURCE2_URL[0]=http://ftp.easynet.nl/mirror/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=ftp://ftp.eu.uu.net/pub/unix/mail/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[2]=ftp://ftp.demon.nl/pub/mirrors/exim//exim4/$SOURCE2
- SOURCE2_URL[3]=ftp://ftp.easynet.nl/mirror/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[4]=ftp://mirror.hostfuss.com/exim/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[5]=http://mirror.hostfuss.com/exim/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[6]=ftp://ftp.osmirror.nl/pub/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[7]=http://exim.sipo.nl/ftp/exim/exim4/$SOURCE2
+
SOURCE_URL[0]=ftp://ftp.eu.uu.net/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE
+
SOURCE2_URL[0]=ftp://ftp.eu.uu.net/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "norway" ]]; then
- SOURCE_URL[0]=ftp://sunsite.uio.no/pub/mail/exim/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://sunsite.uio.no/pub/mail/exim/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://sunsite.uio.no/pub/mail/exim/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://sunsite.uio.no/pub/mail/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "poland" ]]; then
-
SOURCE_URL[0]=ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/exim4/$SOURCE
-
SOURCE_URL[1]=http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/exim4/$SOURCE
-
SOURCE_URL[2]=http://piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/exim4/$SOURCE
-
SOURCE_URL[3]=ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/exim4/$SOURCE
-
SOURCE2_URL[0]=ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/exim4/$SOURCE2
-
SOURCE2_URL[1]=http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/exim4/$SOURCE2
-
SOURCE2_URL[2]=http://piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/exim4/$SOURCE2
-
SOURCE2_URL[3]=ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/exim4/$SOURCE2
+
SOURCE_URL[0]=ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE
+
SOURCE_URL[1]=http://sunsite.icm.edu.pl/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE
+
SOURCE_URL[2]=http://piotrkosoft.net/pub/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE
+
SOURCE_URL[3]=ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE
+
SOURCE2_URL[0]=ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE2
+
SOURCE2_URL[1]=http://sunsite.icm.edu.pl/pub/unix/mail/exim/$SOURCE_SUBURI/$SOURCE2
+
SOURCE2_URL[2]=http://piotrkosoft.net/pub/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE2
+
SOURCE2_URL[3]=ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "south-africa" ]]; then
- SOURCE_URL[0]=ftp://ftp.is.co.za/pub/mta/exim/ftp/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.is.co.za/pub/mta/exim/ftp/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://ftp.is.co.za/pub/email/exim/ftp/$SOURCE_SUBURI/$SOURCE
+
SOURCE2_URL[0]=ftp://ftp.is.co.za/pub/email/exim/ftp/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "switzerland" ]]; then
- SOURCE_URL[0]=ftp://mirror.switch.ch/mirror/exim/exim/exim4/$SOURCE
- SOURCE_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://mirror.switch.ch/mirror/exim/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://mirror.switch.ch/mirror/exim/$SOURCE_SUBURI/$SOURCE
+
SOURCE_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://mirror.switch.ch/mirror/exim/$SOURCE_SUBURI/$SOURCE2
+
SOURCE2_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "united-kingdom" ]]; then
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/exim/exim4/$SOURCE
-
SOURCE_URL[1]=ftp://ftp.mirrorservice.org/sites/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE
-
SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE
- SOURCE_URL[3]=ftp://ftp.demon.co.uk/pub/mirrors/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/exim/exim4/$SOURCE2
-
SOURCE2_URL[1]=ftp://ftp.mirrorservice.org/sites/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE2
-
SOURCE2_URL[2]=http://www.mirrorservice.org/sites/ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/$SOURCE2
- SOURCE2_URL[3]=ftp://ftp.demon.co.uk/pub/mirrors/exim/exim4/$SOURCE2
-elif [[ "$EXIM_MIRRORS" == "united-states" ]]; then
- SOURCE_URL[0]=http://mirrors.fourbatons.com/exim/ftp/exim/exim4/$SOURCE
- SOURCE_URL[1]=http://mirrors.wikifusion.info/exim/exim/exim4/$SOURCE
-
SOURCE_URL[2]=ftp://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/$SOURCE
-
SOURCE_URL[3]=http://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/$SOURCE
- SOURCE_URL[4]=http://exim.site2nd.org/exim/exim/exim4/$SOURCE
- SOURCE2_URL[0]=http://mirrors.fourbatons.com/exim/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=http://mirrors.wikifusion.info/exim/exim/exim4/$SOURCE2
-
SOURCE2_URL[2]=ftp://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/$SOURCE2
-
SOURCE2_URL[3]=http://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/$SOURCE2
- SOURCE2_URL[4]=http://exim.site2nd.org/exim/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
else # use primary site as primary fallback
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/exim/exim4/$SOURCE
- SOURCE_URL[1]=http://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/exim/exim4/$SOURCE2
- SOURCE2_URL[1]=http://gd.tuwien.ac.at/infosys/mail/exim/exim/exim4/$SOURCE2
+ SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
+ SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
fi
LICENSE[0]=GPL
WEB_SITE=http://www.exim.org/
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 3d9d4dd..6c899d9 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2012-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PREPARE: fixed urls, dropped outdated & broken; quoting
paths
+
2012-01-19 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added masqmail

diff --git a/mail/exim/PREPARE b/mail/exim/PREPARE
index 53236de..b0bab5c 100755
--- a/mail/exim/PREPARE
+++ b/mail/exim/PREPARE
@@ -2,11 +2,8 @@ config_query_list EXIM_MIRRORS
\
"Which group of exim mirrors would you like to use?" \
"austria" \
"belgium" \
- "bolgaria" \
- "czech-republic" \
"france" \
"germany" \
- "indonesia" \
"ireland" \
"japan" \
"netherlands" \
@@ -14,5 +11,4 @@ config_query_list EXIM_MIRRORS
\
"poland" \
"south-africa" \
"switzerland" \
- "united-kingdom" \
- "united-states"
+ "united-kingdom"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0ecbdb63ee5a24f2e71e8a89eb1626e479507752), Vlad Glagolev, 09/20/2012

Archive powered by MHonArc 2.6.24.

Top of Page