From patchwork Fri Jan 10 14:36:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Johann JNML. Mantel" X-Patchwork-Id: 55334 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51071E77188 for ; Fri, 10 Jan 2025 14:36:40 +0000 (UTC) Subject: [meta-security][scarthgap][PATCH] python3-fail2ban: upgrade 1.0.2 -> 1.1.0 To: yocto-patches@lists.yoctoproject.org From: "Johann JNML. Mantel" X-Originating-Location: =?utf-8?q?Freiburg_im_Breisgau=2C_Baden-W=C3=BCrttem?= =?utf-8?q?berg=2C_DE?= (213.164.94.174) X-Originating-Platform: Windows Firefox 133 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Fri, 10 Jan 2025 06:36:37 -0800 Message-ID: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 10 Jan 2025 14:36:40 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/976 Changelog: https://github.com/fail2ban/fail2ban/blob/1.1.0/ChangeLog --- ...3-fail2ban_1.0.2.bb => python3-fail2ban_1.1.0.bb} | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) rename dynamic-layers/meta-python/recipes-security/fail2ban/{python3-fail2ban_1.0.2.bb => python3-fail2ban_1.1.0.bb} (91%) -- 2.47.1 diff --git a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.1.0.bb similarity index 91% rename from dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb rename to dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.1.0.bb index bf5f87d..b52db23 100644 --- a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.0.2.bb +++ b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_1.1.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" DEPENDS = "python3-native" -SRCREV = "e1d3006b0330e9777705a7baafe3989d442ed120" +SRCREV = "61799e15e1dd4389dea0cc7595da0a287835a177" SRC_URI = "git://github.com/fail2ban/fail2ban.git;branch=master;protocol=https \ file://initd \ file://run-ptest \ @@ -26,16 +26,6 @@ SYSTEMD_SERVICE:${PN} = "fail2ban.service" S = "${WORKDIR}/git" -do_compile () { -    cd ${S} - -    #remove symlink to python3 -    # otherwise 2to3 is run against it -    rm -f bin/fail2ban-python - -    ./fail2ban-2to3 -} - do_install:append () { rm  -f ${D}/${bindir}/fail2ban-python install -d ${D}/${sysconfdir}/fail2ban