commit 7da9ebf862d571dbf7a0df1490e30062f531310b
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
miro: updated depends to current version
commit 6b0ac77a43a12982c10ade2b75698823b645558e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
gst-plugins-good 0.10.22
commit 3a5996756bdfb1baeac2f60db13c07a55037d0cd
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
gst-plugins-base 0.10.29
commit 6740d66522fb2ab5b711373ddf39c6ac1bf7bbf5
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
gstreamer 0.10.29
commit 521ba315caf9fce44c6f4efea10e121e5323a424
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
fuse: => 2.8.4
diff --git a/ChangeLog b/ChangeLog
index 91147d2..8e453a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-28 Elisamuel Resto <ryuji AT sourcemage.org>
+ * http/mod_fcgid: new spell, FastCGI control daemon for Apache
+
+2010-04-26 Elisamuel Resto <ryuji AT sourcemage.org>
+ * apache.gpg: added key id 39FF092C, signer of mod_fcgid tarballs
+
2010-04-26 Pol Vinogradov <vin.public AT gmail.com>
* chat-im/qutim: new spell, multiprotocol Instant messenger based on
Qt 4
diff --git a/apache.gpg b/apache.gpg
index 274d176..4142fe8 100644
Binary files a/apache.gpg and b/apache.gpg differ
diff --git a/disk/fuse/DETAILS b/disk/fuse/DETAILS
index 36ad8e6..38f53c8 100755
--- a/disk/fuse/DETAILS
+++ b/disk/fuse/DETAILS
@@ -1,7 +1,7 @@
SPELL=fuse
if [ "$CVS" != "y" ]; then
- VERSION=2.8.3
-
SOURCE_HASH=sha512:e21420ff9c2cf656850788d3f8f7f570eda41a3fb869ec7603fe238b3e71aaa68b7e8150d696c4291e42e61e60a04eb6a0714c770cbfaf71b27ee09de666dad1
+ VERSION=2.8.4
+
SOURCE_HASH=sha512:2275ee26db7c0b13612f7679a8ca39dd2af66b97825abd29518c1d3027e09aa34868a445b266afe053e9236060f4d011231ebab0fe25ac7955da5c8955c7f392
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -20,9 +20,9 @@ fi
WEB_SITE=http://fuse.sourceforge.net/
ENTERED=20040209
LICENSE[0]=GPL
- PATCHLEVEL=2
KEYWORDS="disk"
SHORT="interface for filesystems implemented in userspace"
cat << EOF
-FUSE (Filesystem in USErspace) is an interface for filesystems implemented
in userspace.
+FUSE (Filesystem in USErspace) is an interface for filesystems implemented
+in userspace.
EOF
diff --git a/disk/fuse/HISTORY b/disk/fuse/HISTORY
index fd0e928..53a5ac2 100644
--- a/disk/fuse/HISTORY
+++ b/disk/fuse/HISTORY
@@ -1,3 +1,6 @@
+2010-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed long description wrap; updated spell to 2.8.4
+
2010-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL+=1; fixed short desc
* BUILD: corrected pkgconfig dir, b0rked by some of the previous
commits
diff --git a/ftp/aria2/DETAILS b/ftp/aria2/DETAILS
index d4d7e1f..6a4c536 100755
--- a/ftp/aria2/DETAILS
+++ b/ftp/aria2/DETAILS
@@ -1,6 +1,6 @@
SPELL=aria2
- VERSION=1.9.1
-
SOURCE_HASH=sha512:591417c8b1f13269ea005b3015ff49765f3a2378fea16b89d6ea90430ee9e084428cede7a560d44dc041876bd025da18af557a2d7add908166db8905316be2a7
+ VERSION=1.9.2
+
SOURCE_HASH=sha512:28665c87b716e45e1850f1cf138532e53d7c386a81c8778a8923220be75b04a9fdcc43b9b5921991c09264c90cb186f935c7d5b9db46eca66e29e8fed324fbe6
SOURCE=${SPELL}-$VERSION.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/ftp/aria2/HISTORY b/ftp/aria2/HISTORY
index 4edcdbb..f255837 100644
--- a/ftp/aria2/HISTORY
+++ b/ftp/aria2/HISTORY
@@ -1,3 +1,6 @@
+2010-04-29 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.9.2
+
2010-04-25 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.9.1
diff --git a/http/apache22/BUILD b/http/apache22/BUILD
index e87b05c..32db176 100755
--- a/http/apache22/BUILD
+++ b/http/apache22/BUILD
@@ -1,3 +1,6 @@
+# use user-specific worker
+APACHE22_EXTRA="${APACHE22_EXTRA} --with-mpm=${APACHE22_MPM}" &&
+
# remove APR and APU and reconfigure to use external ones
rm -fr srclib/apr*/ &&
diff --git a/http/apache22/CONFIGURE b/http/apache22/CONFIGURE
index e3712b7..54bc751 100755
--- a/http/apache22/CONFIGURE
+++ b/http/apache22/CONFIGURE
@@ -1,3 +1,6 @@
+message "${PROBLEM_COLOR}Before picking a MPM, please see: http://sourcemage.org/ApacheMPM${DEFAULT_COLOR}" &&
+config_query_list APACHE22_MPM "Which MPM would you like?" prefork worker
event &&
+
# Apache2 CONFIGURE script
#
# Created 2003-07-21 by Gareth Clay <g.clay AT warwick.ac.uk> with a
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index ba9afc5..eb63005 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2010-04-28 Elisamuel Resto <ryuji AT simplysam.us>
+ * BUILD, CONFIGURE: Allow picking of MPM modules
+
2010-03-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.15, SECURITY_PATCH=9
diff --git a/http/mod_fcgid/BUILD b/http/mod_fcgid/BUILD
new file mode 100755
index 0000000..155c932
--- /dev/null
+++ b/http/mod_fcgid/BUILD
@@ -0,0 +1,6 @@
+unset CFLAGS &&
+cd "${SOURCE_DIRECTORY}" &&
+./configure.apxs &&
+make_single &&
+make &&
+make_normal
diff --git a/http/mod_fcgid/DEPENDS b/http/mod_fcgid/DEPENDS
new file mode 100755
index 0000000..341c4e2
--- /dev/null
+++ b/http/mod_fcgid/DEPENDS
@@ -0,0 +1 @@
+depends APACHE2
diff --git a/http/mod_fcgid/DETAILS b/http/mod_fcgid/DETAILS
new file mode 100755
index 0000000..b2de728
--- /dev/null
+++ b/http/mod_fcgid/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=mod_fcgid
+ VERSION=2.3.5
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2="${SOURCE}.asc"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL[0]="${APACHE_URL}/httpd/mod_fcgid/${SOURCE}"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="apache.gpg:${SOURCE2}:UPSTREAM_KEY"
+ WEB_SITE="http://httpd.apache.org/mod_fcgid"
+ ENTERED=20100428
+ LICENSE[0]=APACHE
+ KEYWORDS="apache http fastcgi fcgi"
+ SHORT="FastCGI control daemon module for Apache"
+
+cat << EOF
+mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which
starts
+a sufficient number of instances of the CGI program to handle concurrent
requests,
+and these programs remain running to handle further incoming requests. It is
+favored by the PHP developers, for example, as a preferred alternative to
running
+mod_php in-process, delivering very similar performance.
+EOF
diff --git a/http/mod_fcgid/HISTORY b/http/mod_fcgid/HISTORY
new file mode 100644
index 0000000..a2d1231
--- /dev/null
+++ b/http/mod_fcgid/HISTORY
@@ -0,0 +1,2 @@
+2010-04-28 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: new spell, FastCGI control daemon for
Apache
diff --git a/php-pear/php/CONFIGURE b/php-pear/php/CONFIGURE
index 8c4b411..b74fa79 100755
--- a/php-pear/php/CONFIGURE
+++ b/php-pear/php/CONFIGURE
@@ -32,11 +32,14 @@ config_query_list PHP5_SAPI "What SAPI do you want to
use?" \
apache cgi &&
if [[ $PHP5_SAPI == cgi ]]; then
- config_query_option PHP5_OPTS "Enable FastCGI SAPI?" n \
- "--enable-fastcgi" "--disable-fastcgi" &&
-
- config_query_option PHP5_OPTS "Enable CGI SAPI?" y \
- "--enable-cgi" "--disable-cgi"
+ PHP5_OPTS="${PHP5_OPTS} --enable-cgi" &&
+
+ if [[ $PHP5_BRANCH == legacy ]]; then
+ config_query_option PHP5_OPTS "Enable FastCGI SAPI?" n \
+ "--enable-fastcgi" "--disable-fastcgi"
+ else
+ message "${MESSAGE_COLOR}The FastCGI SAPI is now always enabled since
PHP 5.3.0${DEFAULT_COLOR}"
+ fi
else
config_query_list PHP5_APACHE "Which Apache module to build?" \
none handler filter
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index abbbb60..8319dca 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,7 @@
+2010-04-28 Elisamuel Resto <ryuji AT sourcemage.org>
+ * CONFIGURE: If CGI SAPI was used, dont ask again; if CGI was picked,
at least use CGI
+ FastCGI SAPI is now always enabled since PHP 5.3.0
+
2010-04-08 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD: SQLite (and other DBMS's) dont like -ffast-math (in fact,
they filter it)
* PREPARE, DETAILS: suhosin was updated to 0.9.9.1 and now works with
php 5.3
diff --git a/printer/pycups/HISTORY b/printer/pycups/HISTORY
index 488bb47..8a36ea3 100644
--- a/printer/pycups/HISTORY
+++ b/printer/pycups/HISTORY
@@ -1,3 +1,9 @@
+2010-04-28 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply python2.5.patch (Fixes Bug #15656)
+ * python2.5.patch: Based on
+ http://git.fedorahosted.org/git/?p=pycups.git;a=commit;h=fefe4d6b50c5f1c0bcafa40da60170f42217de82
+ https://fedorahosted.org/pycups/ticket/14
+
2010-03-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.9.49