[Forensics-changes] [yara] 410/415: Imported Upstream version 2.1.0

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 8d8148413d3bdf860d4138b2ba3d24cf11b990b5
Merge: ea7ee42 1f0559b
Author: Hilko Bengen <bengen at debian.org>
Date:   Sun Mar 23 13:35:31 2014 +0100

    Imported Upstream version 2.1.0

 .gitignore                  |  46 +++++
 AUTHORS                     |  15 +-
 CONTRIBUTORS                |  33 ++++
 Makefile.am                 |  10 +-
 README.md                   |  17 ++
 bootstrap.sh                |  10 +-
 config.h                    |  16 +-
 configure.ac                |  28 ++-
 doc/YARA User's Manual.pdf  | Bin 258130 -> 266491 bytes
 libyara/Makefile.am         |   3 +-
 libyara/ahocorasick.c       |   2 +-
 libyara/ahocorasick.h       |   2 +-
 libyara/arena.c             |  11 +-
 libyara/arena.h             |   6 +-
 libyara/atoms.c             |   2 +-
 libyara/atoms.h             |   6 +-
 libyara/compiler.c          |  34 ++--
 libyara/compiler.h          |   6 +-
 libyara/configure.ac        |  25 ---
 libyara/elf.h               |   2 +-
 libyara/exec.c              |  39 ++--
 libyara/exec.h              |  10 +-
 libyara/exefiles.c          |  36 +++-
 libyara/exefiles.h          |   6 +-
 libyara/filemap.c           |   4 +-
 libyara/filemap.h           |   8 +-
 libyara/grammar.c           | 137 +++++++-------
 libyara/grammar.y           |   5 +-
 libyara/hash.c              |  14 +-
 libyara/hash.h              |   6 +-
 libyara/hex_grammar.c       |  44 +++--
 libyara/hex_grammar.y       |  26 ++-
 libyara/hex_lexer.l         |   2 +-
 libyara/lexer.c             | 408 +++++++++++++++++++++++-------------------
 libyara/lexer.l             |  47 ++++-
 libyara/libyara.c           |   2 +-
 libyara/libyara.sym         |  26 +++
 libyara/mem.c               |  16 +-
 libyara/mem.h               |   6 +-
 libyara/parser.c            |  59 ++++--
 libyara/parser.h            |   8 +-
 libyara/pe.h                |   3 +-
 libyara/proc.c              |   6 +-
 libyara/proc.h              |   7 +-
 libyara/re.c                | 426 +++++++++++++++++++++++++++++---------------
 libyara/re.h                |   6 +-
 libyara/re_grammar.y        |   2 +-
 libyara/re_lexer.c          | 315 ++++++++++++++++----------------
 libyara/re_lexer.h          |   2 +-
 libyara/re_lexer.l          |  61 +++++--
 libyara/rules.c             | 163 +++++++++++------
 libyara/sizedstr.h          |   5 +-
 libyara/utils.c             |   2 +-
 libyara/utils.h             |   6 +-
 libyara/yara.h              |  53 ++++--
 threading.c                 |  27 ++-
 threading.h                 |  14 +-
 windows/yara/yara.sln       |   3 +-
 windows/yara/yara.vcxproj   |   3 +
 windows/yarac/yarac.vcxproj |   1 +
 yara-python/setup.py        |  20 ++-
 yara-python/setupwin32.py   |  22 ++-
 yara-python/setupwin64.py   |  24 ++-
 yara-python/tests.py        |  40 ++++-
 yara-python/yara-python.c   | 285 +++++++++++++++++++----------
 yara.c                      |  27 ++-
 yara.man                    |   2 +-
 yarac.c                     |   2 +-
 yarac.man                   |  51 ++++++
 69 files changed, 1784 insertions(+), 977 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list