Changelog for
EternalTerminal-6.2.8-56.6.x86_64.rpm :
* Tue Feb 13 2024 Otto Hollmann
- Remove the hardcoded libopenssl-1_1-devel and replace it with libopenssl-devel (bsc#1219879).
* Fri Sep 01 2023 Michael Vetter - Update to 6.2.8:
* Upgrade catch2 to fix another gcc13 error.
* Fri Sep 01 2023 Michael Vetter - Update to 6.2.7
* Fixes errors in release build & CI- Drop ET-gcc13.patch
* Wed Apr 12 2023 Dominique Leuenberger - Add ET-gcc13.patch: Fix build using GCC 13.
* Mon Mar 13 2023 Michael Vetter - Move binary \'et\' to \'et-client\' There is a naming conflict with \'erdtree\' and it makes more sense to have that with the shorter name. Additionally I think EternalTerminal isn\'t used that much. And they last CVEs were handled not so well which is why we even think about dropping it in the future
* Fri Jan 20 2023 Michael Vetter - Update to 6.2.4:
* CVE-2022-48257, CVE-2022-48258 remedied
* fix readme regarding port forwarding #522
* Fix test failures that started appearing in CI #526
* Add documentation for the EternalTerminal protocol #523
* ssh-et: apply upstream updates #527
* docs: write gpg key to trusted.gpg.d for APT #530
* Support for ipv6 addresses (with or without port specified) #536
* ipv6 abbreviated address support #539
* Fix launchd plist config to remove daemonization. #540
* Explicitly set verbosity from cxxopts value. #542
* Remove daemon flag in systemd config #549
* Format all source with clang-format. #552
* Fix tunnel parsing exception handling. #550
* Fix SIGTERM behavior that causes systemd control of etserver to timeout. #554
* Parse telemetry ini config as boolean and make telemetry opt-in. #553
* Logfile open mode and permission plus location configurability. #556- bsc#1207123 (CVE-2022-48257) Fix predictable logfile names in /tmp- bsc#1207124 (CVE-2022-48258) Fix etserver and etclient have world-readable logfiles- Note: Upstream released 6.2.2 with fixes then 6.2.4 and later removed 6.2.2 and redid 6.2.4
* Mon Nov 07 2022 Max Lin - Hard buildrequires gcc10-c++ in Leap 15.5
* Thu Aug 18 2022 Michael Vetter - Require gcc-c++ instead of gcc12-c++ in most cases This will be gcc12-c++ on TW by default In Leap 15.3/15.4 hard-require gcc10-c++ since the build fails with older versions
* Fri May 06 2022 Michael Vetter - Update to 6.2.1:
* Fix build issues- Remove upstreamed patches:
* EternalTerminal-6.2.0-return.patch
* EternalTerminal-6.2.0-optional.patch
* Thu May 05 2022 Michael Vetter - Update to 6.2.0:
* Several security and stability improvements.
* CVE-2022-24949 [bsc#1202435]
* CVE-2022-24950 [bsc#1202434]
* CVE-2022-24951 [bsc#1202433]
* CVE-2022-24952 [bsc#1202432]- Add EternalTerminal-6.2.0-return.patch See https://github.com/MisterTea/EternalTerminal/pull/518- Add EternalTerminal-6.2.0-optional.patch
* Thu Jan 13 2022 Michael Vetter - Update to 6.1.11:
* Compile fixes for later versions of gcc- Remove et-limits.patch: upstreamed
* Thu Nov 04 2021 Michael Vetter - Update to 6.1.9:
* Security & Compatibility fixes
* Mon May 31 2021 Michael Vetter - Update to 6.1.8:
* ssh config fixes- Add et-limits.patch: Fix build by patching in-tree sentry. See https://github.com/MisterTea/EternalTerminal/issues/412 and https://github.com/getsentry/sentry-native/issues/501
* Wed Apr 07 2021 Michael Vetter - Update to 6.1.7:
* Fix race condition in connection test
* Reduce debug object size
* Move deployment scripts to deployment branch
* Do not install files from PlatformFolders project
* Wed Apr 07 2021 Michael Vetter - Update to 6.1.6:
* Fix crash on exit.
* Fix ARM build.
* Wed Apr 07 2021 Michael Vetter - Update to 6.1.5:
* Fixes for various OSes
* Update sentry version
* Sun Mar 14 2021 Michael Vetter - Update to 6.1.4:
* Add stack trace on unhandled exception
* Mon Mar 08 2021 Michael Vetter - Update to 6.1.3:
* Fixes for various OSes and build systems
* Allow older cmake versions on non-windows platforms
* Fix for older cmake versions
* Fri Mar 05 2021 Michael Vetter - Update to 6.1.0:
* Build using vcpkg
* Monitor crashes
* Fix some race conditions
* Add --ssh-option argument for passing arguments to ssh
* Android support