Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ufw: bump version to 0.36 and add services #351

Closed
wants to merge 1 commit into from

Commits on May 3, 2021

  1. ufw: bump version to 0.36 and add services

    This commit brings the version of ufw up to 0.36 since version 0.33
    had some problems:
    * The setup.py calls sed to replace some variables in the source
    code with the correct paths. However, this is done using a hardcoded
    path and conflicts with distutils
    * The python shebang was not properly corrected in setup.py, leading
    to a script that only run if there is a python symlink to python2 or
    python3
    
    The first issue is addressed by the bump in version, while the second
    one is fixed in patch 0003 of the recipe.
    
    Also, the new version provides examples for systemd service and
    sysvinit scripts to autostart ufw. These are added into the recipe
    now.
    
    Signed-off-by: Silcet <[email protected]>
    Silcet committed May 3, 2021
    Configuration menu
    Copy the full SHA
    24fa6ad View commit details
    Browse the repository at this point in the history