summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-20 17:12:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-20 17:12:08 (GMT)
commitc0c9265354144215702ab70615c1585a63bada7b (patch)
tree9594bbd1d23b10534b03b499343c71e3f1544555
parenta50079018221f48ff750412ee68649ad63252908 (diff)
downloadlinhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.zip
linhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.tar.gz
linhes_pkgbuild-c0c9265354144215702ab70615c1585a63bada7b.tar.bz2
lighttpd: update to 1.4.39
-rw-r--r--abs/core/lighttpd/PKGBUILD11
-rwxr-xr-xabs/core/lighttpd/lighttpd.install1
2 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD
index 6d9c699..d389ecd 100644
--- a/abs/core/lighttpd/PKGBUILD
+++ b/abs/core/lighttpd/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 17048 2008-10-24 16:27:19Z pierre $
+# $Id$
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=lighttpd
-pkgver=1.4.37
+pkgver=1.4.39
pkgrel=1
pkgdesc='A secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
url="http://www.lighttpd.net/"
-depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua51' 'php-cgi')
-makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
+depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'php-cgi')
+makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 'pkgconfig')
optdepends=('libxml2: mod_webdav' \
'e2fsprogs: mod_webdav' \
'libmysqlclient: mod_mysql_vhost' \
@@ -50,7 +50,6 @@ package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install || return 1
- install -d -m700 -o http -g http ${pkgdir}/run/lighttpd/
install -d -m700 -o http -g http ${pkgdir}/var/{log,cache}/lighttpd/
install -D -m644 ${srcdir}/lighttpd.logrotate.d ${pkgdir}/etc/logrotate.d/lighttpd
@@ -78,7 +77,7 @@ package() {
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
}
-md5sums=('f2b33c161df9be9b12b6a13b33a66ea5'
+md5sums=('b49e133a4b321921331eba5a343872ab'
'42d106b101d21ffd76ed9f3f1621e164'
'7945bd60801295010e9e2cac1dba78b7'
'62779511e3f1127c3cc9b94c49f99c29'
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install
index 55915f9..1b0a4d7 100755
--- a/abs/core/lighttpd/lighttpd.install
+++ b/abs/core/lighttpd/lighttpd.install
@@ -2,6 +2,7 @@ post_install() {
if [[ ! -d run/lighttpd ]]; then
usr/bin/systemd-tmpfiles --create lighttpd.conf
fi
+ gen_light_include.py
}
post_upgrade() {