Skip to content

Commit

Permalink
Overpass API to 0.7.61.8 (#52)
Browse files Browse the repository at this point in the history
Upgrade Overpass API to 0.7.61.8.
  • Loading branch information
jbronn committed Sep 14, 2023
1 parent 4605c42 commit 437d2aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SOURCES/el9/overpass-api-environment-settings.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ index bd3edf1a..d6d46643 100644
#include <sstream>
@@ -101,6 +102,8 @@ Basic_Settings::Basic_Settings()
shared_name_base("/osm3s"),
version("0.7.61.6"),
source_hash("f447aebdefd2772ac4ad23e6e1d7b30db1720f56"),
version("0.7.61.8"),
source_hash("b1080abdab2cc256ca324ff29df3e1ba3861bae3"),
+ enclave(getenv("OVERPASS_API_ENCLAVE") ? getenv("OVERPASS_API_ENCLAVE") : "www.openstreetmap.org"),
+ generator_note(getenv("OVERPASS_API_GENERATOR_NOTE") ? getenv("OVERPASS_API_GENERATOR_NOTE") : ""),
#ifdef HAVE_LZ4
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.el9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ x-rpmbuild:
version: &osrm_frontend_version 2023.8.19-1
overpass-api:
image: rpmbuild-overpass-api
version: &overpass_api_version 0.7.61.6-1
version: &overpass_api_version 0.7.61.8-1
taginfo:
defines:
abseil_git_ref: 384a25d5e19228ceb7641676aefd58c4ca7a9568
Expand Down

0 comments on commit 437d2aa

Please sign in to comment.