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

Stefan Wold ratler at lunar-linux.org
Wed Oct 19 10:53:15 UTC 2005


Author: ratler
Date: 2005-10-19 10:53:14 +0000 (Wed, 19 Oct 2005)
New Revision: 17007

Modified:
   moonbase/trunk/web/mod_scgi/BUILD
   moonbase/trunk/web/mod_scgi/DETAILS
Log:
Version bump. Build changed slightly to work better for apache2.

Modified: moonbase/trunk/web/mod_scgi/BUILD
===================================================================
--- moonbase/trunk/web/mod_scgi/BUILD	2005-10-19 06:07:21 UTC (rev 17006)
+++ moonbase/trunk/web/mod_scgi/BUILD	2005-10-19 10:53:14 UTC (rev 17007)
@@ -6,8 +6,9 @@
     fi
     
     cd $AVER
-    /usr/sbin/apxs -c mod_scgi.c &&
+    /usr/sbin/apxs -c mod_scgi.c
     prepare_install &&
-    /usr/sbin/apxs -i mod_scgi.so
+    # The -c option is quite redundat, but apxs work in a strange way
+    /usr/sbin/apxs -i -c mod_scgi.c
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/web/mod_scgi/DETAILS
===================================================================
--- moonbase/trunk/web/mod_scgi/DETAILS	2005-10-19 06:07:21 UTC (rev 17006)
+++ moonbase/trunk/web/mod_scgi/DETAILS	2005-10-19 10:53:14 UTC (rev 17007)
@@ -1,12 +1,12 @@
           MODULE=mod_scgi
-         VERSION=1.7
+         VERSION=1.8
           SOURCE=scgi-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/scgi-$VERSION
       SOURCE_URL=http://www.mems-exchange.org/software/scgi/
-      SOURCE_VFY=sha1:ad9d0a864adfd30d47b811eb508c8206f7cce365
+      SOURCE_VFY=sha1:055f977d6276f2176a8e76566ad39a8950d305f6
         WEB_SITE=http://www.mems-exchange.org/software/scgi/
          ENTERED=20051014
-         UPDATED=20051014
+         UPDATED=20051019
            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