File: changelog

package info (click to toggle)
nsca 2.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,000 kB
  • sloc: sh: 3,161; ansic: 2,149; perl: 195; makefile: 127
file content (316 lines) | stat: -rw-r--r-- 11,472 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
nsca (2.9.2-2) unstable; urgency=medium

  * Team upload.
  * Include README & SECURITY files in docs.
  * Bump Standards-Version to 4.1.5, no changes.
  * Update Vcs-* URLs for Salsa.
  * Add autopkgtest to test installability.
  * Strip trailing whitespace from changelog file.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 29 Jul 2018 12:27:42 +0200

nsca (2.9.2-1) unstable; urgency=medium

  * Team upload.

  [ Alexander Wirt ]
  * Fix initscript to not return if /var/run/nagios got created.
    (closes: #689631)

  [ Bas Couwenberg ]
  * New upstream release.
    - Replaced all instances of signal() with sigaction() + blocking.
      (closes: 743493)
    - Race condition when opening command file
      (closes: #663047)
  * Add Vcs-* fields to control file.
  * Restructure control file with cme.
  * Add Homepage field to control file.
  * Switch from dpatch to source format 3.0 (quilt).
  * Update watch file to handle common issues.
  * Separate lintian overrides with newlines.
  * Update copyright file using copyright-format 1.0.
  * Don't explicitly install lintian overrides.
  * Add upstream metadata.
  * Add gbp.conf to use pristine-tar by default.
  * Use dh-autoreconf for retooling.
  * Use dh_auto_configure instead of configure directly.
  * Add patch to fix spelling errors.
  * Enable all hardening buildflags.
  * Fix manpage-has-errors-from-man issues.
  * Don't use asterisk in NEWS entry.
  * Bump debhelper compatibility to 9.
  * Add patch to fix missing argument in open calls.
  * Add lsb-base to nsca dependencies.
  * Bump Standards-Version to 3.9.8, changes:
    Vcs-* fields, copyright-format 1.0.
  * Redirect update-rc.d output to /dev/null.
  * Use Icinga instead of Nagios (nagios3 removed from Debian).
    (closes: #846870)
  * Change nagios-plugins dependencies to monitoring-plugins.
  * Add Italian translation of debconf messages by Beatrice Torracca.
    (closes: #737216)
  * Add Brazilian Portuguese debconf templates translation
    by Adriano Rafael Gomes.
    (closes: #824332)
  * Add patch by Xiwen Cheng to fix potential buffer overflow.
    (closes: #685455)
  * Add patch to change PID directory from /var/run to /var/run/nagios.
    (closes: #689460)
  * Apply patch by Tomas Forsman to return status_of_proc status.
    (closes: #775839)
  * Change Conflicts with version to Breaks/Replaces.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 09 Dec 2016 18:30:05 +0100

nsca (2.9.1-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add autotools-dev for updated config.{sub,guess}. (Closes: #734537)

 -- Chen Baozi <baozich@gmail.com>  Fri, 06 Jun 2014 17:41:32 +0800

nsca (2.9.1-3) unstable; urgency=medium

  * [96b0cb1] Mention icinga in nsca.cfg and remove old cruft
  * [b5e3a7d] Fix initscript (Closes: #733415)

 -- Alexander Wirt <formorer@debian.org>  Sat, 28 Dec 2013 21:38:12 +0100

nsca (2.9.1-2) unstable; urgency=low

  * [64a9158] Let nsca depend on confget (Closes: 661050)

 -- Alexander Wirt <formorer@debian.org>  Thu, 23 Feb 2012 20:18:08 +0100

nsca (2.9.1-1) unstable; urgency=low

  [ Alexander Wirt ]
  * new package: nsca-client (Closes: #424645)
  * Make package non-native again (Closes: #520873)
  * Acknowledge NMU (Closes: #608049)
  * [f58d651] Update uploaders
  * [e876988] Update description of new nsca-client package
  * [c6366e0] Bump standards version
  * [9f3772d] Move to dh 7
  * [a1d2738] Fix dpatch dep
  * [51dce3a] Fix debhelper dep
  * [3eb68cb] Add ${misc:Depends}
  * [59d279a] Add README.source file
  * [86ff638] Purging is nowadays done by debhelper
  * [21deeb4] Refresh patches
  * [53550ef] Move NEWS to nsca package
  * [1bb551b] Rework initscript (Closes: #650273, #550232)
  * [52bdf4d] Imported Upstream version 2.9.1
  * [d9f10aa] set PATH in initscript (Closes: #631550)

  [ Paul Belanger ]
  * [9b90350] nsca now Depends on nsca-client

 -- Alexander Wirt <formorer@debian.org>  Tue, 21 Feb 2012 21:16:01 +0100

nsca (2.7.2+nmu2) unstable; urgency=high

  * Non-maintainer upload.
  * Respect configuration rather than blindly starting nsca
    as user "nobody" (closes: #606951)
  * Add Danish translation (closes: #600114)
  * Suggest nagios3, not nagios, in the binary package (closes: #543901)

 -- Jonathan Wiltshire <jmw@debian.org>  Sun, 26 Dec 2010 15:31:01 +0000

nsca (2.7.2+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix nsca starting as daemon when disabled in debconf and using an unusual
    PID (Closes: #604053).

 -- Xavier Oswald <xoswald@debian.org>  Sun, 28 Nov 2010 10:59:05 +0100

nsca (2.7.2) unstable; urgency=low

  * New upstream version (Closes: #466353)
  * Add swedish translation (Closes: #503606)
  * Add japaneѕe translation (Closes: #512985)
  * Add spanish translation (Closes: #514887)
  * Refer to nagios3 in command_file configuration
    (Closes: #509334)
  * Remove 05_nsca_format_string.dpatch (included upstream)

 -- Alexander Wirt <formorer@debian.org>  Sat, 21 Mar 2009 20:21:07 +0100

nsca (2.6-4) unstable; urgency=low

  [ Alexander Wirt ]
  * Don't fail if nsca is already started or stopped (Closes: #496810)
  * Add myself to uploaders
  * Add LSB dependency info to initscript (Closes: #466261)
  * Update postinst to nagios3 (Closes: #495034)
  * Mention dpkg-reconfigure in README.debian

 -- Alexander Wirt <formorer@debian.org>  Sun, 14 Sep 2008 09:00:17 +0200

nsca (2.6-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix bashism in debian/rules (Closes: #484419)
  * Bump Standards-Version to 3.8.0.

 -- Chris Lamb <chris@chris-lamb.co.uk>  Fri, 11 Jul 2008 23:26:02 +0100

nsca (2.6-3.1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Reformat the package description to hard-format
    the enumeration part. Closes: #432465
  * Debconf translations:
    - Portuguese. Closes: #435739
    - Dutch. Closes: #448119
    - German. Closes: #414590
    - Galician. Closes: #476814
    - Finnish. Closes: #476878
    - Basque. Closes: #476918
    - Russian. Closes: #477985
  * [Lintian] Reformat NEWS.Debian to fit the changelog format
  * [Lintian] Add copyright information to debian/copyright
  * [Lintian] Drop init script start/stop from postinst, prerm as
    this is added anyway by dh_installinit
  * [Lintian] No longer hide init script failures in postinst
  * [Lintian] No longer include empty usr/bin directory
  * [Lintian] Add po-debconf to Build-Depends (use in the clean target)
  * [Lintian] Properly format debian/NEWS trailer line

 -- Christian Perrier <bubulle@debian.org>  Thu, 03 Apr 2008 07:53:58 +0200

nsca (2.6-3) unstable; urgency=low

  [sean finney]
  * update the location of the nagios2 command file.  thanks to
    Heiko Schlittermann for finding this (closes: #396343).

 -- sean finney <seanius@debian.org>  Wed, 01 Nov 2006 19:14:29 +0100

nsca (2.6-2) unstable; urgency=low

  [sean finney]
  * include fix for format-string crashing, thanks to Ulf Harnhammar
    for the thorough description and clean patch. closes: #392010.
  * new Czech debconf translations, thanks to Martin Šín (closes: #382925).
  * lintian fix: add debconf dependency.
  * lintian ignore: multiple update-rc.d calls in postinst (resulting
    from the script enabling/disabling code).

 -- sean finney <seanius@debian.org>  Mon, 09 Oct 2006 23:59:21 +0200

nsca (2.6-1) unstable; urgency=low

  * New upstream release

  [sean finney]
  * new french debconf translations from Sylvain Archenault (closes: #362712).
  * upstream has incorporated our chroot support patch, so
    05_nsca_chroot.dpatch is no longer necessary.
  * includes fix for segfault in encryption library cleanup (closes: #357275).
  * initscript modifications to relfect that nsca now supports a pid_file
    directive and reloading of configuration via HUP natively.
  * maintscript cleanup for config<->debconf starting/stopping nsca stuff.

  [marc haber]
  * allow buildclientpackage to be set from the build environment

 -- sean finney <seanius@debian.org>  Mon, 29 May 2006 11:28:38 +0200

nsca (2.5-2) unstable; urgency=low

  [sean finney]
  * add debconf support for whether nsca service should
    be installed at boot time.  if nagios/nagios2 is installed
    the default behaviour is to start/stop the daemon.  otherwise,
    the default is to not activate it.  this should make a single nsca
    package useful for both "central server" and "satellite"
    installations, as well as making it easier for admins to run
    it out of inetd configurations as well (closes: #281828, #353901).
  * nsca now supports chrooting when run in daemon mode (closes: #353272).

  [marc haber]
  * remove install calls from debian/rules, use dh_install to ease
    backporting. Adapt lintian override file to nagios2 method.
  * Add possibility to locally build an nsca-client package which cannot
    be in Debian.

 -- sean finney <seanius@debian.org>  Fri, 31 Mar 2006 07:27:21 +0200

nsca (2.5-1) unstable; urgency=low

  * New upstream release

  [sean finney]
  * add patch to fix localstatedir file locations in nsca.cfg
  * fix for upstream shuffling of some files' location in the tarball.
  * lintian fixes in manpage
  * migrate to svn while we're at it.

 -- sean finney <seanius@debian.org>  Sun, 12 Feb 2006 19:22:13 +0100

nsca (2.4-6) unstable; urgency=low

  * Sean Finney:
    - errors and warnings now go to stderr (closes: #294097).
    - move away from this debmake stuff for building, because
      i don't understand it and it's getting to the point i have
      to work with it.
    - manpages by yours truly
    - nsca now uses the init script by default.  it can be disabled
      in favor of inetd support, but the default will now be init
      based.

 -- sean finney <seanius@debian.org>  Sat, 10 Dec 2005 21:17:36 +0100

nsca (2.4-5) unstable; urgency=low

  * Sean Finney:
    - include a simple init script for those who would prefer to avoid
      using inetd (closes: #336712).  for the time being, inetd is still
      the default so no runlevel symlinks are installed, but this may
      change in the future.
    - include a patch to let nsca run without forking to the background;
      this is necessary for the above feature.
    - default to using /etc/send_nsca.cfg instead of ./send_nsca.cfg.
      thanks to Juraj Bednar for pointing this out (closes: #342017).

 -- sean finney <seanius@debian.org>  Mon, 05 Dec 2005 11:50:24 +0100

nsca (2.4-4) unstable; urgency=low

  * nsca is now part of the pkg-nagios alioth project.
  * Sean Finney
    - update Maintainer/Uploaders to reflect Maintainership.
    - update Depends and Suggests to reflect that nsca does not require
      nagios to be installed, which should keep the installation footprint
      much smaller (closes: #324821, #270796).
    - update Standards-Version to 3.6.2.

 -- sean finney <seanius@debian.org>  Sat, 29 Oct 2005 14:07:22 +0200

nsca (2.4-3) unstable; urgency=low

  * Adapted the path to the more recent nagios packages (Closes: #282589)

 -- Cajus Pollmeier <cajus@debian.org>  Tue, 23 Nov 2004 19:43:01 +0100

nsca (2.4-2) unstable; urgency=low

  * Added build dependency on debstd which is part of debmake.
    (Closes: #245508)

 -- Cajus Pollmeier <cajus@debian.org>  Fri, 23 Apr 2004 18:04:01 +0200

nsca (2.4-1) unstable; urgency=low

  * Initial upload. (Closes: #241405)

 -- Cajus Pollmeier <cajus@debian.org>  Mon, 29 Mar 2004 15:39:36 +0200

Local variables:
mode: debian-changelog
End: