File cacti-plugin-mactrack.changes of Package cacti-plugin-mactrack
-------------------------------------------------------------------
Fri Jul 18 21:40:30 UTC 2025 - Joel Baltazor <obs@mtlfab.com>
- Update to latest 4.8 from github develop branch commit 989de23
- Tranlation updates
- fix duplicity #256
- fix PHP deprecated #257
- fix Current Mactrack breaks Cacti all together, the Cacti pages will not even load. #255
- fix incorrect create index command #258
- fix macauth - missing bracket #261
- fix few new install issues #262
- fix limit 0,-1 #263
- QA: Converting to buttons
-------------------------------------------------------------------
Thu Dec 19 22:13:49 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- Update to latest 4.8 from github develop branch commit 05bc423
- typos
- Fix #68 - Proxy Option for downloading MAC/OUI Database
- add mac address formats, fix indexes (#253)
- fix oui (#254)
- Translated using Weblate (Russian)
- Update translation files
- update directories [bsc#1231027]
-------------------------------------------------------------------
Fri Nov 22 17:16:11 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- Update to latest 4.8 from github develop branch commit 6b1f567
- add cacti process control, device types only #248
- fix #246 - IP addresses, MAC addresses, VLANS etc are not collected for Cisco devices (#247)
- disable automatic mibs load (#250)
- fix process control (#249)
- Translation updates
-------------------------------------------------------------------
Mon Oct 21 21:16:08 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- Fix TW & Factory build error: directories not owned by a package
-------------------------------------------------------------------
Mon Oct 21 18:57:29 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- 4.8 - Release
- issue#232: Not working adding devices to Cacti
- issue#236: Fix TPlink active vlan gathering
- issue#243: Fix incorrect variable in Aruba OS-CX functions
- issue#244: Nonresponding devices in debug mode can cause PHP errors
- feature#242: Rename "Device Tracking" to "Mactrack"
-------------------------------------------------------------------
Mon Aug 26 15:32:12 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- Update to latest 4.7 from github develop branch commit 01d55a0
- Translation updates
- Fix display_help filename #216
- Fix Error SQL statement in mactrack_macauth.php #217
- Code Formatting fixes
- Add new functions: skip vlan, scan vlan, scan trunk port #221
- Avoid use of strlen()
-------------------------------------------------------------------
Thu May 23 19:54:37 UTC 2024 - Joel Baltazor <obs@mtlfab.com>
- Updated to 4.7 release
- Translation updates
- issue#213 - fix empty variable
- issue#209: better process contorl
- issue#207: fix dns resolving timeout
- issue#206: Improve PHP8.x - undefined variables, array keys, ...
- issue#198: Better control for DNS resolving process
-------------------------------------------------------------------
Wed Apr 19 21:20:07 UTC 2023 - Joel Baltazor <obs@mtlfab.com>
- Update to latest 4.2 from github develop branch commit 425a76f
- Update translations
- Fixed issue: #177: Fixes sync when cacti device not found and empty array is returned
- Fixed issue: #182: Undefined offset warnings
- Fixed issue: potential security exposure with unserialize() function
-------------------------------------------------------------------
Tue Aug 30 19:41:25 UTC 2022 - Joel Baltazor <obs@mtlfab.com>
- Updated to latest 4.2 from github develop branch commit 891f83a
- Fixed issue #160: Mactrack plugin doesn't create tables in DB when polling (A DB Exec Failed!, Error: Table 'cactidb.mac_track_ports' doesn't exist).
- Fixed issue #165: mactrack_actions.php will throw and error if an the $save array is discarded by another plugin
- Fixed issue: MacTrack View Devices continues to use a legacy icon over a Fontawesome glyph
- Fixed issue: PHP 8.1.2 Issues
- Fixed issue #168: Corrected include file path for mactrack_functions.php to fix the issue #167
- Fixed issue #169: Add VRF ARP table options
- Fixed issue #172: Wrong URL on the main tab in the UI
- Fixed issue: validation error in setup.php
- Fixed issue: PHP8.1 compatibility issues
- Fixed issue #170: Update database.php to include the VRF ARP table
- Fixed issue #148: Bad value of mactrack/Devices/UserPortsUP
- Fixed issue #150: Fix calculation of UserPortsUp on issue #148
- Fixed issue: MacTrack ARP table creation
- Switch port_number back to varchar: Cisco switches have a port_number that is not an integer.
- Many Translation Updates
-------------------------------------------------------------------
Wed Feb 10 16:42:22 UTC 2021 - Joel Baltazor <obs@mtlfab.com>
- Fixed version number to match git tag version - 4.3 was inaccurate in previous build
- Updated to lates 4.2 release from github develop branch commit g1fdbb72
- Update translation files
- Fixed bug: unable to delete Mac Watch and Sites records
- Fixed bug: Mac Watch can not send mail
- Fixed bug: Number of devices scanned incorrect for main scanner
- Fixed bug: MacAuthorizations Interface not accessible through MacTrack tab
- Fixed issue #70: Fix issue with Prompt confirmation button
- Fixed issue #75: Command Line does not show output
- Fixed issue #77: dlink switch vlan name is null
- Fixed issue #81: Add support for FontAwesome 5.0 under Cacti 1.2
- Fixed issue #82: Device Type shows twice / % does not work with Vendor SNMP Object ID Match
- Fixed issue #87: Cant save settings on Cacti devices when MacTrack plugin is enabled
- Fixed issue #94: Fix issue with Mac Watch emails disabling plugin
- Fixed issue #98: Fix DB maintenance not running automatically
- Fixed issue #105: Error when starting Mactrack scan
- Fixed issue #107: MACTRACK ERROR: Can not start MAC Tracking process. There is already one in progress
- Fixed issue #109: Column 'vlan_name' cannot be null
- Fixed issue #110: Undefined offset for all vlans retrieved.
- Fixed issue #111: String size overflow in file:cacti/plugins/mactrack/lib/mactrack_functions.php on line: 1774
- Fixed issue #112: Mactrack user settings typo says max addresses instead of mac addresses.
- Fixed issue #114: Uncaught Error: Class 'Net_DNS2_Resolver' not found in mactrack_resolver.php
- Fixed issue #115: ERROR: 802.1x Address Scanning Function Does Not Exist.
- Fixed issue #116: cacti 1.1.38 mactrack 4.2 ED IP ADDRESS - ED DNS Hostname
- Fixed issue #117: Juniper EX4200 issues with getJEX_switch_ports
- Fixed issue #118: Undefined property: Net_DNS2_RR_CNAME::$ptrdname in file
- Fixed issue #119: No values for Dot1x and browser hangs
- Fixed issue #120: mactrack_import_ouidb.php has incorrect path to function definitions
- Fixed issue #128: Re-HUPping MacTrack Plugin post Maria upgrade getting the 'Error: Index column size too large. The maximum column size is 767 bytes.'
- Fixed issue #132: Changing device type sometimes create a duplicate entry
- Fixed issue #137: CMDPHP ERROR: A DB Exec Failed!, Error: Duplicate entry '7' for key 'PRIMARY'
- Fixed issue #143: mactrack_resolver.php variable vlan_id line 176
- Feature: PHP 7.2 compatibility
- Feature: Switch port_number to integer type of performance reasons
- Feature: Update Net_DNS2 to version 1.5
- Feature: Use local DNS to resolve when either the resolver fails or there are no DNS servers listed
-------------------------------------------------------------------
Mon Jun 17 18:12:33 UTC 2019 - <obs@mtlfab.com>
- Updated to latest 4.3 from github-develop branch
-------------------------------------------------------------------
Thu Dec 20 19:11:35 UTC 2018 - <obs@mtlfab.com>
- Updated to 4.2 release from github: bug fixes
-------------------------------------------------------------------
Thu Jul 20 19:44:36 UTC 2017 - obs@mtlfab.com
- Updated to latest 4.0 github-master: bug fixes and cacti 1.1.1+ compatibility
-------------------------------------------------------------------
Thu Feb 9 17:56:00 UTC 2017 - obs@mtlfab.com
-Updated to version 4.0 for cacti 1.0 support
-------------------------------------------------------------------
Wed Nov 14 22:00:18 UTC 2012 - joop.boonen@opensuse.org
- Added Obsoletes and Provides the prepare the cacti-PA-* delete
- Corrected the Url
- Removed BuildRequires: cacti as it's not really needed
and it speeds up the build process
-------------------------------------------------------------------
Mon Apr 16 19:31:30 UTC 2012 - joop.boonen@opensuse.org
- Changed package name to cacti-plugin-mactrack as this is more logical
- Install cacti in /srv/www/cacti/ from openSUSE 12.2 onwards
-------------------------------------------------------------------
Tue Jun 14 00:00:00 UTC 2011 - aldemir.akpinar@airties.com
- Upgraded to version 2.9
-------------------------------------------------------------------
Tue Sep 22 00:00:00 UTC 2009 - joop.boonen@opensuse.org
- Improved the spec file
-------------------------------------------------------------------
Mon May 25 00:00:00 UTC 2009 - joop.boonen@opensuse.org
- Building package mactrack 1.1
-------------------------------------------------------------------