diff --git a/debian/changelog b/debian/changelog index 3107929c..59d33eca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fail2ban (1.0.1-1~upstream1) unstable; urgency=medium + + [ Sergey Brester ] + * upstream package for debian, https://github.com/fail2ban/fail2ban/releases/tag/1.0.1 + + -- Sergey G. Brester Thu, 27 Sep 2022 19:07:41 +0200 + fail2ban (0.11.2-1~upstream1) unstable; urgency=medium [ Sergey Brester ] diff --git a/debian/control b/debian/control index da94d6d5..589901fd 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Sergey G. Brester Uploaders: Sergey G. Brester Build-Depends: - debhelper-compat (= 9) - , debhelper (>= 9.20160709) + debhelper (>= 9.20160709) , dh-python , python3 , python3-setuptools diff --git a/debian/patches/roundcude-update.diff b/debian/patches/roundcude-update.diff deleted file mode 100644 index 3304d0bc..00000000 --- a/debian/patches/roundcude-update.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- fail2ban-0.11.1.orig/config/filter.d/roundcube-auth.conf -+++ fail2ban-0.11.1/config/filter.d/roundcube-auth.conf -@@ -18,7 +18,7 @@ prefregex = ^\s*(\[\])?(%(__hostname)s\s - failregex = ^(?:FAILED login|Login failed) for .* from (?:(?:\([^\)]*\))?\. (?:(?! from ).)*(?: user=(?P=user))? in \S+\.php on line \d+ \(\S+ \S+\))?$ - ^(?:<[\w]+> )?Failed login for .* from in session \w+( \(error: \d\))?$ - --ignoreregex = -+ignoreregex = Could not connect to .* Connection refused - - journalmatch = SYSLOG_IDENTIFIER=roundcube - diff --git a/debian/patches/series b/debian/patches/series index 4fbf4140..a5a028d5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,3 @@ deb_manpages_reportbug deb_no_iptables_service python3-test-suite.diff no-python-user.diff -roundcude-update.diff