be83d77e6dc4daa755d510e18ce52dab938d431c
[packages/xinetd.git] / debian / changelog
1 xinetd (1:2.3.14-6) unstable; urgency=low
2
3   * Add patch from David Madore so that xinetd groks an -inetd_ipv6 mode, that
4     works like -inetd_compat but also listen on IPv6 addresses.
5     (Closes: 472436).
6
7   * debian/control:
8     + Bump standards-version to 3.7.3.
9     + update VCS-{Git,Browser} fields to reflect the reality.
10     + Fix Homepage field (http:// prefix was missing).
11
12  -- Pierre Habouzit <madcoder@debian.org>  Mon, 24 Mar 2008 12:48:39 +0100
13
14 xinetd (1:2.3.14-5) unstable; urgency=medium
15
16   * woops fix wrong ordering of the sed arguments, thanks to madduck.
17     (Closes: 453371).
18
19  -- Pierre Habouzit <madcoder@debian.org>  Thu, 29 Nov 2007 09:29:55 +0100
20
21 xinetd (1:2.3.14-4) unstable; urgency=low
22
23   * Add Disable-services-with-a-duplicated-id.patch: if a service has the same
24     id and is configured in both xinetd configuration directories _and_ in
25     /etc/inetd.conf, the configuration (even if disabled) from xinetd
26     directories takes precedence.
27   * /etc/default/xinetd wasn't installed anymore because of a typo:
28     debian/xinetd.defaults -> debian/xinetd.default.
29   * debian/xinetd.postrm: don't purge configuration that isn't ours on purge
30     anymore.
31   * Don't force inetd_compat for upgrades.
32   * Update README.Debian with informations wrt -inetd_compat in Debian.
33
34  -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 12:02:26 +0100
35
36 xinetd (1:2.3.14-3) unstable; urgency=low
37
38   [ The let's try to provide inet-superserver upload ]
39
40   xinetd has an -inetd_compat mode that renders it suitable for being an
41   inet-superserver, instead of clumsily divert netkit-inetd. Enabling this
42   closes: 134955, 188232, 326975, 355417, 373157, 406190, 406660, 448617.
43
44   * debian/NEWS: explain the transition.
45
46   * debian/control:
47      + add Provides/Conflicts on inet-superserver.
48      + add dependency on update-inetd.
49      + add dependency on lsb-base.
50
51   * maintainer scripts:
52      + preinst: remove diversion of /etc/init.d/inetd.
53      + other: don't touch /etc/init.d/inetd anymore.
54
55   * debian/xinetd.defaults: enable inetd_compat mode, so that we can
56     legitimately provide inet-superserver.
57
58   * debian/xinetd.init:
59      + support the new INETD_COMPAT option.
60      + be lsb.
61
62  -- Pierre Habouzit <madcoder@debian.org>  Mon, 26 Nov 2007 22:24:09 +0100
63
64 xinetd (1:2.3.14-2) unstable; urgency=low
65
66   * Adopt package (Closes: 434357), thanks Thomas for your past work.
67   * debian/control:
68       + set myself as maintainer.
69       + add VCS-* headers.
70       + add Homepage header.
71   * debian/rules:
72       + make it slightly more modern.
73       + use pristine-tar.
74       + use debian/patches.
75   * Always use up2date config.{sub,guess}:
76       + add autotools-dev to the Depends;
77       + copy config.{guess,sub} from /usr/share/misc/;
78   * Unset TMPDIR in the initscript (Closes: 379400).
79   * Capitalize IP in the package Description (Closes: 414288).
80   * Fix typo in xinetd.conf(5), spurious `+': update
81     Documentation-fixes.patch (Closes: 413997).
82
83  -- Pierre Habouzit <madcoder@debian.org>  Mon, 26 Nov 2007 18:08:16 +0100
84
85 xinetd (1:2.3.14-1.1) unstable; urgency=low
86
87   * Non-maintainer upload.
88   * Update xinetd to use invoke-rc.d (Closes: 427892).
89
90  -- Pierre Habouzit <madcoder@debian.org>  Wed, 18 Jul 2007 18:38:26 +0200
91
92 xinetd (1:2.3.14-1) unstable; urgency=low
93
94   * New upstream release (closes: #342724).
95   * Updated config.guess and config.sub (closes: #342448).
96   * Comment about log_on_* in xinetd.conf (closes: #312663).
97   * Patch by Leo Weppelman <leo@wau.mis.ah.nl> on child.c
98     (closes: #342559)
99   * Patch for xconv.pl by Ron Murray <murrayr@dor.state.ma.us> to
100     process "#<off>#" lines (closes: #336023).
101   * Added configuration file for discard internal service
102     (closes: #309312)
103   * Bumped Standards-Version to 3.7.2
104   * Bumped debhelper compatibility level to 5.
105
106  -- Thomas Seyrat <tomasera@debian.org>  Tue,  9 May 2006 13:32:06 +0200
107
108 xinetd (1:2.3.13-3) unstable; urgency=low
109
110   * -stayalive option in /etc/default/xinetd instead of init script
111     to make behaviour change easier. (closes: #294665)
112   * Applied patch from Andreas Jochens <aj@andaco.de> to build
113     on amd64 with gcc-4.0 (closes: #297911)
114   * Run /etc/init.d/inetd in postrm only if it exists (closes: #295554)
115   * Fixed erroneous itox.8 man page (closes: #287814)
116   * Included xinetd.org FAQ as /usr/share/doc/xinetd/xinetd.org-FAQ.html
117   * Edited README.update-inetd (closes: #287821)
118   * Applied patch to xconv.pl by Javier Fernández-Sanguino Peña to fix
119     - what Amanda needs (closes: #167367)
120       (http://www.amanda.org/docs/install.html)
121     - numerically-specified services (closes: #176464)
122     - TCP Wrappers
123
124  -- Thomas Seyrat <tomasera@debian.org>  Thu, 10 Mar 2005 11:03:24 +0100
125
126 xinetd (1:2.3.13-2) unstable; urgency=low
127
128   * We now start xinetd with -stayalive by default to keep it
129     running even if no service is enabled. (closes: #270803)
130   * Modify Makefile.in to install xinetd.log manpage in section
131     5 instead of 8.
132
133  -- Thomas Seyrat <tomasera@debian.org>  Thu,  9 Sep 2004 14:39:20 +0200
134
135 xinetd (1:2.3.13-1) unstable; urgency=low
136
137   * New upstream release
138     - fixes factorized addresses in only_from (closes: #212533)
139   * inetd.conf doesn't get read by default anymore, too much trouble.
140     Removed -inetd_compat from /etc/default/xinetd (closes: #198585)
141   * "services" internal service was removed upstream, so we don't
142     need /etc/xinetd.d/xinetd anymore, nor documentation for these
143     internal services (closes: #242646)
144   * Bumped Standards-Version to 3.6.1 
145
146  -- Thomas Seyrat <tomasera@debian.org>  Sun, 18 Apr 2004 13:33:57 +0200
147
148 xinetd (1:2.3.12-2) unstable; urgency=high
149
150   * -1 was partially fucked up
151   * Applied patch on nvlists.c from upstream to fix segfault
152   * Added updated README.update-inetd
153   * -reuse is not needed anymore since 2.3.4, REUSE is on by default on
154     all services
155   * "xadmin" and "servers" internal services were removed upstream,
156     they don't appear anymore in /etc/xinetd.d/xinetd
157   * /etc/default/xinetd also gets removed when xinetd is purged
158
159  -- Thomas Seyrat <tomasera@debian.org>  Fri, 15 Aug 2003 16:06:10 +0200
160
161 xinetd (1:2.3.12-1) unstable; urgency=low
162
163   * New upstream release
164   * Bumped Standards-Version to 3.6.0
165   * Removed README.samba
166
167  -- Thomas Seyrat <tomasera@debian.org>  Thu, 14 Aug 2003 14:21:41 +0200
168
169 xinetd (1:2.3.11-2) unstable; urgency=low
170
171   * Attempt at using inetd.conf compatibility mode.
172     - No more "inetd.conf to xinetd.conf" autoconvert, now xinetd
173       reads inetd.conf after xinetd.conf
174     - inetd to xinetd transition should be seamless and inetd-started
175       services are not supposed to be broken (closes: #146908)
176     - No more debconf (we don't prompt user anymore, we rely on dpkg to
177       check for an existing xinetd.conf, and to prompt accordingly)
178       (closes: #183458)
179   * We install /etc/xinetd.d/, the (disabled) internal services
180     configuration files (Redhat-style), and the default xinetd.conf
181     considers them. (closes: #167726)
182   * Removed logrotate config file (we log through syslog per default)
183   * Removed logrotate from recommended packages
184   * Updated and simplified maintainer scripts
185   * Bumped Standards-Version to 3.5.10
186
187  -- Thomas Seyrat <tomasera@debian.org>  Mon,  9 Jun 2003 22:50:54 +0200
188
189 xinetd (1:2.3.11-1) unstable; urgency=high
190
191   * New upstream release
192      - Steve Grubb fixed memory leaks found with valgrind
193        (closes: #190217)
194   * Bumped Standards-Version to 3.5.9 
195
196  -- Thomas Seyrat <tomasera@debian.org>  Sat, 26 Apr 2003 16:26:45 +0200
197
198 xinetd (1:2.3.10-1) unstable; urgency=low
199
200   * New upstream release
201   * Bumped Standards-Version to 3.5.8
202   * Start daemon with -pidfile /var/run/xinetd.pid (closes: #172770)
203
204  -- Thomas Seyrat <tomasera@debian.org>  Mon, 13 Jan 2003 13:13:42 +0100
205
206 xinetd (1:2.3.9-1) unstable; urgency=low
207
208   * New upstream release
209   * Bumped Standards-Version to 3.5.7 
210
211  -- Thomas Seyrat <tomasera@debian.org>  Wed,  2 Oct 2002 10:25:33 +0200
212
213 xinetd (1:2.3.7-1) unstable; urgency=high
214
215   * New upstream release
216      - urgency=high to supersede NMU.
217      - includes security fix corrected in 2.3.6-1.1.
218   * Applied two patches for 2.3.6 from Steve G. fixing some
219     "redirect without server line" service issues. (closes: #155990)
220
221  -- Thomas Seyrat <tomasera@debian.org>  Tue, 13 Aug 2002 15:05:05 +0200
222
223 xinetd (1:2.3.6-1.1) unstable; urgency=high
224
225   * Non-maintainer upload by Security Team
226   * Applied a patch from SolarDesigner to keep xinetd from leaking the
227     recently introduced signal pipe into services started from xinetd.
228   * Applied upstream bugfix to handle IPv6 addresses in config parser
229     (unfortunately, it was applied upstream to the 2.3.6 tarball which is
230     now different from ours)
231
232  -- Martin Schulze <joey@infodrom.org>  Tue, 13 Aug 2002 10:44:14 +0200
233
234 xinetd (1:2.3.6-1) unstable; urgency=low
235
236   * New upstream release (closes: #121044, #149114)
237   * Removed build dependency on perldoc (upstream now ships xconv.pl manpage).
238   * Included debconf template french translation.
239
240  -- Thomas Seyrat <tomasera@debian.org>  Mon,  5 Aug 2002 22:17:38 +0200
241
242 xinetd (1:2.3.5-1) unstable; urgency=low
243
244   * New upstream release
245   * New maintainer (closes: #153977)
246   * Minor debian/rules rewriting
247   * Bumped Standards-Version to 3.5.6.1. 
248
249  -- Thomas Seyrat <tomasera@debian.org>  Sun, 28 Jul 2002 16:51:39 +0200
250
251 xinetd (1:2.3.4-2) unstable; urgency=high
252
253   * The "aarrgghh, why can't upstream test their release?" release
254   * Three small address parsing fixes -- these are being punted upstream...
255     xinetd/addr.c:explicit_addr:    Set /32 to still be a masked addr
256                                     closes: #144672
257     xinetd/addr.c:factorized_addr:  Restart the parse at the right point
258                                     after the syntax check pass.
259                                     closes: #141453
260     xinetd/addr.c:addrlist_match:   Altered the "mask" check to remember to
261                                     apply the mask to /both/ halves of the
262                                     expression
263                                     closes: #145704
264   * Small change since I forgot to read the changelog carefully enough...
265     debian/init:                    Send HUP to reload config
266   
267  -- Daniel Silverstone <dsilvers@debian.org>  Fri,  3 May 2002 21:47:35 +0100
268
269 xinetd (1:2.3.4-1.1) unstable; urgency=low
270
271   * Non-maintainer upload.
272   * Update config.guess and config.sub (closes: #141653).
273
274  -- Colin Watson <cjwatson@debian.org>  Sun,  7 Apr 2002 23:51:53 +0100
275
276 xinetd (1:2.3.4-1) unstable; urgency=low
277
278   * New upstream version:
279     Lots and lots. Unsure exactly which bugs
280     in the debian bts it closes -- I'll need to look
281     more closely
282   * Give configure the --with-loadavg parameter. closes: #140619
283
284  -- Daniel Silverstone <dsilvers@debian.org>  Thu,  4 Apr 2002 23:53:54 +0100
285
286 xinetd (1:2.3.3-4) unstable; urgency=low
287
288   * Corrected reload issue in /etc/init.d/xinetd by making reload
289     and force-reload the same signal. (follows from removal of
290     soft reload in 2.3.1) closes: #127676
291
292  -- Daniel Silverstone <dsilvers@debian.org>  Sun,  6 Jan 2002 17:25:45 +0000
293
294 xinetd (1:2.3.3-3) unstable; urgency=low
295
296   * Integrated fixes to pt_BR template. closes: #120846
297   * Integrated fixes to de template 
298      (thanks to Stephan Baeckert of Pyramid Computer GmBH)
299   * Fixed implicit declaration of malloc() -- This sorts out an ia64
300      issue and therefore closes: #124399
301   * Fixed spelling mistake in control file (raised by mdz) closes: #125544
302   
303  -- Daniel Silverstone <dsilvers@debian.org>  Tue, 18 Dec 2001 08:38:04 +0000
304
305 xinetd (1:2.3.3-2) unstable; urgency=low
306
307   * Re-introduced debconf independance at the cost
308     of needing a lintian override.
309   * Cleared an issue with building on potato WRT pod2man
310
311  -- Daniel Silverstone <dsilvers@debian.org>  Tue, 25 Sep 2001 18:52:58 +0100
312
313 xinetd (1:2.3.3-1) unstable; urgency=high
314
315   * New upstream version
316     Changes of particular interest include:
317      o 2.3.1 - Applied Solar Designer's AUDIT patches
318              - Removed soft-reconfigure. reload is always hard.
319      o 2.3.2 - Fix a heap overrun issue.
320      o 2.3.3 - RPC parser works again.
321   * New Maintainer
322   * Fixed issue where xinetd.conf stomped on your configs by
323     making a backup somehow. closes: #110596
324   * Removed support for systems without debconf. This introduces
325     a dependency on debconf - sorry. closes: #90008
326   * Introduced a build dependency on perl-doc in order to build the
327     manpage for xconv.pl
328   * Provided POD documentation for xconv.pl
329   * Corrected a dodgy comment in xconv.pl closes: #108754, #108751
330   * Included brazilian debconf template translations courtesy of
331     Andre Luis Lopes <andrelop@ig.com.br> closes: #108548
332   
333  -- Daniel Silverstone <dsilvers@debian.org>  Fri, 31 Aug 2001 14:49:57 +0100
334
335 xinetd (1:2.3.0-1) unstable; urgency=high
336
337   * New upstream version (with a sane number, whee!).
338   * Included the German translation to the templates, closes: #95505.
339   * Use -reuse by default in the init script, closes: #97732.
340   * Includes the security fixes that wiggy applied to the stable version,
341     closes: #101201.
342   * Now recommends the proper syslogd virtual package, closes: #101629.
343   * Included the Spanish translation to the templates, closes: #103166.
344   * Polishing in the packaging.
345   * Orphaning the package.
346
347  -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 15 Jul 2001 02:55:56 +0200
348
349 xinetd (1:2.1.8.8.p3-2) unstable; urgency=low
350
351   * Added -x checks around lines that kill inetd, portmap, and xinetd init
352     script, because it can happen that those programs aren't there,
353     closes: #74759.
354   * Updated the template message about inetd.conf->xinetd.conf conversion,
355     closes: #78622.
356   * Standards-Version: 3.5.2: added DEB_BUILD_OPTIONS handling.
357   * Added version 2.0.54 to debhelper build-dependency because that's when
358     dh_installdebconf was introduced.
359   * Added logrotate among the recommended packages.
360
361  -- Josip Rodin <jrodin@jagor.srce.hr>  Sat, 17 Mar 2001 16:52:20 +0100
362
363 xinetd (1:2.1.8.8.p3-1) frozen unstable; urgency=low
364
365   * New upstream version, which includes just a few bugfixes, most of them
366     that aren't even related to Linux, but there is one which is rather
367     important:
368         Fixed a bug in the access lists.  If you specified a host by
369                 name in only_from, any connection from a host without
370                 a reverse dns entry would be accepted.
371     This means that security policies (e.g. denial of access) for such hosts
372     wouldn't be enforced, which is a very ugly security problem,
373     closes: #65757.
374   * Added a clear warning to the postrm in the case when you don't have
375     an init script for the original inetd anymore, saying you may need
376     to reinstall netbase package to fix it. As this may happen due to
377     severe breakage in an old xinetd package, it needs to be said,
378     closes: #60836.
379   * Clarified convert-inetd-conf template text to explicitely say that the
380     config file will get overwritten on every upgrade if you say "Yes" to
381     the question, and add two lines in postinst to explain how to make it
382     not regenerate anymore.
383   * Synced portmapper check with inetd's init script and enhanced the regexp
384     match to catch " # foo" comments, otherwise it may produce false warning.
385   * Moved the message about terminating all services to prerm, where it's
386     actually being done.
387   * Made update-rc.d run only on initial installs.
388   * Added debhelper to Build-Depends: and shortened the long description.
389
390  -- Josip Rodin <jrodin@jagor.srce.hr>  Fri, 16 Jun 2000 20:13:03 +0200
391
392 xinetd (1:2.1.8.8pre8-1) frozen unstable; urgency=low
393
394   * New upstream version, including only two bug fixes, one of which is a
395     Y2K fix in the date service (changed TIMEOFFSET macro), closes: #54795.
396     The second change is minor, a fix for problem when length of banner
397     name % 32 = 0, and banners fail to work.
398
399  -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 16 Jan 2000 17:09:48 +0100
400
401 xinetd (1:2.1.8.8pre6-1) unstable; urgency=low
402
403   * New upstream version, packaged only to fix the Y2K glitch in the
404     log file, closes: #53865.
405   * Adopted/tookover the package :) I hear Norbert is around, but he
406     hasn't contacted anyone regarding the package yet.
407   * Introducing debconf support, to ask about converting the config file,
408     and to warn about update-inetd malfunctioning. However, I didn't remove
409     the old method of asking the questions yet, just in case debconf
410     doesn't exist. Only Recommends: debconf. Plus, I had to re-route all
411     the messages to &2, because of debconf.
412   * Added the missing `k' in `syslogd' recommendation (doh!). Added
413     Build-Depends: libwrap0-dev.
414   * Moved the whole contents of preinst to postinst (that is, stopping of
415     inetd and portmap, and creating the diversion of inetd init file),
416     no need to abuse preinst for that.
417   * Use --background option for start-stop-daemon, to speed up loading,
418     thus having to depend on dpkg >= 1.4.1.17.
419   * Fixed some details in postinst, init.d, config, and copyright files.
420
421  -- Josip Rodin <jrodin@jagor.srce.hr>  Tue,  4 Jan 2000 23:54:08 +0100
422
423 xinetd (1:2.1.8.7-1) unstable; urgency=low
424
425   * Non-maintainer upload.
426   * Admitting the sad truth, i.e. marking the package as orphaned. Norbert
427     hasn't done an upload in some eleven months, and hasn't respondedÃ\82Â\85to
428     our NMUs and several e-mails in more than two months. :(
429   * New upstream version. It's from a completely different development
430     branch, versioned differently, so I had to introduce an epoch. :|
431     Note that we *have to* use this version because the previous one breaks
432     its own original license! Closes: #38361 #41386 #41568.
433   * Updated packaging files for the new autoconf stuff, patched configure.in
434     and Makefile.in to support install in custom non-existant directories,
435     included example xinetd.conf file in examples directory.
436   * Updated docs regarding the new xconv.pl script. Not using it in
437     postinst, at least not yet.
438   * Skipped all old patches, except the one for src/itox.c, which is now
439     forwarded/included in upstream package, with some others.
440   * Added --with-libwrap to configure flags, to link with libwrap0, as
441     suggested by the upstream author. From the README file:
442        When xinetd does access checking, it will first ask libwrap to check
443        /etc/hosts.allow and /etc/hosts.deny, then if libwrap accepts the
444        connection, xinetd will consult its own access control mechanism.
445   * Fixed postrm script to work on purge, and to remove /etc/init.d/inetd
446     (created in postinst) prior to un-diverting it (otherwise dpkg-divert
447     would bomb out, overwriting not allowed).
448   * Moved making the dummy /etc/init.d/inetd script to postinst, to
449     avoid the lintian error.
450   * Fixed s/daemon-dir/daemon_dir/ in README.update-inetd file.
451   * Updated itox.1 manual page, moved it to section 8 and to xinetd/
452     directory, and integrated it (and itox) in the Makefile install: rule.
453   * Updated the init script, made checkportmap() check in /etc/xinetd.conf
454     file (don't know whether the check is ultimately correct, though).
455   * Upgraded netbase dependency to 3.16-4, because the fixed update-inetd
456     script is included since that version.
457   * Doesn't recommend netstd anymore, apparently it no longer exists,
458     that closes: #49398 #49438.
459
460  -- Josip Rodin <jrodin@jagor.srce.hr>  Sat, 16 Oct 1999 19:14:14 +0200
461
462 xinetd (2.2.1-8.SD1.2) unstable; urgency=low
463
464   * Non-maintainer upload. (diff posted to Bug#45602)
465
466   * Add a dummy /etc/init.d/inetd script so netbase doesn't have to
467     worry about its files disappearing. (Fixes: Bug#45602)
468
469  -- Anthony Towns <ajt@debian.org>  Fri, 15 Oct 1999 11:56:03 +1000
470
471 xinetd (2.2.1-8.SD1.1) unstable; urgency=medium
472
473   * Non-maintainer upload (is Norber Veber MIA?).
474   * Updated for the new netbase/inetd stuff.
475     Fixes: #43161 #44537 #44529 #31500
476   * Depend on an appropriate netbase version because of the switch to
477     diverting /etc/init.d/inetd, and not diverting /usr/sbin/update-inetd. 
478   * Un-diverting is done in a sane way, I think. Postinst checks whether the
479     exact diversion still exists, and preserves the obsolete scripts, with
480     suffix ".xinetd.old", and then removes the diversion. The obsolete files
481     made this way are "rm -f"ed in postrm.
482   * Updated for Policy 3.x. Converted to debhelper for full Policy
483     compliance. Fixes: #44099
484   * Added rm -f /etc/xinetd.conf under purging in postrm, fixes: #36809
485   * Included Solar Designer <solar@false.com>'s SD1 patch from:
486     ftp://ftp.dataforce.net/pub/solar/xinetd-2.2.1-SD1.diff , fixes: #35166
487   * Reworked most of the maintainer scripts.
488   * The checkportmap() function, from the inetd's init script ought to
489     be changed to check in /etc/xinetd.conf file.
490   * Beautified debian/README* files, fixed some oddities in "SEE ALSO"
491     sections of the man pages.
492   * If this release doesn't break anything, I'll probably upload the newest
493     upstream version, from the alive branch.
494
495  -- Josip Rodin <jrodin@jagor.srce.hr>  Wed, 15 Sep 1999 20:27:55 +0200
496
497 xinetd (2.2.1-8) frozen unstable; urgency=high
498
499   * Bug #29951, Applied itox patch by Alain Nissen <Alain.Nissen@ulg.ac.be>,
500     it fixes two problems with itox.  It now understands user.group
501     notation, and ignores (no)wait.max.
502   * Bug #29650, changed a /* */ comment in preinst to a bash # comment :)
503   * Bug #29945, typo in the itox man page.
504   * Bug 29648, slattach is no longer killed when xinetd is stopped.
505   * Fixed a /tmp security problem which occured when xinetd was sent the
506     HUP signal (patch from Bugtraq by Marc Heuse <marc@SUSE.DE> slightly 
507     modified by me).
508
509  -- Norbert Veber <nveber@debian.org>  Sat,  5 Dec 1998 02:27:54 -0500
510
511 xinetd (2.2.1-7) unstable; urgency=low
512
513   * Fixed a spelling mistake in the change log :)
514   * Fixed #26546, a problem with postinst and the file-rc package
515
516  -- Norbert Veber <nveber@debian.org>  Sat, 10 Oct 1998 00:46:13 -0400
517
518 xinetd (2.2.1-6) unstable; urgency=low
519
520   * Fixed #24246, debian/files and debian/substvars is no longer included
521     with the deb.
522   * Fixed #24245.  This closes a security hole and policy violation in the
523     build process, also changed to -O2 while compiling.
524   * Fixes bug 23866 by diverting on both upgrade and install.
525
526  -- Norbert Veber <nveber@debian.org>  Sat, 25 Jul 1998 14:18:39 -0400
527
528 xinetd (2.2.1-5) frozen unstable; urgency=low
529
530   * Changed all scripts that stop xinetd so that they use SIGQUIT to kill the
531     server.  SIGTERM is the default, and this causes xinetd to kill all
532     child processes, which makes remote installation/maintenance impossible.
533   * Changed postrm so that it calls update-rc.d with the -f option (in case
534     /etc/init.d/xinetd is still present.
535   * changed prerm so that it stops /sbin/portmap instead of
536     /usr/sbin/rpc.portmap (which doesnt exist)
537   * Wrote a man page for itox
538   * Fixed /etc/init.d/xinetd reload/restart
539   * Added /etc/init.d/xinetd to list of conffiles
540
541  -- Norbert Veber <nveber@debian.org>  Sat, 13 Jun 1998 20:54:58 -0400
542
543 xinetd (2.2.1-4) frozen unstable; urgency=medium
544
545   * New developer
546   * Diverted /etc/init.d/netbase, fixes bug #19125
547   * /etc/init.d/xinetd now refers to itself by $0, bug #6860
548   * /etc/init.d/xinetd now looks for /sbin/portmap, bug #12021, #12047,
549     #14159, #17247, #18691, #20701, #22161
550   * Diverted /usr/sbin/update-inetd, the new update-inetd now tells the user
551     to manually edit /etc/xinetd.conf.  A new update-inetd that changes
552     the xinetd.conf will eventually be created.
553   * Created /usr/doc/xinetd/README-update.inetd which describes the above,
554     and gives pointers on what to put into xinetd.conf.
555   * Moved back to main (xinetd is free)
556   * Included ORIGINAL copyright, as is required by the license.  
557     It is in /usr/doc/xinetd/copyright.
558   * Created /usr/doc/README.samba which describes a fix/workaround to the
559     xinetd/nmdb bug (#20705 and #17907).
560   * No longer provides a default xinetd.conf.  It is nearly impossible to
561     generate one that will work on all systems, and still provides
562     useful services.  The user now has the choice of keeping the current
563     configuration, or converting inetd.conf.
564     This fixes half of bug #10059. :)
565
566  -- Norbert Veber <nveber@debian.org>  Tue, 9 June 1998 22:18:25 -0500
567
568 xinetd (2.2.1-3.1) non-free; urgency=low
569
570   * Developer back to Boris.
571
572  -- Adam Heath <adam.heath@usa.net>  Sun, 15 Mar 1998 15:33:59 -0500
573
574 xinetd (2.2.1-3) non-free; urgency=low
575
576   * Changed distribution.
577   * Bug#16310 fixed previously.
578
579  -- Adam Heath <adam.heath@usa.net>  Sat, 14 Mar 1998 03:31:50 -0500
580
581 xinetd (2.2.1-2) unstable; urgency=low
582
583   * Fixes lintian bugs.
584
585  -- Adam Heath <adam.heath@usa.net>  Mon,  9 Mar 1998 19:33:00 -0500
586
587 xinetd (2.2.1-1) unstable; urgency=low
588
589   * New upstream version
590
591  -- Adam Heath <adam.heath@usa.net>  Wed, 31 Dec 1997 02:53:10 -0500
592
593 xinetd (2.1.7-3.1) unstable; urgency=low
594
595   * Compiled for libc6
596
597  -- Adam Heath <adam.heath@usa.net>  Tue, 30 Dec 1997 17:50:01 -0500
598
599 xinetd (2.1.7-3) unstable; urgency=low
600
601    Changed preinst to ask if xinetd will be 
602     set up to load at boot time.
603
604  -- "Boris D. Beletsky" <borik@isracom.co.il>  Tue, 31 Oct 1996 23:13:34 +0200
605
606 xinetd (2.1.7-2) unstable; urgency=low
607
608    fixed bug #5022 (thks to llucius@millcomm.com)
609
610  -- "Boris D. Beletsky" <borik@isracom.co.il>  Tue, 29 Oct 1996 03:23:24 +0200
611
612 xinetd (2.1.7-1) unstable; urgency=low
613
614    * first release
615
616  -- "Boris D. Beletsky" <borik@isracom.co.il>  Sun, 23 Oct 1996 07:45:14 +0200