summaryrefslogtreecommitdiff
path: root/lighttpd
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2019-03-30 12:25:24 +0100
committerThomas Penteker <tek@serverop.de>2019-03-30 12:25:24 +0100
commitbfd78bb6eeedcbe70301a26274d179db8b32202d (patch)
treeeff89840c65bcfb3f446dce9d20469a51b1cd7a3 /lighttpd
parent8c39a639270568f14b923720b5a13b9d116aa216 (diff)
downloadcontrib-bfd78bb6eeedcbe70301a26274d179db8b32202d.tar.gz
contrib-bfd78bb6eeedcbe70301a26274d179db8b32202d.tar.xz
lighttpd: 1.4.50 -> 1.4.53
Diffstat (limited to 'lighttpd')
-rw-r--r--lighttpd/.footprint9
-rw-r--r--lighttpd/.signature8
-rw-r--r--lighttpd/Pkgfile5
3 files changed, 11 insertions, 11 deletions
diff --git a/lighttpd/.footprint b/lighttpd/.footprint
index 5ebd7ba9a..9cd27ac77 100644
--- a/lighttpd/.footprint
+++ b/lighttpd/.footprint
@@ -78,13 +78,14 @@ drwxr-xr-x root/root usr/lib/lighttpd/
-rwxr-xr-x root/root usr/lib/lighttpd/mod_webdav.so
-rwxr-xr-x root/root usr/lib/lighttpd/mod_wstunnel.la
-rwxr-xr-x root/root usr/lib/lighttpd/mod_wstunnel.so
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/lighttpd-angel.8.gz
--rw-r--r-- root/root usr/man/man8/lighttpd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/lighttpd
-rwxr-xr-x root/root usr/sbin/lighttpd-angel
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lighttpd-angel.8.gz
+-rw-r--r-- root/root usr/share/man/man8/lighttpd.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/run/
drwxr-xr-x root/root var/www/
diff --git a/lighttpd/.signature b/lighttpd/.signature
index 3d7d11cf2..2dccc8f80 100644
--- a/lighttpd/.signature
+++ b/lighttpd/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF394M9zVDrdTQdcKBpDrz3Zwqnio7u+a3ehc7voPUE/DUgJg04cjMJTz08F1/+gvsF7DJeVGOL7Nbrf6+VZxEbgY=
-SHA256 (Pkgfile) = 1c87f8b52096d37616994b5978e140ac401a787333fb0a45651331160fec5cc8
-SHA256 (.footprint) = cd2b01c0559bd0a64eb30dbfe8175cbc67fa59025cb73789d431da547b8456e8
-SHA256 (lighttpd-1.4.50.tar.xz) = 29378312d8887cbc14ffe8a7fadef2d5a08c7e7e1be942795142346ad95629eb
+RWSagIOpLGJF32iyex8SviN6MXinA+cwe8Uf/38Lh3ksPs6OtHNS8adfbPRcDVlpT5w9wE3HLQNDs/xGfHyKS/QeA+KkRxT0Vwk=
+SHA256 (Pkgfile) = a19730f3e7c98b60d65b247c680dff843b40245d466ca23fbd1ec92d90138f8a
+SHA256 (.footprint) = 3d56145290def6cb7e09b9ac04becd065c8361d0e92d06b871e5bbbb6cd5859f
+SHA256 (lighttpd-1.4.53.tar.xz) = 3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78
SHA256 (lighttpd.conf) = fd994cfccc2a67b625acc57373c45195f14cd02fda60b4e2af014ba5f4d560ca
SHA256 (lighttpd.rc) = ba07175f8b59b60a1391680be2636f7fab10d749ebf4e56a4f78d8b2422c5b07
diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile
index 633e2532c..521ddd528 100644
--- a/lighttpd/Pkgfile
+++ b/lighttpd/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: libpcre
name=lighttpd
-version=1.4.50
+version=1.4.53
release=1
source=(http://download.$name.net/$name/releases-1.4.x/$name-$version.tar.xz \
$name.conf \
@@ -13,8 +13,7 @@ source=(http://download.$name.net/$name/releases-1.4.x/$name-$version.tar.xz \
build() {
cd $name-$version
- ./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl \
- --mandir=/usr/man --with-pcre
+ ./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl --with-pcre
make
make DESTDIR=$PKG install

Generated by cgit