CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/03/09 09:56:29
Modified files:
sysutils/binwalk: Makefile
Added files:
sysutils/binwalk/patches: patch-src_binwalk_core_module_py
patch-src_binwalk_core_plugin_py
Log message:
fix binwalk: use importlib.util.instead of imp, which was removed in
Python 3.12 after having been deprecated for many releases.
ok daniel@
