diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc
index 72b03ed49..12a8696d4 100644
--- a/config/rootfiles/packages/mc
+++ b/config/rootfiles/packages/mc
@@ -6,6 +6,7 @@ etc/mc/mc.emacs.keymap
 etc/mc/mc.ext.ini
 etc/mc/mc.keymap
 etc/mc/mc.menu
+etc/mc/mc.vim.keymap
 etc/mc/mcedit.menu
 etc/mc/sfs.ini
 usr/bin/mc
@@ -46,6 +47,7 @@ usr/libexec/mc/extfs.d/patchsetfs
 usr/libexec/mc/extfs.d/rpm
 usr/libexec/mc/extfs.d/rpms+
 usr/libexec/mc/extfs.d/s3+
+usr/libexec/mc/extfs.d/torrent
 usr/libexec/mc/extfs.d/trpm
 usr/libexec/mc/extfs.d/u7z
 usr/libexec/mc/extfs.d/uace
diff --git a/lfs/mc b/lfs/mc
index b23e9c759..42aa249ac 100644
--- a/lfs/mc
+++ b/lfs/mc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Midnight Commander
 
-VER        = 4.8.32
+VER        = 4.8.33
 
 THISAPP    = mc-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mc
-PAK_VER    = 27
+PAK_VER    = 28
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = eb2ac2474c86dbcfe43b4f229cdc458bdfc9de2acf1d0206198721b56ec188010aba24063c1fc079ada295c73ab915786749be1ead599a582832ca649b9a8347
+$(DL_FILE)_BLAKE2 = abfe493006930e7de7f7242308309382cf28c6b7f41967cf151e6507b081149322217f5a10a8e2c98c2bc39b8053a4e51443c956ec93e7850a00f8d19e7c1266
 
 
 install : $(TARGET)
