--- rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch 2019/03/14 04:06:17 1.1 +++ rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch 2019/03/14 04:40:53 1.2 @@ -1,7 +1,7 @@ diff -Nur smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb --- smeserver-mod_maxminddb-1.1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-13 23:50:57.967000000 -0400 +++ smeserver-mod_maxminddb-1.1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80mod_maxminddb 2019-03-14 00:04:13.010000000 -0400 -@@ -8,7 +8,19 @@ +@@ -8,7 +8,21 @@ $OUT .= "\n"; $OUT .= " MaxMindDBEnable On\n"; $OUT .= " MaxMindDBFile COUNTRY_DB $path/GeoLite2-Country.mmdb\n"; @@ -17,6 +17,8 @@ diff -Nur smeserver-mod_maxminddb-1.1.0. + $OUT .= " MaxMindDBEnv MM_CONTINENT_NAME CITY_DB/continent/names/en\n"; + $OUT .= " MaxMindDBEnv MM_REGION_CODE CITY_DB/subdivisions/0/iso_code\n"; + $OUT .= " MaxMindDBEnv MM_REGION_NAME CITY_DB/continent/names/en\n"; ++ $OUT .= " MaxMindDBEnv MM_POSTAL_CODE CITY_DB/postal/code\n"; ++ $OUT .= " MaxMindDBEnv MM_LOCATION_TIME_ZONE CITY_DB/location/time_zone\n"; + $OUT .= "\n"; }