[Lunar-commits] r18919 - moonbase/trunk/web/mod_scgi

Stefan Wold ratler at lunar-linux.org
Mon Feb 27 13:11:26 UTC 2006


Author: ratler
Date: 2006-02-27 13:11:25 +0000 (Mon, 27 Feb 2006)
New Revision: 18919

Modified:
   moonbase/trunk/web/mod_scgi/BUILD
   moonbase/trunk/web/mod_scgi/DETAILS
Log:
Version bump for support with apache 2.2. Minor BUILD fix done

Modified: moonbase/trunk/web/mod_scgi/BUILD
===================================================================
--- moonbase/trunk/web/mod_scgi/BUILD	2006-02-27 12:36:22 UTC (rev 18918)
+++ moonbase/trunk/web/mod_scgi/BUILD	2006-02-27 13:11:25 UTC (rev 18919)
@@ -6,7 +6,7 @@
     fi
     
     cd $AVER
-    /usr/sbin/apxs -c mod_scgi.c
+    /usr/sbin/apxs -c mod_scgi.c &&
     prepare_install &&
     # The -c option is quite redundat, but apxs work in a strange way
     /usr/sbin/apxs -i -c mod_scgi.c

Modified: moonbase/trunk/web/mod_scgi/DETAILS
===================================================================
--- moonbase/trunk/web/mod_scgi/DETAILS	2006-02-27 12:36:22 UTC (rev 18918)
+++ moonbase/trunk/web/mod_scgi/DETAILS	2006-02-27 13:11:25 UTC (rev 18919)
@@ -1,12 +1,12 @@
           MODULE=mod_scgi
-         VERSION=1.8
+         VERSION=1.10
           SOURCE=scgi-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/scgi-$VERSION
       SOURCE_URL=http://www.mems-exchange.org/software/scgi/
-      SOURCE_VFY=sha1:055f977d6276f2176a8e76566ad39a8950d305f6
+      SOURCE_VFY=sha1:418e911bd2f2f86e0084e56c187baa717546f5ef
         WEB_SITE=http://www.mems-exchange.org/software/scgi/
          ENTERED=20051014
-         UPDATED=20051019
+         UPDATED=20060227
            SHORT="Alternative protocol for a web server to run an application under the CGI system"
 cat << EOF
 The SCGI protocol is a replacement for the Common Gateway Interface (CGI)



More information about the Lunar-commits mailing list