guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56579: [PATCH] gnu: admin: Add fail2ban 0.11.2.


From: Ludovic Courtès
Subject: bug#56579: [PATCH] gnu: admin: Add fail2ban 0.11.2.
Date: Mon, 01 Aug 2022 17:19:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

muradm <mail@muradm.net> skribis:

> * gnu/packages/admin.scm (fail2ban): New variable.
> ---
>  gnu/packages/admin.scm                        | 195 ++++++++++++++++++
>  .../fail2ban-0.11.2_CVE-2021-32749.patch      | 155 ++++++++++++++
>  ...2ban-0.11.2_fix-setuptools-drop-2to3.patch |  64 ++++++
>  .../fail2ban-0.11.2_fix-test-suite.patch      |  48 +++++
>  .../patches/fail2ban-paths-guix-conf.patch    |  32 +++
>  .../fail2ban-python310-server-action.patch    |  27 +++
>  .../fail2ban-python310-server-actions.patch   |  25 +++
>  .../fail2ban-python310-server-jails.patch     |  25 +++
>  8 files changed, 571 insertions(+)
>  create mode 100644 gnu/packages/patches/fail2ban-0.11.2_CVE-2021-32749.patch
>  create mode 100644 
> gnu/packages/patches/fail2ban-0.11.2_fix-setuptools-drop-2to3.patch
>  create mode 100644 gnu/packages/patches/fail2ban-0.11.2_fix-test-suite.patch
>  create mode 100644 gnu/packages/patches/fail2ban-paths-guix-conf.patch
>  create mode 100644 
> gnu/packages/patches/fail2ban-python310-server-action.patch
>  create mode 100644 
> gnu/packages/patches/fail2ban-python310-server-actions.patch
>  create mode 100644 gnu/packages/patches/fail2ban-python310-server-jails.patch

Applied with minimal changes: added the patches to ‘gnu/local.mk’,
changed (for-each (lambda (f) (substitute* f …)) files) to
(substitute* files …), changed ‘coreutils’ to ‘coreutils-minimal’,
changed license to ‘gpl2+’ since headers carry the “or any later
version” wording, and tweaked indentation.

Thanks!

Ludo’.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]