From noreply at github.com Wed Oct 1 00:24:41 2025 From: noreply at github.com (Even Rouault) Date: Wed, 01 Oct 2025 00:24:41 -0700 Subject: [mapserver-commits] [MapServer/MapServer] be67d5: Fix use-after-free error in msDrawRasterLayerLowOp... Message-ID: Branch: refs/heads/branch-8-4 Home: https://github.com/MapServer/MapServer Commit: be67d5d12a425cd9561f695c843b54df11404a05 https://github.com/MapServer/MapServer/commit/be67d5d12a425cd9561f695c843b54df11404a05 Author: M?ris Narti?s Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M msautotest/wxs/wms_raster.map M src/mapraster.c Log Message: ----------- Fix use-after-free error in msDrawRasterLayerLowOpenDataset (#7333) * Fix use-after-free error in msDrawRasterLayerLowOpenDataset * A test case for crash on printing raster debug info Commit: 5de758faac4b8f7b3469f7049ad835bd8399903b https://github.com/MapServer/MapServer/commit/5de758faac4b8f7b3469f7049ad835bd8399903b Author: Even Rouault Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M msautotest/wxs/wms_raster.map M src/mapraster.c Log Message: ----------- Merge pull request #7356 from geographika/backport-7333-to-branch-8-4 [Backport branch-8-4] Fix use-after-free error in msDrawRasterLayerLowOpenDataset (#7333) Compare: https://github.com/MapServer/MapServer/compare/fb61d7d4686c...5de758faac4b To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Wed Oct 1 01:37:08 2025 From: noreply at github.com (Even Rouault) Date: Wed, 01 Oct 2025 01:37:08 -0700 Subject: [mapserver-commits] [MapServer/MapServer] c21920: Add test case Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: c219201bdc4f6f3c315d5e0be013790293782b3c https://github.com/MapServer/MapServer/commit/c219201bdc4f6f3c315d5e0be013790293782b3c Author: sethg Date: 2025-09-10 (Wed, 10 Sep 2025) Changed paths: A msautotest/renderers/data/int32.tif A msautotest/renderers/expected/rasterlabel_int32.png A msautotest/renderers/rasterlabel_int32.map Log Message: ----------- Add test case Commit: b520879cbb7d78e34de65c06812e3394cdfd0b79 https://github.com/MapServer/MapServer/commit/b520879cbb7d78e34de65c06812e3394cdfd0b79 Author: sethg Date: 2025-09-10 (Wed, 10 Sep 2025) Changed paths: M msautotest/renderers/expected/rasterlabel_int32.png M src/mapdrawgdal.c M src/maprasterlabel.cpp M src/mapserver.h M src/maputil.c Log Message: ----------- Add MS_IMAGEMODE_FLOAT64 type for raster labels Commit: 7348c87053fabddfa088a73310b58461affa2dd8 https://github.com/MapServer/MapServer/commit/7348c87053fabddfa088a73310b58461affa2dd8 Author: sethg Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: A msautotest/renderers/data/float64.tif A msautotest/renderers/expected/rasterlabel_float64.png A msautotest/renderers/rasterlabel_datatypes.map R msautotest/renderers/rasterlabel_int32.map Log Message: ----------- Add Float64 test Commit: aab8852e3ae0d938d7b78b6b32282c1b87c68240 https://github.com/MapServer/MapServer/commit/aab8852e3ae0d938d7b78b6b32282c1b87c68240 Author: sethg Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M src/mapdrawgdal.c M src/maprasterlabel.cpp M src/mapresample.c Log Message: ----------- Support Float32 or Float64 labels Commit: b7fb8e41accda1625a170bd0eeba26baa22c8a3d https://github.com/MapServer/MapServer/commit/b7fb8e41accda1625a170bd0eeba26baa22c8a3d Author: Even Rouault Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: A msautotest/renderers/data/float64.tif A msautotest/renderers/data/int32.tif A msautotest/renderers/expected/rasterlabel_float64.png A msautotest/renderers/expected/rasterlabel_int32.png A msautotest/renderers/rasterlabel_datatypes.map M src/mapdrawgdal.c M src/maprasterlabel.cpp M src/mapresample.c M src/mapserver.h M src/maputil.c Log Message: ----------- Merge pull request #7344 from geographika/raster-labels-int32 Support Float64 and Int32 Raster Labels Compare: https://github.com/MapServer/MapServer/compare/342b04284764...b7fb8e41accd To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Wed Oct 1 01:44:20 2025 From: noreply at github.com (Seth G) Date: Wed, 01 Oct 2025 01:44:20 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 29e4ae: Merge pull request #7343 from geographika/raster-q... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 29e4ae81620a2c50201101c763df0b9d8d540b67 https://github.com/MapServer/MapServer/commit/29e4ae81620a2c50201101c763df0b9d8d540b67 Author: Seth G Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: A msautotest/wxs/data/float64.tif A msautotest/wxs/data/int32.tif A msautotest/wxs/expected/wms_getfeatureinfo_float64_raster.json A msautotest/wxs/expected/wms_getfeatureinfo_int32_raster.json A msautotest/wxs/wms_getfeatureinfo_datatypes_raster.map M src/maprasterquery.c Log Message: ----------- Merge pull request #7343 from geographika/raster-query-double Use doubles for raster querying instead of float for Int32 support To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 6 10:12:27 2025 From: noreply at github.com (Seth G) Date: Mon, 06 Oct 2025 10:12:27 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 6b5966: RFC 140 Impementation: Mapserver Homepage (#7350) Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 6b596636d28cb819381da7bc0eaa799892da2818 https://github.com/MapServer/MapServer/commit/6b596636d28cb819381da7bc0eaa799892da2818 Author: Seth G Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M .github/workflows/start.sh M CMakeLists.txt A msautotest/config/data/ne_110m_land.fgb A msautotest/config/data/toronto.tfw A msautotest/config/data/toronto.tif A msautotest/config/data/toronto.tif.aux.xml A msautotest/config/expected/index.json A msautotest/config/expected/index_kitchensink.json A msautotest/config/expected/index_kitchensink.png A msautotest/config/expected/index_map.html A msautotest/config/expected/index_map_landing.json A msautotest/config/expected/index_map_landing_no_slash.json A msautotest/config/expected/index_ogcapi.json A msautotest/config/expected/index_ogcapi.png A msautotest/config/expected/index_wcs.json A msautotest/config/expected/index_wcs.png A msautotest/config/expected/index_wfs.json A msautotest/config/expected/index_wfs.png A msautotest/config/expected/index_wms.json A msautotest/config/expected/index_wms_nocgi.json A msautotest/config/expected/index_wms_nocgi.png A msautotest/config/expected/landing.html A msautotest/config/expected/landing.json M msautotest/config/hello_world.map A msautotest/config/index.conf A msautotest/config/index.map A msautotest/config/index_kitchensink.map A msautotest/config/index_ogcapi.map A msautotest/config/index_wcs.map A msautotest/config/index_wfs.map A msautotest/config/index_wms.map A msautotest/config/index_wms_nocgi.map A share/ogcapi/templates/html-index-bootstrap/footer.html A share/ogcapi/templates/html-index-bootstrap/header.html A share/ogcapi/templates/html-index-bootstrap/landing.html A share/ogcapi/templates/html-index-bootstrap/map.html A share/ogcapi/templates/html-index-plain/footer.html A share/ogcapi/templates/html-index-plain/header.html A share/ogcapi/templates/html-index-plain/landing.html A share/ogcapi/templates/html-index-plain/map.html M src/apps/mapserv.c M src/apps/mapserv.h M src/mapogcapi.cpp M src/mapogcapi.h M src/mapserv-config.cpp M src/mapserv-config.h A src/mapserv-index.cpp A src/mapserv-index.h M src/mapservutil.c M src/maputil.c Log Message: ----------- RFC 140 Impementation: Mapserver Homepage (#7350) * Add new homepage files * Update CMakeLists * Allow reuse of getApiRootUrl function * Add index templates * Handle loading individual Mapfile landing pages * Take into account PATH_INFO when building online resource URLs * Create landing page JSON and HTML outputs * Allow relative paths to be used for Mapfiles in a CONFIG file * Add msCGIDispatchMapIndexRequest * Add landing page test cases and maps * Switch to switch statement for dispatch log * Use msBuildOnlineResource for creating URLs * Add msautotests for MapServer landing pages * Install html-index template files * Construct getOnlineResource for each service type URL * Updates following code review To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 6 15:11:41 2025 From: noreply at github.com (Tom Kralidis) Date: Mon, 06 Oct 2025 15:11:41 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 07acb6: OGC API/OpenAPI: add vendorSpecificParameters for ... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 07acb6b85858707ef269bcbab4aa93867b5f0ae9 https://github.com/MapServer/MapServer/commit/07acb6b85858707ef269bcbab4aa93867b5f0ae9 Author: Tom Kralidis Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M msautotest/api/expected/ogcapi_api.json M src/mapogcapi.cpp Log Message: ----------- OGC API/OpenAPI: add vendorSpecificParameters for items paths (#7295) * OGC API/OpenAPI: add vendorSpecificParameters for items paths To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 13 10:06:15 2025 From: noreply at github.com (dependabot[bot]) Date: Mon, 13 Oct 2025 10:06:15 -0700 Subject: [mapserver-commits] [MapServer/MapServer] b2009e: build(deps): bump github/codeql-action from 3 to 4 Message-ID: Branch: refs/heads/dependabot/github_actions/github/codeql-action-4 Home: https://github.com/MapServer/MapServer Commit: b2009e5a6b8aee33495e7d9da600e8dc80afd406 https://github.com/MapServer/MapServer/commit/b2009e5a6b8aee33495e7d9da600e8dc80afd406 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M .github/workflows/codeql.yml Log Message: ----------- build(deps): bump github/codeql-action from 3 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 13 14:14:36 2025 From: noreply at github.com (dependabot[bot]) Date: Mon, 13 Oct 2025 14:14:36 -0700 Subject: [mapserver-commits] [MapServer/MapServer] fee747: build(deps): bump github/codeql-action from 3 to 4... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: fee747f1fff798e52ffa602b16dcf05d35de2cd6 https://github.com/MapServer/MapServer/commit/fee747f1fff798e52ffa602b16dcf05d35de2cd6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M .github/workflows/codeql.yml Log Message: ----------- build(deps): bump github/codeql-action from 3 to 4 (#7361) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 13 14:14:37 2025 From: noreply at github.com (Seth G) Date: Mon, 13 Oct 2025 14:14:37 -0700 Subject: [mapserver-commits] [MapServer/MapServer] Message-ID: Branch: refs/heads/dependabot/github_actions/github/codeql-action-4 Home: https://github.com/MapServer/MapServer To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 16 23:52:55 2025 From: noreply at github.com (Seth G) Date: Thu, 16 Oct 2025 23:52:55 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 265c9d: Add ows_extra_params for OGC Features API (#7360) Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 265c9d95845400e81bf186297fd020060bd5cc6d https://github.com/MapServer/MapServer/commit/265c9d95845400e81bf186297fd020060bd5cc6d Author: Seth G Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M msautotest/api/6631.map M msautotest/api/7305_multipolygon.map M msautotest/api/expected/ogcapi_collections_mn_counties.html R msautotest/api/expected/ogcapi_collections_mn_counties_items_unknown_parameter.json.txt A msautotest/api/expected/ogcapi_extraparams_collection_items.html A msautotest/api/expected/ogcapi_extraparams_collection_items.json A msautotest/api/expected/ogcapi_extraparams_collection_items_limit.json A msautotest/api/expected/ogcapi_extraparams_collections.html A msautotest/api/expected/ogcapi_extraparams_collections.json A msautotest/api/expected/ogcapi_extraparams_collections_mn_major_rivers.html A msautotest/api/expected/ogcapi_extraparams_collections_mn_major_rivers.json A msautotest/api/expected/ogcapi_extraparams_collections_mn_population_centers.html A msautotest/api/expected/ogcapi_extraparams_collections_mn_population_centers.json A msautotest/api/expected/ogcapi_extraparams_invalid_parameter.json A msautotest/api/expected/ogcapi_extraparams_no_parameters.json M msautotest/api/expected/ogcapi_root.html.txt M msautotest/api/ogcapi.map A msautotest/api/ogcapi_extraparams.map M share/ogcapi/templates/html-bootstrap/collection-item.html M share/ogcapi/templates/html-bootstrap/collection-items.html M share/ogcapi/templates/html-bootstrap/collection.html M share/ogcapi/templates/html-bootstrap/collections.html M share/ogcapi/templates/html-bootstrap/conformance.html M share/ogcapi/templates/html-bootstrap/debug.html M share/ogcapi/templates/html-bootstrap/header.html M share/ogcapi/templates/html-bootstrap/landing.html M share/ogcapi/templates/html-bootstrap/openapi.html M share/ogcapi/templates/html-plain/collection-items.html M share/ogcapi/templates/html-plain/collections.html M share/ogcapi/templates/html-plain/debug.html M share/ogcapi/templates/html-plain/openapi.html M src/mapogcapi.cpp Log Message: ----------- Add ows_extra_params for OGC Features API (#7360) * Add extra_params to all API generated URLs * Remove redundant oga_compliance_mode from metadata * Add extra_params to template output. Remove compliance_mode. * Add extra_params to all template URLs and links * Add test suite for extra parameters To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Sun Oct 19 04:57:19 2025 From: noreply at github.com (Seth G) Date: Sun, 19 Oct 2025 04:57:19 -0700 Subject: [mapserver-commits] [MapServer/MapServer] e71de0: Process empty path requests with mapfiles in query... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: e71de034a5d0ea07998f9e626d5c2418b7e4ae4c https://github.com/MapServer/MapServer/commit/e71de034a5d0ea07998f9e626d5c2418b7e4ae4c Author: Seth G Date: 2025-10-19 (Sun, 19 Oct 2025) Changed paths: A msautotest/config/expected/index_map_mapfile_key.png A msautotest/config/expected/index_map_mapfile_missing.txt A msautotest/config/expected/index_map_mapfile_url.png A msautotest/config/expected/index_map_mapfile_url_slash.png A msautotest/config/expected/index_map_post.png M msautotest/config/index.map M src/apps/mapserv.c Log Message: ----------- Process empty path requests with mapfiles in querystrings (#7366) To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 27 10:29:27 2025 From: noreply at github.com (dependabot[bot]) Date: Mon, 27 Oct 2025 10:29:27 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 622faa: build(deps): bump actions/upload-artifact from 4 to 5 Message-ID: Branch: refs/heads/dependabot/github_actions/actions/upload-artifact-5 Home: https://github.com/MapServer/MapServer Commit: 622faa041e1b2a5af0a1af6b5b1e97f8c00d6281 https://github.com/MapServer/MapServer/commit/622faa041e1b2a5af0a1af6b5b1e97f8c00d6281 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-27 (Mon, 27 Oct 2025) Changed paths: M .github/workflows/cifuzz.yml Log Message: ----------- build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 27 12:21:07 2025 From: noreply at github.com (dependabot[bot]) Date: Mon, 27 Oct 2025 12:21:07 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 0f1a40: build(deps): bump actions/upload-artifact from 4 t... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 0f1a4010a4737db8cdde5fef9eae3d52a859d739 https://github.com/MapServer/MapServer/commit/0f1a4010a4737db8cdde5fef9eae3d52a859d739 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-10-27 (Mon, 27 Oct 2025) Changed paths: M .github/workflows/cifuzz.yml Log Message: ----------- build(deps): bump actions/upload-artifact from 4 to 5 (#7369) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Mon Oct 27 12:21:08 2025 From: noreply at github.com (Jeff McKenna) Date: Mon, 27 Oct 2025 12:21:08 -0700 Subject: [mapserver-commits] [MapServer/MapServer] Message-ID: Branch: refs/heads/dependabot/github_actions/actions/upload-artifact-5 Home: https://github.com/MapServer/MapServer To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:38:19 2025 From: noreply at github.com (Patrik Sylve) Date: Thu, 30 Oct 2025 23:38:19 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 386c13: WMS Client: Do not modify layer extent #7367 (#7371) Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 386c136c46c136726e9577c8339d0b0e71a5dc89 https://github.com/MapServer/MapServer/commit/386c136c46c136726e9577c8339d0b0e71a5dc89 Author: Patrik Sylve <45800174+PatrikSylve at users.noreply.github.com> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: A msautotest/mspython/test_wms_client.py A msautotest/mspython/wms_client.map M src/maphttp.c M src/maphttp.h M src/mapwmslayer.c Log Message: ----------- WMS Client: Do not modify layer extent #7367 (#7371) * WMS Client: Do not modify layer extent * Improved error handling To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:38:33 2025 From: noreply at github.com (Patrik Sylve) Date: Thu, 30 Oct 2025 23:38:33 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 65c283: WMS Client: Do not modify layer extent Message-ID: Branch: refs/heads/backport-7371-to-branch-8-4 Home: https://github.com/MapServer/MapServer Commit: 65c2835b3b4cc515bbf873e04e137c5f04e5c0e2 https://github.com/MapServer/MapServer/commit/65c2835b3b4cc515bbf873e04e137c5f04e5c0e2 Author: Patrik Sylve Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: A msautotest/mspython/test_wms_client.py A msautotest/mspython/wms_client.map M src/maphttp.c M src/maphttp.h M src/mapwmslayer.c Log Message: ----------- WMS Client: Do not modify layer extent Commit: 6919e7f72b7021745497cb0815a0497aad318172 https://github.com/MapServer/MapServer/commit/6919e7f72b7021745497cb0815a0497aad318172 Author: Patrik Sylve Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M msautotest/mspython/test_wms_client.py M src/mapwmslayer.c Log Message: ----------- Improved error handling Compare: https://github.com/MapServer/MapServer/compare/65c2835b3b4c%5E...6919e7f72b70 To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:39:20 2025 From: noreply at github.com (Patrik Sylve) Date: Thu, 30 Oct 2025 23:39:20 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 1d379a: WMS Client: Validate style in wms_style metadata ... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 1d379a71a928ec6f1c68fe069d2d1c7b47ac6ef9 https://github.com/MapServer/MapServer/commit/1d379a71a928ec6f1c68fe069d2d1c7b47ac6ef9 Author: Patrik Sylve <45800174+PatrikSylve at users.noreply.github.com> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: A msautotest/wxs/expected/wms_client_style_remote_exception.png A msautotest/wxs/expected/wms_client_undefined_style_exception.xml M msautotest/wxs/wms_client_130.map M src/mapwms.cpp Log Message: ----------- WMS Client: Validate style in wms_style metadata (#7368) To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:39:39 2025 From: noreply at github.com (Patrik Sylve) Date: Thu, 30 Oct 2025 23:39:39 -0700 Subject: [mapserver-commits] [MapServer/MapServer] e8eed5: WMS Client: Validate style in wms_style metadata Message-ID: Branch: refs/heads/backport-7368-to-branch-8-4 Home: https://github.com/MapServer/MapServer Commit: e8eed5684ff8a337600b4d53de4dadf3beb1a965 https://github.com/MapServer/MapServer/commit/e8eed5684ff8a337600b4d53de4dadf3beb1a965 Author: Patrik Sylve Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: A msautotest/wxs/expected/wms_client_style_remote_exception.png A msautotest/wxs/expected/wms_client_undefined_style_exception.xml M msautotest/wxs/wms_client_130.map M src/mapwms.cpp Log Message: ----------- WMS Client: Validate style in wms_style metadata To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:43:09 2025 From: noreply at github.com (Landry Breuil) Date: Thu, 30 Oct 2025 23:43:09 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 47b51d: Do the fontconfig detection on all platforms, not ... Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 47b51df100e0e00fcb6e7664b6efcb572591f91e https://github.com/MapServer/MapServer/commit/47b51df100e0e00fcb6e7664b6efcb572591f91e Author: Landry Breuil Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M cmake/FindCairo.cmake Log Message: ----------- Do the fontconfig detection on all platforms, not only MacOSX (#7372) Fixes mapcairo build on OpenBSD, when fontconfig isnt installed in the same prefix as cairo. /usr/local/include/cairo/cairo-ft.h:50:10: fatal error: 'fontconfig/fontconfig.h' file not found To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:43:24 2025 From: noreply at github.com (Landry Breuil) Date: Thu, 30 Oct 2025 23:43:24 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 9a4a43: Do the fontconfig detection on all platforms, not ... Message-ID: Branch: refs/heads/backport-7372-to-branch-8-4 Home: https://github.com/MapServer/MapServer Commit: 9a4a434d2ba918b7fa61b1e9eff72c4a0223de08 https://github.com/MapServer/MapServer/commit/9a4a434d2ba918b7fa61b1e9eff72c4a0223de08 Author: Landry Breuil Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M cmake/FindCairo.cmake Log Message: ----------- Do the fontconfig detection on all platforms, not only MacOSX Fixes mapcairo build on OpenBSD, when fontconfig isnt installed in the same prefix as cairo. /usr/local/include/cairo/cairo-ft.h:50:10: fatal error: 'fontconfig/fontconfig.h' file not found To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications From noreply at github.com Thu Oct 30 23:44:33 2025 From: noreply at github.com (Seth G) Date: Thu, 30 Oct 2025 23:44:33 -0700 Subject: [mapserver-commits] [MapServer/MapServer] 244576: Remove legacy bootstrap4 files (#7363) Message-ID: Branch: refs/heads/main Home: https://github.com/MapServer/MapServer Commit: 24457687ac3bdd0dcbe7bcf364c0b7b30d638982 https://github.com/MapServer/MapServer/commit/24457687ac3bdd0dcbe7bcf364c0b7b30d638982 Author: Seth G Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: R share/ogcapi/templates/html-bootstrap4/collection-item.html R share/ogcapi/templates/html-bootstrap4/collection-items.html R share/ogcapi/templates/html-bootstrap4/collection.html R share/ogcapi/templates/html-bootstrap4/collections.html R share/ogcapi/templates/html-bootstrap4/conformance.html R share/ogcapi/templates/html-bootstrap4/debug.html R share/ogcapi/templates/html-bootstrap4/footer.html R share/ogcapi/templates/html-bootstrap4/header.html R share/ogcapi/templates/html-bootstrap4/landing.html R share/ogcapi/templates/html-bootstrap4/openapi.html Log Message: ----------- Remove legacy bootstrap4 files (#7363) To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications