Skip to content

Commit

Permalink
Updated geoIp lib to 1.6.9 sqlite to 3.15.2, fixed filename for new
Browse files Browse the repository at this point in the history
geoip
  • Loading branch information
vasyahuyasa committed Dec 18, 2016
1 parent b19adf5 commit 8570f96
Show file tree
Hide file tree
Showing 12 changed files with 21,349 additions and 8,253 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ SERVER_OBJS= \

#geoip
ifeq ($(USE_GEOIP),true)
override CXXFLAGS+= -DGEOIP -DGEOIPDATADIR -DPACKAGE_VERSION=\"1.5.1\"
override CXXFLAGS+= -DGEOIP -DGEOIPDATADIR -DPACKAGE_VERSION=\"1.6.9\"
override INCLUDES+= -Imod/libGeoIP/
override SERVER_OBJS+= \
mod/geoipmod2-standalone.o \
mod/libGeoIP/GeoIP-standalone.o \
mod/libGeoIP/GeoIPCity-standalone.o \
mod/libGeoIP/GeoIP_depreciated-standalone.o
mod/libGeoIP/GeoIP_deprecated-standalone.o
endif
#end of geoip

Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ SERVER_OBJS= \

#geoip
ifeq ($(USE_GEOIP),true)
override CXXFLAGS+= -DGEOIPDATADIR -DGEOIP -DPACKAGE_VERSION=\"1.5.1\"
override CXXFLAGS+= -DGEOIPDATADIR -DGEOIP -DPACKAGE_VERSION=\"1.6.9\"
override INCLUDES+= -Imod/libGeoIP/
override SERVER_OBJS+= \
mod/geoipmod2-standalone.o \
mod/libGeoIP/GeoIP-standalone.o \
mod/libGeoIP/GeoIPCity-standalone.o \
mod/libGeoIP/GeoIP_depreciated-standalone.o
mod/libGeoIP/GeoIP_deprecated-standalone.o
endif
#end of geoip

Expand Down
4,202 changes: 2,462 additions & 1,740 deletions src/mod/libGeoIP/GeoIP.c

Large diffs are not rendered by default.

Loading

0 comments on commit 8570f96

Please sign in to comment.