Skip to content

Debian Changelog denyhosts (2.6-6)

2009

denyhosts (2.6-6) unstable; urgency=low

   * fixed wrong warns in init script. Thanks to Marco Rodrigues
     <gothicx@sapo.pt> (Closes: 518337)
   * introduced a patch to create the sync-timestamp file if doesn't exist.
     Thanks to Marco Rodrigues <gothicx@sapo.pt> (Closes: 508504, 510126)
   * fixed import from _future_ module in dh_reenable (Closes: 507494)
   * applied useful patch from Mathieu Goutelle <mgoutell@users.sourceforge.net>
     for correct a regexp issue (Closes: 459808)
   * changed group owner for logfiles to adm (Closes: 431301)
   * added some information in manpage that describe the default running mode
     in debian. Thanks to Ben Crowell <crowell09@lightandmatter.com>
   * capitalized ssh in short and extended description (Closes: 516068)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Sat, 03 Jan 2009 15:02:11 +0000

2008

denyhosts (2.6-5) unstable; urgency=low

   * added useful patch that make PLUGIN_DENY works (Closes: 430449)
   * cleaned-up a forgotten and not used patch from package
   * added useful patch for dh_reenable from Todd A. Jacobs
     <tjacobs-kw-reportbug.e56379@codegnome.org> that make dh_reenable
     able to work with a personalized HOSTS_DENY file (Closes: 501541)
   * fixed a little typo in init script

 -- Marco Bertorello <marco@bertorello.ns0.it>  Fri, 10 Oct 2008 13:34:12 +0000

denyhosts (2.6-4) unstable; urgency=low

   * debian/denyhosts.init: added --purge switch. This not affects installation
     that have not a value in PURGE_DENY variable into configuration
     Introduced dh_reenable, tool that help in common task of reenable a denied
     host.
     (Closes: 478520)
   * Fixed typo in short description (Closes: 466902)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Thu, 3 Jul 2008 13:30:23 +0000

denyhosts (2.6-3) unstable; urgency=low

   * debian/denyhosts.init: check if HOSTS_DENY file exist and, if not,
     create it (Closes: 430436)
   * debian/denyhosts.postrm: remove logrotate on purge and remove (thanks
     to Valery V. Vorotyntsev) (Closes: 444955)
   * changed mentions "hackers" instead of "crackers" in package descriptions
     (Closes: 436183)
   * added useful patch from Robert Edmonds to run denyhosts in foreground mode
     (Closes: 375303)
   * updated to new standard version 3.7.3 (Insered a linda-override)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 08 Jan 2008 13:18:17 +0100

2007

denyhosts (2.6-2.1) unstable; urgency=high

   * Non-maintainer upload for testing security team
   * Included 07_fix_CVE-2007-4323.dpatch to fix
     CVE-2007-4323 (Closes: #438162).

 -- Nico Golde <nion@debian.org>  Thu, 16 Aug 2007 02:41:59 +0200

denyhosts (2.6-2) unstable; urgency=low

   * Added a patch from RedHat bugzilla that fix a regex error
     (Closes: #425519, #406429)
   * Removed mention of Python in package description (Closes: 410486)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Tue, 22 May 2007 20:15:55 +0200

2006

denyhosts (2.6-1) unstable; urgency=high

   * New upstram release (Closes: #401795)
     This release cover a security issue (CVE-2006-6301)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 11 Dec 2006 14:40:35 +0100

denyhosts (2.5-4) unstable; urgency=low

   [ Marco Nenciarini ]
   * debian/denyhosts.postrm: removed bashism
   * Get rid of transitional packages denyhosts-python2.3,
     denyhosts-python2.4 and denyhosts-common
 
   [ Marco Bertorello ]
   * debian/denyhosts.prerm: added workarround to "Install fails if
     previous version daemon not running" bug found in pre 2.5-3 versions
     (Closes: #393461)
   * debian/denyhosts.logrotate: removed minimal size of logfile for rotation
     (Closes: #397452)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Tue, 7 Nov 2006 16:46:24 +0100

denyhosts (2.5-3) unstable; urgency=low

   [ Marco Nenciarini ]
   * debian/rules: add /var/lib/denyhosts directory to denyhosts
   * debian/denyhosts.postrm: remove log and /var/lib/denyhosts duning purge
   * debian/denyhosts.init:
     + use pidfile and kill -0 to detect if daemon is runnig to avoid false
       negative if python version is changed after last start.
     + factorized start code
 
   [ Marco Bertorello ]
   * Some initscript cleaning:
     + does not use --exec switch with start-stop-daemon during stop
     invocation because it can cause --purge doesn't work. (Closes: #387682)
     + exits silently if invoked with stop and pidfile does not exists.
     + exits with success errorcode if stop is required, pidfile exists
       but daemon is not running.

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 4 Oct 2006 11:51:39 +0200

denyhosts (2.5-2) unstable; urgency=low

   * Patched for a warning when --migrate is used (Closes: #384511)
   * Updated README.Debian whit information for preserve hosts from purging
   * Updated manpage for a reference to FAQ.html in /usr/share/doc/denyhosts
     and some fix in comments on /etc/denyhosts.conf (Closes: #384452)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Sat, 2 Sep 2006 13:56:39 +0200

denyhosts (2.5-1) unstable; urgency=low

   [ Marco Bertorello ]
   * New upstream release (Closes: #377469)
   * Switch to cdbs build system
   * From now patches are handled with dpatch
   * Build-Depend on dpatch
   * New python policy (Closes: #361085, #380770)
   * Modified init script to call the upstream one
   * Moved private python modules under /usr/share/denyhosts to not
     pollute the python sys.path namespace.
   * Included FAQ.html as documentation
   * Added logrotate script (thanks to Jesse Norell)
   * Included README.Debian that explains how to make denyhosts working
     with bastilla (thanks to Jesse Norell).
   * Depends on lsb-base 3.1-10, prevoius versions are buggy
     (Closes: #372090)
   * Moved python from Build-Depends-Indep to Build-Depends line. Thaks
     to Marc Dequènes (Duck)
 
   [ Marco Nenciarini ]
   * Removed all files from denyhosts-python* and denyhosts-common
     packages. All functionality are now in denyhosts package.
   * denyhosts-python2.3, denyhosts-python2.4 and denyhosts-common are now
     empty transitional packages.
   * Switch debhelper compat level to 5
   * Added myself to Uploaders field

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 7 Aug 2006 14:50:09 +0200

denyhosts (2.3-3) unstable; urgency=low

   * Temporary fixes to make this package upgradable. I hope to upload a
     really fixed version ASAP.
   * debian/control: Added conflicts/replaces from denyhosts-python2.3 and
     denyhosts-python2.4 to denyhosts-common (<< 2.3-2)
   * /etc/init.d/denyhosts: Modified to stop the daemon even if
     executable is missing, this fix denyhosts-common's postrm script.

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 24 Apr 2006 20:02:57 +0200

denyhosts (2.3-2) unstable; urgency=low

   * Commented Mac OS X logfile from default configuration (Closes: #361738)
   * Removed denyhosts-common dependancy from python
   * Moved denyhosts executable to the python-versioned packages (Closes: #361085)
   * Added override for "no manpage" warning to linda and lintian
   * Updated information in copyright file

 -- Marco Bertorello <marco@bertorello.ns0.it>  Wed, 19 Apr 2006 12:54:59 +0200

denyhosts (2.3-1) unstable; urgency=low

   * New upstream release
     - Security Fix: denied hosts weren't being re-added after purge unless
       daemon was restarted after the purge.
   * Fixed wrong executable name in man page (Closes: #359631)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Wed, 5 Apr 2006 12:14:19 +0200

denyhosts (2.2-1) unstable; urgency=low

   * New upstream release
   * Changed description of denyhosts package from "dummy package" to
     "dependency package" (Closes: #356731)
   * Added default mail destination to root@localhost

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 20 Mar 2006 13:30:34 +0100

denyhosts (2.1-2) unstable; urgency=low

   * Fixed lockfile in configuration file (Closes: #353951)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Wed, 22 Feb 2006 09:56:02 +0100

denyhosts (2.1-1) unstable; urgency=low

   * New upstream release
   * Updated denyhosts.conf to match  upstream (Closes: #353821)
   * Fixed python Depends for denyhosts-python2.3 and denyhosts-python2.4
   * Added some Replaces/Conflicts for smoother upgrade (Closes: #353840)
   * Added watch file

 -- Marco Bertorello <marco@bertorello.ns0.it>  Tue, 21 Feb 2006 16:22:10 +0100

denyhosts (2.0-1) unstable; urgency=low

   * Upgraded to last upstream version
   * Build-Depend on python (Closes: #351630)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 6 Feb 2006 14:27:46 +0100

denyhosts (1.1.4-3) unstable; urgency=low

   * Added useful patch for init script from Martin T. Ranang <mtr@ranang.org>
     Now, an alternative configuration file can be specified
   * From now, four packages are geneated for python version compatibility. (Closes: #350948)
     denyhosts is now a dumy package for 1.1.4-2 compatibilty
     denyhosts-common contains commons things for all denyhosts packages
     denyhosts-python2.3 that work with Python 2.3
     denyhosts-python2.4 that work with Python 2.4

 -- Marco Bertorello <marco@bertorello.ns0.it>  Fri, 03 Feb 2006 14:03:18 +0100

denyhosts (1.1.4-2) unstable; urgency=low

   * Added dependency from lsb-base (>= 3.0)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Mon, 23 Jan 2006 13:07:26 +0100

denyhosts (1.1.4-1) unstable; urgency=low

   * Initial Release. (Closes: #338694)

 -- Marco Bertorello <marco@bertorello.ns0.it>  Thu, 12 Jan 2006 14:07:43 +0100