Code

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