yara-python 4.2.0-1build1 source package in Ubuntu

Changelog

yara-python (4.2.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:25:59 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.orig.tar.gz 33.7 KiB eb2df7d4b4b2631a9fa09b7fe7e41eea19a03d2f7204eff10a7341f8a443f550
yara-python_4.2.0-1build1.debian.tar.xz 3.2 KiB 40795109ba8ef414b27ef4fe9637d932bcbc96c18970727616ff689878ea9dda
yara-python_4.2.0-1build1.dsc 2.0 KiB 20b427d7c40c2afd4863ae7d4c92bfbd7abe3e17644eca6e6aeb07c053a04045

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