mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
* New upstream release
* Fix debian/watch
This commit is contained in:
parent
90249f4536
commit
3b7c7d8b77
2 changed files with 9 additions and 3 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -1,5 +1,6 @@
|
|||
fail2ban (0.11.2-7) UNRELEASED; urgency=medium
|
||||
fail2ban (1.0.1-1) UNRELEASED; urgency=medium
|
||||
|
||||
[ Bastian Germann ]
|
||||
[ Gioele Barabucci ]
|
||||
* d/post{inst,rm},preinst: Remove code for ancient versions
|
||||
|
||||
|
|
@ -7,7 +8,11 @@ fail2ban (0.11.2-7) UNRELEASED; urgency=medium
|
|||
* debian/watch: Use GitHub /tags rather than /releases page.
|
||||
* Update standards version to 4.6.1, no changes needed.
|
||||
|
||||
-- Bastian Germann <bage@debian.org> Tue, 27 Sep 2022 12:47:12 +0200
|
||||
[ Sylvestre Ledru ]
|
||||
* New upstream release
|
||||
* Fix debian/watch
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 27 Sep 2022 07:28:06 -1000
|
||||
|
||||
fail2ban (0.11.2-6) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
3
debian/watch
vendored
3
debian/watch
vendored
|
|
@ -1,2 +1,3 @@
|
|||
version=4
|
||||
opts=filenamemangle=s/.*\/(.*)/fail2ban-$1\.tar\.gz/ https://github.com/fail2ban/fail2ban/tags .*tags/(\d[\d\.]+).tar.gz
|
||||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/fail2ban-$1\.tar\.gz/ \
|
||||
https://github.com/fail2ban/fail2ban/tags .*/v?(\d\S+)\.tar\.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue