0
0
Fork 0
Commit Graph

6 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
Augustin Cavalier 165a784ece Bump revisions of all packages that depend on curl. 2020-04-11 17:32:56 -04:00
Jerome Duval 531eafb525 geoipupdate: bump version. 2017-09-18 18:29:26 +02:00
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
fbrosson 4adf4d5532 geoipupdate: bump to 2.3.1, add TEST().
* Since this release we need to call libtoolize.
* Replace the copy of the GNU GPL v2 LICENSE (that upstream now puts
  in $docDir) by a symlink to our copy in /system/data/licenses/.
* Upstream now installs GeoIP.conf.default in $docDir (instead of
  $settingsDir in the previous release) so we now have to get it
  from there when moving it to $dataDir/geoipupdate/.
* Simplify the previous patch for GeoIP.conf since upstream now
  ships a default config which has sane defaults for unregistered
  users, making GeoIP.conf usable out of the box. This simplified
  patch now only adds a table with a small list of ProductIds.
2017-01-13 22:11:25 +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