summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 6dbd887c615f74bf23c6e99c0fbdc9a06930a027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
inetutils (2:1.4.2+20040207-6) unstable; urgency=low

  * Change Build-Depends to 'libreadline5-dev | libreadline-dev' from
    'libreadline4-dev'. (Closes: #326343)
  * Fix FSF address in debian/copyright.
  * Fix invalid cast from pointer to int. That will cause problems on
    64-bit architectures. (Closes: #318752)
    Thanks to Dann Frazier <dannf@hp.com>.
  * Fix bashisms.
    - inetutils-syslogd.prerm: Fix improper use of -a in test.
    - inetutils-inetd.prerm: Likewise.
    - inetutils-syslogd.postinst: Likewise.

 -- Guillem Jover <guillem@debian.org>  Mon, 12 Sep 2005 07:41:53 +0300

inetutils (2:1.4.2+20040207-5) unstable; urgency=low

  * Fix the Subversion repository URL.
  * Set Maintainer to pkg-inetutils, move Jeff Bailey to Uploaders
    and remove Robert Millan now that he has retired.
  * Add a watch file.
  * Now using Standards-Version 3.6.2 (no changes needed).
  * Use new DEB_HOST_ARCH_OS variable.
  * Fix FTBFS with gcc-4.0. (Closes: #300080)
    - debian/patches/40_gcc-4.0.patch: New file.
    Thanks to Andreas Jochens <aj@andaco.de>.
  * Change source and Linux binary packages Priority to extra.
    (Closes: #205487, #249440, #266666, #290700)

 -- Guillem Jover <guillem@debian.org>  Sun, 17 Jul 2005 09:18:15 +0300

inetutils (2:1.4.2+20040207-4) unstable; urgency=low

  [ Robert Millan ]
  * Unify priority as 'optional' for source package (since there's only one),
    and override it in the binary packages.
    - control.in
  * Use standard autotools.mk, since my patch was merged in cdbs.
    - control.in (Build-Depends): Set cdbs (>= 0.4.15)
    - autotools.mk: Nuked.
    - rules
  * Make inetutils-tools provide net-tools on non-Linux. (Closes: #262189)
    - control.in
    - rules

  [ Guillem Jover ]
  * Do not install ping6 on systems not supporting IPv6. (Closes: #273962)
    - debian/inetutils-ping.install: Do not install ping6, that is handled ...
    - debian/rules: ... here. If ping6 is found install it to /bin.
  * Clean the net-tools Provides generation.
    - debian/control.in: Delete the line instead of replacing with a token to
      be greped out later.
  * Exclude /bin/ping6 from dh_fixperms so it remains suid root.
  * Only use one sed(1) per invokation.
  * Make references to Debian, system neutral.
  * Declare DEB_AUTO_UPDATE_ACLOCAL.
  * Make inetutils-telnet provide telnet-client instead of telnet.

 -- Guillem Jover <guillem@debian.org>  Fri,  1 Oct 2004 14:15:35 +0200

inetutils (2:1.4.2+20040207-3) unstable; urgency=low

  * Fix syslogd startup warnings.
    - debian/inetutils-syslogd.dirs: New file. Create /var/log/news.
    - debian/inetutils-syslogd.init: Create /dev/xconsole.
  * Policy does not allow multiline Build-Depends:
    - debian/control (Build-Depends): Merge lines.
  * Add IPv6 support. (Closes: #205695)
    - debian/patches/30_ipv6.patch: New file.
    - As a side effect allow port numbers on inetd.conf. (Closes: #236942)
    - And fix telnet resolving to 0.0.0.0 when trying to connect to a non
      existent hostname. (Closes: #234718)
    Thanks to Jeroen Dekkers <jeroen@dekkers.cx>.
  * Fix syslogd not forwarding to remote hosts. (Closes: #215922)
    - debian/patches/25_fix_net_fwd.patch: New file.
    Thanks to Anthony Awtrey <tony@idealcorp.com>.
  * debian/control (inetutils-ping): Stop providing netkit-ping.
    (Closes: #255824)
  * debian/copyright: Added Subversion repo address. Cleaning.
  * debian/control: Add dependencies to syslogd. (Closes: #255867)
  * Fix Section and Priority for Linux based systems.
    (Closes: #249440, #205487)
  * Now using Standards-Version 3.6.1 (no changes needed).

 -- Guillem Jover <guillem@debian.org>  Fri, 13 Aug 2004 11:10:36 +0200

inetutils (2:1.4.2+20040207-2) unstable; urgency=low

  * control (Build-Depends): Add bison and zlib1g-dev. (Closes: #232051)

 -- Robert Millan <rmh@debian.org>  Wed, 11 Feb 2004 00:32:56 +0100

inetutils (2:1.4.2+20040207-1) unstable; urgency=low

  * New upstream snapshot.
    - Upgraded to use autoconf 2.58. (Closes: #223706)
    - Fixes ping paquet size bug. (Closes: #216696)
    - Synced patches against latest upstream source.
  * Fixes buffer overflow problem in ftp. (Closes: #212612) [guillem]
    - debian/patches/024_ftp_overflow.patch: New file.
      Thanks to John Hasler <john@dhh.gt.org>.
  * Now use current gcc: [rmh]
    - debian/control (Build-Depends): Nuked gcc-3.2.
    - debian/rules: Nuked CC=gcc-3.2 hack.
  * Fix lame FTBFS bug. (Closes: #219105, #219365, #221048, #221682)
    - debian/control (Build-Depends): Add automake1.8. New upstream required
      automake 1.8.
    - debian/rules (DEB_AUTO_UPDATE_AUTOMAKE): Likewise. [guillem]
    - debian/control (Build-Depends): Add autoconf.
    - debian/control (Build-Conflicts): Add autoconf2.13. [rmh]
  * Fix the ifconfig mess: (Closes: #219280, #219904, #222348)
    - debian/rules: Renamed the ifconfig binary to not collide with net-tool's
      ifconfig. [guillem]
    - debian/control (inetutils-tools): Temporarily disable net-tools Provides,
      untill we have a working ifconfig/route. [rmh]
      Change the package description to note that it is an experimental
      package. [guillem]
  * debian/control (Uploaders): Put it on one line as some tools cannot cope
    with multi-line declarations. [guillem]
  * debian/control (Build-Depends): Added a missing coma. [guillem]

 -- Guillem Jover <guillem@debian.org>  Tue, 10 Feb 2004 03:32:03 +0100

inetutils (2:1.4.2+20031022-1) unstable; urgency=low

  * New upstream snapshot.
    - patches/21_syslogd.c.patch: Nuked (merged upstream).
  * Merged simple-patchsys.mk into cdbs.
    - simple-patchsys-modified.mk: Nuked.
    - rules: Replace debian/simple-patchsys-modified.mk with
      /usr/share/cdbs/1/rules/simple-patchsys.mk.
    - control (Build-Depends): Set cdbs (>= 0.4.13).
  * Using cdbs auto-update feature for autothings.
    - patches/99_autothings_regen.patch: Nuked.
    - rules: Declare DEB_AUTO_UPDATE_{AUTOMAKE,AUTOCONF}.
    - autotools.mk: New. Incorporate feature from bug #217131 (untill merged).
    - rules: Replace /usr/share/cdbs/1/class/autotools.mk with
      debian/autotools.mk.
  * New package, inetutils-tools.
    - patches/23_ifconfig_enable.patch: New. Enable ifconfig in Makefile.am.
    - inetutils-tools.install: New. Install ifconfig.
    - control: Sort packages alphabeticaly (I'm picky sometimes).
    - control: Add inetutils-tools.
  * Workaround cpp-3.3 breakness in ifconfig/options.c.
    - control (Build-Depends): Add gcc-3.2.
    - rules: Set CC = gcc-3.2.
  * Fix weird FTBFS. CDBS wanted to run the install/foo :: rules _before_
    actualy running the generic install rule in $(DEB_SRCDIR)/Makefile.
    - rules: Move all the install/foo :: rules to be placed after the CDBS
    included headers.

 -- Robert Millan <rmh@debian.org>  Thu, 23 Oct 2003 06:36:17 +0200

inetutils (2:1.4.2+20030703-8) unstable; urgency=low

  * debian/patches/inetd_pidfile.patch: Renamed to ...
  * debian/patches/20_inetd_pidfile.patch: ... this. (Closes: #208595)
    - The PATH_INETDPID macro was not correctly expanded.
    - Append PATHDEF_INETDPID to INCLUDES so the code can see it.
      Thanks Chris McRaven <cpmcraven@ou.edu>.
  * debian/patches/syslogd.c.patch: Renamed to ...
  * debian/patches/21_syslogd.c.patch: ... this.
  * debian/patches/22_syslogd_conf.patch: Added a configuration file.
    (Closes: #208336)
  * debian/inetutils-syslogd.install: Added conffile.
  * debian/patches/99_authothings_regen.patch: Regenerate all autothings
    because patches 20 and 22 modify some Makefile.am.

  * debian/control:
    - Added myself to Uploaders.
    - Removed Jeff Bailey redundant entry in Uploaders.
    - Beautification of some descriptions.
  * debian/rules:
    - Move tarball.mk to the beginning so config.status is not rebuilt for
      no reason (Closes: #207751). Thanks Julian Gilbey <jdg@debian.org>.
    - Renamed inetd binary to inetutils-inetd to cope with removed but not
      purged netkit-inetd init.d script.
      (Closes: #210258, #207561, #210266)
  * debian/inetutils-inetd.install: Renamed inetd binary.
  * debian/inetutils-{inetd,syslogd}.init:
    - Adapted comments remaining from skeleton scripts (Closes: #212166).
    - Added reload support (Closes: #212167).
    - Added --oknodo options to start, stop and restart (Closes: #212163).
  * debian/inetutils-inetd.prerm:
    - Stop inetd using the misplaced pid file from buggy revisions -4 to -7.
    - Conditionally remove /PATH_INETDPID pid file.
  * debian/inetutils-syslogd.postinst: Fix wrong priority for init script.
    (Closes: #207105). Thanks Julian Gilbey <jdg@debian.org>.
  * debian/inetutils-syslogd.logrotate: Added log rotation facilities,
    stolen from syslog-ng (Closes: #206573, #212237).

  * Added ftp, telnet and talk alternatives:
    (Closes: #205493, #205495, #210683)
    - debian/control: Removed Conflicts on inetutils-telnet.
    - debian/rules: Renamed the binaries and manpages inserting inetutils-
      to the file names.
    - debian/inetutils-{ftp,telnet,talk}.manpages: Likewise.
    - debian/inetutils-{ftp,telnet,talk}.install: Likewise.
    - debian/inetutils-{ftp,telnet,talk}.{postinst,prerm}: Added call
      to update-alternatives.

 -- Guillem Jover <guillem@debian.org>  Sun, 19 Oct 2003 21:02:39 +0200

inetutils (2:1.4.2+20030703-7) unstable; urgency=low

  * debian/patches/inetd_pidfile.patch: Misc fixes.
  * debian/inetutils-inetd.prerm:
    - s/syslogd/inetd/g fix in comment.
    - kill stale /usr/sbin/inetd processes (due to bug #207066).
    - exit safely instead of replacing /etc/init.d/inetutils-inetd.
      (Closes: #207066)

 -- Robert Millan <rmh@debian.org>  Fri, 29 Aug 2003 13:37:18 +0000

inetutils (2:1.4.2+20030703-6) unstable; urgency=low

  * debian/control: inetutils-ftpd: Provides and Conflicts with ftp-server.
    (Closes: #207427)
  * debian/patches/inetd_pidfile.patch: New. Create pidfile. (Closes: #207209)
  * debian/inetutils-syslogd.{postinst,prerm}: New. Forgot to add these in
    last upload. (Closes: #207292)
  * debian/control: inetutils-telnetd: Provides and Conflicts with
    telnet-server. (Closes: #207496)
  * debian/inetutils-inetd.prerm: New. Add kludge to workaround bug #207209 so
    that inetutils-inetd will upgrade without failure.

 -- Robert Millan <rmh@debian.org>  Thu, 28 Aug 2003 16:50:28 +0000

inetutils (2:1.4.2+20030703-5) unstable; urgency=low

  * debian/control: Bumped debhelper to >= 4.1.0 (needed by debhelper.mk).
  * debian/rules: Install ping in /bin with 4755 perms. (Closes: #206584)
  * debian/inetutils-ftp{d,}.manpages: New. Do the obvious. (Closes: #206951)
  * Below changes by Julian Gilbey:
  * debian/inetutils-syslogd.init: Fixed wrong pidfile location.
    (Closes: #206754)
  * debian/inetutils-syslogd.{postinst,prerm}: New. Add kludge to workaround
    bug #206754 so that inetutils-syslogd will upgrade without failure.
  * debian/patches/syslogd.c.patch: Fix whitespace parsing in syslogd.
    (Closes: #206740)
  * debian/rules: Added patch system (simple-patchsys.mk).
  * debian/simple-patchsys-modified.mk: New. Fix a bug in the file from
    cdbs (keep untill merged).
  * debian/control: Set versioned depends to avoid a bug in older cdbs.
    (Closes: #206731)

 -- Robert Millan <rmh@debian.org>  Sun, 24 Aug 2003 17:50:02 +0000

inetutils (2:1.4.2+20030703-4) unstable; urgency=low

  * debian/control:
    - inetutils-talkd Conflicts with talkd. (Closes: #205723)
    - inetutils-ftp Conflicts with ftp. (Doesn't really fix #205493)
    - inetutils-telnet Conflicts with telnet. (Doesn't really fix #205495)
  * debian/inetutils-inetd.init: Added. (Closes: #206566)
  * debian/inetutils-syslogd.init: Added. (Reduces #206573 to wishlist)

 -- Robert Millan <rmh@debian.org>  Thu, 21 Aug 2003 18:41:23 +0000

inetutils (2:1.4.2+20030703-3) unstable; urgency=low

  * Fixed all that "Conflicts" mess. (Closes: #205488)
    - Not providing /usr/bin/logger for now (dh_install rename to glogger?).
    - inetutils-syslogd: Provides and Conflicts with system-log-daemon.
    - inetutils-ping: Provides and Conflicts with ping.
    - inetutils-inetd: Provides inetd, Conflicts with inetd, netkit-inetd.
  * inetutils-ping: (hack) temporarily provide netkit-ping to work around
    hardcoded dependency in netbase. Revert this ASAP.
  * inetutils-inetd: (hack) temporarily provide netkit-inetd to work around
    hardcoded dependency in netbase. Revert this ASAP.

 -- Robert Millan <rmh@debian.org>  Wed, 20 Aug 2003 19:10:30 +0200

inetutils (2:1.4.2+20030703-2) unstable; urgency=low

  * Dummy upload to force autobuilders take it.

 -- Robert Millan <rmh@debian.org>  Thu, 14 Aug 2003 16:46:46 +0200

inetutils (2:1.4.2+20030703-1) unstable; urgency=low

  * Add myself to Uploaders.
  * New upstream snapshot. (Closes: #194458)
  * Bump package version to include the release number.
  * Removed "inetutils-whois" package, already in debian.
  * Fixed in previous, non-uploaded entries. (Closes: #194456, #153457)

 -- Robert Millan <rmh@debian.org>  Thu,  3 Jul 2003 02:17:23 +0200

inetutils (1:20030701-1) unstable; urgency=low

  * Convert to cdbs.

  * Man files go in share/man (Closes: #153457)
    Thanks to Guillem Jover <guillem.jover@menta.net>

  * Update to Standards-version 3.5.10 (No changes needed)

 -- Jeff Bailey <jbailey@nisa.net>  Tue,  1 Jul 2003 10:30:01 -0400

inetutils (1:20020821-1) unstable; urgency=low

  * New maintainer
  * Packaging converted to dbs, updated to debhelper 4

 -- Jeff Bailey <jbailey@nisa.net>  Wed, 21 Aug 2002 23:24:33 -0400

inetutils (1:20010817-2) unstable; urgency=low

  * Massive redo of Debian file.
  * New maintainer

 -- Jeff Bailey <jbailey@nisa.net>  Tue, 02 Oct 2001 11:19:28 -0400

inetutils (1:20010817) unstable; urgency=low

  * New upstream version, snapshot from CVS.
  * Add Provides/Conflicts/Replaces whois, because it contains now a whois
    program.

 -- Marcus Brinkmann <brinkmd@debian.org>  Fri, 17 Aug 2001 16:41:49 +0200

inetutils (1.3.2-8) unstable; urgency=low

  * Recompiled to fix ncurses compat issue.

 -- Marcus Brinkmann <brinkmd@debian.org>  Fri,  8 Oct 1999 00:45:37 +0200

inetutils (1.3.2-7) unstable; urgency=low

  * debian/tcp_wrappers: Remove directory.
  * debian/rules (inetutils): Remove tcp_wrappers.
  * debian/control (inetutils): Depend on tcpd.

 -- Marcus Brinkmann <brinkmd@debian.org>  Sun,  5 Sep 1999 15:29:28 +0200

inetutils (1.3.2-6) unstable; urgency=low

  * syslogd/syslogd.conf: A lot of changes. See upstream changelog for
    details. The config file format is now compatible to the Linux version.
  * debian/talkd/postinst: s/nobody.tty/nobody/. Our inetd does not
    understand the user.group notation.

 -- Marcus Brinkmann <brinkmd@debian.org>  Fri,  6 Aug 1999 04:34:11 +0200

inetutils (1.3.2-5) unstable; urgency=low

  * debian/rules: Add directory $(PREFIX)include to inetutils.

 -- Marcus Brinkmann <brinkmd@debian.org>  Sun, 16 May 1999 20:56:43 +0200

inetutils (1.3.2-4) unstable; urgency=low

  * debian/inetutils/prerm: Fix syntax error (reported by Roland McGrath).

 -- Marcus Brinkmann <brinkmd@debian.org>  Sun, 16 May 1999 19:17:43 +0200

inetutils (1.3.2-3) unstable; urgency=low

  * debian/tcp_wrappers: New directory.
  * debian/rules: Add tcp_wrappers to inetutils package.

 -- Marcus Brinkmann <brinkmd@debian.org>  Sun, 16 May 1999 16:17:43 +0200

inetutils (1.3.2-2) unstable; urgency=low

  * inetutils: Add a simple tcpd dummy (reported by Roland McGrath).

 -- Marcus Brinkmann <brinkmd@debian.org>  Sun, 16 May 1999 00:52:03 +0200

inetutils (1.3.2-1) unstable; urgency=low

  * Initial Release.

 -- Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>  Wed,  3 Feb 1999 15:53:32 +0100