From 745c20123b7467b21eb9d53f994ef833ea8410d3 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 2 Dec 2021 02:31:48 -0500 Subject: [PATCH 1/2] lighttpd: update to 1.4.62 use pcre2-devel instead of pcre-devel --- srcpkgs/lighttpd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index d0ebf6677418..4316886f82aa 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,26 +1,26 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.61 +version=1.4.62 revision=1 build_style=meson configure_args="-Dwith_brotli=false -Dwith_bzip=false -Dwith_fam=false -Dwith_gdbm=true -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=false -Dwith_libunwind=false -Dwith_lua=true -Dwith_memcached=true - -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre=true -Dwith_pgsql=false + -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false -Dmoduledir=lib/lighttpd/modules" hostmakedepends="pkg-config" makedepends="gdbm-devel libmemcached-devel - libxml2-devel lua53-devel mit-krb5-devel pcre-devel sqlite-devel" + libxml2-devel lua53-devel mit-krb5-devel pcre2-devel sqlite-devel" checkdepends="perl" short_desc="Secure, fast, compliant and very flexible web-server" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432 +checksum=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7 conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_lighttpd" From f0ec4be772c951d4f1d16628261c97a9d829e1a9 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 4 Dec 2021 10:50:11 -0500 Subject: [PATCH 2/2] lighttpd: update to 1.4.63 --- srcpkgs/lighttpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 4316886f82aa..a9aa5ff06e4a 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,6 +1,6 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.62 +version=1.4.63 revision=1 build_style=meson configure_args="-Dwith_brotli=false -Dwith_bzip=false @@ -20,7 +20,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7 +checksum=2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9 conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_lighttpd"