Changelog for
smokeping-2.6.10-25.1.noarch.rpm :
Fri Jul 25 14:00:00 2014 benkAATTb1-systems.de
- Added patch to fix --reload
- Removed old tarball
Mon Nov 25 13:00:00 2013 jamespAATTvicidial.com
- removed perl-ldap-ssl requirement, as this perl module was rolled
up into the perl-ldap module.
Thu Nov 7 13:00:00 2013 jamespAATTvicidial.com
- Added patch for Smokeping.pm since Perl 5.18 is more strict on POD formats
Thu Aug 22 14:00:00 2013 jamespAATTvicidial.com
- Update to upstream 2.6.9
* Read changelog here http://oss.oetiker.ch/smokeping/pub/CHANGES
Fri Aug 17 14:00:00 2012 borisAATTsteki.net
- updated to upstream 2.6.8
* Make SipSak work with sip services actually implementing OPTIONS -- tobi
* be more careful in handling input from the web to prevent xss. Thanks to
Russ McRee
for pointing this out.
* Updated TCPPing probe -- Chris Wilson chris aptivate.org
* Make Median matcher work without complaint at startup and if unknown data elements occur in the stream.
Wed Dec 21 13:00:00 2011 borisAATTsteki.net
- update to upstream 2.6.6
* set sig child to IGNORE for automatic reaping of zombies
* rewrite storing of multiple slave updates for better performance
* new probe for SIP Ping test based on sipsak tool
* allow alert patterns with lower AND upper limit >a=A%
* removed smoketrace support
* Added new OpenSSHJunOSPing probe to run ping from a juniper router via ssh
* Switch from using SpeedyCGI to FastCGI
* added automake support
Fri Aug 15 14:00:00 2008 reik.keutterlingAATTnodefall.de
- update to 2.4.2
* added strict to both wrappers and fixed some followup errors -- tobi
* kill taint error in Smokeping.pm -- tobi
* better master/slave secrets documentation -- tobi
* do not load :sys_wait_h from POSIX perl module since this seems to
be missing in some linux distros and we can do alright without.
- added trace stuff to rpm
Wed Jun 25 14:00:00 2008 reik.keutterlingAATTnodefall.de
- update to 2.4.1
* fixed js packaging error ... s/VERSION/x/ was a bad idea
- additional changes from 2.4.0
* building a --static version of the smokeping page is broken. Make
it a little less broken by providing a dummyCGI->script_name method.
- -tobi
* added blazemode option to FPing, so that it sends an extra ping to
blaze a path to the destionation and then discarges it. Based on idea by
G.W. Haywood -- tobi
* fix for telneJunOSPing by Christian Hahn -- tobi
* fixed FPing regression created in r680 it broke the proper handling of old
version of fping. Found by Celedonio Miranda Torresano -- tobi
* first cut at mtr integration ... added new menuextra config item
to build mtr links. -- tobi
* use localtime to construct the rawlog filename
- -tobi as reported by Kent Kuriyama
* allow slave names to have . in them but not target sections. --tobi
- additional changes from 2.3.6
* add custom style for active menu link
- - tobi, patch by Daniel Rich drich employees.org
* honour the \'linkstyle\' variable when zooming
- - niko, reported by Wolfgang Tremmel as Debian bug #476404
* the \'ralf\' fix for cgi which is not able to read the secrets file. -- tobi
* display \"all the smoke\" even when it gets cut at the top end of the graph
- -tobi
Mon Mar 31 14:00:00 2008 reik.keutterlingAATTnodefall.de
- update to 2.3.5
* make slaves kill their old children off before forking new ones when
the configuration changes. Reported by David Behr. --niko
Fri Mar 28 13:00:00 2008 reik.keutterlingAATTnodefall.de
- update to 2.3.4
* fix \'loss_background\' documentation. Reported by David Tomic. --niko
* fix local variable override handling in connection with nomasterpoll --niko
* add protocol level master/slave protocol to control upgrades --tobi
* fix ordering of menu entries again --tobi
* bail out if the master/slave shared secret file is world-readable
or writable --niko
* add some security notes to the master/slave documentation --niko
* Switch message hash generation to Digest::HMAC_MD5 (bundled) since this
prevents the extension attack. Note that this change requires that you
upgrade client and server in sync (you should do that anyway, but
especially because of this)! -- tobi
* make sure when loading the sortercache that we only load info about
graphs presently in the config. --tobi
* optionally precreate the directory structure under \'dyndir\' if
\'precreateperms\' is set --niko
* store the slave updates in \'dyndir\', defaulting to \'datadir\' --niko
* change the slave update locking code so that reading works without
write access to the temporary storage file --niko
* allow SSH probe to config rsa1 key -- Walery Kokarev
* make zooming work properly even for graphs generated with the
navigator form time range fields. -- tobi
- added perl-Digest-HMAC to requirements