mc/mc-default_setup.patch
starlet-dx 9abf4b0dca Update to 4.8.28 to fix CVE-2021-36370
(cherry picked from commit f931f52dece2532dc2ac70c21475a3ec71798ab6)
2022-07-20 11:44:26 +08:00

14 lines
468 B
Diff

--- mc-4.8.23.orig/src/setup.c 2019-06-16 18:49:31.000000000 +0100
+++ mc-4.8.23/src/setup.c 2019-07-06 13:13:22.792243501 +0100
@@ -138,8 +138,8 @@
.fast_reload_msg_shown = FALSE,
.mark_moves_down = TRUE,
.reverse_files_only = TRUE,
- .auto_save_setup = FALSE,
- .navigate_with_arrows = FALSE,
+ .auto_save_setup = TRUE,
+ .navigate_with_arrows = TRUE,
.scroll_pages = TRUE,
.scroll_center = FALSE,
.mouse_move_pages = TRUE,