Code

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