yara-python 4.5.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.5.0

 -- Hilko Bengen <email address hidden>  Wed, 14 Feb 2024 13:36:24 +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.5.0-1.dsc 2.0 KiB 4c62102bf631a2cfa457d316ab709650d20566ba397eef9464a8dafe8835c7aa
yara-python_4.5.0.orig.tar.gz 38.4 KiB 86a5b0f68b1335f8cb0891e05cc1b6263a5cd8a60078ef90a97704dd209ef14d
yara-python_4.5.0-1.debian.tar.xz 3.2 KiB 2f70dd208ed776996fa8780521bf8ab11d69088324fad57d5c980d9d6c10dda6

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