Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

yara-doc-3.7.1-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: yara-doc Distribution: openSUSE Leap 15.2
Version: 3.7.1 Vendor: openSUSE
Release: lp152.1.1 Build date: Sun Feb 23 16:55:09 2020
Group: Development/Libraries/C and C++ Build host: obs-arm-9
Size: 180368 Source RPM: yara-3.7.1-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://plusvic.github.io/yara/
Summary: Documentation files to support the YARA malware identification tool
Documentation and guideslines to support YARA.

YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. Let's see an example:

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 22 2018 tchvatal@suse.com
  - Update to 3.7.1:
    * Fix regression in include directive (issue #796)
    * Fix bug in PE checksum calculation causing wrong results in some cases.
    * time module (Wesley Shields)
    * yara command-line tool now accept multiple rule files
    * Allow a configurable limit for the number of strings per rule (option --max-strings-per-rule)
    * Implement integrity check for compiled rules
    * Implement API for customizingimport statement (@edhoedt)
    * Scan process memory in FreeBSD and OpenBDS (Hilko Bengen)
    * BUGFIX: Negated character classes not working with case-insensitive regexps (#765)
    * BUGFIX: Multiple bugs while parsing ELF files (Nate Rosenblum)
    * BUGFIX: Out-of-bounds access while parsing PE files.
    * BUGFIX: Memory leaks while parsing invalid rules.
    * BUGFIX: Heap overflow (4a342f0)
    * BUGFIX: Off-by-one NULL write in stack buffer (964d6c0)
    * BUGFIX: Multiple issues in "dotnet" module (f40c14c, fc35e5f)
    * Increase RE_MAX_AST_LEVELS from 2000 to 6000.
    * BUGFIX: Buffer overrun in regexp engine (issue #678)
    * BUGFIX: Null pointer dereference in regexp engine (issue #682).
  - Run testsuite
* Tue Jun 06 2017 Greg.Freemyer@gmail.com
  - update to v3.6.1
    * BUGFIX: Stack overflow caused by uncontrolled recursiveness (CVE-2017-9304)
    * BUGFIX: pe.overlay.size was undefined if the PE didn't have an overlay. Now it's set to 0 in those cases.
    * BUGFIX: Fix initalization issue that could cause a crash if rules compiled with a 32bit yarac is used with a 64bit yara.
  - update to v3.6.0
    * .NET module (Wesley Shields)
    * New features for ELF module (Jacob Baines)
    * Fix endianness issues (Hilko Bengen)
    * Function yr_compiler_add_fd added to libyara
    * MAX_THREADS limit can be arbitrarily increased (Emerson R. Wiley)
    * Added --fail-on-warnings command-line option
    * Multiple bug fixes:
    CVE-2016-10210, CVE-2016-10211, CVE-2017-5923, CVE-2017-5924,
    CVE-2017-8294, CVE-2017-8929, CVE-2017-9438
* Sat Nov 12 2016 jengelh@inai.de
  - Add pkg-config to ensure .pc autodetection is always in effect
* Fri Sep 30 2016 Greg.Freemyer@gmail.com
  - update to v3.5.0
    * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length)
    * Performance improvements
    * Less memory consumption while scanning processes
    * Exception handling when scanning memory blocks
    * Negative integers in meta fields
    * Added the --stack-size command-argument
    * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module
    * Functions rich_signature.toolid and rich_signature.version added to PE module
    * Lots of bug fixes
  - upstream moved python-yara into a separate project.  Do the same.
  - python-plaso now requires python-yana >= v3.5.0
  - add BuildRequires: pkg-config as documented in the openSUSE packaging guidelines
* Thu Jul 23 2015 Greg.Freemyer@gmail.com
  - add yara.pc to the libyara subpackage
  - remove sed command previously needed to properly link Yara and libyara.  No longer needed with latest upstream source.
  - update to v3.4.0
    * Short-circuit evaluation for conditions
    * New yr_rules_save_stream/yr_rules_load_stream APIs.
    * load() and save() methods in yara-python accept file-like objects
    * Improvements to the PE and ELF modules
    * Some performance improvements
    * New command-line option --print-module-data
    * Multiple bug fixes.
  - v3.3.0
    * Added support for negative integers and floating point numbers
    * Implemented operators >,<, >=, <= for strings
    * Implemented word boundary anchors (\b, \B) in regular expressions
    * New features in PE module
    * Math module
    * New --print-namespace command line argument
    * Better error handling in low memory conditions
    * BUGFIX: "at" operator not working with certain strings containing wildcards
    * BUGFIX: precedence of bitwise operators was incorrect
    * BUGFIX: incorrect imphash result for certain PE files importing functions by ordinal
    * BUGFIX: handle and memory leaks
    * BUGFIX: multiple segfaults
  - v3.2.0
    * ELF module
    * Hash module
    * New features in PE module
    * Big-endian version of intXX and uintXX functions
    * Modules can declare dictionary objects
    * Modules accept overloaded functions
    * Performance improvements
    * BUGFIX: "and" operator not working properly with integer operands
    * BUGFIX: False positive with strings declared as "fullword wide ascii"
    * BUGFIX: False positive with "wide fullword" strings shorter than 5 bytes
    * BUGFIX: Functions declared in a structure array not working properly
    * BUGFIX: "contains" operator causing segfault if operand is an undefined string
* Fri Sep 26 2014 Greg.Freemyer@gmail.com
  - split off a -doc sub-project
* Wed Sep 24 2014 Greg.Freemyer@gmail.com
  - update to v3.1.0
    * Yara now supports plugin modules
    * Numerous major improvements.  See README.md in the documentation folder for details
  - update License to Apache 2.0
  - build with cuckoo and magic modules (cuckoo only for factory and newer)
  - major specfile cleanup
    * add soname as a variable and use it appropriately
    * add /usr/bin/yarac and associated man file
    * update Url and Source fields
    * add libtool build requirement
    * delete no longer needed patch, now upstream: yara-fixes.patch
    * add ./bootstrap.sh call to %build section as recommended by upstream
    * add +%{_includedir}/yara to -devel since it is full of yara related header files
    * use default naming for devel sub-project
    * remove *.a and *.la files from the devel sub-project
    * incorporate python-yara as a sub-project
* Wed Feb 15 2012 Greg.Freemyer@gmail.com
  - Release should have a value of zero in OBS.  It is handled automatically via OBS.
* Mon Feb 13 2012 Greg.Freemyer@gmail.com
  - use %{__make} macro
* Thu Feb 09 2012 meissner@suse.com
  - built with default compile flags, fixed 2 small issues

Files

/usr/share/doc/packages/yara-doc
/usr/share/doc/packages/yara-doc/docs
/usr/share/doc/packages/yara-doc/docs/Makefile
/usr/share/doc/packages/yara-doc/docs/capi.rst
/usr/share/doc/packages/yara-doc/docs/commandline.rst
/usr/share/doc/packages/yara-doc/docs/conf.py
/usr/share/doc/packages/yara-doc/docs/gettingstarted.rst
/usr/share/doc/packages/yara-doc/docs/index.rst
/usr/share/doc/packages/yara-doc/docs/make.bat
/usr/share/doc/packages/yara-doc/docs/modules
/usr/share/doc/packages/yara-doc/docs/modules.rst
/usr/share/doc/packages/yara-doc/docs/modules/cuckoo.rst
/usr/share/doc/packages/yara-doc/docs/modules/dotnet.rst
/usr/share/doc/packages/yara-doc/docs/modules/elf.rst
/usr/share/doc/packages/yara-doc/docs/modules/hash.rst
/usr/share/doc/packages/yara-doc/docs/modules/magic.rst
/usr/share/doc/packages/yara-doc/docs/modules/math.rst
/usr/share/doc/packages/yara-doc/docs/modules/pe.rst
/usr/share/doc/packages/yara-doc/docs/modules/time.rst
/usr/share/doc/packages/yara-doc/docs/writingmodules.rst
/usr/share/doc/packages/yara-doc/docs/writingrules.rst
/usr/share/doc/packages/yara-doc/docs/yarapython.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024