yara-python 4.2.0-1 source package in Ubuntu

Changelog

yara-python (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0

 -- Hilko Bengen <email address hidden>  Fri, 11 Mar 2022 22:46:39 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
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.2.0-1.dsc 2.0 KiB 76b6aade564aba376750eced7c1e8bb86b71fa8867c7062fa8abd41ed7ffa96b
yara-python_4.2.0.orig.tar.gz 33.7 KiB eb2df7d4b4b2631a9fa09b7fe7e41eea19a03d2f7204eff10a7341f8a443f550
yara-python_4.2.0-1.debian.tar.xz 3.2 KiB 60afc656031c86c1f2ea37c0f42c032bf466ec9231311a14ace7481776dfd992

No changes file available.

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