SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for apache2-mod_geoip-1.2.10-3.12.x86_64.rpm :
Tue Sep 15 14:00:00 2015 jweberhoferAATTweberhofer.at
- Version 1.2.10

* Update docs to note that GeoIP configuration directives cannot be placed in
.htaccess files.

* Fix small memleak (Boris Zentner)

* A segfault when using multi-threaded workers was fixed. (Fix from thinker0.
gh#maxmind/geoip-api-mod_geoip2#16.)

* Several instances of manual memory management were switched to use the use
Apache\'s memory pool. (Fix from thinker0.
GitHub gh#maxmind/geoip-api-mod_geoip2#16.)
- Version 1.2.9

* Added a new directive, GeoIPScanProxyHeaderField, to specify a custom
header which contains the client\'s IP address (Sascha Kuehndel)

* Added the ability to forward the result fields to a backend server/proxy
via request header (Sascha Kuehndel)
- rebased patch
- reformatted spec

Fri Sep 4 14:00:00 2015 pgajdosAATTsuse.com
- test module with %apache_module_test_load

Thu Jul 16 14:00:00 2015 pgajdosAATTsuse.com
- Requries: %{apache_suse_maintenance_mmn}
This will pull this module to the update (in released distribution)
when apache maintainer thinks it is good (due api/abi changes).

Fri Oct 31 13:00:00 2014 pgajdosAATTsuse.com
- call spec-cleaner
- use apache rpm macros

Tue Feb 11 13:00:00 2014 poemlAATTcmdline.net
- use a bzip2\'ed tarball, to make debian building work again

Wed Jul 31 14:00:00 2013 crrodriguezAATTopensuse.org
- 0001-use-AP_DECLARE_MODULE-if-possible-in-apache-2.4.patch
use AP_DECLARE_MODULE in apache 2.4 so per-module logging control
works.

Wed Jul 31 14:00:00 2013 crrodriguezAATTopensuse.org
- Update to 1.2.8git in order to get upstream fixes
for apache 2.4

Mon Aug 6 14:00:00 2012 crrodriguezAATTopensuse.org
- Fix previous change.

Mon Aug 6 14:00:00 2012 crrodriguezAATTopensuse.org
- Fix build with apache 2.4

Fri Mar 23 13:00:00 2012 poemlAATTcmdline.net
- update to 1.2.7 (Aug 23th 2011)
- Add support for GEOIP_NETSPEED_REV1
- Experimental support for GEOIP_COUNTRY_EDITION_V6
- Add GEOIP_DOMAIN_EDITION support
changes from 1.2.6 (Sep 11th 2008):
- GEOIP_METRO_CODE replace the depreciated GEOIP_DMA_CODE

Mon Jun 6 14:00:00 2011 mrueckertAATTsuse.de
- added mod_geoip-1.2.5_add_country_v6_db.patch
add support vor the free ipv6 country db

Fri Oct 2 14:00:00 2009 poemlAATTsuse.de
- debianize the package, because only a very old mod_geoip is
available on Debian (1.1.8), which doesn\'t return continent
lookup data yet

Fri Jul 3 14:00:00 2009 poemlAATTsuse.de
- fix typo in last change (IfModules -> IfModule)

Fri Jul 3 14:00:00 2009 poemlAATTsuse.de
- enhance the example conf to load GeoIP database with the
MMapCache option when using a threaded MPM, and set
GeoIPEnableUTF8 On

Mon Jun 22 14:00:00 2009 poemlAATTsuse.de
- adjust path to GeoIP database in the packaged config file - the
location was moved from /usr/share/GeoIP to /var/lib/GeoIP

Thu Apr 23 14:00:00 2009 poemlAATTsuse.de
- mark the config file \"noreplace\" in the RPM file list

Fri Mar 6 13:00:00 2009 poemlAATTsuse.de
- enable build on Fedora/CentOS

Sun Nov 23 13:00:00 2008 poemlAATTsuse.de
- update to 1.2.5. Lots of changes, compared to 1.1.8:
1.2.5 Aug 13th 2008
! Fix GEOIP_REGION and GEOIP_COUNTRY_CODE when used with the GeoIPRegion database. Both are only set if a region or country was found. Previously a empty string was assigned to both ( Boris Zentner )
- Add GEOIP_REGION_NAME for City and Region databases ( Boris Zentner )
1.2.4 Jun 10th 2008
! mod_geoip2 has sets GEOIP_COUNTRY_CODE to -- for unknown countries when used with the country database. But for any other database ( City for example ) GEOIP_COUNTRY_CODE is unset for unknown countries. This is fixed now. Same for GEOIP_CONTINENT_CODE and GEOIP_COUNTRY_NAME. ( Boris Zentner )
- Add GEOIP_ADDR. That\'s the address used to compute the geoip information. Exported as env, notes or both as usual ( Jason Caldwell )
- Try to run always before mod_setenvif and mod_rewrite. ( Boris Zentner )
1.2.3 Apr 26th 2008
- Skip files that we can not open for some reason ( permission/typo ). Check and skip empty slots in geoip_header_parser ( Boris Zentner )
- Slight performance increase - don\'t make per_dir ap_get_module_config call where we return DECLINED because cfg->GeoIPEnabled is true (Guenter Knauf)
- NetWare/Win32 compilation fixes, since can\'t declare vars in middle of code (Guenter Knauf)
1.2.2 Mar 18th 2008
- Fix race condition for IO based caches like Standard. MMapCache and MemoryCache are not affected. ( Boris Zentner )
1.2.1 Dec 17th 2007
! Notice, that all directives are _only_ valid in server context. Expect GeoIPEnabled. Check you configuraion with apachectl configtest ( Boris Zentner )
- Added MMapCache option (Boris Zentner)
- Change GeoIPEnabled from a serverwide option to a server/directory/location keyword. (Boris Zentner)
- Fix a small memleak per child. Allocated in geoip_child_init free in geoip_cleanup (Boris Zentner)
- GeoIP databases get used serverwide now. Not per child. See the README. (Boris Zentner)
- Update README with more examples (Boris Zentner)
- Added support for UTF8 output for GeoIP City databases (Boris Zentner)
1.2.0 Aug 30th 2007
- Fix segfault issue if GeoIP.dat file cannot be opened (Vladimir Sedlacek)
- Added support for GEOIP_CONTINENT_CODE for GeoIP Country and City (Frank Mather)
- Added GeoIPScanProxyHeaders directive to handle X-Forwarded-For headers (Frank Mather)
- Updated documentation to specify that GeoIPFlags need to be passed
as second parameter to GeoIPDBFile, instead of using the GeoIPFlags directive

Sun Feb 11 13:00:00 2007 poemlAATTsuse.de
- GeoIP has split off a -devel package, add it to BuildRequires

Mon Dec 11 13:00:00 2006 poemlAATTsuse.de
- add -lGeoIP

Sun Dec 10 13:00:00 2006 poemlAATTsuse.de
- initial package (1.1.8)


 
ICM