aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-15 11:00:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-15 11:00:56 +0000
commit7477a58470876ae25d9687f28145032ddfd64120 (patch)
tree948dd6752164708e03605f731870059963c6e1c7
parentfacd113ce1db85be7279f8170bbc8f8857372575 (diff)
downloadaports-7477a58470876ae25d9687f28145032ddfd64120.tar.bz2
aports-7477a58470876ae25d9687f28145032ddfd64120.tar.xz
main/lighttpd: security upgrade to 1.4.33 (CVE-2012-5533)
-rw-r--r--main/lighttpd/APKBUILD9
-rw-r--r--main/lighttpd/automake-1.12.patch21
2 files changed, 3 insertions, 27 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD
index b5bc73512a..219dffb8d0 100644
--- a/main/lighttpd/APKBUILD
+++ b/main/lighttpd/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lighttpd
-pkgver=1.4.31
+pkgver=1.4.33
_streamver=2.2.0
pkgrel=0
pkgdesc="a secure, fast, compliant and very flexible web-server"
@@ -25,8 +25,6 @@ source="http://download.lighttpd.net/lighttpd/releases-1.4.x/$pkgname-$pkgver.ta
mod_cgi.conf
mod_fastcgi.conf
mod_fastcgi_fpm.conf
-
- automake-1.12.patch
"
subpackages="$pkgname-doc $pkgname-mod_auth $pkgname-mod_h264_streaming
$pkgname-mod_webdav"
@@ -137,7 +135,7 @@ mod_webdav() {
}
-md5sums="c718cc27658240d307b8a1d1c7c4bb54 lighttpd-1.4.31.tar.bz2
+md5sums="e66b8164e5fc5a6beec0823b697fbe1d lighttpd-1.4.33.tar.bz2
ac37885c881a058194405232e7737a7a lighttpd-1.4.18_mod_h264_streaming-2.2.0.tar.gz
aa1f130f66607615143b2b497c55b177 lighttpd.initd
0dede109282bfe685bdec6b35f0e4b6b lighttpd.confd
@@ -148,5 +146,4 @@ ad091c9157134890499f26d170352c9f lighttpd.logrotate
fef397e7bcf1b741dea211a555e1803c mime-types.conf
9c1407e95f62ed22da66c4ef5f69c3b5 mod_cgi.conf
f3363e39832f1b6678468b482d121afb mod_fastcgi.conf
-aee5947a1abf380b0685a534ca384b42 mod_fastcgi_fpm.conf
-c15606d3158d4010e6fa8e01409b40cf automake-1.12.patch"
+aee5947a1abf380b0685a534ca384b42 mod_fastcgi_fpm.conf"
diff --git a/main/lighttpd/automake-1.12.patch b/main/lighttpd/automake-1.12.patch
deleted file mode 100644
index c248c49709..0000000000
--- a/main/lighttpd/automake-1.12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./configure.ac.orig
-+++ ./configure.ac
-@@ -24,6 +24,8 @@
- AC_PROG_LN_S
- AC_PROG_MAKE_SET
-
-+AM_PROG_AR
-+
- dnl check environment
- AC_AIX
- AC_ISC_POSIX
-@@ -37,9 +39,6 @@
- AM_CONDITIONAL(NO_RDYNAMIC, test x$NO_RDYNAMIC = xyes)
-
- AC_EXEEXT
--
--dnl more automake stuff
--AM_C_PROTOTYPES
-
- dnl libtool
- AC_DISABLE_STATIC