summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-05-17 05:12:30 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-05-17 05:12:30 (GMT)
commit346bb8386a4fdee7632dfae849efcdae53c820fe (patch)
treead093167ea4362b2582c753a35326c3a84022e89 /abs/core-testing/lighttpd
parent76d4cf5fbe45089faf48dd945da59be5eced2e23 (diff)
downloadlinhes_pkgbuild-346bb8386a4fdee7632dfae849efcdae53c820fe.zip
linhes_pkgbuild-346bb8386a4fdee7632dfae849efcdae53c820fe.tar.gz
linhes_pkgbuild-346bb8386a4fdee7632dfae849efcdae53c820fe.tar.bz2
lighttp:attempt to resolve #690
Diffstat (limited to 'abs/core-testing/lighttpd')
-rw-r--r--abs/core-testing/lighttpd/PKGBUILD6
-rw-r--r--abs/core-testing/lighttpd/__changelog2
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD
index 642ed67..81019a6 100644
--- a/abs/core-testing/lighttpd/PKGBUILD
+++ b/abs/core-testing/lighttpd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.26
-pkgrel=13
+pkgrel=15
pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@ optdepends=('libxml2: mod_webdav' \
'sqlite3: mod_webdav' \
'gdbm: mod_trigger_b4_dl' \
)
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd' 'etc/lighttpd/auth-inc.conf')
+backup=(etc/lighttpd/lighttpd.conf etc/logrotate.d/lighttpd etc/lighttpd/auth-inc.conf)
options=('!libtool' 'emptydirs')
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \
'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 'auth-inc.conf' \
'openssl-0.9.8m.patch')
-install='lighttpd.install'
+#install='lighttpd.install'
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/abs/core-testing/lighttpd/__changelog b/abs/core-testing/lighttpd/__changelog
index 5c0a14f..edef05a 100644
--- a/abs/core-testing/lighttpd/__changelog
+++ b/abs/core-testing/lighttpd/__changelog
@@ -7,3 +7,5 @@ Added -e 's|"^/mythweb|"^/{1,2}mythweb|' \ to the sed command to work around lig
changed lightttpd.conf to user perl for .cgi (needed for monx)_
added 404 page
+
+bummped to version 13 to test redmine #690