diff --git a/CMakeLists.txt b/CMakeLists.txt index 6390e7e45..dce74b06d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ cjson compat cuckoo_filter elasticsearch -geoip +# geoip # deprecated use maxminddb heka hyperloglog jose @@ -90,7 +90,7 @@ parquet postgres rjson sax -snappy +# snappy # deprecated socket ssl struct diff --git a/build/run.sh b/build/run.sh index 49eb56c78..0c3f8daa5 100755 --- a/build/run.sh +++ b/build/run.sh @@ -55,7 +55,7 @@ build_lua_sandbox_extensions() { local ext packages="git c++-compiler" cmake_args="" - # todo add support for aws geoip jose kafka parquet snappy systemd moz_pioneer moz_security + # todo add support for aws jose kafka parquet systemd moz_pioneer moz_security for ext in bloom_filter circular_buffer cjson compat cuckoo_filter \ elasticsearch heka hyperloglog lfs lpeg lsb maxminddb moz_ingest \ moz_telemetry openssl postgres rjson sax \ diff --git a/geoip/index.md b/geoip/index.md index 91f120951..b0b71cfda 100644 --- a/geoip/index.md +++ b/geoip/index.md @@ -1,3 +1,5 @@ -# Lua GeoIP Module +# Lua GeoIP Module (DEPRECATED) https://github.com/agladysh/lua-geoip + +See: https://mozilla-services.github.io/lua_sandbox_extensions/maxminddb/ diff --git a/snappy/index.md b/snappy/index.md index c8de07c1f..294799965 100644 --- a/snappy/index.md +++ b/snappy/index.md @@ -1,3 +1,3 @@ -# Lua Snappy Module +# Lua Snappy Module (DEPRECATED) https://github.com/forhappy/lua-snappy