/opt/mattermost/client/root.html changed after installing
In at least the past couple of updates of Mattermost, the .deb package has changed contents of /opt/mattermost/client/root.html
sometime after installing the update, which changes the file’s checksum. This is an issue for people like me, who run debsums --changed
daily as part of monitoring the integrity of my server.
I’m not intimately familiar with Debian packaging, but I don’t think those (checksummed) installation files should change post-install. Maybe an unchanging template file should be installed instead, and the final file generated from that?
(I’ve inspected the file, and the only change from the package-provided one is an addition of ”js.stripe.com/v3” to aheader tag, so I’m pretty sure this is a packaging issue and not filesystem corruption or a malicious attacker.)
As a workaround, I can of course recalculate the new checksum, and update the .md5sums file where it’s listed accordingly, but… eww.
(Somewhat related: #26769)