From 7ec1a2ee28ce6d4def8eb7215d37fb5b28480b70 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 15 Nov 2018 05:59:32 +0000 Subject: user/lighttpd: bugfix bump to 1.4.51, ensure cache dir is created --- user/lighttpd/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'user/lighttpd') diff --git a/user/lighttpd/APKBUILD b/user/lighttpd/APKBUILD index 85d4047e0..dee436ffd 100644 --- a/user/lighttpd/APKBUILD +++ b/user/lighttpd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Valery Kartel # Maintainer: A. Wilcox pkgname=lighttpd -pkgver=1.4.49 +pkgver=1.4.51 pkgrel=0 pkgdesc="A secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" @@ -60,7 +60,8 @@ package() { # create dirs install -d -m755 -o lighttpd -g lighttpd \ - "$pkgdir"/var/log/lighttpd/ + "$pkgdir"/var/log/lighttpd/ \ + "$pkgdir"/var/lib/lighttpd/cache/compress install -d -m755 \ "$pkgdir"/etc/lighttpd/ \ "$pkgdir"/var/www/localhost/htdocs @@ -100,7 +101,7 @@ mod_webdav() { _mv_mod mod_webdav } -sha512sums="de766da68b4cacfb6c322210eafe819b6423334272e9fae4688c2282a66a2e55aaf580c5fdbf02676ed6f7b32d13f2f28cefd22518f77127055ec336ec5d6784 lighttpd-1.4.49.tar.xz +sha512sums="ee4f150c30322dae50760b99cddd0bd935195ee21e042809fa8d303425d12081c23c00d8ea8fcd3d023b6b414a46b9b953edc4ed25400fe39f10487f0956561f lighttpd-1.4.51.tar.xz f2f3c5c7731550237fd75a8de66275f427eaf897cffff7ac7ef44178328ad8fad6c4ec6654759bfc665cbaf7991ddcdf0aaa916831c8b6aa440192d57b242038 lighttpd.initd 9d2ab5deb7353ebf290e90936b511941df440859c78589d0bcf130ef69a5e9c79e4d318548b6b118df002083c46f7476230a28954b7a10a9dbd05040e02b1291 lighttpd.confd 0536b4f21d2e8659f7831b45998c13d9f6051ae7ecde13be01f372f837d255bfc4e211de48a7686cc743d53aa9c08ab3f10ec19788896dcf8356b90053ca7a16 lighttpd.logrotate -- cgit v1.2.3-60-g2f50