From 77c2b8b6ec79f173cd2fdf0ead30f131841c788c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 10 Mar 2022 23:53:52 +0100 Subject: [PATCH] remove Fix a potential race condition (Closes: #935778) for now --- debian/changelog | 1 - debian/patches/series | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc4f0020..35a555e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,6 @@ fail2ban (0.11.2-6) unstable; urgency=medium * Cherry-pick upstream fix to fix a startup issue with Python 3.10 (LP: #1958505) - * Fix a potential race condition (Closes: #935778) * Cherry-pick upstream fix for courier-auth (Closes: #1004466) * ignore false positive fail2ban: read-in-maintainer-script [postinst:41 diff --git a/debian/patches/series b/debian/patches/series index 19f4ba18..86a1f3b7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,6 +11,6 @@ systemd-run.diff scanlogd.patch 997601-use_2to3.diff python3.10.diff -fix-race.diff +#fix-race.diff courier-auth.diff fix-typo.diff