Mon, 20 May 2024 05:56:43 UTC | login

Information for build denyhosts-2.10-8.fc25

ID2130
Package Namedenyhosts
Version2.10
Release8.fc25
Epoch
SummaryA script to help thwart ssh server attacks
DescriptionDenyHosts is a Python script that analyzes the sshd server log messages to determine which hosts are attempting to hack into your system. It also determines what user accounts are being targeted. It keeps track of the frequency of attempts from each host and, upon discovering a repeated attack host, updates the /etc/hosts.deny file to prevent future break-in attempts from that host. Email reports can be sent to a system admin.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:50:46 UTC
CompletedSat, 14 Apr 2018 19:50:46 UTC
Tags
f28
f29
RPMs
src
denyhosts-2.10-8.fc25.src.rpm (info) (download)
noarch
denyhosts-2.10-8.fc25.noarch.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.10-6 - Actually remove daemon-control from the files list so the package builds. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Mar 05 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.10-4 - Remove daemon-control script; it has no purpose given systemd. - Actually install allowed-warned-hosts instead of ghosting it, to suppress a runtime warning. * Thu Mar 05 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.10-3 - Enable test suite. - Drop restorecon plugin. * Tue Mar 03 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.10-2 - Drop commandlinesync patch. * Thu Feb 26 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.10-1 - Update to 2.10. - Drop loads of upstreamed patches. - Use iptables by default. * Thu Feb 05 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.9-4 - Add patched implementing --unlock and allowing logging while running in the foreground. Adapt the .service file to use these. * Thu Feb 05 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.9-3 - Allow configurations without ETC_DIR. * Thu Feb 05 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.9-2 - Oops, --unlock doesn't work with --daemon for some reason. Fix up .service file. * Wed Feb 04 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.9-1 - Update to 2.9; drop outdated patches, use %autosetup. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Jan 15 2014 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-30 - Add Patch for CVE-2013-6890 (rhbz 1045983). - Update Source URL. - Update README.Fedora to indicate syslog requirement. - Use systemd scriptlet macros. - Remove pointless macroization. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Feb 02 2012 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-26 - Minor cleanups - Remove magic around /usr/bin/denyhosts.py[oc] since rpmbuild no longer byte-compiles such files. - Remove some outdated comments. * Thu Feb 02 2012 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-25 - Convert to systemd. - Entirely drop sysconfig file. - Patch code to set HOSTNAME since there's no initscript to do it. - Eliminates the whole magic "runs from cron" mode. If that's desired, simply set up a crontab and don't enable the service. A sample crontab is still provided. - Update README.fedora. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 01 2010 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-22 - Don't need %{python_sitelib} either. * Wed Nov 24 2010 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-21 - Update to modern packaging guidelines; remove BuildRoot: and all the buildroot cleaning. - BuildRequire python2-devel instead of python-devel. * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.6-20 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Mar 04 2009 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-18 - Add patch to keep proper file context on the hosts.deny file. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.6-16 - Rebuild for Python 2.6 * Thu Nov 13 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-15 - Tweak default config file and add info to README.Fedora asking folks not to use sync and to report bugs upstream if they do. * Fri Nov 07 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-14 - Add patch from upstream to fix command line --sync. * Mon Sep 22 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-13 - Add plugin to restore file contexts after purging. * Thu Aug 28 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-12 - Fix up patches to apply with --fuzz=0. * Fri Jul 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-11 - Tweak initscript priorities to ensure that the MTA is started first. * Tue Jul 01 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-10 - Fix initscript lockfile handling: Stop creating the lockfile in the initscript. Clean up stray lockfiles automatically. Don't attempt to start the daemon if its already running. - Various initscript cleanups. - Set default configuration file location to match what we use. - Make it easier to add extra options like --debug from the sysconfig file. * Fri Jan 04 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-9 - Properly escape percent symbols in the changelog entries. * Thu Jan 03 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-8 - Include everything under %python_sitelib to pick up any egg-info files that might be generated. - Silence file-not-utf8 rpmlint complaint. - Silence missing-mandatory-lsb-keyword rpmlint complaint. * Thu Aug 23 2007 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-7 - Init file tweaks including patch from Jonathan Underwood (bug 188536). - Attempt to add LSB-compliant comment block. * Mon Aug 20 2007 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-6 - Update license tag. * Tue Jun 19 2007 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-5 - Apply yet another regex.py fix from Jonathan Underwood to fix bug 244943. * Mon Apr 23 2007 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-4 - Apply fix to regex.py from Jonathan Underwood to fix bug 237449. * Fri Dec 08 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-3 - Rebuild for new python. * Thu Dec 07 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-2 - Update config patch. * Thu Dec 07 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.6-1 - Update to 2.6; fixes bug 218824, CVE-2006-6301. * Tue Aug 29 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.5-2 - No need to ghost .pyo files. - Fix %{python_sitelib}/Denyhosts ownership. * Thu Jun 22 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.5-1 - Update to 2.5. * Mon Apr 10 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.4b-1 - Update to 2.4b. * Thu Apr 06 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.3-2 - Fix uncommented MacOS X SECURE_LOG config setting. * Tue Apr 04 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.3-1 - Update to version 2.3. * Fri Mar 31 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-6 - More reversion of the name change. * Fri Mar 31 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-5 - Revert renaming of the denyhosts.py script * Fri Mar 31 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-4 - Fix permissions on plugins. * Thu Mar 30 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-3 - Switch from $RPM_BUILD_ROOT to %{buildroot} (looks cleaner). - Rename the main executable from denyhosts.py to denyhosts. * Wed Mar 29 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-2 - Specfile cleanups. - Add hostname to default report subject. * Tue Mar 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2-1 - Update to 2.2. * Tue Feb 28 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.1-2 - Add some additional ghosted files. * Fri Feb 10 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.1-1 - Update to 2.1 - Package plugins and scripts. * Sat Feb 04 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.0-1 - Update to 2.0. * Mon Jan 30 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.4-5 - Redo installation to match current Python packaging guidelines. * Mon Jan 30 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.4-4 - Simplify "[ -f ... ] && rm" to "rm -f". * Mon Jan 30 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.4-3 - Delete stray .pyo and .pyc files that appear for no reason. * Fri Jan 13 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.4-2 - Clean up %post script; just call condrestart and don't bother with the call to --upgrade099. * Fri Jan 13 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.4-1 - Update to 1.1.4. * Fri Nov 18 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.3-1 - Update to 1.1.3 - Update README.fedora to document what the package currently does. - Drop default PURGE_DENY from one year to four weeks. * Tue Oct 11 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.2-1 - Update to 1.1.2 * Mon Oct 03 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.1-2 - Bump version to fix build. * Mon Oct 03 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.1-1 - Update to 1.1.1 * Mon Sep 19 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.3-1 - Update to 1.0.3 * Tue Aug 23 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.2-1 - Update to 1.0.2 * Thu Aug 18 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.1-2 - Bump release for build * Thu Aug 18 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.1-1 - Update to 1.0.1 * Wed Aug 17 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.0-2 - Restart the daemon in the logrotate script - Stop the running daemon before calling --upgrade099 * Tue Aug 16 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.0-1 - Fix condrestart - Actually install logrotate entry * Mon Aug 15 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.0-0 - Update to 1.0.0 - Add logrotate entry - Clean up initscript - Add notes on upgrading. * Mon Aug 15 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.9.9-2 - Automatically upgrade the format of hosts.deny entries. * Sun Aug 14 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.9.9-1 - Framework for enabling daemon mode. * Sat Aug 13 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.9.9-0 - Update to 0.9.9 * Fri Aug 05 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.9.8-1 - Update to 0.9.8 * Fri Jul 22 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.8.0-3 - Rename the lockfile used by the initscript/cron setup because DenyHosts now has its own internal locking and they chose the exact same lockfile we were using. - Turn on PURGE_DENY in the installed config file. - Delete data_files from setup.py. - Enable purging in denyhosts.cron. - Add README.fedora file. * Thu Jul 21 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.8.0-2 - Package CHANGELOG.txt and denyhosts.cfg-dist as well (as documentation). * Thu Jul 21 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.8.0-1 - Update to 0.8.0 - Use proper Python installation mechanism. - Drop denyhosts-0.6.0-version.patch as it's no longer necessary. * Sat Jul 02 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.6.0-1 - Update to 0.6.0 - Add fix for "from version import VERSION" issue. * Thu May 19 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.5.5-2 - Use dist tag - Don't automatically enable at install time - Include %ghost'ed allowed-warned-hosts file - Use %ghost instead of including zero length files. - Source is at dl.sourceforge.net * Thu May 12 2005 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.5.5-1 - Initial build