yara-python 4.0.4-1build3 source package in Ubuntu

Changelog

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

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 07:00:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yara-python_4.0.4.orig.tar.gz 31.5 KiB 5fa5eb71311e306aa389931d2b7dac6cc71979a4c5c3d62e368717630aafa063
yara-python_4.0.4-1build3.debian.tar.xz 3.4 KiB abbacd6344bc00e2f5533d7549f824207caf6659e5b9d91d65e448f463856e43
yara-python_4.0.4-1build3.dsc 2.1 KiB 6a8bbf3ad94a0c6fad181a2ca1fd8c59a2ce8dbf5f16580401e7cb4aacae5aa3

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