Package file: Information

  • Default inline alert: Version in the repository: 5.45-alt1

Source package: file
Version: 5.41-alt1
Latest version according to Repology
Build time:  Oct 19, 2021, 06:21 PM in the task #287632
Category: File tools
Report package bug
License: BSD-2-Clause
Summary: File type guesser
Description: 
The file command is "a file type guesser", that is, a command-line tool that
tells you in words what kind of data a file contains. Unlike most GUI systems,
command-line UNIX systems - with this program leading the charge - don't rely
on filename extentions to tell you the type of a file, but look at the file's
actual contents. This is, of course, more reliable, but requires a bit of I/O.

List of rpms provided by this srpm:
file (x86_64, ppc64le, i586, armh, aarch64)
file-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libmagic (x86_64, ppc64le, i586, armh, aarch64)
libmagic-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libmagic-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Vitaly Chikunov


ACL:
@core
Vitaly Chikunov

    1. libseccomp-devel
    2. liblzma-devel
    3. bzlib-devel
    4. strace
    5. libcap-devel
    6. zlib-devel

Last changed


Oct. 19, 2021 Vitaly Chikunov 5.41-alt1
- Update to FILE5_41 (2021-10-18).
Oct. 11, 2021 Vitaly Chikunov 5.40-alt5
- Update seccomp filter for glibc-2.34.
Aug. 26, 2021 Vitaly Chikunov 5.40-alt4
- spec: Test seccomp filtering in %check.
- Add more hardening measures (seccomp, setrlimit, capset).