Skip to content

Be compatible with libmagic 5.45. (Closes: #1052749)

libmagic 5.45 adds a new builtin test, for SIMH tape files: https://sources.debian.org/src/file/1:5.45-3/src/magic.h.in/?hl=80#L65

While we might not actually care about this file type, we have a test that checks that NO_CHECK_BUILTIN is exactly the combination expected, which hence fails (#1052749), so we can't just ignore it: https://sources.debian.org/src/ruby-ruby-magic-static/0.6.0-2/test/test_constants.rb/?hl=80#L68

Merge request reports

Loading