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
|
mon (0.99.2-9+etch2) stable-security; urgency=high
* Non-maintainer upload by the security team
* Make sure to use /var/log/mon/ for logging, since it runs under the
daemon user by default and would otherwise lack permissions
-- Steffen Joeris <white@debian.org> Mon, 06 Oct 2008 14:16:39 +0200
mon (0.99.2-9+etch1) stable-security; urgency=high
* Non-maintainer upload by the security team
* Fix symlink attack via unsecure temp file handling in test.alert
-- Steffen Joeris <white@debian.org> Sat, 4 Oct 2008 04:52:21 +0000
mon (0.99.2-9) unstable; urgency=low
* QA upload.
* Set maintainer to QA Group; Orphaned: #337944
* Bump compat level to debhelper 5
* Depend on at least debhelper 5
* Add missing binary-indep target to debian/rules
* Update debian/copyright
* Add missing lsb section to debian/init
* Conforms with latest Standards Version 3.7.2
-- Michael Ablassmeier <abi@debian.org> Thu, 2 Nov 2006 16:25:44 +0100
mon (0.99.2-8) unstable; urgency=low
* msql-mysql.monitor: Use $dbh->tables rather than
$dbh->func('_ListTables'), thanks to Clement 'nodens' Hermann and Jade
Nicoletti (closes: #275347).
* http_t.monitor: s/joint/join/, thanks to Bryan Chow (closes: #276553).
* smtp.monitor: Support continued quit (221-) messages, thanks to Joe
Edmonds (closes: #282104).
* smtp3.monitor: Support continued banner (220-) messages, thanks to
Brian Grossman (closes: #296943).
-- Roderick Schertler <roderick@argon.org> Fri, 25 Mar 2005 21:44:00 -0500
mon (0.99.2-7) unstable; urgency=low
* Back-port fix for broken host parsing in auth.cf trap section (closes:
#251236).
* Fix "alertafter <time interval>" with fix by Adrian Chung in
<20021205143828.GA16774@enfusion-group.com>.
* Bump Standards-Version to 3.6.1 (remove change list from copyright).
-- Roderick Schertler <roderick@argon.org> Fri, 20 Aug 2004 15:38:30 -0400
mon (0.99.2-6) unstable; urgency=low
* Add commented "serverbind" and "trapbind" to default mon.cf (closes:
#161023).
* Since doc files may be compressed, say /usr/share/doc/mon/foo* rather
than /usr/share/doc/mon/foo (closes: #173435).
* monshow: Avoid tainted length($SUMMARY) in format eval with Perl 5.8
(closes: #172906).
-- Roderick Schertler <roderick@argon.org> Mon, 10 Mar 2003 13:06:48 -0500
mon (0.99.2-5) unstable; urgency=low
* Enhance fping.monitor's robustness and output some more.
-- Roderick Schertler <roderick@argon.org> Fri, 7 Jun 2002 14:46:52 -0400
mon (0.99.2-4) unstable; urgency=low
* Have fping.monitor ignore more kinds of informational messages from
fping.
-- Roderick Schertler <roderick@argon.org> Fri, 7 Jun 2002 13:04:48 -0400
mon (0.99.2-3) unstable; urgency=low
* Oops, postinst is called with a -z "$2", not $# = 1, when installing
for the first them (closes: #132933).
* Handling "ICMP Host Unreachable" output from fping (closes: #132357).
* Correct mon(8) to list failure_interval as a service definition, not a
period definition (closes: #135174).
-- Roderick Schertler <roderick@argon.org> Mon, 3 Jun 2002 14:51:34 -0400
mon (0.99.2-2) unstable; urgency=low
* Don't use \c in echo, as bash (invoked as sh) doesn't accept it, even
though it's mandated by POSIX (closes: #112280).
-- Roderick Schertler <roderick@argon.org> Sat, 15 Sep 2001 08:46:38 -0400
mon (0.99.2-1) unstable; urgency=low
* New upstream release (closes: #110030).
* /etc/init.d/mon: When stopping the daemon, wait for it to exit for up
to 60 seconds before continuing, so that a subsequent start doesn't
fail if it happens too soon.
-- Roderick Schertler <roderick@argon.org> Thu, 13 Sep 2001 20:26:25 -0400
mon (0.38.21-5) unstable; urgency=low
* Correct "set refresh" entry in monshow(1) (closes: #89470).
* Use /usr/sbin/sendmail, not /usr/lib/sendmail (closes: #107180).
-- Roderick Schertler <roderick@argon.org> Tue, 31 Jul 2001 14:05:00 -0400
mon (0.38.21-4) unstable; urgency=high
* Oops, you can't unconditionally remove the pid file in END, forked
kids, or people doing --version, or whatever, can hit that.
* Explicitly set umask in init.d/mon, so group shadow can't write to
mon's files.
-- Roderick Schertler <roderick@argon.org> Tue, 13 Mar 2001 21:40:41 -0500
mon (0.38.21-3) unstable; urgency=low
* Set all filehandles to close on exec (closes: #85105).
-- Roderick Schertler <roderick@argon.org> Mon, 12 Mar 2001 19:39:35 -0500
mon (0.38.21-2) unstable; urgency=medium
* Oops, monshow needs to untaint its args.
* Have monshow croak given invalid args, or if a CGI object can't be
created.
* Suggest for libauthen-pam-perl, libsnmp-perl (closes: #31149).
* http.monitor counts a status of 301 as success.
* reboot.monitor uses $MON_STATEDIR as default state directory, and
"reboot.monitor" (not "state") as default state file.
-- Roderick Schertler <roderick@argon.org> Mon, 12 Mar 2001 08:24:18 -0500
mon (0.38.21-1) unstable; urgency=low
* New upstream release.
* Update to policy 3.5.2.
* Update to latest Perl policy.
* Alerts are run asychronously.
* NB: The default monshow view directory is now /etc/mon/monshow,
rather than upstream's default of /usr/lib/mon/etc/monshow.
-- Roderick Schertler <roderick@argon.org> Wed, 7 Mar 2001 22:09:05 -0500
mon (0.38.20-4) unstable; urgency=low
* Automatically use mon.cf.m4 if it's present (closes: #79096,
#79637).
* Add $args to init.d file. Comment the more common init.d script
variables.
* Add port number to bind() failure error message.
* Fix documentation for -d, it doesn't take the debug level anymore.
-- Roderick Schertler <roderick@argon.org> Fri, 15 Dec 2000 11:32:20 -0500
mon (0.38.20-3) unstable; urgency=low
* Use $^O rather than $OS (which wasn't set early enough for syslog to
use /dev/log rather than UDP).
-- Roderick Schertler <roderick@argon.org> Tue, 10 Oct 2000 09:51:13 -0400
mon (0.38.20-2) unstable; urgency=low
* Oops, the new release fixed a bug but I didn't note it (closes: #64712).
* Fix mon.1 typo (closes: #62196).
-- Roderick Schertler <roderick@argon.org> Sun, 8 Oct 2000 10:23:41 -0400
mon (0.38.20-1) unstable; urgency=low
* New upstream release
-- Roderick Schertler <roderick@argon.org> Sat, 7 Oct 2000 23:02:29 -0400
mon (0.38.18-0.1) unstable; urgency=low
* New upstream release
-- Christoph Lameter <christoph@lameter.com> Thu, 11 May 2000 14:41:30 -0700
mon (0.38.15-1) unstable; urgency=low
* New upstream release.
* Suggest fping rather than netstd (closes: #49387).
* NB: opstatus.cgi went away, use monshow instead. See README.Debian.
-- Roderick Schertler <roderick@argon.org> Fri, 3 Dec 1999 22:13:53 -0500
mon (0.38.14-3) unstable; urgency=low
* Apply patch from Thomas Quinot <thomas@cuivre.fr.eu.org> to have
ldap.monitor use Net::LDAP rather than Net::LDAPapi, and suggest
libnet-ldap-perl (closes: #45591).
* Oops, add ${shlibs:Depends}.
-- Roderick Schertler <roderick@argon.org> Fri, 29 Oct 1999 00:58:01 -0400
mon (0.38.14-2) unstable; urgency=low
* Oops, mon itself uses Time::HiRes now, switch libtime-hires-perl from
a suggestion to a dependency (closes: #46221).
* Add `| perl' to Perl dependency.
* Prepend mon.d and alert.d in /usr/local/lib/mon to script/alert search
path.
* Switch to /usr/share/doc with new debhelper.
-- Roderick Schertler <roderick@argon.org> Wed, 29 Sep 1999 12:06:15 -0400
mon (0.38.14-1) unstable; urgency=low
* New upstream release (closes: #37775).
* Run as daemon.shadow rather than daemon.daemon (closes: #34960).
* Suggest libnet-telnet-perl for telnet.monitor and
libfilesys-diskspace-perl for freespace.monitor.
-- Roderick Schertler <roderick@argon.org> Sun, 5 Sep 1999 16:50:03 -0400
mon (0.37l-2) unstable; urgency=low
* Sorry, new upstream version isn't packaged yet.
* Suggest libnet-dns-perl (closes: #31785, #39879).
* Simple updates for 3.0.0 standards.
* Simple updates for new Perl policy (closes: #41465).
-- Roderick Schertler <roderick@argon.org> Sat, 17 Jul 1999 17:20:34 -0400
mon (0.37l-1) unstable; urgency=low
* New upstream release.
* There's now an authorization file which you'll need to edit to allow
users to control the daemon. By default root can do anything, others
can only read. Authorization requires password entry at the moment
and only moncmd does it.
-- Roderick Schertler <roderick@argon.org> Mon, 12 Oct 1998 23:05:42 -0400
mon (0.37k-3) unstable; urgency=low
* In fping.monitor, discard fping's stderr so the summary line is
correct, and do more complete handling of fping's return code.
-- Roderick Schertler <roderick@argon.org> Sun, 11 Oct 1998 17:23:07 -0400
mon (0.37k-2) unstable; urgency=low
* Add patch from Dave Holland to allow smtp.monitor to handle multiline
responses (closes: #21274).
-- Roderick Schertler <roderick@argon.org> Fri, 29 May 1998 12:32:54 -0400
mon (0.37k-1) unstable; urgency=low
* New upstream release.
-- Roderick Schertler <roderick@argon.org> Sat, 23 May 1998 11:28:47 -0400
mon (0.37h-3) frozen unstable; urgency=low
* Use perl rather than su to run the daemon as daemon, and add /sbin to
$PATH in the init script (closes: #20384).
* Have the init script display a better diagnostic if called without
args (closes: #20383).
* Oops, build in binary-indep, not binary-arch.
* Remove dependency lines from the example mon.cf, they aren't actually
implemented yet but seeing them there makes people think they are.
-- Roderick Schertler <roderick@argon.org> Fri, 3 Apr 1998 23:53:31 -0500
mon (0.37h-2) unstable; urgency=low
* Add missing libtime-period-perl dependency.
* Stop running dh_du.
-- Roderick Schertler <roderick@argon.org> Wed, 25 Feb 1998 10:14:35 -0500
mon (0.37h-1) unstable; urgency=low
* Initial version.
-- Roderick Schertler <roderick@argon.org> Tue, 17 Feb 1998 21:09:00 -0500
$Id: changelog,v 1.35 2005/03/26 02:46:01 roderick Exp $
|