Code

Released changelog.
[pkg-pnp4nagios.git] / debian / changelog
1 pnp4nagios (0.6.19-1~debmon60+2) debmon-squeeze; urgency=low
3   * debian/control:
4     - Removed versions from libjs-jquery* dependencies; those are not required
5       on Squeeze.
7  -- Sebastian Harl <tokkee@debian.org>  Sun, 03 Feb 2013 20:19:28 +0100
9 pnp4nagios (0.6.19-1~debmon60+1) debmon-squeeze; urgency=low
11   * Rebuild for debmon-squeeze.
13  -- Sebastian Harl <tokkee@debian.org>  Wed, 30 Jan 2013 16:26:42 +0100
15 pnp4nagios (0.6.19-1) experimental; urgency=low
17   * New upstream release; thanks to Christoph Anton Mitterer for reporting
18     this (Closes: #682175).
19   * Uploading to experimental because of the Wheezy freeze.
20   * debian/pnp4nagios.postrm:
21     - Fixed typo: Apache's config files use file suffix .conf rather than
22       .cfg; this prevented /etc/apache2/conf.d/pnp4nagios.conf from being
23       removed on remove/purge; thanks to Andreas Beckmann for reporting this
24       (cf. #669839).
25   * debian/control:
26     - Optionally depend on php5-cgi instead of libapache2-mod-php5 to allow
27       for easier installations when not using Apache; thanks to Matthias
28       Wamser for reporting this (Closes: #671231).
29     - Updated standards-version to 3.9.4 -- no changes.
30     - Let pnp4nagios-bin suggest rrdtool which is used by the rrd_convert
31       helper script; thanks to Christoph Anton Mitterer for suggesting this
32       (cf. #684420).
33   * debian/patches:
34     - fix-npcd-path updated for 0.6.19.
35     - Added format-security; fixing a missing printf-style format argument.
36   * debian/rules:
37     - Manually clean-up auto-generated scripts/rrd_modify.pl.
38     - Use dpkg-buildflags to determine CPPFLAGS/CFLAGS.
39   * debian/icinga-module.cfg, debian/rules:
40     - Provide a sample Icinga module configuration; thanks to Christoph Anton
41       Mitterer for providing this (Closes: #683459).
42   * debian/nagios.cfg:
43     - Unified whitespacing; thanks to Christoph Anton Mitterer for the patch
44       (Closes: #683471).
45   * debian/pnp4nagios-bin.postinst:
46     - Don't use world-readable permissions for process_perfdata.cfg as this
47       would allow local users to read the Gearman shared key; thanks to
48       Christoph Anton Mitterer for reporting this; fixes CVE-2012-3457
49       (Closes: #683879).
51  -- Sebastian Harl <tokkee@debian.org>  Thu, 24 Jan 2013 16:30:51 +0100
53 pnp4nagios (0.6.16-2) unstable; urgency=low
55   * debian/control:
56     - Adapted versioned build-dep on libjs-jquery-ui to the workaround used by
57       that package (1.8.14 -> 1.8.ooops.14). Thanks to Christoph Anton
58       Mitterer for reporting this (Closes: #683100).
59   * debian/patches/:
60     - adjust-template-path: Fixed the patch for empty templates.d and some
61       versions of glob() which in this case returns nothing resulting in PHP
62       syntax errors and a crash of PNP4Nagios; thanks to Christoph Anton
63       Mitterer for reporting this and pointing out a fix (Closes: #683138).
65  -- Sebastian Harl <tokkee@debian.org>  Sat, 24 Nov 2012 15:34:54 +0100
67 pnp4nagios (0.6.16-1) unstable; urgency=low
69   * New upstream version.
70   * debian/control:
71     - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than
72       unversioned dependencies); this is what upstream did as well.
73   * debian/rules:
74     - Added recommended targets build-{arch,indep} depending on build-stamp.
75   * debian/pnp4nagios-bin.install:
76     - Install verify_pnp_config_v2.pl to /u/l/pnp4nagios/libexec/.
77   * debian/pnp4nagios-web.postinst:
78     - Call a2mod / restart apache2 only if the binaries are available; thanks
79       to Wouter Schoot for reporting this (Closes: #636218).
80   * debian/po/:
81     - Added Spanish debconf translations; thanks to Camaleón for providing
82       those (Closes: #632953).
83     - Added Portuguese debconf translations; thanks to Pedro Ribeiro for
84       providing those (Closes: #651432).
85     - Added Dutch debconf translations; thanks to Jeroen Schot for providing
86       those (Closes: #654214).
87     - Added Danish debconf translations; thanks to Joe Dalton for providing
88       those (Closes: #654816).
89     - Added Czech debconf translations; thanks to Michal Šimůnek for providing
90       those (Closes: #655132).
91   * debian/README.Debian:
92     - Added a note about installation with Icinga referring to the different
93       htpasswd.users file location; thanks to Alexander Reichle-Schmehl for
94       reporting this (Closes: #646587).
95   * debian/patches/adjust-template-path:
96     - Added support for /etc/pnp4nagios/templates.d.
97   * debian/README.templates.d:
98     - Added README file for the use of /etc/pnp4nagios/templates.d. The file
99       will be installed to that directory.
101  -- Sebastian Harl <tokkee@debian.org>  Tue, 31 Jan 2012 14:00:47 +0100
103 pnp4nagios (0.6.13-1) unstable; urgency=low
105   * New upstream release.
106   * debian/README.Debian:
107     - Added more verbose instructions about how to setup mod_gearman mode.
108   * debian/patches/:
109     - Removed manpage-hyphen -- applied upstream.
110   * debian/rules:
111     - Don't remove scripts/rc.pnp_gearman_worker in 'clean' -- this is now
112       taken care of in the upstream Makefile.
113   * debian/po/:
114     - Added Japanese debconf translation; thanks to Hideki Yamane for
115       providing the translation (Closes: #626386).
116     - Added Swedish debconf translation; thanks to Martin Bagge for providing
117       the translation (Closes: #628926).
118   * debian/control:
119     - Updated standards-version to 3.9.2 -- no changes.
121  -- Sebastian Harl <tokkee@debian.org>  Wed, 22 Jun 2011 12:42:18 +0200
123 pnp4nagios (0.6.12-1) unstable; urgency=low
125   * New upstream release.
126   * debian/patches/:
127     - Removed raise-process-perfdata-timeout -- a similar patch has been
128       included upstream.
129     - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
130   * debian/rules:
131     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
132       configs by the upstream Makefile; so, don't rename those files.
133     - Do not pass --prefix to configure and set man-/infodir correctly. The
134       prefix is set by layout=debian and cannot be overwritten, thus do not
135       pretend this is possible. Also, do not use $prefix when setting man-/
136       infodir but specify the complete path.
137     - Do not install config_local.php and config.php.$PKG_VERSION.
138     - Remove generated scripts/rc.pnp_gearman_worker in 'clean'.
139   * debian/rules, debian/pnp4nagios-bin.install:
140     - Do not install npcd.8 using dh_installman; this is done by the upstream
141       Makefile now.
142   * debian/pnp4nagios-bin.pnp_gearman_worker.default,
143     pnp4nagios-bin.pnp_gearman_worker.init:
144     - Added init script for the PNP4Nagios Gearman worker daemon.
145     - The daemon is disabled by default.
147  -- Sebastian Harl <tokkee@debian.org>  Wed, 27 Apr 2011 09:05:48 +0200
149 pnp4nagios (0.6.11-2) unstable; urgency=low
151   * debian/po/:
152     - Added French debconf translation; thanks to Christian Perrier for
153       providing the translation (Closes: #623181).
154     - Added German debconf translation.
155     - Added Russian debconf translation; thanks to Yuri Kozlov for providing
156       the translation (Closes: #623798).
157   * debian/pnp4nagios-web.postinst:
158     - Do not set permissions of /var/log/pnp4nagios/stats -- this is done in
159       pnp4nagios-bin.postinst which ships the directory. This fixes an error
160       when installing -web without -bin.
162  -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 11:48:54 +0200
164 pnp4nagios (0.6.11-1) unstable; urgency=low
166   [ Sven Velt ]
167   * Initial release (Closes: #479031)
168   * Use "php-fpdf", "php-fpdf-tpl" and "php-fpdi" packages instead of bundled
169     copies.
170   * Do not use the bundled copy of Kohana2 but rather depend on
171     libkohana2-php.
172   * Ship all configuration in /etc and create appropriate symlinks.
173   * Ship upstream sample configs as default configs.
174   * debian/patches:
175     - Added adjust-template-path: install templates into /etc/ rather than
176       /usr/share/.
177     - Added apache-fix-path-to-userfile: fix config directory in the sample
178       httpd.conf.
179     - Added fix-nagios-url: fix cgi-bin path in config.php.
180     - Added fix-npcd-path: fix perfdata paths in npcd.cfg.
181     - Added fix-path-fpdi: FPDI is shipped in its own subdirectory -- adopt
182       path in pdf.php.
183     - Added raise-process-perfdata-timeout: set timeout to 10s in
184       process_perfdata.cfg; in large and/or virtualized setups, 5s might not
185       be enough.
187   [ Sebastian Harl ]
188   * Build the following binary packages:
189     - pnp4nagios-bin: NPCD and process_perfdata.pl
190     - pnp4nagios-web: web interface
191     - pnp4nagios: metapackage depending on the other two
192   * debian/watch: mangle upstream version to replace ".rc" with "~rc".
193   * Make Apache2 configuration optional using debconf.
195  -- Sebastian Harl <tokkee@debian.org>  Mon, 14 Feb 2011 13:15:46 +0100