[Forensics-changes] [yara] branch master updated (bb1f1ec -> a8bda0c)

Hilko Bengen bengen at moszumanska.debian.org
Thu Jul 23 20:16:28 UTC 2015


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

bengen pushed a change to branch master
in repository yara.

      from  bb1f1ec   3.3.0+dfsg-1
       new  ea40639   Imported Upstream version 3.4.0+dfsg
       new  4fa2000   Merge tag 'upstream/3.4.0+dfsg' into debian
       new  365e578   Updated symbols file
       new  a8bda0c   3.4.0+dfsg-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                       |    5 +
 AUTHORS                          |    1 +
 CONTRIBUTORS                     |    3 +-
 README.md                        |   13 +
 args.c                           |    0
 args.h                           |    0
 configure.ac                     |   20 +-
 debian/changelog                 |    7 +
 debian/libyara3.symbols          |    5 +
 dist/yara-python.spec            |   35 +
 dist/yara.spec                   |   85 +++
 docs/capi.rst                    |  245 +++++--
 docs/commandline.rst             |   62 +-
 docs/conf.py                     |    6 +-
 docs/modules/elf.rst             |   76 ++-
 docs/modules/pe.rst              |   35 +-
 docs/writingmodules.rst          |    2 +-
 docs/yarapython.rst              |   40 +-
 libyara/Makefile.am              |   11 +-
 libyara/ahocorasick.c            |    6 +-
 libyara/arena.c                  |  237 +++----
 libyara/atoms.c                  |    9 +-
 libyara/compiler.c               |   20 +-
 libyara/exec.c                   |  146 ++--
 libyara/filemap.c                |  129 ++--
 libyara/grammar.c                | 1392 +++++++++++++++++++++-----------------
 libyara/grammar.h                |  195 +++---
 libyara/grammar.y                |  234 +++++--
 libyara/hex_lexer.c              |   98 ++-
 libyara/hex_lexer.l              |   12 +
 libyara/include/yara.h           |    1 +
 libyara/include/yara/arena.h     |   15 +-
 libyara/include/yara/compiler.h  |   17 +-
 libyara/include/yara/elf.h       |   41 +-
 libyara/include/yara/error.h     |    3 +-
 libyara/include/yara/exec.h      |   34 +-
 libyara/include/yara/filemap.h   |   21 +-
 libyara/include/yara/libyara.h   |    6 +-
 libyara/include/yara/limits.h    |    2 +-
 libyara/include/yara/modules.h   |    2 -
 libyara/include/yara/object.h    |    3 +-
 libyara/include/yara/parser.h    |   32 +-
 libyara/include/yara/rules.h     |   21 +-
 libyara/include/yara/scan.h      |    7 +-
 libyara/include/yara/stream.h    |   59 ++
 libyara/include/yara/strutils.h  |    2 +-
 libyara/include/yara/types.h     |    8 +-
 libyara/include/yara/utils.h     |   22 +-
 libyara/lexer.c                  |  744 ++++++++++----------
 libyara/lexer.l                  |   19 +-
 libyara/libyara.sym              |   31 -
 libyara/modules.c                |   75 +-
 libyara/modules/elf.c            |   96 ++-
 libyara/modules/hash.c           |    8 +-
 libyara/modules/magic.c          |   40 +-
 libyara/modules/math.c           |   10 +-
 libyara/modules/pe.c             |  339 ++++++----
 libyara/modules/pe_utils.c       |    1 +
 libyara/modules/tests.c          |   10 +
 libyara/object.c                 |   72 +-
 libyara/parser.c                 |  174 +++--
 libyara/proc.c                   |    4 +
 libyara/re.c                     |  130 ++--
 libyara/re_grammar.c             |  143 ++--
 libyara/re_grammar.y             |   11 +
 libyara/re_lexer.c               |  138 ++--
 libyara/re_lexer.l               |   13 +
 libyara/rules.c                  |  236 ++++---
 libyara/scan.c                   |  123 +++-
 libyara/{sizedstr.c => stream.c} |   49 +-
 libyara/strutils.c               |   13 +-
 yara-python/setup.py             |   15 +-
 yara-python/setupwin32.py        |    2 +-
 yara-python/setupwin64.py        |    2 +-
 yara-python/tests.py             |   37 +-
 yara-python/yara-python.c        |  553 ++++++++++-----
 yara.c                           |   35 +-
 yara.man                         |    5 +-
 78 files changed, 4090 insertions(+), 2463 deletions(-)
 mode change 100755 => 100644 args.c
 mode change 100755 => 100644 args.h
 create mode 100644 dist/yara-python.spec
 create mode 100644 dist/yara.spec
 mode change 100755 => 100644 libyara/filemap.c
 mode change 100755 => 100644 libyara/include/yara/filemap.h
 create mode 100644 libyara/include/yara/stream.h
 delete mode 100644 libyara/libyara.sym
 copy libyara/{sizedstr.c => stream.c} (51%)

-- 
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