Package: mapproxy / 1.9.0-3+deb9u1

Metadata

Package Version Patches format
mapproxy 1.9.0-3+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
offline tests.patch | (download)

mapproxy/test/system/test_util_wms_capabilities.py | 19 19 + 0 - 0 !
mapproxy/test/unit/test_cache.py | 12 11 + 1 - 0 !
mapproxy/test/unit/test_client.py | 39 39 + 0 - 0 !
mapproxy/test/unit/test_tiled_source.py | 12 12 + 0 - 0 !
4 files changed, 81 insertions(+), 1 deletion(-)

 disable tests that require network.
0001 use dummy access_contraints to clarify license.patch | (download)

doc/yaml/cache_conf.yaml | 37 17 + 20 - 0 !
doc/yaml/grid_conf.yaml | 7 2 + 5 - 0 !
doc/yaml/merged_conf.yaml | 7 2 + 5 - 0 !
doc/yaml/meta_conf.yaml | 7 2 + 5 - 0 !
doc/yaml/simple_conf.yaml | 7 2 + 5 - 0 !
mapproxy/config_template/base_config/full_example.yaml | 8 2 + 6 - 0 !
mapproxy/config_template/paster/etc/mapproxy.yaml | 12 5 + 7 - 0 !
mapproxy/test/system/fixture/coverage.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/formats.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/inspire.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/inspire_full.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/layer.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/legendgraphic.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/mixed_mode.yaml | 6 2 + 4 - 0 !
mapproxy/test/system/fixture/scalehints.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/seedonly.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/util-conf-wms-111-cap.xml | 2 1 + 1 - 0 !
mapproxy/test/system/fixture/util_wms_capabilities111.xml | 2 1 + 1 - 0 !
mapproxy/test/system/fixture/util_wms_capabilities130.xml | 2 1 + 1 - 0 !
mapproxy/test/system/fixture/wms_versions.yaml | 4 1 + 3 - 0 !
mapproxy/test/system/fixture/wmts.yaml | 4 1 + 3 - 0 !
mapproxy/util/ext/wmsparse/test/test_parse.py | 2 1 + 1 - 0 !
mapproxy/util/ext/wmsparse/test/wms-omniscale-111.xml | 2 1 + 1 - 0 !
23 files changed, 49 insertions(+), 92 deletions(-)

 use dummy access_contraints to clarify license

The access_contraints option allows to document the license of the data
that MapProxy serves. MapProxy itself does not provide any data and it's
up to the user to add free or closed data sources.

Some example and test configurations mentioned the Creative Commons
license to show how a typical access_contraints configuration can look like.

This commit removes all references to Creative Commons to make it clear that
MapProxy and all the example and test files are _not_ licensed as
Creative Commons.

disable tag_date.patch | (download)

setup.cfg | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable tag_date for reproducible builds.
 https://wiki.debian.org/ReproducibleBuilds/TimestampsInPythonVersionNumbers
configuration typo.patch | (download)

doc/seed.rst | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix 'configration' typo, replace with 'configuration'.
0001 demo escape args to avoid XSS.patch | (download)

mapproxy/service/demo.py | 18 11 + 7 - 0 !
1 file changed, 11 insertions(+), 7 deletions(-)

 demo: escape args to avoid xss
 Fixes CVE-2017-1000426,