Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at 2021-09-21 21:12:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lighttpd (Old) and /work/SRC/openSUSE:Factory/.lighttpd.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lighttpd" Tue Sep 21 21:12:44 2021 rev:45 rq:920446 version:1.4.59 Changes: -------- --- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes 2021-05-10 15:41:29.645059484 +0200 +++ /work/SRC/openSUSE:Factory/.lighttpd.new.1899/lighttpd.changes 2021-09-21 21:13:35.106668657 +0200 @@ -1,0 +2,8 @@ +Sun Jul 18 07:24:13 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.4.59: + * HTTP/2 enabled by default + * mod_deflate zstd suppport + * new mod_ajp13 + +------------------------------------------------------------------- Old: ---- lighttpd-1.4.58.tar.xz lighttpd-1.4.58.tar.xz.asc New: ---- lighttpd-1.4.59.tar.xz lighttpd-1.4.59.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.7bXZp5/_old 2021-09-21 21:13:35.738669372 +0200 +++ /var/tmp/diff_new_pack.7bXZp5/_new 2021-09-21 21:13:35.742669376 +0200 @@ -1,7 +1,7 @@ # # spec file for package lighttpd # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,18 @@ # -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates -%endif - %define pkg_home %{_localstatedir}/lib/%{name} -Name: lighttpd -Version: 1.4.58 -Release: 0 # %define pkg_name %{name} %define pkg_version %{version} %define tarball_version %{version} +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir %{_localstatedir}/adm/fillup-templates +%endif +Name: lighttpd +Version: 1.4.59 +Release: 0 # Summary: A Secure, Fast, Compliant, and Very Flexible Web Server License: BSD-3-Clause @@ -60,16 +59,14 @@ BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: postgresql-devel -%if 0%{?suse_version} > 1500 -# pg_config moved to postgresql-server-devel in postgresql11* packages boo#1153722 -BuildRequires: postgresql-server-devel -%endif BuildRequires: shadow BuildRequires: sqlite-devel >= 3 BuildRequires: zlib-devel BuildRequires: perl(CGI) +BuildRequires: pkgconfig(libbrotlicommon) BuildRequires: pkgconfig(libev) BuildRequires: pkgconfig(libmaxminddb) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(systemd) Requires: spawn-fcgi Requires(post): %fillup_prereq @@ -79,6 +76,10 @@ Provides: http_daemon Provides: httpd %{?systemd_requires} +%if 0%{?suse_version} > 1500 +# pg_config moved to postgresql-server-devel in postgresql11* packages boo#1153722 +BuildRequires: postgresql-server-devel +%endif %if 0%{?suse_version} >= 1330 BuildRequires: php7-fastcgi %else @@ -265,12 +266,13 @@ A module to provide SASL authentication in lighttpd. %package mod_authn_pam -Summary: PAM authentication in lighttpd -Group: Productivity/Networking/Web/Servers +Summary: pam authentication in lighttpd +# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" +Group: productivity/networking/web/servers Requires: %{name} = %{version} %description mod_authn_pam -A module to provide PAM authentication in lighttpd. +a module to provide pam authentication in lighttpd. %prep %setup -q -n %{pkg_name}-%{pkg_version} @@ -295,13 +297,15 @@ --with-lua \ --with-memcached \ --with-bzip2 \ + --with-zstd \ + --with-brotli \ --with-webdav-props \ --with-webdav-locks \ --with-fam \ --with-maxminddb \ --with-sasl \ --with-attr -make %{?_smp_mflags} +%make_build %check %if 0%{?suse_version} > 1200 @@ -426,6 +430,7 @@ %{_libdir}/%{name}/mod_vhostdb.so %{_libdir}/%{name}/mod_wstunnel.so %{_libdir}/%{name}/mod_authn_dbi.so +%{_libdir}/%{name}/mod_ajp13.so %{_mandir}/man8/*.8%{?ext_man} %doc AUTHORS NEWS README #doc doc/*.dot ++++++ lighttpd-1.4.58.tar.xz -> lighttpd-1.4.59.tar.xz ++++++ ++++ 9005 lines of diff (skipped)