Created attachment 261555 [details] ports update for games/flightgear-data Hello, would it be possible to update games/flightgear-data to version 2024.1.1? I’ve attached a corresponding diff. The patch for CVE-2025-0781 has been commented out in the Makefile, as I’m unsure whether it’s still applicable to the new version. Additionally, I’ve prepared diffs for devel/simgear and games/flightgear to match the updated simgear version.
Created attachment 261685 [details] modified ports update for games/flightgear-data I just read on https://www.flightgear.org/blog/release-2024-1-1/ that CVE-2025-0781 has been fixed in the current release. I have now updated the patches accordingly. Apologies for any inconvenience this may have caused.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cc6248ca1ef107c06a9e9b392ed13c7ef277ca4 commit 9cc6248ca1ef107c06a9e9b392ed13c7ef277ca4 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2025-07-01 10:03:59 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2025-07-01 10:09:23 +0000 games/flightgear: Update to 2024.1.1 Also: - Switch upstream to Gitlab for code + download.flightgear.org for data - Switch to c++17 PR: 287776 287777 287778 Reported by: Stefan Rumetshofer <sterum77@gmail.com> devel/simgear/Makefile | 17 +++---- devel/simgear/distinfo | 10 ++-- .../files/patch-simgear-misc-sg_path.cxx (gone) | 12 ----- .../files/patch-simgear-package-md5.h (gone) | 11 ----- .../patch-simgear-structure-SGAtomic.cxx (new) | 53 ++++++++++++++++++++++ .../patch-simgear-structure-SGAtomic.hxx (new) | 17 +++++++ ...atch-simgear_scene_viewer_Compositor.hxx (gone) | 10 ---- devel/simgear/pkg-plist | 47 ++++++++++++++++--- games/flightgear-data/Makefile | 10 ++-- games/flightgear-data/distinfo | 6 +-- games/flightgear/Makefile | 16 +++---- games/flightgear/distinfo | 8 ++-- ...c-FDM-JSBSim-input_output-FGfdmSocket.cpp (new) | 11 +++++ ...src-FDM-JSBSim-input_output-FGfdmSocket.h (new) | 11 +++++ games/flightgear/pkg-plist | 4 +- 15 files changed, 161 insertions(+), 82 deletions(-)
Hello, I've just updated the ports, thanks again for your contribution!