Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79374 by Sergey A. Lipnevich for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79374 by Sergey A. Lipnevich for review
  • Date: Tue, 16 May 2006 03:50:02 +0100 (BST)

Change 79374 by sergey_lipnevich@laptop on 2006/05/16 03:47:04

Bugfixes

Affected files ...

... //sgl/grimoires/test/http/apache/DETAILS#4 integrate
... //sgl/grimoires/test/http/apache/HISTORY#8 integrate
... //sgl/grimoires/test/http/apache2/DETAILS#8 integrate
... //sgl/grimoires/test/http/apache2/HISTORY#18 integrate
... //sgl/grimoires/test/http/apache2/buildconf.patch#4 integrate
... //sgl/grimoires/test/http/urlview/DETAILS#5 integrate
... //sgl/grimoires/test/http/urlview/HISTORY#6 integrate

Differences ...

==== //sgl/grimoires/test/http/apache/DETAILS#4 (xtext) ====

@@ -1,6 +1,6 @@
SPELL=apache
- VERSION=1.3.34
-
SOURCE_HASH='sha512:065369c12003868debed52f86d4d23704c44ee9f969a116acfd7ed5d3e09b40f1bfe4a3dbae78a92c919172ba1b38ccf87df03870b88ff63b3143a7a79574764'
+ VERSION=1.3.35
+
SOURCE_HASH='sha512:a99ae79c6523f9e436902f441ec183a8148cc676ac0edd68cb5da48f7b86d547a2d6aa02d88f5530f7ca59758879738834aa1a1e82e066716886334e9a943a5c'
SOURCE=${SPELL}_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
SOURCE_URL[0]=http://www.wmwweb.com/apache/httpd/$SOURCE

==== //sgl/grimoires/test/http/apache/HISTORY#8 (text) ====

@@ -1,3 +1,6 @@
+2006-05-11 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DETAILS: upgrade to 1.3.35.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/http/apache2/DETAILS#8 (xtext) ====

@@ -1,6 +1,6 @@
SPELL=apache2
- VERSION=2.0.55
- SOURCE_HASH='sha1:da1e215a7e9f1ccc507ba906fefb7c2076ad1b9d'
+ VERSION=2.0.58
+
SOURCE_HASH='sha512:907f40feb8250e9834b972e86e27c07276562587ab0a35b7de433c9247bf82f82230fcf493f7fed9e53ae80bdb4070b9c0a1855d5b4b2b8582774b1148548583'
SOURCE=httpd-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/httpd-$VERSION
SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE

==== //sgl/grimoires/test/http/apache2/HISTORY#18 (text) ====

@@ -1,3 +1,6 @@
+2006-05-15 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DETAILS: upgrade to 2.0.58.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


==== //sgl/grimoires/test/http/apache2/buildconf.patch#4 (text) ====

@@ -1,12 +1,12 @@
-diff -Naur httpd-2.0.53.orig/buildconf httpd-2.0.53/buildconf
---- httpd-2.0.53.orig/buildconf 2005-02-07 13:07:47.183455368 -0800
-+++ httpd-2.0.53/buildconf 2005-02-07 13:09:11.810590088 -0800
-@@ -66,7 +66,7 @@
+diff -urN httpd-2.0.58/buildconf httpd/buildconf
+--- httpd-2.0.58/buildconf 2006-04-24 13:12:21.000000000 -0400
++++ httpd/buildconf 2006-05-15 22:28:32.000000000 -0400
+@@ -67,7 +67,7 @@
should_exit=1
fi

--if [ ! -d "$apu_src_dir" -o ! -f "$apu_src_dir/Makefile.in" ]; then
-+if [ ! -d "$apu_src_dir" -o ! -f "$apu_src_dir/build/find_apu.m4" ]; then
+-if [ ! -f "$apu_src_dir/Makefile.in" ]; then
++if [ ! -f "$apu_src_dir/build/apu-conf.m4" ]; then
echo ""
echo "You don't have a copy of the apr-util source in $apu_src_dir. "
echo "Please get one the source using the following instructions, "

==== //sgl/grimoires/test/http/urlview/DETAILS#5 (xtext) ====

@@ -4,6 +4,7 @@

SOURCE_HASH=sha512:5415c30e34f429c78001b1e87a75a43503d1998b667eaac66dc49298ea491914c6360baba33b5caeeb4ad54e3a4533a46afc05de3b1f135e41069d00fad0936a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/contrib/$SOURCE
+ SOURCE_URL[1]=http://mirror.sg.depaul.edu/pub/mail/mutt/contrib/$SOURCE
WEB_SITE=http://www.idealx.org/fr/doc/urlview/urlview.html
ENTERED=20020126
UPDATED=20030217

==== //sgl/grimoires/test/http/urlview/HISTORY#6 (text) ====

@@ -1,3 +1,6 @@
+2006-05-07 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DETAILS: add mirror.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] PERFORCE change 79374 by Sergey A. Lipnevich for review, Perforce Review Daemon, 05/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page