diff options
author | Donald Cooley <chytraeu@sdf.org> | 2024-04-15 09:28:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-15 10:06:47 +0700 |
commit | 6ff29be62820306a5fa5a425a0d1a514208e2106 (patch) | |
tree | 69a5a38871c5fba44a1b4fbde40d1dae3a231faa /network | |
parent | 7045ee4323229fb73c3da82aa511021ad31d5b5f (diff) |
network/hiawatha: Updated for version 11.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/hiawatha/README | 2 | ||||
-rw-r--r-- | network/hiawatha/hiawatha.SlackBuild | 8 | ||||
-rw-r--r-- | network/hiawatha/hiawatha.info | 8 | ||||
-rw-r--r-- | network/hiawatha/slack-desc | 2 |
4 files changed, 8 insertions, 12 deletions
diff --git a/network/hiawatha/README b/network/hiawatha/README index 094e670fb1a7..eb85247e56c3 100644 --- a/network/hiawatha/README +++ b/network/hiawatha/README @@ -27,4 +27,4 @@ Notes: the default start file. Hiawatha's documentation can be found at the following URL: -https://www.hiawatha-webserver.org/support +https://hiawatha.leisink.net/support diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild index 6d6929996b17..ae0d768cf7ef 100644 --- a/network/hiawatha/hiawatha.SlackBuild +++ b/network/hiawatha/hiawatha.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hiawatha -VERSION=${VERSION:-10.10} +VERSION=${VERSION:-11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -83,7 +80,7 @@ mkdir -p build cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/ \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_BINDIR=/usr/sbin \ -DCMAKE_INSTALL_SBINDIR=/usr/sbin \ -DCMAKE_INSTALL_SYSCONFDIR=/etc/$PRGNAM \ @@ -130,7 +127,6 @@ cat extra/newroot > $PKG/usr/share/$PRGNAM/extra/newroot tar -caf $PKG/usr/share/$PRGNAM/extra/letsencrypt.tar.gz extra/letsencrypt/* cp -a extra/{*.xml,index.html,*.in,tls*} \ $PKG/usr/share/$PRGNAM/extra/ -cp -a extra/nghttp2.tgz $PKG/usr/share/$PRGNAM/extra/ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/network/hiawatha/hiawatha.info b/network/hiawatha/hiawatha.info index 8016841a3341..35481cc97b9c 100644 --- a/network/hiawatha/hiawatha.info +++ b/network/hiawatha/hiawatha.info @@ -1,8 +1,8 @@ PRGNAM="hiawatha" -VERSION="10.10" -HOMEPAGE="https://www.hiawatha-webserver.org" -DOWNLOAD="https://www.hiawatha-webserver.org/files/hiawatha-10.10.tar.gz" -MD5SUM="3bf2c12c7037ecc3dfdbec72e7a2f04f" +VERSION="11.5" +HOMEPAGE="https://hiawatha.leisink.net/" +DOWNLOAD="https://hiawatha.leisink.net/files/hiawatha-11.5.tar.gz" +MD5SUM="9277f86b1065794ac89cea0699da3978" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/network/hiawatha/slack-desc b/network/hiawatha/slack-desc index 05db98aa464f..cb0c40d4eb72 100644 --- a/network/hiawatha/slack-desc +++ b/network/hiawatha/slack-desc @@ -16,4 +16,4 @@ hiawatha: Hiawatha supports many web and HTTP features such as CGI/FastCGI, hiawatha: HTTP authentication, virtual host support, request pipelining, keep hiawatha: alive connections, URL rewriting and many more. hiawatha: -hiawatha: Homepage: https://www.hiawatha-webserver.org +hiawatha: Homepage: https://hiawatha.leisink.net |