File: changelog

package info (click to toggle)
nullmailer 1.00RC7-22
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,192 kB
  • ctags: 695
  • sloc: cpp: 4,375; sh: 519; makefile: 249; perl: 184; ansic: 10
file content (466 lines) | stat: -rw-r--r-- 16,141 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
nullmailer (1.00RC7-22) unstable; urgency=high

  * The "let's make aba happy" release.
  * Damn nullmailer! You aren't compatible with the LSB.
  * Conflict with lsb and document the LSB incompatibility in the packages
    description.
  * This change is related to #271662, which will stay open after this package
    is uploaded. When the package hits the archive, the severity of this bug
    will be downgraded to wishlist.

 -- Norbert Tretkowski <nobse@debian.org>  Sun, 26 Sep 2004 11:26:35 +0200

nullmailer (1.00RC7-21) unstable; urgency=low

  * Removed backport information from package description (closes: #215938).

 -- Norbert Tretkowski <nobse@debian.org>  Sat,  8 Nov 2003 16:36:01 +0100

nullmailer (1.00RC7-20) unstable; urgency=low

  * D'OH, forgot to change maintainer field in debian/control.

 -- Norbert Tretkowski <nobse@debian.org>  Fri, 26 Sep 2003 20:56:49 +0200

nullmailer (1.00RC7-19) unstable; urgency=low

  * New Maintainer (closes: #210405).

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 20 Sep 2003 19:51:11 +0200

nullmailer (1.00RC7-18) unstable; urgency=low

  * Fixed init script policy compliance, closes: #206928.
  * Updated standards version.

 -- Martin A. Godisch <godisch@debian.org>  Sun, 24 Aug 2003 23:10:24 +0200

nullmailer (1.00RC7-17) unstable; urgency=low

  * Simplified ucf handling, see bug #199233, adjusted ucf dependency.
  * Simplified configuration, added debconf dependency.
  * Provided default values for /etc/mailname and /etc/nullmailer/remotes.
  * Fixed removal of /etc/nullmailer on --purge.
  * Converted debian/changelog to UTF-8.
  * Updated standards version.
  * Thanks to Martin Pitt for co-maintaining.

 -- Martin A. Godisch <godisch@debian.org>  Mon, 21 Jul 2003 15:32:30 +0200

nullmailer (1.00RC7-16) unstable; urgency=low

  * Fixed config failure on fresh installations, closes: #199171.
  * Improved ucf transition, closes: #199163. Added UCF_FORCE_CONFFNEW
    when the new file is identical to the current one.
  * Removed defaultdomain from debconf handling because ucf needs an empty
    new defaultdomain file when the new value is empty. Since nullmailer
    interprets an empty file not the same way as a missing file I see no
    sensible way to handle defaultdomain using debconf and ucf. nullmailer
    doesn't depend on defaultdomain, it will fall back to /etc/mailname.
  * Fixed handling of empty adminaddr.

 -- Martin A. Godisch <godisch@debian.org>  Sun, 29 Jun 2003 09:14:50 +0200

nullmailer (1.00RC7-15) unstable; urgency=low

  * Added ucf support, closes: #198583.

 -- Martin A. Godisch <godisch@debian.org>  Fri, 27 Jun 2003 07:56:05 +0200

nullmailer (1.00RC7-14) unstable; urgency=low

  * Added warning note about incompatible init scripts, closes: #197742.
  * Updated French debconf translation, closes: #197940, thanks to
    Philippe Batailler.
  * Replaced /usr/bin/newaliases with a symbolic link to /bin/true.
  * Added patch to build-dependencies.

 -- Martin A. Godisch <godisch@debian.org>  Wed, 18 Jun 2003 18:50:20 +0200

nullmailer (1.00RC7-13) unstable; urgency=low

  * Updated and fixed deb'configuration, closes: #195167. The first question
    is whether to configure at all, removed comparison of files and database
    in the config script. debconf is now optional, adjusted dependencies and
    Linitan overrides.
  * Updated standards version.

 -- Martin A. Godisch <godisch@debian.org>  Thu, 29 May 2003 08:56:15 +0200

nullmailer (1.00RC7-12) unstable; urgency=low

  * Improved syslog patch, closes: #191451. Added command line options
    --daemon and --syslog for protocol.cc and send.cc, see nullmailer-send(8).
    Default behavior is not to make use of these which is how upstream
    works. However, Debian's (default) init script makes use of these.
  * Fixed reverse patching.

 -- Martin A. Godisch <godisch@debian.org>  Thu, 01 May 2003 09:18:55 +0200

nullmailer (1.00RC7-11) unstable; urgency=low

  * Fixed SMTP violation, closes: #188391.
  * Moved patching into debian/rules.
  * Updated logcheck configuration.

 -- Martin A. Godisch <godisch@debian.org>  Thu, 10 Apr 2003 06:57:45 +0200

nullmailer (1.00RC7-10) unstable; urgency=low

  * Fixed protocols/protocols.cc (Debian specific), closes: #188376.
  * Updated debconf dependency and package description.

 -- Martin A. Godisch <godisch@debian.org>  Wed, 09 Apr 2003 21:52:45 +0200

nullmailer (1.00RC7-9) unstable; urgency=low

  * Made init script LSB compliant, closes: #187248.
  * Added portuguese debconf translation, closes: #185679.
    Thanks to André Luís Lopes.
  * Added debconf backup capability.
  * Updated package description.
  * Updated README.Debian.

 -- Martin A. Godisch <godisch@debian.org>  Wed, 02 Apr 2003 23:04:50 +0200

nullmailer (1.00RC7-8) unstable; urgency=low

  * Added german debconf translation, closes: #184898.

 -- Martin A. Godisch <godisch@debian.org>  Sun, 16 Mar 2003 07:52:05 +0100

nullmailer (1.00RC7-7) unstable; urgency=low

  * Added french debconf translation, closes: #184313.
    Thanks to Philippe Batailler <philippe.batailler@free.fr>.
  * Updated standards version.

 -- Martin A. Godisch <godisch@debian.org>  Tue, 11 Mar 2003 16:30:51 +0100

nullmailer (1.00RC7-6) unstable; urgency=low

  * Transition to po-debconf, updated build-dependencies.
  * Updated debconf questions, closes: #183587.
  * Updated maintainer scripts, added configuration for adminaddr.

 -- Martin A. Godisch <godisch@debian.org>  Thu, 06 Mar 2003 11:10:20 +0100

nullmailer (1.00RC7-5) unstable; urgency=low

  * Updated debian/patches/a.diff to upstream version, fixed
    some line numbers in other patches.
  * Removed build-dependency on debhelper, debian/ cleanup.
  * Let debian/prerm remove /var/spool/nullmailer/trigger.
  * Updated debian/README.Debian and maintainer email address.

 -- Martin A. Godisch <godisch@debian.org>  Sat, 22 Feb 2003 12:20:12 +0100

nullmailer (1.00RC7-4) unstable; urgency=low

  * Fixed blocking when syslog is unavailable.
  * Fixed nullmailer-inject.1, closes #180956.
  * Improved README.Debian, thanks to Osamu Aoki <osamu@debian.org>.
  * Removed HOWTO from debian/docs.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Fri, 14 Feb 2003 10:10:12 +0100

nullmailer (1.00RC7-3) unstable; urgency=low

  * Fixed priority and conflicts, added provides, recommends.
    nullmailer shares files with other MTA's, hence the conflict
    and therefore priority extra.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Mon, 03 Feb 2003 17:08:38 +0100

nullmailer (1.00RC7-2) unstable; urgency=low

  * Added /usr/bin/newaliases, closes: #177683.
  * Fixed debian/rules, updated debian/control.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Mon, 27 Jan 2003 10:17:14 +0100

nullmailer (1.00RC7-1) unstable; urgency=low

  * New upstream release.
  * Dropped some patches wich are now in upstream.
  * Separated applied patches into debian/patches.
  * Fixed g++ 3.2 build.
  * Fixed noopt in debian/rules.
  * Fixed Linda overrides.
  * Updated debian/copyright.
  * Updated README.Debian.
  * Moved debian/logcheck/* to debian/logcheck.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Sat, 11 Jan 2003 21:46:10 +0100

nullmailer (1.00RC5-23) unstable; urgency=low

  * Let sendmail exit with failure when -bs is requested, closes: #170079.
  * Updated Debian standards version.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Sat, 23 Nov 2002 16:15:00 +0100

nullmailer (1.00RC5-22) unstable; urgency=low

  * Fixed nullmailer-inject domain qualification, closes: #128269.
    Thanks to Peter Muir <iyhi@yahoo.com> for providing the patch.
  * Fixed init script, prevents trigger recreation when nullmailer
    is already running.
  * Fixed depends, added debconf version (>= 1.2.9) and debhelper
    version (>= 4.1.8), assures that dpkg-reconfigure calls prerm
    when nullmailer is already running.
  * Fixed German templates file.
  * Added Linda overrides file.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Wed, 13 Nov 2002 16:38:02 +0100

nullmailer (1.00RC5-21) unstable; urgency=low

  * Fixed missing "|| true" in debian/config.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Thu, 31 Oct 2002 19:37:10 +0100

nullmailer (1.00RC5-20) unstable; urgency=low

  * Fixed handling of /etc/nullmailer/remotes in debian/config
    and debian/postinst, closes: #167191.
  * Fixed /etc/init.d/nullmailer force-reload.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Thu, 31 Oct 2002 11:24:44 +0100

nullmailer (1.00RC5-19) unstable; urgency=low

  * Added native syslog support for nullmailer-send, closes: #166797.
  * Fixed backgrounding for nullmailer-send, closes: #166801.
  * Changed umask in queue.cc, see #164951.
  * Added logcheck configuration.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Tue, 29 Oct 2002 10:48:35 +0100

nullmailer (1.00RC5-18) unstable; urgency=low

  * Added /etc/mailname recreation according to policy, templates
    were taken from the slrn package, closes: #163001.
  * Added overrides file for Lintian.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Tue, 01 Oct 2002 23:16:56 +0200

nullmailer (1.00RC5-17) unstable; urgency=medium

  * Security fix, prevents possible denial of service attack,
    closes: #152786, #160127.
  * Replaced getdomainname() call with /etc/mailname lookup,
    closes: #120660, #157259, #158412.
  * Changed handling of empty defaulthost file, closes: #128273.
  * Updated debian directory, closes: #149764, #161464.
  * Enabled logging, added trigger recreation on startup.
  * Fixed spooldir permissions and manual pages.
  * New-maintainer upload, closes: #159894, #157258.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Mon, 23 Sep 2002 18:03:14 +0200

nullmailer (1.00RC5-16.1woody2) stable-security; urgency=high

  * Security fix, prevents possible denial of service attack, closes: #160127.
  * Security fix, corrected spooldir permissions.
  * Set new maintainer in debian/control.

 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de>  Wed, 25 Sep 2002 07:40:05 +0200

nullmailer (1.00RC5-16) unstable; urgency=low

  * postrm now recognizes 'remove' argument. Closes: #139350

 -- Adam Byrtek <alpha@debian.org>  Thu, 21 Mar 2002 18:06:05 +0100

nullmailer (1.00RC5-15) unstable; urgency=low

  * Added /usr/lib/sendmail symlink to conform with FHS4.4
    Closes: #132218

 -- Adam Byrtek <alpha@debian.org>  Thu,  7 Mar 2002 16:24:48 +0100

nullmailer (1.00RC5-14) unstable; urgency=low

  * Applied backed up patch to build on ia64, Closes: #115243
    I see no way it can break sendmail wrapper, but in case of
    problems feel free to post a bugreport.

 -- Adam Byrtek <alpha@debian.org>  Mon,  4 Mar 2002 23:07:59 +0100

nullmailer (1.00RC5-13) unstable; urgency=low

  * New maintainer, I've adopted the package. Closes: #132865
    No other changes this time...

 -- Adam Byrtek <alpha@debian.org>  Mon, 25 Feb 2002 16:47:47 +0100

nullmailer (1.00RC5-12) unstable; urgency=low

  * fixed bug in sendmail.cc that causes nullmailer to randomly mess
    up the sender address (Closes: Bug#112458)
  * Backed out ia64/GCC3 patch included in last upload because it broke
    the "-f" flag to nullmailer's sendmail wrapper. (Closes: Bug#110706)

 -- Adam D. McKenna <adam@debian.org>  Mon,  3 Sep 2001 03:23:49 -0700

nullmailer (1.00RC5-11) unstable; urgency=low

  * Fixed debian/rules configure to fix build with GCC 3.0
    (Closes: Bug#104903)
  * Changed local state dir to /var/spool/nullmailer
  * Made nullmailer files owned by user mail instead of nobody
    (Closes: Bug#103545)

 -- Adam D. McKenna <adam@debian.org>  Wed, 15 Aug 2001 00:45:58 -0700

nullmailer (1.00RC5-10) unstable; urgency=low

  * Added patch from Randolph Chung to build on ia-64 
    architecture (Closes: Bug#106250)

 -- Adam D. McKenna <adam@debian.org>  Tue, 14 Aug 2001 18:25:16 -0700

nullmailer (1.00RC5-9) unstable; urgency=low

  * Added patch for smtp.cc from upstream (Closes: Bug#100642)

 -- Adam D. McKenna <adam@debian.org>  Thu, 21 Jun 2001 14:17:33 -0700

nullmailer (1.00RC5-8) unstable; urgency=low

  * Removed messages in config that could be confusing if the package has
    been preconfigured (Closes: Bug#94980)
  * Added German text to templates file. (Closes: Bug#95356)

 -- Adam D. McKenna <adam@debian.org>  Tue, 29 May 2001 13:26:10 -0700

nullmailer (1.00RC5-7) unstable; urgency=low

  * Fixed makefield.cc to include time.h (Closes: Bug#87701)

 -- Adam D. McKenna <adam@debian.org>  Wed, 25 Apr 2001 17:00:15 -0700

nullmailer (1.00RC5-6) unstable; urgency=low

  * Should be the final fix for postinst. (crosses fingers)

 -- Adam D. McKenna <adam@debian.org>  Wed, 17 Jan 2001 03:42:20 -0500

nullmailer (1.00RC5-5) unstable; urgency=low

  * More futzing around with postinst.  Now we are asking for the
    e-mail domain name instead of FQDN, since we should be able to
    get the hostname from /etc/hostname.

 -- Adam D. McKenna <adam@debian.org>  Wed, 17 Jan 2001 02:02:40 -0500

nullmailer (1.00RC5-4) unstable; urgency=low

  * Added /etc/nullmailer/defaultdomain

 -- Adam D. McKenna <adam@debian.org>  Wed, 17 Jan 2001 01:24:33 -0500

nullmailer (1.00RC5-3) unstable; urgency=low

  * Fixed postrm to remove /etc/nullmailer and /var/lib/nullmailer
    when package is purged.

 -- Adam D. McKenna <adam@debian.org>  Wed, 17 Jan 2001 00:48:20 -0500

nullmailer (1.00RC5-2) unstable; urgency=low

  * Fixed some minor policy bugs.

 -- Adam D. McKenna <adam@debian.org>  Tue, 16 Jan 2001 00:50:40 -0500

nullmailer (1.00RC5-1) unstable; urgency=low

  * New upstream release

 -- Adam D. McKenna <adam@debian.org>  Wed,  3 Jan 2001 19:20:39 -0500

nullmailer (1.00RC4-10) unstable; urgency=low

  * Added trigger file creation to postinst in order to stop lintian from
    complaining.  Also added mailq to dh_undocumented.

 -- Adam D. McKenna <adam@debian.org>  Thu, 14 Dec 2000 18:20:23 -0500

nullmailer (1.00RC4-9) unstable; urgency=low

  * Added postrm script to un-suidregister nullmailer-queue.  Thanks
    to decklin@red-bean.com for reporting. (Closes: Bug#78331)

 -- Adam D. McKenna <adam@debian.org>  Wed, 29 Nov 2000 14:15:14 -0500

nullmailer (1.00RC4-8) unstable; urgency=low

  * fixed suidregister problem in postinst

 -- Adam D. McKenna <adam@debian.org>  Mon, 23 Oct 2000 17:46:22 -0400

nullmailer (1.00RC4-7) unstable; urgency=low

  * fixed problem with the source tarball.

 -- Adam D. McKenna <adam@debian.org>  Mon, 23 Oct 2000 16:16:27 -0400

nullmailer (1.00RC4-6) unstable; urgency=low

  * fixed postinst to use suidregister

 -- Adam D. McKenna <adam@debian.org>  Fri,  6 Oct 2000 16:50:46 -0400

nullmailer (1.00RC4-5) unstable; urgency=low

  * fixed build script to make nullmailer-queue setuid nobody.

 -- Adam D. McKenna <adam@debian.org>  Fri,  6 Oct 2000 16:34:28 -0400

nullmailer (1.00RC4-4) unstable; urgency=low

  * for some reason chown nobody /var/lib/nullmailer/* wasn't working
    on the trigger file.  Added an explicit chown for that file into 
    postinst.

 -- Adam D. McKenna <adam@debian.org>  Thu,  7 Sep 2000 15:34:46 -0400

nullmailer (1.00RC4-3) unstable; urgency=low

  * fixed problem in init.d script where nullmailer wasn't being stopped 
    correctly.

 -- Adam D. McKenna <adam@debian.org>  Thu,  7 Sep 2000 15:23:34 -0400

nullmailer (1.00RC4-2) unstable; urgency=low

  * fixed typo in copyright.

 -- Adam D. McKenna <adam@debian.org>  Thu,  7 Sep 2000 15:11:53 -0400

nullmailer (1.00RC4-1) unstable; urgency=low

  * new upstream release

 -- Adam D. McKenna <adam@debian.org>  Thu,  7 Sep 2000 15:07:58 -0400

nullmailer (1.00RC2-1) unstable; urgency=low

  * new upstream release.

 -- Adam D. McKenna <adam@debian.org>  Thu,  6 Jul 2000 17:56:51 -0400

nullmailer (1.00RC1-2) unstable; urgency=low

  * Changed some debian-specific stuff.
  * Fixed postinst.

 -- Adam D. McKenna <adam@debian.org>  Wed,  5 Jul 2000 18:48:54 -0400

nullmailer (1.00RC1-1) unstable; urgency=low

  * Initial Release.

 -- Adam D. McKenna <adam@debian.org>  Wed, 21 Jun 2000 19:34:27 -0400