Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 184
    • Issues 184
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !815

Merged
Created Apr 20, 2021 by Cédric Traizet@ctraizetDeveloper

Update expat version in Superbuild

  • Overview 0
  • Commits 6
  • Pipelines 8
  • Changes 7

Summary

Update the expat version in Superbuild to v2.3.0 and use VS 2019 in Windows CI

Rationale

Because of security issues, the current version of EXPAT should not be used anymore. The version have been updated to 2.3.0.

This version does not compile with VC14 (2015), therefore the VS studio version in Windows CI has been updated to VC14.20 (VS 2019). Note that this change is also required to use the C++17 standard (see !799)

Implementation Details

This is a backport of the work done by @thibrom in the release-7.3 branch.

Additional notes

See https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes#L6

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited Apr 20, 2021 by Cédric Traizet
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: update_superbuild_expat