mirror of https://github.com/fail2ban/fail2ban
parent
5d0dc51750
commit
dc3dd47701
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.11.1-4) unstable; urgency=medium
|
||||
|
||||
* Fix the copyright file (Closes: #975644)
|
||||
* https for the Website field in Debian control
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 24 Nov 2020 17:13:04 +0100
|
||||
|
||||
fail2ban (0.11.1-3) unstable; urgency=medium
|
||||
|
||||
[ Ondřej Nový ]
|
||||
|
|
|
@ -13,7 +13,7 @@ Build-Depends:
|
|||
, python3-pyinotify
|
||||
, sqlite3
|
||||
, 2to3
|
||||
Homepage: http://www.fail2ban.org
|
||||
Homepage: https://www.fail2ban.org
|
||||
Vcs-Git: https://salsa.debian.org/python-team/packages/fail2ban.git
|
||||
Vcs-Browser: https://salsa.debian.org/python-team/packages/fail2ban
|
||||
Standards-Version: 4.5.0
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
This package was originally debianized by Yaroslav Halchenko
|
||||
<debian@onerussian.com> on Mon Jul 4 14:41:34 HST 2005
|
||||
|
||||
It was downloaded from http://www.sourceforge.net/projects/fail2ban
|
||||
It was downloaded from https://www.fail2ban.org
|
||||
|
||||
Author: Cyril Jaquier: <cyril.jaquier@fail2ban.org>
|
||||
http://fail2ban.sourceforge.net
|
||||
Original author: Cyril Jaquier: <cyril.jaquier@fail2ban.org>
|
||||
https://www.fail2ban.org
|
||||
|
||||
Copyright: 2004-2009 Cyril Jaquier
|
||||
many others since then
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -26,6 +27,5 @@ MA 02110-1301, USA.
|
|||
On Debian systems, the complete text of the GNU General Public
|
||||
License, version 2, can be found in /usr/share/common-licenses/GPL-2.
|
||||
|
||||
The Debian packaging is (C) 2006-2011, Yaroslav Halchenko <debian@onerussian.com>
|
||||
The Debian packaging is (C) 2006-2018, Yaroslav Halchenko <debian@onerussian.com>
|
||||
and is licensed under the GPL, see above.
|
||||
|
||||
|
|
Loading…
Reference in New Issue