mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/lighttpd: security upgrade to 1.4.64
This commit is contained in:
parent
1e316540fb
commit
b85e060e5b
@ -1,7 +1,7 @@
|
||||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lighttpd
|
||||
pkgver=1.4.59
|
||||
pkgver=1.4.64
|
||||
pkgrel=0
|
||||
pkgdesc="Secure, fast, compliant and very flexible web-server"
|
||||
url="https://www.lighttpd.net"
|
||||
@ -12,7 +12,7 @@ pkgusers="lighttpd"
|
||||
pkggroups="lighttpd"
|
||||
makedepends="flex pcre-dev openssl-dev zlib-dev bzip2-dev lua5.3-dev
|
||||
automake autoconf openldap-dev libxml2-dev sqlite-dev libev-dev
|
||||
bsd-compat-headers"
|
||||
bsd-compat-headers pcre2-dev"
|
||||
subpackages="$pkgname-doc $pkgname-dbg $pkgname-openrc $pkgname-mod_auth
|
||||
$pkgname-mod_webdav"
|
||||
source="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$pkgver.tar.xz
|
||||
@ -25,6 +25,10 @@ source="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$pkgver.t
|
||||
mod_fastcgi.conf
|
||||
mod_fastcgi_fpm.conf"
|
||||
|
||||
# secfixes:
|
||||
# 1.4.64-r0:
|
||||
# - CVE-2022-22707
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
@ -95,7 +99,8 @@ mod_webdav() {
|
||||
_mv_mod mod_webdav
|
||||
}
|
||||
|
||||
sha512sums="94d312f6ac65c32057018b749c4865220b43b3e4b7fe9396848aa403ea7fdc2ccbf3f4f91daf281b754cf272a52a8bcdc689502773ea33cae36eead2785daa0f lighttpd-1.4.59.tar.xz
|
||||
sha512sums="
|
||||
8e2ad0830ff80fcebf0c33600caafb5ab4e9ff6b5073c12572f88a44fdfe85f777fa8b22b2fc2964fecbeb556997ad660867dcee80efb224d63329c8b18ea936 lighttpd-1.4.64.tar.xz
|
||||
f2f3c5c7731550237fd75a8de66275f427eaf897cffff7ac7ef44178328ad8fad6c4ec6654759bfc665cbaf7991ddcdf0aaa916831c8b6aa440192d57b242038 lighttpd.initd
|
||||
9d2ab5deb7353ebf290e90936b511941df440859c78589d0bcf130ef69a5e9c79e4d318548b6b118df002083c46f7476230a28954b7a10a9dbd05040e02b1291 lighttpd.confd
|
||||
0536b4f21d2e8659f7831b45998c13d9f6051ae7ecde13be01f372f837d255bfc4e211de48a7686cc743d53aa9c08ab3f10ec19788896dcf8356b90053ca7a16 lighttpd.logrotate
|
||||
@ -103,4 +108,5 @@ f2f3c5c7731550237fd75a8de66275f427eaf897cffff7ac7ef44178328ad8fad6c4ec6654759bfc
|
||||
a3f2f5763885d7e4f510491b24164e34aaf62bb02daa12991575dc64335c12668355af5bb8d6ce191eb4e9cce95324b1f7c9ba61b323b4e7b50a1e03e021afcf mime-types.conf
|
||||
27cc638d8068dcf47bd9db44943d1db6c6f4e8e6abd6b42af7cea004b1c093440068541d98c68f8bea70b956713adaf8ed59a4b642dea826ee8620a05f8cfde5 mod_cgi.conf
|
||||
1d15b84c03fb648a0e67ab5c5411b85478b4454c44bc2959cc96d1700eeadd7ff429520a5f1550db6527267646622dccd3d47d3fd1258869fccaf5c22d4ad4b2 mod_fastcgi.conf
|
||||
f9efc4b70d825600f5356c30e57d0b6cac11c01739337f7192c09c2cfd96cb76c8328b11d818ea4c2addc1a6d253975b84700106ae75854d55d0df73e220bd2b mod_fastcgi_fpm.conf"
|
||||
f9efc4b70d825600f5356c30e57d0b6cac11c01739337f7192c09c2cfd96cb76c8328b11d818ea4c2addc1a6d253975b84700106ae75854d55d0df73e220bd2b mod_fastcgi_fpm.conf
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user