FACT_core
FACT_core copied to clipboard
add support for ubuntu 24.04 noble numbat
- added support for Ubuntu noble
- updated frontend dependencies
- retired installer Ubuntu bionic support
- added missing Linux Mint codenames
- updated postgres installation according to latest docs
- updated binwalk since the older version was incompatible with Python 3.12 and that is the default Python version in noble
resolves #1217 also resolves #1209 now
I also had to add npm to src/install/apt-pkgs-frontend.txt
I also had to add
npmtosrc/install/apt-pkgs-frontend.txt
That is weird: Normally, npm should be installed in install.py (or more precisely in install/frontend.py). I updated the node version and used nodeenv for the installation in https://github.com/fkie-cad/FACT_core/pull/1219. Hopefully that fixes it.
I would like to have a CI worker for noble to test this before merging, but it seems this has to wait until the official noble64 vagrant image is released (it is currently not available: https://app.vagrantup.com/ubuntu/)