diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-01-09 06:38:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-09 06:38:19 +0700 |
commit | d86d9532b10513763e050ae71c12c498745394c4 (patch) | |
tree | 693ce2c40152993ee1b041dffac0a09bd4b1f311 | |
parent | 52bd23de974e3460dc71d91414bf81711d84284a (diff) |
network/hiawatha: Updated for version 10.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/hiawatha/README | 6 | ||||
-rw-r--r-- | network/hiawatha/hiawatha.SlackBuild | 23 | ||||
-rw-r--r-- | network/hiawatha/hiawatha.info | 6 |
3 files changed, 16 insertions, 19 deletions
diff --git a/network/hiawatha/README b/network/hiawatha/README index 6f5bbdc887b7..6f6e655e59c8 100644 --- a/network/hiawatha/README +++ b/network/hiawatha/README @@ -10,7 +10,7 @@ pipelining, keep alive connections, URL rewriting and many more. Notes: - To use this package the user/group 'hiawatha' are required. + To use this package the user and group 'hiawatha' are required. You can create them with: # groupadd -g 259 hiawatha @@ -19,9 +19,9 @@ Notes: By default: - * Hiawatha's daemon is going to be listening in the network interface + * Hiawatha's daemon will listen on the network interface 127.0.0.1:80, and it can write temporary files inside - /var/lib/hiawatha + /var/db/hiawatha * The Web root directory is /var/hiawatha with index.html being the default start file. diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild index d5b38f3cbb33..c53b9571dc70 100644 --- a/network/hiawatha/hiawatha.SlackBuild +++ b/network/hiawatha/hiawatha.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hiawatha -# Copyright 2018 Donald Cooley South Haven, Indiana USA +# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA # Copyright (c) 2009-2012, Antonio Hernández Blas <hba.nihilismus@gmail.com> # Copyright (c) 2014, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. @@ -24,7 +24,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hiawatha -VERSION=${VERSION:-10.8.2} +VERSION=${VERSION:-10.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -84,21 +84,18 @@ cd build -DLOG_DIR=/var/log/$PRGNAM \ -DPID_DIR=/var/run/$PRGNAM \ -DWEBROOT_DIR=/var/$PRGNAM \ - -DWORK_DIR=/var/lib/$PRGNAM \ + -DWORK_DIR=/var/db/$PRGNAM \ -DCMAKE_BUILD_TYPE=Release \ - \ + -DENABLE_CACHE=on \ + -DENABLE_IPV6=on \ -DENABLE_MONITOR=on \ + -DENABLE_RPROXY=on \ -DENABLE_TOMAHAWK=on \ + -DENABLE_TLS=on \ + -DENABLE_TOOLKIT=on \ + -DENABLE_XSLT=on \ .. make - # Enabled by default - #-DENABLE_CACHE=on \ - #-DENABLE_DEBUG=off \ - #-DENABLE_IPV6=on \ - #-DENABLE_RPROXY=on \ - #-DENABLE_TLS=on \ - #-DENABLE_TOOLKIT=on \ - #-DENABLE_XSLT=on \ make install DESTDIR=$PKG cd .. diff --git a/network/hiawatha/hiawatha.info b/network/hiawatha/hiawatha.info index 9afe81c23899..17ff5f954a63 100644 --- a/network/hiawatha/hiawatha.info +++ b/network/hiawatha/hiawatha.info @@ -1,8 +1,8 @@ PRGNAM="hiawatha" -VERSION="10.8.2" +VERSION="10.8.3" HOMEPAGE="https://www.hiawatha-webserver.org" -DOWNLOAD="https://www.hiawatha-webserver.org/files/hiawatha-10.8.2.tar.gz" -MD5SUM="40c79167023a736a4048c22621af6fbe" +DOWNLOAD="https://www.hiawatha-webserver.org/files/hiawatha-10.8.3.tar.gz" +MD5SUM="e37ea9419d5a516e5c9b0aa80b7776c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |