summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2011-03-02 16:12:46 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-03-02 16:12:46 -0300
commita1602565c6b8e22b17cad1140038b65e943fe204 (patch)
tree3fa2bafb431ad3f10239e0d23afd3c96972ea364
parented65bc4bd3a8739bbdcd6aa50aa8b00d0350f30e (diff)
downloadslackbuilds-a1602565c6b8e22b17cad1140038b65e943fe204.tar.gz
slackbuilds-a1602565c6b8e22b17cad1140038b65e943fe204.tar.xz
network/uwsgi: Updated for version 0.9.6.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--network/uwsgi/README19
-rw-r--r--network/uwsgi/uwsgi.SlackBuild2
-rw-r--r--network/uwsgi/uwsgi.info8
3 files changed, 15 insertions, 14 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README
index 064f06b61c..a26d9d15ce 100644
--- a/network/uwsgi/README
+++ b/network/uwsgi/README
@@ -1,11 +1,12 @@
-uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed
-for professional Python webapp deployment and development. Over time it has
-evolved in a complete stack for networked/clustered Python applications,
-implementing message/object passing, RPC and process management. It uses the
-uwsgi (all lowercase) protocol for all the networking/interprocess
-communications.
+uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
+aimed for professional Python webapp deployment and development. Over
+time it has evolved in a complete stack for networked/clustered Python
+applications, implementing message/object passing, RPC and process
+management. It uses the uwsgi (all lowercase) protocol for all the
+networking/interprocess communications.
-uWSGI can be integrated with various webservers (apache2, nginx, cherokee and
-lighttpd modules available).
+uWSGI can be integrated with various webservers (apache2, nginx, cherokee
+and lighttpd modules available).
-Note: this script only builds the uWSGI server.
+Note: this script only builds the uWSGI server without any webserver
+modules.
diff --git a/network/uwsgi/uwsgi.SlackBuild b/network/uwsgi/uwsgi.SlackBuild
index 978dcd61f9..5cd2cc0a55 100644
--- a/network/uwsgi/uwsgi.SlackBuild
+++ b/network/uwsgi/uwsgi.SlackBuild
@@ -4,7 +4,7 @@
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
PRGNAM=uwsgi
-VERSION=${VERSION:-0.9.6.5}
+VERSION=${VERSION:-0.9.6.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/uwsgi/uwsgi.info b/network/uwsgi/uwsgi.info
index cc13691ec2..72f2359382 100644
--- a/network/uwsgi/uwsgi.info
+++ b/network/uwsgi/uwsgi.info
@@ -1,10 +1,10 @@
PRGNAM="uwsgi"
-VERSION="0.9.6.5"
+VERSION="0.9.6.7"
HOMEPAGE="http://projects.unbit.it/uwsgi/"
-DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-0.9.6.5.tar.gz"
-MD5SUM="469cd5f143edb15e41ca907b82e9996b"
+DOWNLOAD="http://projects.unbit.it/downloads/uwsgi-0.9.6.7.tar.gz"
+MD5SUM="02dc4a460c150c8a1cf1ad37ed931b62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
-APPROVED="dsomero"
+APPROVED="Niels Horn"