From b5097cd05d819b410939c93d98379d4c7a5f1fa1 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 26 Apr 2023 17:56:00 +0200 Subject: [PATCH] install: Remove references to FreeBSD ports According to https://www.freshports.org/irc/py-limnoria/ they are still shipping version 2019.09.08 on some architectures, and it's vulnerable to CVE-2019-19010. --- use/install.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/use/install.rst b/use/install.rst index 70de6e1..ae1c195 100644 --- a/use/install.rst +++ b/use/install.rst @@ -24,8 +24,6 @@ Install using your OS' package manager * Fedora: ``sudo dnf install limnoria`` * CentOS and Red Hat Enterprise Linux: you have to first add the right EPEL repository for your CentOS/RHEL version before being able to install the package on CentOS / RHEL. Once you have, you can run the following command to install Limnoria: ``sudo yum install limnoria`` -* FreeBSD port: ``cd /usr/ports/irc/py-limnoria && sudo PYTHON_VERSION=3.8 make install clean`` -* FreeBSD pkg: ``sudo pkg install py38-limnoria`` * Arch Linux: You can install Limnoria from the AUR, using either `limnoria `__ (stable releases) or `limnoria-git `__ (git snapshots). * Gentoo: ``sudo emerge net-irc/limnoria`` * Guix and GuixSD: ``guix package --install limnoria``