Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at 2020-03-07 21:42:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lighttpd (Old) and /work/SRC/openSUSE:Factory/.lighttpd.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lighttpd" Sat Mar 7 21:42:05 2020 rev:41 rq:782538 version:1.4.55 Changes: -------- --- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes 2020-02-03 11:16:31.673942266 +0100 +++ /work/SRC/openSUSE:Factory/.lighttpd.new.26092/lighttpd.changes 2020-03-07 21:42:19.456437675 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 12:49:37 UTC 2020 - Vítězslav Čížek <[email protected]> + +- Remove deprecated GeoIP support (bsc#1156198) + * drop mod_geoip subpackage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.0Gt1FW/_old 2020-03-07 21:42:21.108438789 +0100 +++ /var/tmp/diff_new_pack.0Gt1FW/_new 2020-03-07 21:42:21.108438789 +0100 @@ -43,7 +43,6 @@ Source6: lighttpd-ssl.SuSEfirewall Source7: lighttpd.logrotate BuildRequires: FastCGI-devel -BuildRequires: GeoIP-devel BuildRequires: cyrus-sasl-devel BuildRequires: e2fsprogs-devel BuildRequires: gamin-devel @@ -206,17 +205,6 @@ This module feeds an rrdtool database with the traffic stats from lighttpd. -%package mod_geoip -Summary: GeoIP legacy database support for Lighttp -Group: Productivity/Networking/Web/Servers -Requires: %{name} = %{version} - -%description mod_geoip -This module supports fast ip/location lookups using the legacy -MaxMind GeoIP / GeoCity databases. The databases were -discontinued 2 January 2019 and this module is deprecated. -See %{name}-mod_maxminddb which supports MaxMind GeoIP2. - %package mod_maxminddb Summary: MaxMind GeoIP2 database support for Lighttp Group: Productivity/Networking/Web/Servers @@ -312,7 +300,6 @@ --with-webdav-props \ --with-webdav-locks \ --with-fam \ - --with-geoip \ --with-maxminddb \ --with-sasl \ --with-attr @@ -342,9 +329,9 @@ perl -p -i.orig -e 's|^(server\.tag = ).*$|$1 "%{name} (%{version}/SuSE)"|' doc/config/lighttpd.conf diff -ur doc/config/lighttpd.conf{.orig,} ||: rm -vf doc/config/lighttpd.conf.orig ||: +rm -vf doc/config/conf.d/geoip.conf ||: cp -rv doc/config/* %{buildroot}%{_sysconfdir}/%{name}/ -# as much as i would like to use -delete here. sles9 doesnt understand it. -find %{buildroot}%{_sysconfdir}/%{name}/ -name Makefile\* -print0 | xargs -r0 rm -fv +find %{buildroot}%{_sysconfdir}/%{name}/ -name Makefile\* -delete # # sysconfig template # @@ -525,10 +512,6 @@ %doc doc/scripts/rrdtool-graph.sh %{_libdir}/%{name}/mod_rrdtool.so -%files mod_geoip -%config(noreplace) %attr(640,root,%{name}) %{_sysconfdir}/%{name}/conf.d/geoip.conf -%{_libdir}/%{name}/mod_geoip.so - %files mod_maxminddb %{_libdir}/%{name}/mod_maxminddb.so
