File: changelog

package info (click to toggle)
netdiag 1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,544 kB
  • ctags: 2,166
  • sloc: ansic: 23,629; sh: 5,544; makefile: 329; awk: 130
file content (492 lines) | stat: -rw-r--r-- 17,180 bytes parent folder | download
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
netdiag (1.1-2) unstable; urgency=low

  * Moved diagperm to examples, it is outdated and wasn't used much anyway.
  * Fix FTBFS with clang due to "wrong main declaration" error in
    tcpspray.
    Patch by Arthur Marble <arthur@info9.net> (Closes: #722016, #748632)
  * Fixed forward declaration in netwatch. (Closes: #751495)
  * Use autotools-dev to update config.{sub,guess} for new architectures.
    Patch by Logan Rosen <logan@ubuntu.com> (Closes: #734538)
  * Bumped Standards-Version to 3.9.6, no changes needed.
  * Use build flags as provided by buildtools.

 -- Michael Meskes <meskes@debian.org>  Wed, 05 Nov 2014 09:18:00 +0100

netdiag (1.1-1) unstable; urgency=high

  * Removed strobe because its license is not DFSG-free. (Closes: #686580)

 -- Michael Meskes <meskes@debian.org>  Fri, 19 Oct 2012 11:08:54 +0200

netdiag (1.0-20) unstable; urgency=low

  * Added Brazilian Portuguese debconf translation. (Closes: # 668102)
  * Bumped Standards-Version to 3.9.3, no changes needed.
  * Added required force-reload option to init script.

 -- Michael Meskes <meskes@debian.org>  Mon, 23 Apr 2012 13:26:20 +0200

netdiag (1.0-19) unstable; urgency=low

  * Fixed incorrect naming in init script.

 -- Michael Meskes <meskes@debian.org>  Thu, 12 Jan 2012 12:47:22 +0100

netdiag (1.0-18) unstable; urgency=low

  * Remove auto-generated files from netwatch directory instead of patching
    them.
  * Added recommended targets to rules file.
  * Re-create config.sub and config.guess when building tcpblast.
  * Do not define HOME in tcpblast Makefile because it breaks ccache.
    (Closes: #653134)
  * Implement status option for init script.

 -- Michael Meskes <meskes@debian.org>  Thu, 12 Jan 2012 10:45:31 +0100

netdiag (1.0-17) unstable; urgency=low

  * Added Danish debconf translations. (Closes: #628213)
  * Bumped Standards-Version to 3.9.2, no changes needed.

 -- Michael Meskes <meskes@debian.org>  Thu, 09 Jun 2011 15:30:38 +0200

netdiag (1.0-16) unstable; urgency=low

  * Set compiler flag to activate IPv6 for tcpspray.

 -- Michael Meskes <meskes@debian.org>  Thu, 24 Feb 2011 10:03:00 +0100

netdiag (1.0-15) unstable; urgency=low

  * Added patch to fix handling of descriptor sets. (Closes: #613557) - thanks
    to Mats Erik Andersson <mats.andersson@gisladisker.se>
  * Added patch to implement IPv6 for strobe. (Closes: #610452)  - thanks 
    to Mats Erik Andersson <mats.andersson@gisladisker.se>

 -- Michael Meskes <meskes@debian.org>  Tue, 22 Feb 2011 15:51:34 +0100

netdiag (1.0-14) unstable; urgency=low

  * Re-packaged using separated patches.
  * Bumped Standards-Version to 3.9.1, no changes needed.
  * Added patch to make netload work on GNU/kFreeBSD and fix some bugs along
    the way. (Closes: #608300) - thanks to Mats Erik Andersson
    <mats.andersson@gisladisker.se>
  * Added patch to add IPv6 support to tcpspray. (Closes: #613057) - thanks to
    Mats Erik Andersson <mats.andersson@gisladisker.se>

 -- Michael Meskes <meskes@debian.org>  Wed, 16 Feb 2011 13:06:54 +0100

netdiag (1.0-13) unstable; urgency=low

  * Applied patch by James Westby <james.westby@canonical.com> to make open(2)
    usage standard conform, closes: #507213
  * Updated Japanese debconf translation, closes: #510898
  * Made init script not call itself.

 -- Michael Meskes <meskes@debian.org>  Tue, 13 Jan 2009 15:57:48 +0100

netdiag (1.0-12) unstable; urgency=low

  * Fixed compilation with gcc 4.4, closes: #504833
  * Added Italian debconf translation, closes: #505810

 -- Michael Meskes <meskes@debian.org>  Sun, 16 Nov 2008 12:12:04 +0100

netdiag (1.0-11) unstable; urgency=low

  * Added Swedish debconf translation, closes: #503605

 -- Michael Meskes <meskes@debian.org>  Sun, 02 Nov 2008 16:01:35 +0100

netdiag (1.0-10) unstable; urgency=low

  * Do not link trafshow against libslang2, closes: #503006
  * Updated standards version to 3.8.0, no changes needed.

 -- Michael Meskes <meskes@debian.org>  Wed, 22 Oct 2008 14:00:58 +0200

netdiag (1.0-9) unstable; urgency=low

  * Applied patch by Martin Guy <martinwguy@yahoo.it> to fix alignment problems
    on arm, closes: #501596

 -- Michael Meskes <meskes@debian.org>  Thu, 09 Oct 2008 18:11:14 +0200

netdiag (1.0-8) unstable; urgency=low

  * Removed bashisms in diagoerm, closes: #465010
  * Removed comments from tcpblast.8 that confused lintian.
  * Clarified copyright file a little bit.

 -- Michael Meskes <meskes@debian.org>  Mon, 11 Feb 2008 10:32:14 +0100

netdiag (1.0-7) unstable; urgency=low

  * Reorganized package a little bit.
  * Correctly remove configure generated files in clean target.
  * Made package lintian clean.
  * Bumped Standards-Version to 3.7.3, no changes needed.

 -- Michael Meskes <meskes@debian.org>  Thu, 27 Dec 2007 11:29:23 +0100

netdiag (1.0-6) unstable; urgency=low

  * statnet used to accept signals only after a key was pressed
    this behaviour was corrected

 -- Michael Meskes <meskes@debian.org>  Mon, 01 Oct 2007 13:32:36 +0200

netdiag (1.0-5) unstable; urgency=low

  * Fixed restart target in init script, closes: #442197
  * Really clean up tcpblast in clean target, closes: #442686
  * Move statnet client to /usr/bin.

 -- Michael Meskes <meskes@debian.org>  Sun, 16 Sep 2007 16:08:27 +0200

netdiag (1.0-4) unstable; urgency=low

  * Added Spanish debconf template, closes: #440998

 -- Michael Meskes <meskes@debian.org>  Mon, 10 Sep 2007 14:36:53 +0200

netdiag (1.0-3) unstable; urgency=low

  * Removed strip option in strobe, trafshow, tcpblast, closes: #437611
  * Updated menu file to use "Applications" instead of "Apps".
  * Updated several po files that got mangled.

 -- Michael Meskes <meskes@debian.org>  Wed, 15 Aug 2007 17:05:55 +0200

inetdiag (1.0-2) unstable; urgency=low

  * diagperm now uses dpkg-statoverride, closes: #321059
  * also fixed some more bugs in diagperm.
  * Added init script to start statnetd, the data collector daemon and a
    debconf question whethere it should be started at boot time.
  * Added mini manpage for checkint fixing the last lintian complaint

 -- Michael Meskes <meskes@debian.org>  Mon, 30 Jul 2007 12:38:29 +0200

netdiag (1.0-1) unstable; urgency=low

  * There is no version 0.* software in netdiag anymore, thus I decided to go
    to version 1.0 for the package.
  * Install netwatch.conf example, closes: #78972
  * Install diagperm manpage.
  * New upstream version for netload

 -- Michael Meskes <meskes@debian.org>  Fri, 27 Jul 2007 17:28:42 +0200
netdiag (0.9-1) unstable; urgency=low

  * New upstream version for netload
  * Added missing build-depends, closes: #430168

 -- Michael Meskes <meskes@debian.org>  Wed, 11 Jul 2007 15:38:05 +0200

netdiag (0.8-2) unstable; urgency=low

  * Updated config.sub and config.guess, closes: #430094
  * Set compat level to 5.

 -- Michael Meskes <meskes@debian.org>  Fri, 22 Jun 2007 19:14:43 +0200

netdiag (0.8-1) unstable; urgency=low

  * New maintainer, closes: #418791
  * Acknowledge all changes, closes: #12254, #23183, #321063, #364208, #412777
  * Made diagperm more user friendly, closes: #71992
  * Added newer version of trafshow, closes: #12534, #381993
  * Added latest version of netwatch, closes: #16264, #31603, #40558, #121541
  * Added latest version of statnet, closes: #7794, #12306, #400358
  * Added latest version of tcpblast
  * Added latest version of netload, closes: #192389
  * Tweaked output of netload slightly, closes: #192390
  * Updated copyright file
  * Applied patch against unaligned accesses to netwatch and statnetd,
    closes: #415166
  * Fixed install paths

 -- Michael Meskes <meskes@debian.org>  Tue, 19 Jun 2007 16:32:48 +0200

netdiag (0.7-8) unstable; urgency=low

  * Acknowledge NMUs
  * Patch netload to work with 2.6 kernels

 -- Robert Woodcock <rcw@debian.org>  Mon, 05 Mar 2007 07:52:29 -0800

netdiag (0.7-7.2) unstable; urgency=low

  * NMU
  * Patch from Remi Denis-Courmont fixing tcpspray to kill background
    processes if the foreground process dies. Closes: #12254
  * Current standards version.
  * Remove netload from the binary package as it will not work with 2.6
    kernels. Closes: #23183
  * Patch from Justin Pryzby fixing bad indentation in tcpspray man page.
    Closes: #364208

 -- Joey Hess <joeyh@debian.org>  Tue, 27 Feb 2007 20:52:41 -0500

netdiag (0.7-7.1) unstable; urgency=low

  * Don't set DESTDIR when building strobe, avoids strobe trying to read
    services file from build directory, a potential security hole, and lets it
    read /usr/lib/netdiag/strobe.services. Also disable reading of
    strobe.services from current directory. Closes: #206905
  * Fix FTBFS with gcc 4.0, patch from Andreas Jochens. Closes: #287749
  * Disable "call home" code in netwatch. Closes: #317259
  * List all the programs in the package description. Closes: #221950
  * Make trafshow support (not complain about) systems with raw wifi
    interfaces by adding ARPHRD_IEEE80211 to the list of families that
    are passed through unprocessed. Closes: #296526

 -- Joey Hess <joeyh@debian.org>  Wed,  3 Aug 2005 03:17:57 -0400

netdiag (0.7-7) unstable; urgency=low

  * Recent libc6-dev update broke <linux/udp.h> (#207200), which broke
    netwatch. Massaged headers a bit, closes: #208140
  * Also patched netwatch to use tmpfile() instead of tmpnam() when building
    warnings.

 -- Robert Woodcock <rcw@debian.org>  Mon,  1 Sep 2003 00:09:16 -0700

netdiag (0.7-6) unstable; urgency=low

  * Missed m4 in Build-Depends in the last upload, closes: #190793

 -- Robert Woodcock <rcw@debian.org>  Fri, 25 Apr 2003 19:10:26 -0700

netdiag (0.7-5) unstable; urgency=low

  * Added Build-Depends, closes: #190493
  * Corrected an error in the netload manpage, closes: #128382
  * Misc. policy-related cleanups

 -- Robert Woodcock <rcw@debian.org>  Thu, 24 Apr 2003 16:28:37 -0700

netdiag (0.7-4) unstable; urgency=low

  * Applied Ralf Doering's patch to fix tcpblast's -p option, closes: #97572
  * Includes additional symlink for statnetd.1.gz manpage, closes: #99583
  * netwatch.c needs #include <time.h> to compile these days

 -- Robert Woodcock <rcw@debian.org>  Fri,  1 Jun 2001 11:49:44 -0700

netdiag (0.7-3) unstable; urgency=low

  * Uncommented mysterious 'to fix unaligned accesses' code in netwatch.c,
    this should let things run on sparc (thanks to Anton Blanchard of
    Linuxcare), fixes #74408
  * Added #include <getopt.h> to statnet/statnet.c and stood back in awe of
    how it managed to compile previously
  * Hacked in old ip_options headers to netwatch.h to allow compilation on
    newer glibc's. Came to the conclusion that netwatch is evil.

 -- Robert Woodcock <rcw@debian.org>  Sat, 11 Nov 2000 16:57:45 -0800

netdiag (0.7-2) unstable; urgency=low

  * Axed dependancy on netstd

 -- Robert Woodcock <rcw@debian.org>  Sat,  6 Nov 1999 15:08:03 -0800

netdiag (0.7-1) unstable; urgency=low

  * Changed maintainer field

 -- Robert Woodcock <rcw@debian.org>  Tue, 26 Oct 1999 23:44:47 -0700

netdiag (0.7-0.1) unstable; urgency=low

  * tcpspray 1.1a
  * tcpblast 19990504
  * netwatch 0.9g
  * strobe 1.06
  * statnet 3.5
  * trafshow now has a portable IPv4 checksum routine, should be portable to
    all architectures. closes: #16598
  * Fixed other .orig.tar.gz issues, strobe manpage and services file are no
    longer in the debian diff
  * netload now parses kernel 2.2.x /proc/net/dev. NOTE: this breaks
    2.0.x compatibility. Sorry. :) closes: #17034
  * Updated copyright file, added many URL's to upstream source.
    closes: #23182
  * Uses new menu format
  * Doesn't try to use SIGPWR on sparc (it doesn't exist there)
  * Added in statnetd

 -- Robert Woodcock <rcw@debian.org>  Sun, 24 Oct 1999 11:04:56 -0700

netdiag (0.6-3.2) frozen unstable; urgency=medium

  * non-maintainer sourceful upload, including patches from #29317
  * fixes serious problems with Alpha version of netwatch (code assumed long
    is 32 bits), so should go into frozen. This will also ensure that the alpha
    and i386 binaries both have source available. fixes:#30296
  * eth0 should now always be detected, hopefully. probably fixes:#30132
  * source can be unpacked without problems, so #24410 should be closed.
  * I'll probably do another NMU to fix a couple of the other bugs if the
    real maintainer doesn't react in a timely fashion.

 -- Paul Slootman <paul@debian.org>  Tue, 12 Jan 1999 09:50:13 +0100

netdiag (0.6-3.1) unstable; urgency=low

  * non-maintainer (binary-only) upload for Alpha
  * replaced 386 asm part in trafshow-1.3/csum.c with corresponding alpha
    stuff (also from the kernel). Please forward upstream! Something
    similar needs to be done for ppc, I believe.

 -- Paul Slootman <paul@debian.org>  Wed, 11 Nov 1998 20:52:21 +0100

netdiag (0.6-3) frozen unstable; urgency=low

  * recompiled against libncurses4
  * sort out source package (closes: #26913, #26086)

 -- Philip Hands <phil@hands.com>  Tue, 10 Nov 1998 17:47:15 +0000

netdiag (0.6-2) frozen unstable; urgency=low

  * remove spurious postrm (closes: #20649)
  * drop debstd, use debhelper instead.

 -- Philip Hands <phil@hands.com>  Sat, 25 Apr 1998 15:38:01 +0100

netdiag (0.6-1) unstable; urgency=low

  * new upstream versions of trafshow (1.3) and netwatch (0.7a)
  * move strobe.services into /usr/lib/netdiag 

 -- Philip Hands <phil@hands.com>  Sat, 12 Jul 1997 10:31:46 +0100

netdiag (0.5-3) unstable; urgency=low

  * trafshow: increase maximum interface name size from 4 to 14 (Bug: #11184)

 -- Philip Hands <phil@hands.com>  Sat, 12 Jul 1997 10:31:46 +0100

netdiag (0.5-2) unstable; urgency=low

  * stop diagperm setting perms for tcpdump (Bug #10554)
  * change trafwatch to trafshow in description (Bug #9854)

 -- Philip Hands <phil@hands.com>  Thu, 26 Jun 1997 11:47:08 +0100

netdiag (0.5-1) unstable; urgency=low

  * update for strobe (Bug #9069)
  * update for netwatch
  * update for trafshow
  * write netwatch man page to match new version(Bug #8820)
  * fix typo in tcpblast man page (Bug #8891)

 -- Philip Hands <phil@hands.com>  Thu, 19 Jun 1997 10:25:51 +0100

netdiag (0.4-3) unstable; urgency=low

  * Adds 4 menu items into the debian menus

 -- Christoph Lameter <clameter@debian.org>  Sat, 14 Dec 1996 18:57:54 -0800

netdiag (0.4-2) unstable; urgency=low

  * files made to be owned by group root
  * diagperm fixed. Made to work without suidmanager for those
    who want to run the script after each update.

 -- Christoph Lameter <clameter@debian.org>  Sun, 8 Dec 1996 19:17:38 -0800

netdiag (0.4-1) unstable; urgency=low

  * Update for tcpblast
  * New tool netload
  * Some tools move to /usr/bin
  * Manpage written for netload and diagperm
  * suidmanager used by diagperm script

 -- Christoph Lameter <clameter@debian.org>  Sat, 7 Dec 1996 21:14:10 -0800

netdiag (0.3-3) unstable; urgency=low

  * memory allocation problem in strobe fixed.

 -- Christoph Lameter <clameter@debian.org>  Sun, 10 Nov 1996 15:44:46 -0800

netdiag (0.3-2) unstable; urgency=low

  * debmake: compressed manpage, doc, location of copyright etc

 -- Christoph Lameter <clameter@debian.org>  Tue, 22 Oct 1996 18:20:49 -0700

netdiag (0.3-1) unstable; urgency=low

  * upgrade netwatch to 0.5
  * include tcpblast (no manpage so far)

 -- Christoph Lameter <clameter@debian.org>  Tue, 1 Oct 1996 09:00:00 -0800

netdiag (0.2-9) unstable; urgency=medium

  * diagperm made relative links to ../sbin instead of ../../sbin

 -- Christoph Lameter <clameter@debian.org>  Tue, 1 Oct 1996 09:00:00 -0800

netdiag (0.2-8) unstable; urgency=medium

  * diagperm makes symlinks in /usr/local/bin and not in /usr/bin in order
    not to interfere with debian packaging system.

 -- Christoph Lameter <clameter@debian.org>  Wed, 25 Sep 1996 09:00:00 -0800

netdiag (0.2-7) unstable; urgency=medium

  * diagperm moved to /usr/sbin,
  * Execute perms for changelog.debian removed

 -- Christoph Lameter <clameter@debian.org>  Wed, 18 Sep 1996 09:00:00 -0800

netdiag (0.2-6) unstable; urgency=medium

  * Binaries moved from /usr/bin to /usr/sbin

 -- Christoph Lameter <clameter@debian.org>  Wed, 11 Sep 1996 09:00:00 -0800

netdiag (0.2-5) unstable; urgency=high

  * Documentation in /usr/doc/netdiag was not up to date
  * postrm script removed

 -- Christoph Lameter <clameter@debian.org>  Tue, 10 Sep 1996 09:00:00 -0800

netdiag (0.2-4) unstable; urgency=high

  * All netdiag commands are only accessible from root.
    A script is provided in /usr/doc/netdiag to make commands related
    to network diagnostics executable by a selectable group.

 -- Christoph Lameter <clameter@waterf.org>  Tue, 10 Sep 1996 09:00:00 -0800

netdiag (0.2-3) unstable; urgency=high

  * The Netdiag commands are now only accessible from groupmembers of
    group adm (security)

 -- Christoph Lameter <clameter@waterf.org>  Thu, 5 Sep 1996 09:00:00 -0800

netdiag (0.2-2) unstable; urgency=low

  * Made netdiag depend on netbase and netstd

 -- Christoph Lameter <clameter@waterf.org>  Wed, 4 Sep 1996 09:00:00 -0800

netdiag (0.2-1) unstable; urgency=low

  * Added trafwatch and netwatch

 -- Christoph Lameter <clameter@waterf.org>  Sat, 31 Aug 1996 14:51:46 -0800