0
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
fbrosson 1adfc3b068
dev-libs/GeoIP: bump to 1.6.12, add debuginfo, shrink TEST(). (#2193)
Upstream ships a tiny GeoIP.dat since 1.6.10 so we can drop the
optional steps in TEST().

There seems to be a bug in curl (7.58.0 or earlier) which did not
exist in curl 7.50.3 when the patch for geoipupdate.sh was added.
This happens when the script tries to update an up-to-date GeoIP
database file. It looks like curl's "--time-cond" option forgets to
instruct "--remote-time" to skip its job if a "304 Not Modified" is
received. If the output file exists then this does not get noticed.
But if this file does not exist then curl complains with an unwanted
"Failed to set filetime ... on outfile" warning.
Trying to fix this issue in our script would require to redirect
curl's stderr to /dev/null (or creating a temporary (empty) file to
make curl happy) but doing so would not be a good idea.
We can live with this warning until curl gets fixed.
2018-02-06 11:12:00 +00:00
Jerome Duval eb6811c83b geoip: bump version. 2017-09-18 18:20:40 +02:00
Jerome Duval 70df38ccaa geoip: bump version. 2017-05-11 22:35:50 +02:00
fbrosson 618b7afec1 geoip: drop libtool file, permalinkify SOURCE_URI_2, add TEST(). (#832) 2016-10-21 22:38:08 -04:00
fbrosson 88acd1b741 geoip: Add usage and trap for geoipupdate.sh. 2016-04-12 08:35:46 +00:00
fbrosson 386108d8b0 geoipupdate: create recipe and fix that of geoip.
Created recipe for version 2.2.2 with nice polishing for the man
pages, the runtime and the default configuration:
* Template config in system/data/geoipupdate/GeoIP.conf.default.
* Active config in system/settings/GeoIP.conf.
* Download location for all GeoIP Legacy and GeoIP2 databases:
  B_SYSTEM_CACHE_DIRECTORY/GeoIP/ (i.e. /boot/system/cache/GeoIP/).
* Patch for the default config to allow geoipupdate to download the
  GeoLite2-City and GeoLite2-Country databases out-of-the-box.

Updated the recipe for geoip-1.6.9 to make it use the same directory
used by geoipupdate instead of /var/lib/geoip/ previously used when
that recipe was created. Also fixed missing mkdir in geoipupdate.sh
and added lost patch with miscellaneous enhancements for it and some
cleaning in the recipe.
2016-04-05 21:17:32 +00:00
fbrosson 1aef840be5 geoip: create recipe.
Includes geoiupdate.sh script based on the one from the Gentoo port.
2016-04-05 04:44:52 +00:00