muninlite: add some patches to address old issues
authorRany Hany <rany_hany@riseup.net>
Thu, 2 Jan 2025 13:38:48 +0000 (13:38 +0000)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 9 Jan 2025 23:11:38 +0000 (00:11 +0100)
commit7d752193e452f0d863d985ad758be77ee1bfa85a
treefa2972047cf0124170412fa3f19f3963227c9069
parent4f0758ba368203b568999c6972420a26a354de8d
muninlite: add some patches to address old issues

As muninlite doesn't appear to have had a release in a few years and activity
on the git repo appears to have stalled, we add some patches on our end for now.

Patches:

- 001->004 are upstream fixes from master.
- 100 is a submitted PR: https://github.com/munin-monitoring/muninlite/pull/19
  to fix https://github.com/munin-monitoring/muninlite/issues/14.
- 200->204 is a submitted PR to allow customizing the monitored network interfaces:
  https://github.com/munin-monitoring/muninlite/pull/18. Despite the large
  number of patches it is actually a trivial change.

Signed-off-by: Rany Hany <rany_hany@riseup.net>
admin/muninlite/Makefile
admin/muninlite/patches/001-ntpdate-fix-typo-on-graph-title.patch [new file with mode: 0644]
admin/muninlite/patches/002-plugin-ntpdate-tolerate-multiple-NTP-servers-e.g.-in.patch [new file with mode: 0644]
admin/muninlite/patches/003-Improve-df.patch [new file with mode: 0644]
admin/muninlite/patches/004-Fix-previous-change.-The-key-for-config-and-values-w.patch [new file with mode: 0644]
admin/muninlite/patches/100-netstat-drop-netstat-s-dep-by-using-proc-net-snmp-da.patch [new file with mode: 0644]
admin/muninlite/patches/200-Allow-customizing-the-list-of-monitored-network-inte.patch [new file with mode: 0644]
admin/muninlite/patches/201-Add-examples-for-config-with-INTERFACE_NAMES_OVERRID.patch [new file with mode: 0644]
admin/muninlite/patches/202-Fix-parameter-not-set-error.patch [new file with mode: 0644]
admin/muninlite/patches/203-Make-example-more-portable.patch [new file with mode: 0644]
admin/muninlite/patches/204-Remove-example-code-as-requested.patch [new file with mode: 0644]