yara-python 4.3.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 4.3.1
  * Update debian/watch
  * Modernize package: Standards-Version, Debhelper compat level
  * Update Homepage

 -- Hilko Bengen <email address hidden>  Fri, 28 Jul 2023 22:46:51 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
yara-python_4.3.1-1.dsc 2.0 KiB 1c66916c7d4b79e690e343cd57a2ad63b861671b27f7d65111c8ad39194b292f
yara-python_4.3.1.orig.tar.gz 37.0 KiB b17e545feb0c66fa18ff59edc9c71120543d894347e1c40d0bafb29067a470d9
yara-python_4.3.1-1.debian.tar.xz 3.2 KiB 862ddbc95b6c9af97d0b30c83b686a0bc0d915202fd1fbd5447113c052a4b372

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