Skip to content

Commit 3267118

Browse files
author
Benjamin Délèze
authored
Bump windows version of sumo (#6010)
* bump windows version of sumo * Update changelog-r2023.md * Update changelog-r2023.md
1 parent ac3d67f commit 3267118

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/reference/changelog-r2023.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Released on ??
1010
- Disable `Select..` button in SFString editor if the field has restricted values ([5663](https://github.com/cyberbotics/webots/pull/5663)).
1111
- Improved plot representation in default robot window when a NaN value is received from a device ([#5680](https://github.com/cyberbotics/webots/pull/5680)).
1212
- Improved default selected tab in Field Editor when nodes are selected ([#5726](https://github.com/cyberbotics/webots/pull/5726)).
13+
- Change the Windows version of SUMO to 1.13 to match the one used on Linux and MacOS and avoid a potiental Log4J vulnerability ([#6010](https://github.com/cyberbotics/webots/pull/6010)).
1314
- Bug Fixes
1415
- Fixed the behavior of the [Connector](connector.md) after a reset to return to the controller the correct status ([#5889](https://github.com/cyberbotics/webots/pull/5889))
1516
- Fixed redirection of stdout/stderr for Python controllers on Windows ([#5807](https://github.com/cyberbotics/webots/pull/5807)).

projects/default/resources/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ ifeq ($(OSTYPE),darwin)
4747
endif
4848

4949
ifeq ($(OSTYPE),windows)
50-
SUMO_VERSION=1.10.0
50+
SUMO_VERSION=1.13
5151
OS_TAG=windows
5252
SUMO_PACKAGE=sumo-$(SUMO_VERSION)-windows.zip
53-
SUMO_MD5SUM="2fd97eeb01fb11d4e95c3e95fd2bb4a3"
53+
SUMO_MD5SUM="efb8b271f7b9e49310f62e68ee30efa3"
5454
PREVIOUS_SUMO_PACKAGE=$(filter-out $(SUMO_PACKAGE),$(wildcard sumo-*-windows.zip))
5555
EXTRACT=unzip -q
5656
# remove .zip

0 commit comments

Comments
 (0)