diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 08:13:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 08:13:07 +0000 |
commit | ec96d060ea1a6925584b30dd26913fc3c5b43825 (patch) | |
tree | 9567c8c13f3640f4da65c5d79eddb74c2a6a091d /main/lighttpd | |
parent | dd30efe0e7dcfff679c351c7d1207c47a153f62a (diff) | |
download | aports-ec96d060ea1a6925584b30dd26913fc3c5b43825.tar.bz2 aports-ec96d060ea1a6925584b30dd26913fc3c5b43825.tar.xz |
main/lighttpd: rebuild against fixed bzip2 (CVE-2010-0405)
Diffstat (limited to 'main/lighttpd')
-rw-r--r-- | main/lighttpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index c3747152b8..750dca5b67 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,7 +2,7 @@ pkgname=lighttpd pkgver=1.4.28 _streamver=2.2.0 -pkgrel=0 +pkgrel=3 pkgdesc="a secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" license="custom" |