Skip to Content

libmagic v5.47

Created
Updated

This library can be used to classify files according to magic number tests.

# Usage

libmagic provides CMake targets:

find_package(unofficial-libmagic REQUIRED)
target_link_libraries(main PRIVATE unofficial::libmagic::libmagic) 

The magic.mgc file can be accessed from the unofficial-libmagic_DICTIONARY variable.

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# bzip2

Enable bzip2 support

Dependencies:

No transitive dependencies.

Host Dependencies:
one transitive dependency:

# lzma

Enable lzma support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# zlib

Enable zlib support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# zstd

Enable zstd support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# Dependencies

No transitive dependencies.

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

# Contributors

  • NancyLi1013's avatar NancyLi1013
  • Alexander Neumann's avatar Alexander Neumann
  • Long Nguyen's avatar Long Nguyen
  • autoantwort's avatar autoantwort
  • Jia Yue Hua's avatar Jia Yue Hua
  • Theodore Tsirpanis's avatar Theodore Tsirpanis
  • Frank's avatar Frank
  • Mengna-Li's avatar Mengna-Li
  • PolarGoose's avatar PolarGoose
  • Kai Pastor's avatar Kai Pastor
  • SunBlack's avatar SunBlack

# Changelog

  • ba72b3e [libmagic] Update to 5.47 (#51396)
  • f777374 [zlib] Update to 1.3.2 (#51235)
  • 4b45178 [libmagic] Fix build with x64-windows-static triplet (#44566)
  • a0f974c [libmagic] Update SHA512 for upstream's additional commits to 5.46 (#43635)
  • ddcee8f [libmagic] Update version to 5.46 (#42939)
  • 05dd7eb [libmagic] Update dependency specifications. (#38798)
  • 109d286 [libmagic] Explicitly toggle features. (#37459)
  • 16ee2ec [libmagic] Add CMake config. (#35274)
  • f17f0bf [libmagic] Update to version 5.45. (#34763)
  • 91f1776 [dirent] update to 1.24 (#34043)
and 6 more commits:

# Source