weakforced 3.2.0-1
Package Information
| Description | Daemon for detecting brute force attacks The goal of weakforced is to detect brute forcing of passwords across many servers, services and instances. In order to support the real world, brute force detection policy can be tailored to deal with "bulk, but legitimate" users of your service, as well as botnet-wide slowscans of passwords. The aim is to support the largest of installations, providing services to hundreds of millions of users. This package provides the actual daemon and its client command. |
|---|---|
| Maintainer | Pierre-Elliott Bécue <peb@debian.org> |
| Changed By | Pierre-Elliott Bécue <peb@debian.org> |
| Sponsor | peb@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/debian/weakforced.git (browse) |
| Closes | #1133664 |
| Popcon Installs | 1 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/weakforced |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Mon, 31 Aug 2026 01:10:28 +0200 |
| Source | weakforced |
| Version | 3.2.0-1 |
| Changed-By | Pierre-Elliott Bécue |
| Architecture | source amd64 |
Changelog
weakforced (3.2.0-1) unstable; urgency=medium
.
* New upstream release 3.2.0
(Closes: #1133664)
* d/watch: Add a Version-Type to ensure betas are not uscaned
* d/control:
- Add weakforced-replfwd to serve the replication daemon added upstream
- Drop python3 recommend for weakforced
- Bump Standards-Version to 4.7.4
* d/weakforced-replfwd*: Added
* d/p/0004: Tweak the replfwd.conf file to support the postinst
* d/weakforced-common helper scripts: drop useless prerm, and fixup postinst
and postrm
- Deleting the users might mess uids in future and leave files with no
owner
- Adding postinst missing commands
* d/weakforced{,-trackalert}*: revamp to make things better
- First, placing the config in /usr/share/doc/xxx is inappropriate
- Second, postinst used ucf in a bad way (after adding creds, which
creates a bad template)
- Third, add the missing options for postinst and use command in postrm
* d/copyright: refreshed.dsc
| Section | web |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | weakforced deb web optional arch=any weakforced-common deb web optional arch=any weakforced-replfwd deb web optional arch=any weakforced-trackalert deb web optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/PowerDNS/weakforced
Author: Neil Cook <neil.cook@open-xchange.com>
Upstream-Name: weakforced
Files: *
Copyright: © 2015 - 2026 Neil Cook <neil.cook@open-xchange.com>
License: GPL-3
Files: ext/ext/murmur3.cc ext/ext/murmur3.h
Copyright: © Austin Appleby
License: public-domain
Files: ext/ext/threadname.cc ext/ext/threadname.hh
Copyright: © PowerDNS.com B.V
License: GPL-2+
Files: ext/ext/scheduler/*
Copyright: © 2017 Bosma
License: Expat
Files: ext/ext/uap-cpp/*
Copyright: © 2014 - 2022 Alex Şuhan <alex.suhan@gmail.com>
License: Expat
Files: ext/ext/luawrapper/*
Copyright: © 2013 Pierre Krieger
License: BSD-3-Clause
Files: ext/ext/incbin/*
Copyright: 2020 Dale Weiler <weilercdale@gmail.com>
License: public-domain
Files: ext/ext/hyperloglog.hpp
Copyright: © 2013 Hideaki Ohno
License: Expat
Files: ext/ext/ctpl.h
Copyright: © 2014 Vitaliy Vitsentiy
License: Apache-2.0
Files: ext/ext/count_min_sketch.cpp ext/ext/count_min_sketch.hpp
Copyright: © 2004 Daniel Alabi
License: public-domain
Files: ext/json11/*
Copyright: © Dropbox Inc.
License: Expat
Files: debian/*
Copyright: © 2023 Pierre-Elliott Bécue <pierre-elliott.becue@gandi.net>
© 2024-2026 Pierre-Elliott Bécue <peb@debian.org>
© 2025 Gui-Yue <yuemeng.gui@gmail.com>
License: GPL-3
License: GPL-3
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
the Free Software Foundation; version 3.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program; if not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.
License: GPL-2+
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
the Free Software Foundation; version 2 or (at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program; if not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
`/usr/share/common-licenses/GPL-2'.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
* The name Michael Bostock may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
.
On Debian systems, the full text of the Apache License version 2.0 can be
found in the file `/usr/share/common-licenses/Apache-2.0'.
License: public-domain
This software is in the public domain. It is therefore unlicensed, and
therefore free software.