|
@@ -5,8 +5,8 @@
|
|
|
|
|
|
Summary: Ban IPs that make too many password failures
|
|
|
Name: fail2ban
|
|
|
-Version: 0.11.1
|
|
|
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
+Version: 0.11.2
|
|
|
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -16,20 +16,11 @@ URL: https://github.com/fail2ban/fail2ban
|
|
|
Source0: https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
Source1: fail2ban-logrotate
|
|
|
|
|
|
-# Fix nginx-block-map
|
|
|
-Patch1: https://github.com/fail2ban/fail2ban/commit/ec37b1942c4da76f7a0f71efe81bea6835466648.patch
|
|
|
-# testIPAddr_CompareDNS: add missing network constraint
|
|
|
-Patch2: https://github.com/fail2ban/fail2ban/commit/b158f83aa3795f387c8475ceb48df197a94a37e8.patch
|
|
|
-# Fix test thread stack size on aarch64
|
|
|
-Patch3: https://github.com/fail2ban/fail2ban/commit/8694c547285c4030d4bf7661981673038e6e9829.patch
|
|
|
-# Fix handling of journal in tests
|
|
|
-Patch4: https://github.com/fail2ban/fail2ban/commit/8dc6f30cdd855c41b80ebdde3fe2bc91cc94e594.patch
|
|
|
-# Fix test install
|
|
|
-Patch5: https://patch-diff.githubusercontent.com/raw/fail2ban/fail2ban/pull/2605.patch
|
|
|
-# Patch for Python 3.9
|
|
|
-# https://bugzilla.redhat.com/show_bug.cgi?id=1808347
|
|
|
-#Patch6: https://patch-diff.githubusercontent.com/raw/fail2ban/fail2ban/pull/2651.patch
|
|
|
-#Patch7: https://github.com/fail2ban/fail2ban/commit/343ec1cdd296530f331637c725bd2bb0549e01e6.patch
|
|
|
+# Fixes century selector for tests
|
|
|
+# https://bugzilla.redhat.com/show_bug.cgi?id=1912472
|
|
|
+Patch1: https://github.com/fail2ban/fail2ban/commit/f259dac74721c00f0184bf45277137771fc747fe.patch
|
|
|
+
|
|
|
+Patch1000: CVE-2021-32749.patch
|
|
|
|
|
|
BuildArch: noarch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
@@ -178,6 +169,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jul 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.11.2-1
|
|
|
+- new upstream release.
|
|
|
+- imported Patch1000 from upstream to fix CVE-2021-32749.
|
|
|
+- dropped Patch1-4: fixed in upstream.
|
|
|
+- imported Patch1 from rawhide.
|
|
|
+
|
|
|
* Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.11.1-2
|
|
|
- rebuilt with python-3.8.
|
|
|
|