diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-10-11 18:43:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 743d689c5f4a2135859f42c15cefd5634b65f9f1 (patch) | |
tree | 67318b7641a9a5758d9ffbf8739f09bdae039376 /network/lighttpd2 | |
parent | e2b6c3fcf8f699700ac6579af93d532a6d66bb32 (diff) | |
download | slackbuilds-743d689c5f4a2135859f42c15cefd5634b65f9f1.tar.gz |
network/lighttpd2: Updated for version 20150810_d2c6a28.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/lighttpd2')
-rw-r--r-- | network/lighttpd2/README | 5 | ||||
-rw-r--r-- | network/lighttpd2/lighttpd2.SlackBuild | 2 | ||||
-rw-r--r-- | network/lighttpd2/lighttpd2.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/network/lighttpd2/README b/network/lighttpd2/README index 24892feefc..42605cf886 100644 --- a/network/lighttpd2/README +++ b/network/lighttpd2/README @@ -2,6 +2,8 @@ lighttpd2 is a fast, secure, and flexible webserver. It is optimized for high-performance environments, and provides an extensive feature set, including FastCGI, CGI, Auth, output compression, and URL rewriting support. +this version currently is a work in progress: it's not ready for +production: only for interested people. By default, this package uses the "lighttpd" user and group to run lighttpd as a unpriviliged process. The script will exit if these @@ -12,4 +14,5 @@ and groups, nor with any added by other SlackBuilds.org scripts. Group: lighttpd GID: 208 Be sure to see README.SLACKWARE (in this directory, and also installed -with the package documentation) for configuration and setup information. +with the package documentation) for configuration and setup +information. diff --git a/network/lighttpd2/lighttpd2.SlackBuild b/network/lighttpd2/lighttpd2.SlackBuild index fefcab2cd0..26a1b7331d 100644 --- a/network/lighttpd2/lighttpd2.SlackBuild +++ b/network/lighttpd2/lighttpd2.SlackBuild @@ -26,7 +26,7 @@ # Twisted for lighttpd2 by Matteo Bernardini <ponce@slackbuilds.org> PRGNAM=lighttpd2 -VERSION=${VERSION:-20150125_6b22f2f} +VERSION=${VERSION:-20150810_d2c6a28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/lighttpd2/lighttpd2.info b/network/lighttpd2/lighttpd2.info index 0eb23452df..390e31595b 100644 --- a/network/lighttpd2/lighttpd2.info +++ b/network/lighttpd2/lighttpd2.info @@ -1,8 +1,8 @@ PRGNAM="lighttpd2" -VERSION="20150125_6b22f2f" +VERSION="20150810_d2c6a28" HOMEPAGE="http://www.lighttpd.net/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lighttpd2-20150125_6b22f2f.tar.xz" -MD5SUM="d10e9d2c419f5e62458fb31549948727" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/lighttpd2-20150810_d2c6a28.tar.xz" +MD5SUM="722b4e11230381c1fb4c89ea66dd2eed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libev lua ragel" |