معرفی شرکت ها


python-magic-5.11-37.el7.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python bindings for the libmagic API
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos os noarch
نام بسته python-magic
نام فایل بسته python-magic-5.11-37.el7.noarch.rpm
نسخه بسته 5.11
انتشار بسته 37.el7
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 30 Sep 2020 07
هاست سازنده x86-01.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.darwinsys.com/file/
مجوز BSD
حجم دانلود 34K
حجم نصب 16.733K
This package contains the Python bindings to allow access to the libmagic API. The libmagic library is also used by the familiar file(1) command.


نیازمندی

مقدار نام
= 5.11-37.el7 file
= 2.7 python(abi)


ارائه دهنده

مقدار نام
= 5.11-37.el7 python-magic


نحوه نصب


نصب پکیج rpm python-magic:

    sudo yum localinstall python-magic-5.11-37.el7.noarch.rpm


فایل ها

مسیرها
/usr/lib/python2.7/site-packages/Magic_file_extensions-0.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/magic.py
/usr/lib/python2.7/site-packages/magic.pyc
/usr/lib/python2.7/site-packages/magic.pyo
/usr/share/doc/python-magic-5.11
/usr/share/doc/python-magic-5.11/COPYING
/usr/share/doc/python-magic-5.11/README
/usr/share/doc/python-magic-5.11/example.py


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-11-18

remove wrong magic for JFFS file system (#1773477)

2019-08-06

fix out-of-bounds read via a crafted ELF file (CVE-2018-10360)

2018-06-06

fix #1562135 - do not classify groovy script as python code

2017-09-07

fix #1488898 - bump the strength of gzip

2016-06-27

fix #1246385 - 'file --version' now exits successfully

2016-03-09

fix #1278737 - add support for Java 1.7 and 1.8
fix #1281723 - show full executable name for core
fix #1271636 - add support for detection of Python 2.7 byte-compiled files
fix #1278768 - comment out too-sensitive Pascal magic

2015-09-07

fix #1255396 - Make the build ID output consistent with other tools

2015-08-28

fix CVE-2014-8116 - bump the acceptable ELF program headers count to 2048

2015-07-13

fix #839229 - fix detection of version of XML files

2015-07-13

fix #839229 - fix detection of version of XML files

2015-07-07

fix CVE-2014-0207 - cdf_read_short_sector insufficient boundary check
fix CVE-2014-0237 - cdf_unpack_summary_info() excessive looping DoS
fix CVE-2014-0238 - CDF property info parsing nelements infinite loop
fix CVE-2014-3478 - mconvert incorrect handling of truncated pascal string
fix CVE-2014-3479 - fix extensive backtracking in regular expression
fix CVE-2014-3480 - cdf_count_chain insufficient boundary check
fix CVE-2014-3487 - cdf_read_property_info insufficient boundary check
fix CVE-2014-3538 - unrestricted regular expression matching
fix CVE-2014-3587 - fix cdf_read_property_info
fix CVE-2014-3710 - out-of-bounds read in elf note headers
fix CVE-2014-8116 - multiple denial of service issues (resource consumption)
fix CVE-2014-8117 - denial of service issue (resource consumption)
fix CVE-2014-9652 - out of bounds read in mconvert()
fix CVE-2014-9653 - malformed elf file causes access to uninitialized memory

2015-06-09

fix #1080452 - remove .orig files from magic directory

2015-06-02

fix #1224667, #1224668 - show additional info for Linux swap files

2015-05-11

fix #1064268 - fix stray return -1

2015-04-22

fix #1094648 - improve Minix detection pattern to fix false positives
fix #1161912 - trim white-spaces during ISO9660 detection
fix #1157850 - fix detection of ppc64le ELF binaries
fix #1161911 - display "from" field on 32bit ppc core
fix #1064167 - revert MAXMIME patch
fix #1064268 - detect Dwarf debuginfo as "not stripped"
fix #1082689 - fix invalid read when matched pattern is the last one tried
fix #1080362 - remove deadcode and OFFSET_OOB redefinition

2014-07-15

fix #1067688 - add support for aarch64 ELF binaries