yara-python 4.5.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.5.1

 -- Hilko Bengen <email address hidden>  Sun, 26 May 2024 13:56:19 +0200

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
yara-python_4.5.1-1.dsc 2.0 KiB 7d27497545daac0e70e0336fcbc6c7616670d46e4140020b669a495e4276bf13
yara-python_4.5.1.orig.tar.gz 38.5 KiB e822b121114bbf5c9ce14bfd2707bedfdd601e1b18f3245b0f67b09f4914511b
yara-python_4.5.1-1.debian.tar.xz 3.3 KiB 4522f59307f13dd195843c8e0d609a43c6e3d8cfdc86562ce5b01cc66599b1fc

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