Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 18 | Rev 21 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18 magnus 1
oidentd (2.0.8-9) unstable; urgency=low
2
 
3
  * Correct Vcs-Svn URL.
19 magnus 4
  * Bump Standards-Version to 3.9.7.
18 magnus 5
 
19 magnus 6
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 27 Mar 2016 19:21:06 +0200
18 magnus 7
 
4 magnus 8
oidentd (2.0.8-8) unstable; urgency=low
9
 
10
  * New maintainer (Closes: #695125).
5 magnus 11
  * Change source format to 3.0 (quilt), using the "automagic" dh instead
12
    of CDBS.
13
    * Put the modification of README in dont_mention_INSTALL.patch.
14
    * debian/docs: Don't mention README.Debian or ChangeLog; those are
15
      installed by default (merge the README.Debian in the root of the
16
      source package into the one in debian/).
13 magnus 17
    * Raise debhelper compat level to 9 to get default build flags
18
      automatically.
6 magnus 19
  * Override the license-problem-gfdl-invariants Lintian errors; the
20
    license notice doesn't use the standard wording but it should be clear
21
    that there are no invariant sections nor front or back cover texts.
9 magnus 22
  * Replace "[ -x ... ]" with "which ... > /dev/null" in maintainer
23
    scripts.
10 magnus 24
  * Bump Standards-Version to 3.9.6.
4 magnus 25
 
14 magnus 26
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 25 Aug 2015 20:57:44 +0200
4 magnus 27
 
3 magnus 28
oidentd (2.0.8-7) unstable; urgency=medium
29
 
30
  * QA upload.
31
 
32
  [ Unit 193 ]
33
  * d/p/ftbfs-gcc5.patch: Fix a failure to build with gcc5. (Closes: #778035)
34
  * Add d/watch from Bart Martens.
35
 
36
  [ Peter Eisentraut ]
37
  * Add support for "status" action to init.d script. (Closes: #647871)
38
 
39
 -- Unit 193 <unit193@ubuntu.com>  Fri, 03 Jul 2015 06:01:08 -0400
40
 
41
oidentd (2.0.8-6) unstable; urgency=medium
42
 
43
  * QA upload.
44
  * Depend on iproute2 instead of transitional package iproute.
45
 
46
 -- Andreas Henriksson <andreas@fatal.se>  Thu, 19 Jun 2014 22:29:08 +0200
47
 
48
oidentd (2.0.8-5) unstable; urgency=low
49
 
50
  * QA upload.
51
  * Don’t ship changes to debian/ as a patch, just apply them.
52
 
53
 -- Michael Stapelberg <stapelberg@debian.org>  Tue, 04 Dec 2012 20:27:25 +0100
54
 
55
oidentd (2.0.8-4.1) unstable; urgency=low
56
 
57
  * Non-maintainer upload.
58
  * Add patch to add -P in the init script with either iproute or net-tools
59
    (Thanks Andreas Henriksson)
60
  * Add dependency on iproute | net-tools (Closes: #672926)
61
 
62
 -- Michael Stapelberg <stapelberg@debian.org>  Mon, 03 Dec 2012 23:42:59 +0100
63
 
64
oidentd (2.0.8-4) unstable; urgency=low
65
 
66
  * Bind to ipv6-socket by default as well (Closes: #533604)
67
    Patch supplied by Fabian Knittel <fabian.knittel@avona.com>
68
 
69
 -- Stefan Bauer <stefan.bauer@cubewerk.de>  Mon, 01 Mar 2010 20:27:22 +0100
70
 
71
oidentd (2.0.8-3) unstable; urgency=low
72
 
73
  * Migrating logcheck ignore database from logcheck-database package to
74
    oidentd
75
  * Adding ignore entry for daemons that required local users (Closes: #260660)
76
 
77
 -- Stefan Bauer <stefan.bauer@cubewerk.de>  Tue, 01 Sep 2009 15:53:27 +0200
78
 
79
oidentd (2.0.8-2) unstable; urgency=low
80
 
81
  * New Maintainer (Closes: #509671)
82
  * Acknowledge NMU changes
83
  * changed file source address in copyright file
84
  * removed ADDENDUM: example stanza in copyright file
85
  * fixed old fsf address in copyright file
86
  * added LSB functions to init script (Closes: #508137 #461338)
87
  * mentioned workaround in README.Debian to bind socket to ipv4 and
88
    ipv6-addresses by default  (Closes: #520134)
89
 
90
 -- Stefan Bauer <stefan.bauer@cubewerk.de>  Sat, 29 Aug 2009 16:20:38 +0200
91
 
92
oidentd (2.0.8-1.2) unstable; urgency=low
93
 
94
  * Non-maintainer upload.
95
  * Added LSB formatted dependency info in init.d script (closes: #462212)
96
 
97
 -- Peter Eisentraut <petere@debian.org>  Tue, 01 Apr 2008 22:34:32 +0200
98
 
99
oidentd (2.0.8-1.1) unstable; urgency=high
100
 
101
  * Non-maintainer upload during BSP.
102
  * Fix unconditional use of deluser in postrm (Closes: #417038).
103
 
104
 -- Luk Claes <luk@debian.org>  Thu, 17 May 2007 02:02:54 +0200
105
 
106
oidentd (2.0.8-1) unstable; urgency=low
107
 
108
  * New upstream release
109
 
110
 -- Martin Waitz <tali@debian.org>  Sun,  2 Jul 2006 01:05:50 +0200
111
 
112
oidentd (2.0.7-5) unstable; urgency=low
113
 
114
  * Don't choke on kernels without masquerade support, Closes: #354006
115
 
116
 -- Martin Waitz <tali@debian.org>  Tue,  7 Mar 2006 21:37:21 +0100
117
 
118
oidentd (2.0.7-4) unstable; urgency=low
119
 
120
  * Apply patch from Christof Douma to open netfilter file descriptors
121
    before dropping root, Closes: #266722
122
  * debian/{control,postrm,postinst}: use oident user and group for daemon,
123
    Closes: #295630
124
  * debian/postrm: don't try to remove oidentd from inet.conf
125
  * debian/control: bump Standards Version
126
 
127
 -- Martin Waitz <tali@debian.org>  Sat, 28 Jan 2006 12:51:33 +0100
128
 
129
oidentd (2.0.7-3) unstable; urgency=low
130
 
131
  * fix parsing of new ip_conntrack format, Closes: #292779
132
 
133
 -- Martin Waitz <tali@debian.org>  Sat,  5 Feb 2005 00:35:55 +0100
134
 
135
oidentd (2.0.7-2) unstable; urgency=high
136
 
137
  * urgency high because it fixes a serious bug in the copyright file.
138
  * debian/copyright: include GFDL, Closes: #292239
139
  * debian/control: update Standards-Version and description
140
  * debian/init: remove support for upgrade from version < 2
141
  * README: don't reference INSTALL, Closes: #253199
142
 
143
 -- Martin Waitz <tali@debian.org>  Fri, 28 Jan 2005 23:50:07 +0100
144
 
145
oidentd (2.0.7-1) unstable; urgency=low
146
 
147
  * New upstream release
148
  * debian/default: use -f by default, as suggested by Bug#217194
149
  * debian/default: Fix comment about /etc/oidentd_masq.conf, Closes: #226962
150
  * debian/oidentd_masq.conf: update comment
151
  * debian/rules,install: use CDBS for packaging
152
  * debian/compat: use debhelper version 4
153
  * debian/control: update Build-Depends
154
 
155
 -- Martin Waitz <tali@debian.org>  Mon, 12 Jan 2004 01:24:13 +0100
156
 
157
oidentd (2.0.5-1) unstable; urgency=low
158
 
159
  * New upstream release
160
    - includes better config parsing, Closes: #176447
161
  * Don't strip '-r' option, Closes: #176467
162
 
163
 -- Martin Waitz <tali@debian.org>  Wed, 26 Feb 2003 22:46:31 +0100
164
 
165
oidentd (2.0.4-2) unstable; urgency=low
166
 
167
  * I guess new bisons are more strict, fix .y file, Closes: #165332
168
 
169
 -- Martin Waitz <tali@debian.org>  Fri, 18 Oct 2002 20:26:54 +0200
170
 
171
oidentd (2.0.4-1) unstable; urgency=low
172
 
173
  * New upstream release
174
  * remove oidentdconfig, it's not needed any more post-woody.
175
    Closes: #139203, #145090
176
  * Add patch from Ewen McNeill to allow default router as
177
    identd proxy. Closes: #157832
178
 
179
 -- Martin Waitz <tali@debian.org>  Thu, 22 Aug 2002 19:11:42 +0200
180
 
181
oidentd (2.0.3+cvs20020603-1) unstable; urgency=high
182
 
183
  * New upstream source taken from cvs
184
    - only changes one source line, fixing a broken memory allocation
185
  * Urgency set to high because 2.0.3-1 had a lot more bugs
186
 
187
 -- Martin Waitz <tali@debian.org>  Mon,  3 Jun 2002 10:58:10 +0200
188
 
189
oidentd (2.0.3+cvs20020418-1) unstable; urgency=low
190
 
191
  * New upstream source taken from cvs
192
    - includes minor bugfixes, Closes: #115589
193
 
194
 -- Martin Waitz <tali@debian.org>  Thu, 18 Apr 2002 22:32:02 +0200
195
 
196
oidentd (2.0.3-1) unstable; urgency=low
197
 
198
  * New upstream release
199
  * debian/control: Standards-Version 3.5.6.1
200
 
201
 -- Martin Waitz <tali@debian.org>  Mon, 25 Mar 2002 01:39:45 +0100
202
 
203
oidentd (2.0.1-2) unstable; urgency=low
204
 
205
  * debian/oidentdconfig: generate better oidentd.conf
206
    this fixes one part of #116694.
207
 
208
 -- Martin Waitz <tali@debian.org>  Mon,  5 Nov 2001 00:45:45 +0100
209
 
210
oidentd (2.0.1-1) unstable; urgency=low
211
 
212
  * New upstream version
213
    - fixes -f command line argument, Closes: #113721
214
  * debian/rules: added new --enable-debug to configure
215
  * debian/control: mention IPv6 support in Description
216
 
217
 -- Martin Waitz <tali@debian.org>  Sat,  6 Oct 2001 23:18:11 +0200
218
 
219
oidentd (1.9.9.1+cvs20010921-1) unstable; urgency=low
220
 
221
  * New upstream source taken from cvs
222
    - fixes port binding, Closes: #113043
223
    - more masquarade fixes, Closes: #110540 (again ;)
224
 
225
 -- Martin Waitz <tali@debian.org>  Fri, 21 Sep 2001 15:19:27 +0200
226
 
227
oidentd (1.9.9.1-1) unstable; urgency=low
228
 
229
  * New upstream version
230
    - many bugfixes, including masquarade support, Closes: #110540
231
  * debian/rules,docs: use NEWS for changelog,
232
    include 1.x changelog in documentation
233
  * debian/copyright: updated web page location
234
 
235
 -- Martin Waitz <tali@debian.org>  Tue, 18 Sep 2001 11:11:06 +0200
236
 
237
oidentd (1.9.9+cvs20010905-1) unstable; urgency=low
238
 
239
  * New upstream source taken from cvs
240
    - uses ~/.oidentd.conf instead of ~/.oidentd_conf
241
  * #1109875 was a typo (Closes: #110975)
242
  * debian/control: set priority to extra,
243
    somehow last uploads made it optional
244
 
245
 -- Martin Waitz <tali@debian.org>  Sun,  9 Sep 2001 14:52:53 +0200
246
 
247
oidentd (1.9.9-2) unstable; urgency=low
248
 
249
  * debian/control: added bison, flex to build-depends
250
    (Closes: #110498, #1109875)
251
 
252
 -- Martin Waitz <tali@debian.org>  Tue,  4 Sep 2001 15:03:52 +0200
253
 
254
oidentd (1.9.9-1) unstable; urgency=low
255
 
256
  * New upstream version
257
    - IPv6 support, Closes: #92232
258
    - new, more flexible configuration
259
    - doesn't support inetd any more, Closes: #55021, #62149, #71964
260
    - old bugs are already fixed, Closes: #67527, #76682
261
    - includes (fixed!) version of my patch regarding logging, Closes: #106782
262
  * debian/oidentdconfig: wrote script to convert config files, please test!
263
  * debian/rules: install new config files and oidentdconfig
264
  * debian/rules,docs: removed INSTALL, doesn't contain anything important any more
265
  * debian/default: change comments according to new syntax
266
  * debian/init: removed inetd test, always run as daemon
267
  * debian/init: remove old options from OIDENT_OPTIONS
268
  * debian/postinst: don't add inetd entry, remove old inetd entries
269
  * debian/postinst: run oidentdconfig to test config
270
  * debian/prerm: instead of disabling oidentd in inetd.conf, remove it
271
  * debian/copyright: small cleanups
272
  * debian/control: compliant to Standards-Version 3.5.6.0
273
 
274
 -- Martin Waitz <tali@debian.org>  Tue, 21 Aug 2001 16:43:32 +0200
275
 
276
oidentd (1.7.1-8) unstable; urgency=low
277
 
278
  * removed logcheck ignore file, it is being provided by logcheck
279
    (Closes: #105472, #106196)
280
  * again updated config.{guess,sub}
281
 
282
 -- Martin Waitz <tali@debian.org>  Thu, 26 Jul 2001 16:04:35 +0200
283
 
284
oidentd (1.7.1-7) unstable; urgency=low
285
 
286
  * updated config.{guess,sub} from current libtool
287
  * changed oidentd.c to compile with gcc-3.0
288
    (Closes: #103156, thanks to LaMont Jones for the patch)
289
 
290
 -- Martin Waitz <tali@debian.org>  Tue,  3 Jul 2001 15:33:26 +0200
291
 
292
oidentd (1.7.1-6) unstable; urgency=low
293
 
294
  * removed in.oidentd from man-page (Closes: #99584)
295
  * compliant to Standards-Version 3.5.5.0
296
 
297
 -- Martin Waitz <tali@debian.org>  Fri,  8 Jun 2001 15:37:23 +0200
298
 
299
oidentd (1.7.1-5) unstable; urgency=low
300
 
301
  * New Maintainer.
302
  * Honor DEB_BUILD_OPTIONS, now using debhelper 3
303
  * Add documentation to /etc/identd.spoof.
304
  * Add logcheck ignore file. Closes: #89177
305
  * init script now only checks for existance of daemon
306
  * move daemon configuration to /etc/default/
307
  * now complies to Standards-Version 3.5.2.0
308
  * add pointer to "-F" to config files. Closes: #80824
309
  * changed linux-masq error logging. Closes: #75952
310
  * use same default config for init/inetd method (-s -m)
311
  * fixed typo in oidentd(8). Closes: #78817
312
  * some cleanup
313
 
314
 -- Martin Waitz <tali@stud.uni-erlangen.de>  Thu, 29 Mar 2001 15:21:01 +0200
315
 
316
oidentd (1.7.1-4) unstable; urgency=low
317
 
318
  * Yet another upload
319
  * killed preinst, dpkg handles it for us. Closes: #92076
320
 
321
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Thu, 29 Mar 2001 07:51:57 -0800
322
 
323
oidentd (1.7.1-3) unstable; urgency=low
324
 
325
  * Fixing bugs
326
  * Maintainer scripts check for update-inetd before using it.
327
    Closes: #88916, #88917, #88921
328
  * added empty identd.spoof to /etc, marked as a conffile. Closes: #81136
329
  * removed the stamps in rules file, Closes: #75084
330
 
331
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 14 Mar 2001 15:20:23 -0800
332
 
333
oidentd (1.7.1-2) unstable; urgency=low
334
 
335
  * Orphaning package
336
 
337
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 21 Feb 2001 12:56:47 -0800
338
 
339
oidentd (1.7.1-1) unstable; urgency=low
340
 
341
  * New upstream release
342
 
343
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Mon, 23 Oct 2000 16:29:06 -0700
344
 
345
oidentd (1.7.0-2) frozen unstable; urgency=low
346
 
347
  * Fixed the setsockopt() bug, patch sent upstream
348
 
349
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Wed, 18 Oct 2000 09:30:05 -0700
350
 
351
oidentd (1.7.0-1) frozen unstable; urgency=low
352
 
353
  * New upstream release
354
 
355
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Tue, 17 Oct 2000 09:35:56 -0700
356
 
357
oidentd (1.6.4-3) frozen unstable; urgency=low
358
 
359
  * Ensure oident becomes dominant ident
360
  * Closes: #67527
361
 
362
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri, 21 Jul 2000 14:16:52 -0700
363
 
364
oidentd (1.6.4-2) frozen unstable; urgency=low
365
 
366
  * Closes: #60111
367
  * this is related to my previous upload, I missed the init script.
368
 
369
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Mon, 13 Mar 2000 17:32:30 -0800
370
 
371
oidentd (1.6.4-1) frozen unstable; urgency=low
372
 
373
  * New upstream release
374
  * Upstream fixed several bugs
375
  * Netfilter support (important for 2.3 and higher linux kernels)
376
  * Closes: #56021
377
 
378
 -- Sean 'Shaleh' Perry <shaleh@debian.org>  Fri, 25 Feb 2000 13:43:43 -0800
379
 
380
oidentd (1.6.3-4) unstable; urgency=low
381
 
382
  * Closes: #45343
383
  * FHS compliant
384
 
385
 -- Sean E. Perry <shaleh@debian.org>  Mon, 20 Sep 1999 17:34:36 -0700
386
 
387
oidentd (1.6.3-3) unstable; urgency=low
388
 
389
  * bug fixes
390
  * closes: #43978, oops
391
  * closes: #43983, double oops
392
 
393
 -- Sean E. Perry <shaleh@debian.org>  Fri,  3 Sep 1999 12:23:13 -0700
394
 
395
oidentd (1.6.3-2) unstable; urgency=low
396
 
397
  * Cleaned up the {pre,post}{inst,rm}
398
  * added an init script, default is still inetd
399
 
400
 -- Sean E. Perry <shaleh@debian.org>  Tue, 31 Aug 1999 15:04:39 -0700
401
 
402
oidentd (1.6.3-1) unstable; urgency=low
403
 
404
  * new upstream release
405
 
406
 -- Sean E. Perry <shaleh@debian.org>  Wed, 25 Aug 1999 03:41:16 -0700
407
 
408
oidentd (1.6.2-0) unstable; urgency=low
409
 
410
  * New upstream release
411
 
412
 -- Sean E. Perry <shaleh@debian.org>  Sat, 29 May 1999 06:07:05 -0400
413
 
414
oidentd (1.6.1-0) unstable; urgency=low
415
 
416
  * Initial Release.
417
 
418
 -- Sean E. Perry <shaleh@debian.org>  Sat, 6 Mar 1999 15:37:05 -0500
419