File mrtg.changes of Package mrtg
-------------------------------------------------------------------
Tue Mar 19 18:19:02 UTC 2013 - jw@suse.com
- mrtg-2.17.2-socket6-fix.patch
fails to start ipv6 without.
Seen in http://pkgs.fedoraproject.org/cgit/mrtg.git/plain
-------------------------------------------------------------------
Wed Aug 22 13:36:53 UTC 2012 - lars@linux-schulserver.de
- re-enable the lib64 patch
- add zlib-devel to build requires
- remove xorg-x11 dependencies for now
-------------------------------------------------------------------
Thu Aug 16 14:53:24 CEST 2012 - ro@suse.de
- add avaya as vendor to find ifAlias on updated nortel switches
-------------------------------------------------------------------
Wed Mar 28 01:36:56 CEST 2012 - ro@suse.de
- fix SG300 issue in mrtg-switches.patch directly
-------------------------------------------------------------------
Wed Mar 28 00:55:48 CEST 2012 - ro@suse.de
- fix lib64 issue by workaround
- support SG300 switches by cisco
-------------------------------------------------------------------
Sun Mar 4 11:07:10 UTC 2012 - lars@linux-schulserver.de
- update to 2.17.4:
* some address fixes to contrib
* fixed duplicate install-sh entry in archive
* set oid-mib-cache file for New_SNMP_util as well #106
* prevent spurious warnings about unknonwn values of inlast outlast in mrtg
* add the process id tmp file extensions, to guard against multiple rateup
instances messing things up for each other. (attempt to fix #115)
* quell warning in CnTWaLK mode #111
* spelling fixes
* make threshold checking more robust against incomplete information in the
config file #113
* support ifAlias for Vyatta gear
* CnTWaLK should add the count and not max index
* abort indexmaker if there is no data to be found
* fix for big5 translation
* in cfgmaker use ifdesc=alias only if there is actualy alias info
* fix of a file pointer leak found by coverity scan
* fix for kMG support in rateup
* add support for zyxel ifAlias
* add support for Matrix N7 Diamond
* enable warnings in cfgmaker and fix issues ...
* explicitly import SOCK_DGRAM and AF_UNSPEC to make ipv6 support work
* Updated Net_SNMP_util.pm and SNMP_util.pm to latest versions
- added mrtg-switches.patch to add support for Nortel switches with
MIB 1.3.6.1.4.1.2272.30 and also new Cisco SG-300 switches
- split out doc subpackage
- ran spec-cleaner
- remove unknown --with-rrd configure option
- use macros
- remove outdated call to suse_update_config
- added manpages for mrtg-traffic-sum and rateup
- fixed wrong interpreter lines in example scripts
- install arch dependend files in _libdir
-------------------------------------------------------------------
Fri Dec 2 16:31:51 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Feb 21 14:20:11 UTC 2011 - vcizek@novell.com
- update to 2.17.2
* Fix scaling when noo and noi options are used. fix for #95
* Stop staticly linking rateup. fix for #97
* Only set LD_RUN_PATH if it is actually necessary. patch from #98
* Net::SNMP only support aes128, des and 3des ... fix for cfgmaker from #99
* Understand desc and descr in ifdesc option of cfgmaker
* only set $args{'-maxrepetitions'} if $Net_SNMP_util::MaxRepetitions > 0
* do not load Net_SNMP_util unless snmpv3 is requested ... fix for #75
-------------------------------------------------------------------
Thu Dec 16 13:38:23 CET 2010 - anicka@suse.cz
- update to 2.17.0
* added rrdcached support
* Added support for glob patterns in include
* Make daemon reload cfg automatically when it changes
* added support for Arista to cfgmaker
* fix cfgmaker to work in mixed v1/2/3 snmp environment
* do not strigify arguments to conversion function let eval take
care of this
* untaint inlast and outlast to make perl taint mode happy
-------------------------------------------------------------------
Tue Jul 27 16:14:06 CEST 2010 - anicka@suse.cz
- update to 2.16.4
* fix "P_DETACH" and Pod::Usage issues with perl 5.12
* relax cfgmaker option parsing when figuring whether to test for
highspeed counters or not.
* fix sorting of numbered interface names index maker
* belarusian translation for mrtg 2.16
* three new config options to compliment the existing
RRDRowCount option to explicitly set the size of all RRAs
* allow to rename target in the clonedirectory option
* add import to the require File::Copy
* support multiple options in ifdesc and ifref setting for cfgmaker
* teach cfgmaker about nortel switches
* make sure rates over 4G work too
* allow group and user option to be set to root
-------------------------------------------------------------------
Tue Jul 8 15:21:03 CEST 2008 - anicka@suse.cz
- do not install mrtg2/Pod subdirectory because all the
modules there are part of the perl now (bnc#403868)
-------------------------------------------------------------------
Fri Jun 27 16:59:08 CEST 2008 - anicka@suse.cz
- update to 2.16.2
* globally disable __DIE__ handler in eval using $^S check
* updated to SNMP_Session 1.12
* make SNMP_Session.pm work on windows even when a __DIE__
handler ist installed.
-------------------------------------------------------------------
Wed Apr 9 15:45:38 CEST 2008 - anicka@suse.cz
- update to 2.16.1
* fix RouterUptime config with non unique targets
* Makesure mrtg repopulates its cache only once even in fork mode
* Added support for RRDtool based Holt-Winters aberrant behaviour
detection. Threshold based alerts have been enhanced to be able
to fire based on the FAILURES RRA. Note that Holt-Winters aberrant
behaviour detection can only be enabled on newly created RRAs.
* when thresholds were UNboraken, the threshprogok did not run
necessarily
* MIB parser rewritten for better compatibility
* allow RouterUptime to contain an explicit OID for queriing
the uptime.
* support for nortel passport 8600 in cfgmaker
* Added Documentation for GeTNEXT prefix
* Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs)
* Upgrade to SNMP Session 1.10
* Updates for Net_SNMP_util.pm and SNMP_util.pm
* Fix if_is_ciscovlan condition in cfgmaker
* Updated port syntax in documentation (based on trac entry)
-------------------------------------------------------------------
Tue Aug 28 13:09:02 CEST 2007 - anicka@suse.cz
- do not apply dos2unix on binaries (fixes #303651)
-------------------------------------------------------------------
Fri May 25 01:41:56 CEST 2007 - ro@suse.de
- fix some rpmlint complaints
-------------------------------------------------------------------
Fri May 4 21:20:57 CEST 2007 - anicka@suse.cz
- update 2.15.2
* Improve parsing reliability of indexmaker
* Fixed deadhost detection in mrtg
* added config option noHC for boxes that don't have HC counters
but run SNMPv2/v3
* Updated Net_SNMP_util module (error messages)
* Updated Makefiles for Win32 and Netware
* New Netware version of rateup.nlm
* make cfgmaker detect broken snmpv1 counters more reliably
* latest Net_SNMP_util.pm with many small fixes
* more cfgmaker smarts and documentation for snmpv3
* be happy even if no threshmail sending is configured
* add install target for traffic-summer
* fix mrtg-traffic-sum default catch expression to be
in sync with docs
-------------------------------------------------------------------
Wed Dec 13 11:43:52 CET 2006 - anicka@suse.cz
- update to 2.15.0
* Free positioning of a generated ifIndex in the OID string using·
the magic IndexPOS keyword
* When doing threshold checking with rrdtool, there was a very
expensive 'getting the data back with rrdinfo and rrdfetch' cycle
after each rrdupdate. with rrdtool 1.2 and the updatev function
this is not necessary anymore
* Threshold Un-Borken Messages will only be generated when the
value is 10% away from the threshold. Configurable via ThreshHyst
* New function thresholdmail lets you send an email when a threshold
is broken. This feature talks directly to the mailserver and does
not require any external programs.
* New template writers helper function in cfgmaker - oid_pick. It
tests if a device is willing to supply information regarding a
particular oid. This makes template writing much more plesant.·
* added new tool mrtg-traffic-sum to build traffic stats based on
the content of your mrtg log (not rrd) files.
* mrtg running with rrdtool can now do sub-minute resolution if the
interval is specified like that: 0:30
* new debug option 'prof' to see how long rrdtool spends on its
writes
* fixed snmpv3 support in cfgmaker
-------------------------------------------------------------------
Thu Oct 5 16:13:32 CEST 2006 - anicka@suse.cz
- update to 2.14.7
* Added expscale option (opposite of logscale) to emphasize
the top end of the scale
* bugfixes
-------------------------------------------------------------------
Mon Jul 17 15:20:28 CEST 2006 - anicka@suse.cz
- update to 2.14.5
* allow - in oid name
* bugfixes
-------------------------------------------------------------------
Wed May 24 11:15:30 CEST 2006 - anicka@suse.cz
- update to 2.14.3
- many small fixes and improvements
-------------------------------------------------------------------
Wed Jan 25 21:38:26 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jul 13 19:34:46 CEST 2005 - mjancar@suse.cz
- update to 2.12.2
-------------------------------------------------------------------
Mon Feb 7 20:30:02 CET 2005 - mjancar@suse.cz
- update to 2.11.1
-------------------------------------------------------------------
Fri Aug 13 16:33:56 CEST 2004 - mjancar@suse.cz
- update to 2.10.15
-------------------------------------------------------------------
Thu May 13 14:07:21 CEST 2004 - mjancar@suse.cz
- add contrib directory to %%doc (#40284)
-------------------------------------------------------------------
Mon Mar 8 15:11:26 CET 2004 - pth@suse.de
- Don't use _libdir as mrtg only installs perl scripts in there
and mrtg, cfgmaker and indexmaker are not prepared to deal
with a configurable lib directory (bugzilla #35456).
-------------------------------------------------------------------
Thu Feb 26 14:49:14 CET 2004 - mjancar@suse.cz
- update to 2.10.13
-------------------------------------------------------------------
Thu Oct 16 13:33:32 CEST 2003 - mjancar@suse.cz
- update to 2.10.5
-------------------------------------------------------------------
Wed Aug 20 20:09:50 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Fri Jun 13 11:44:27 CEST 2003 - mjancar@suse.cz
- fix filelist
-------------------------------------------------------------------
Tue May 27 16:53:26 CEST 2003 - mjancar@suse.cz
- remove unpackaged files from buildroot
-------------------------------------------------------------------
Tue Apr 22 17:55:35 CEST 2003 - vbobek@suse.cz
- update to version 2.9.29
* bugfixes
* small improvements
- removed obsolete fixes of icon names from the main patch
-------------------------------------------------------------------
Wed Mar 12 14:52:24 CET 2003 - vbobek@suse.cz
- fixed missing icons for apache2
-------------------------------------------------------------------
Mon Feb 17 00:22:06 CET 2003 - ro@suse.de
- really removed traces of README.SuSE
-------------------------------------------------------------------
Sat Feb 15 01:26:00 CET 2003 - ro@suse.de
- fixed specfile
-------------------------------------------------------------------
Fri Feb 14 10:55:58 CET 2003 - vbobek@suse.cz
- updated to version 2.9.25:
* updated squid monitoring example
* fixed indexmaker
* cosmetic tweaks for layout
* bug fixes
- removed obsolete README.SuSE
- fixed rights for doc files to 644
-------------------------------------------------------------------
Fri Aug 16 17:50:22 CEST 2002 - postadal@suse.cz
- Upgrade to version 2.9.22
* removed VERSION for ISA arry in MRTG_lib.pm ... it has no reason to be
there, and perl 5.8 complains [Bug #17701]
* fix for rateup rounding problems ...
-------------------------------------------------------------------
Fri Aug 9 13:43:34 CEST 2002 - ja@suse.cz
- fixed icons instalation into apache icons directory. Mrtg and
indexmaker can now set correct path to icons dir.
-------------------------------------------------------------------
Fri Aug 9 13:43:34 CEST 2002 - postadal@suse.cz
- Upgrade to version 2.9.21.
-------------------------------------------------------------------
Wed May 8 14:26:20 CEST 2002 - postadal@suse.cz
- fixed lib paths (lib64)
-------------------------------------------------------------------
Mon Feb 18 13:21:30 CET 2002 - tcrhak@suse.cz
- applied a patch by Klaus.Schmidinger@cadsoft.de fixing rateup.c
to enable the usage or YTicsFactor-Parameters; bug #12847
- used %{_libdir} macro
-------------------------------------------------------------------
Fri Feb 1 00:26:07 CET 2002 - ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
-------------------------------------------------------------------
Wed Sep 19 08:41:50 CEST 2001 - adostal@suse.cz
- create README.SuSE (fix for outputs images)
-------------------------------------------------------------------
Mon Aug 6 09:37:18 CEST 2001 - adostal@suse.cz
- update to version 2.9.17
-------------------------------------------------------------------
Wed Mar 21 23:30:02 CET 2001 - ro@suse.de
- changed neededforbuild to freetype2
-------------------------------------------------------------------
Mon Feb 26 09:15:19 CET 2001 - cihlar@suse.cz
- update to version 2.9.10
- install data to /usr/lib/mrtg2 [#6511]
-------------------------------------------------------------------
Sat Dec 2 16:06:25 CET 2000 - smid@suse.cz
- new version 2.9.4
-------------------------------------------------------------------
Tue Nov 21 09:54:38 CET 2000 - ro@suse.de
- compile fix
-------------------------------------------------------------------
Wed Nov 15 18:29:49 CET 2000 - ro@suse.de
- fixed neededforbuild gdlib -> gd gd-devel
-------------------------------------------------------------------
Thu Jun 8 09:33:22 MEST 2000 - cihlar@suse.cz
- uncomment %clean
-------------------------------------------------------------------
Wed May 10 10:38:13 CEST 2000 - smid@suse.cz
- upgrade to 2.8.12
- buildroot added
-------------------------------------------------------------------
Mon Oct 11 16:45:30 CEST 1999 - ro@suse.de
- update to 2.8.8
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Thu Sep 9 12:15:28 CEST 1999 - bs@suse.de
- fixed call of Check at the end of %install section
-------------------------------------------------------------------
Wed Nov 18 00:53:09 MET 1998 - ro@suse.de
- use gdlib: it's been here as separate package
- adapted paths to perl5.00502
-------------------------------------------------------------------
Mon Mar 2 18:10:20 MET 1998 - florian@suse.de
- update to version 2.5.2
-------------------------------------------------------------------
Mon Feb 9 13:29:13 MET 1998 - florian@suse.de and ch@suse.de
- new package (v2.5.1)