[arch-commits] Commit in hiawatha/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Feb 18 18:10:45 UTC 2015
Date: Wednesday, February 18, 2015 @ 19:10:45
Author: kkeen
Revision: 127952
upgpkg: hiawatha 9.12-1 and mbedtls rebuild
Modified:
hiawatha/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-18 16:12:27 UTC (rev 127951)
+++ PKGBUILD 2015-02-18 18:10:45 UTC (rev 127952)
@@ -4,13 +4,13 @@
# Contributor: Pascal Ernster <aur at hardfalcon dot net>
pkgname=hiawatha
-pkgver=9.11
+pkgver=9.12
pkgrel=1
pkgdesc="Secure and advanced webserver"
url="https://www.hiawatha-webserver.org/"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libxslt' 'polarssl')
+depends=('libxslt' 'mbedtls')
optdepends=('php-fpm: PHP fastcgi')
makedepends=('cmake')
backup=(
@@ -20,11 +20,11 @@
)
source=(
- "https://hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"
+ "https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"
'hiawatha.conf.sample'
'hiawatha.service'
)
-sha256sums=('bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c'
+sha256sums=('393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a'
'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
@@ -47,6 +47,7 @@
-DPID_DIR="/run" \
-DENABLE_SSL=ON \
-DUSE_SYSTEM_POLARSSL=ON \
+ -DUSE_SYSTEM_MBEDTLS=ON \
-DWEBROOT_DIR="/srv/http/hiawatha" \
-DWORK_DIR="/var/lib/hiawatha"
make
More information about the arch-commits
mailing list