Code

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