--- rpms/smeserver-geoip/contribs9/smeserver-geoip.spec 2018/06/23 11:28:41 1.9 +++ rpms/smeserver-geoip/contribs9/smeserver-geoip.spec 2018/10/29 11:23:10 1.10 @@ -1,6 +1,6 @@ %define name smeserver-geoip %define version 1.2 -%define release 2 +%define release 3 Summary: SME Server geoip plugin Name: %{name} @@ -16,6 +16,7 @@ Requires: perl-GeoIP2 Requires: GeoIP >= 1.6.5 BuildRequires: e-smith-devtools >= 1.13.1-03 Patch0: smeserver-geoip-conf-typo.patch +Patch1: smeserver-geoip-fix-city-createlinks.patch %description The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers. @@ -24,6 +25,10 @@ CHANGE THE CONFIG DB: config setprop qps SIGNAL EVENT: signal-event email-update %changelog +* Mon Oct 29 2018 John Crisp 1.2-3.sme +- Fix Use of uninitialized value $city in string eq +- Fix createlinks geoip-update action + * Sat Jun 23 2018 John Crisp 1.2-2.sme - Fix typo in createlinks @@ -73,6 +78,7 @@ SIGNAL EVENT: signal-event email-update %prep %setup %patch0 -p1 +%patch1 -p1 %build %{__mkdir_p} root/var/lib/GeoIP