yara-python 4.0.4-1build4 source package in Ubuntu

Changelog

yara-python (4.0.4-1build4) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 20:17:27 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
yara-python_4.0.4.orig.tar.gz 31.5 KiB 5fa5eb71311e306aa389931d2b7dac6cc71979a4c5c3d62e368717630aafa063
yara-python_4.0.4-1build4.debian.tar.xz 3.4 KiB b4a96f36e52f2e0e59e6f4ecbd151fdee126b4380c7bd50bfd24dcfd95653646
yara-python_4.0.4-1build4.dsc 2.1 KiB 4fcfd53b9689b91a871c92d6979571c41d2a3bca45ce0ce10c56f4bb804006c3

Available diffs

View changes file

Binary packages built by this source

python3-yara: Python 3 bindings for YARA

 YARA is a tool aimed at helping malware researchers to identify and
 classify malware samples. With YARA, it is possible to create
 descriptions of malware families based on textual or binary patterns
 contained in samples of those families. Each description consists of
 a set of strings and a Boolean expression which determines its logic.
 .
 Complex and powerful rules can be created by using binary strings with
 wild-cards, case-insensitive text strings, special operators, regular
 expressions and many other features.
 .
 This package provides Python 3 bindings.

python3-yara-dbgsym: debug symbols for python3-yara