Skip to content

Debian Changelog pidentd (3.0.19.ds1-5)

2008

pidentd (3.0.19.ds1-5) unstable; urgency=low

   * Priority is optional; closes: #416570, #492060
   * Standards-Version is 3.8.0
   * Fix description-contains-homepage

 -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 23 Sep 2008 19:49:46 +1000

2007

pidentd (3.0.19.ds1-4) unstable; urgency=high

   * Change identd from /var/run back to /var/run/identd.
     Closes: #438554, #427409, #430336, #430711.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sun, 19 Aug 2007 18:27:08 +1000

pidentd (3.0.19.ds1-3) unstable; urgency=low

   * Sinchronise with ubuntu.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 19 May 2007 19:25:14 +1000

pidentd (3.0.19.ds1-2) unstable; urgency=low

   * Acknowledge NMU. Closes: #417040.
   * Fixed the following lintian errors:
     - outdated-autotools-helper-file aux/config.guess 2003-01-03
     - outdated-autotools-helper-file aux/config.sub 2003-01-03
   * Set debhelper >= 5.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 18 May 2007 18:58:28 +1000

pidentd (3.0.19.ds1-1.2) unstable; urgency=high

   * Non-maintainer upload.
   * Fix broken use of -a in test in postrm.

 -- Luk Claes <luk@debian.org>  Fri, 18 May 2007 00:38:49 +0200

pidentd (3.0.19.ds1-1.1) unstable; urgency=high

   * Non-maintainer upload during BSP.
   * Fix unconditional use of deluser in postrm (Closes: #417040).
   * Depend on update-inetd as it is used in prerm and postinst.
   * Fix broken changelog entries.

 -- Luk Claes <luk@debian.org>  Thu, 17 May 2007 02:19:59 +0200

2006

pidentd (3.0.19.ds1-1ubuntu1) feisty; urgency=low

   [ Lionel Porcheron ]
   * debian/control: Add update-inetd to pidentd's dependencies
     (Closes Ubuntu: #76127).
   * debian/control: Add openbsd-inetd | inet-superserver dependencies
     as pidentd needs an inet server to work
   * debian/pidentd.postinst: change identd home from /var/run/identd
     to /var/run (Closes Ubuntu: #74968)
   * change Build Dep linux-kernel-headers in linux-libc-dev (cause FTBFS)
 
   [ Michael Bienia ]
   * change the path from /var/run/identd/identd.pid to /var/run/identd.pid
     also in:
     - doc/identd.8
     - etc/identd.conf
     - src/pidentd.h
     - debian/pidentd.prerm

 -- Michael Bienia <geser@ubuntu.com>  Thu, 21 Dec 2006 01:31:46 +0100

pidentd (3.0.19.ds1-1) unstable; urgency=low

   * New upstream release.
   * Fixed "Since version 2.6.16.20-1 of linux-kernel-headers,
     tcp_diag.h was renamed as inet_diag.h", closes: 374749.
   * Removed doc/rfc1413.txt.
   * Fixed identd man page typos, closes: #337184.
     Patch by A Costa <agcosta@gis.net>.
   * Set Standards-Version to 3.7.2.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 21 Jun 2006 16:38:40 +1000

2005

pidentd (3.0.18-3) unstable; urgency=low

   * Documented in README.Debian the problem of pidentd which requires
     CONFIG_IP_TCPDIAG to be configured in the kernel, closes: #305926.
   * Fixed "pidentd postrm and prerm are #!/bin/sh scripts but use command -v",
     closes: #292995.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Thu, 12 May 2005 23:31:51 +1000

pidentd (3.0.18-2) unstable; urgency=low

   * Ported previuos patches to new upstream version.
     Fixed "Config file didn't specify a suitable path for pid file" (Closes: #291180).
     Fixed "New version is DoS-able and doesn't work well on load" (Closes: #291636).
     Patches by Toni Timonen <ttimonen@users.sourceforge.net>
   * New maintainer's email address.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Thu, 03 Feb 2005 23:11:20 +1100

pidentd (3.0.18-1) unstable; urgency=low

   * New upstream release.
   * Removed doc/rfc1413.txt.

 -- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>  Sat, 15 Jan 2005 23:10:06 +1100

2004

pidentd (3.0.16-8) unstable; urgency=low

   * Added pidentd web page to debian/{control,copyright}.

 -- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>  Fri, 25 Jun 2004 09:00:34 +1000

pidentd (3.0.16-7) unstable; urgency=low

   * New maintainer (closes: #255921).
   * Changed short descriptions in debian/control to fix lintian warning messages.

 -- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>  Fri, 25 Jun 2004 09:00:34 +1000

pidentd (3.0.16-6) unstable; urgency=low

   * QA upload.
   * Package orphaned (see #255921).
   * Maintainer set to QA team.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 23 Jun 2004 21:32:58 +0200

2003

pidentd (3.0.16-5) unstable; urgency=low

   * Removed Paul Szabo copyright from k_linux.c as requested.
   * Removed bogus checks in k_linux.c.
   * Only accept netlink messages from the kernel.
   * Recover from netlink overruns.
   * Use one buffer for netlink req/rsp.

 -- Herbert Xu <herbert@debian.org>  Wed, 8 Oct 2003 22:14:06 +1000

pidentd (3.0.16-4) unstable; urgency=low

   * Use colon separator for chown in postinst.
   * Added TCPDIAG support based on patch from Paul Szabo (closes: #208290).

 -- Herbert Xu <herbert@debian.org>  Tue, 7 Oct 2003 19:38:37 +1000

pidentd (3.0.16-3) unstable; urgency=low

   * Rebuilt against libssl 0.9.7 (closes: #189505).

 -- Herbert Xu <herbert@debian.org>  Thu, 8 May 2003 20:20:08 +1000

pidentd (3.0.16-2) unstable; urgency=low

   * Build pidentd-des in binary-indep target (closes: #174388).

 -- Herbert Xu <herbert@debian.org>  Sun, 26 Jan 2003 14:29:54 +1100

2002

pidentd (3.0.16-1) unstable; urgency=low

   * New upstream release.
   * Updated dependency on debhelper.
   * Do not show bogus TCP connections (closes: #173251).
   * Use files from autotools-dev instead of automake.

 -- Herbert Xu <herbert@debian.org>  Sun, 22 Dec 2002 16:58:14 +1100

pidentd (3.0.14-1) unstable; urgency=low

   * New upstream release.
   * United pidentd and pidentd-des.

 -- Herbert Xu <herbert@debian.org>  Sun, 27 Oct 2002 22:01:01 +1100

2001

pidentd (3.0.12-4) unstable; urgency=low

   * Removed comment about RFC compliance from identd.conf (closes: #107595).

 -- Herbert Xu <herbert@debian.org>  Sun, 2 Sep 2001 11:23:29 +1000

pidentd (3.0.12-3) unstable; urgency=low

   * Check uid before dropping privileges (Shane Wegner, closes: #96150).

 -- Herbert Xu <herbert@debian.org>  Thu, 3 May 2001 19:11:18 +1000

pidentd (3.0.12-2) unstable; urgency=low

   * Build-depend on libssl-dev (closes: #90387).

 -- Herbert Xu <herbert@debian.org>  Tue, 20 Mar 2001 21:44:51 +1100

pidentd (3.0.12-1) unstable; urgency=low

   * New upstream release.
   * Only attempt to open /proc/net/tcp once (closes: #86988).
   * Don't show sockets whose local port is being listened on (closes: #74718).
   * Recompiled with latest libssl (closes: #82099).

 -- Herbert Xu <herbert@debian.org>  Fri, 23 Feb 2001 07:47:20 +1100

2000

pidentd (3.0.11-3) unstable; urgency=low

   * Reinstated the Replaces netstd header which got lost when pidentd-des was
     created (closes: #77152).

 -- Herbert Xu <herbert@debian.org>  Thu, 16 Nov 2000 21:33:20 +1100

pidentd (3.0.11-2) unstable; urgency=low

   * Added links to syslog.conf(5) in identd(8) (closes: #68407).

 -- Herbert Xu <herbert@debian.org>  Tue, 4 Jul 2000 13:41:05 +1000

pidentd (3.0.11-1) unstable; urgency=low

   * New upstream release.
   * Added missing build dependency on debhelper (closes: #66008).

 -- Herbert Xu <herbert@debian.org>  Tue, 4 Jul 2000 13:41:05 +1000

pidentd (3.0.10-1) unstable; urgency=low

   * New upstream release.
   * Added the pidentd-des package which supports encryption (closes: #57103).
   * Provide ident-server and conflict with it (closes: #58239).

 -- Herbert Xu <herbert@debian.org>  Fri, 28 Apr 2000 20:51:31 +1000

pidentd (3.0.7-3) frozen unstable; urgency=low

   * Always use the latest copies of config.* from automake.
   * Explicitly say --without-des as some Alpha systems have RAND_bytes in
     libcrypto without des.h.
   * Both of the above are needed for the autobuilder on Alpha (closes: #62211).

 -- Herbert Xu <herbert@debian.org>  Wed, 12 Apr 2000 16:19:33 +1000

pidentd (3.0.7-2) frozen unstable; urgency=low

   * Check for the existence of user identd before trying to remove it
     (closes: #55064).
   * Always create /var/run/pidentd (closes: #56475).

 -- Herbert Xu <herbert@debian.org>  Sat, 18 Mar 2000 19:39:14 +1100

1999

pidentd (3.0.7-1) unstable; urgency=low

   * New upstream release.
   * Added missing --pattern argument in postinst.
   * Fixed some anomalies when cohabitating with other identd's.
   * Added a chown in postinst for /var/run/identd (closes: #49246).
   * Don't log read errors as it really confuses people (closes: #49254).

 -- Herbert Xu <herbert@debian.org>  Sat, 6 Nov 1999 10:16:22 +1100

pidentd (3.0.4-2) unstable; urgency=low

   * Only enable ident entry if no others are active (fixes #45240).
   * Removed incorrect checks for EINTR on f* calls (fixes #44854).

 -- Herbert Xu <herbert@debian.org>  Fri, 17 Sep 1999 10:56:21 +1000

pidentd (3.0.4-1) unstable; urgency=low

   * Initial Release (fixes #28740, #30366, #33208, #40869).

 -- Herbert Xu <herbert@debian.org>  Thu, 26 Aug 1999 15:05:53 +1000