[Forensics-changes] [yara] branch master updated (2084640 -> 8c51c20)

Hilko Bengen bengen at moszumanska.debian.org
Tue Jan 16 12:50:42 UTC 2018


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

bengen pushed a change to branch master
in repository yara.

      from  2084640   3.7.0-5
      adds  8e86cd1   New upstream version 3.7.0
       new  3e2af45   New upstream version 3.7.1
       new  d9ea78a   Update upstream source from tag 'upstream/3.7.1'
       new  826b2b6   Drop patch
       new  45172be   Bump Standards-Version
       new  8c51c20   3.7.1-1

The 5 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:
 configure.ac                            |   2 +-
 debian/changelog                        |   8 +
 debian/control                          |   2 +-
 debian/patches/0002-Fix-issue-796.patch | 965 --------------------------------
 debian/patches/series                   |   1 -
 docs/conf.py                            |   2 +-
 docs/modules/dotnet.rst                 |   1 -
 docs/modules/pe.rst                     |   9 +
 docs/writingmodules.rst                 |   2 +-
 libyara/Makefile.am                     |   2 +-
 libyara/compiler.c                      |  65 +--
 libyara/include/yara/libyara.h          |   2 +-
 libyara/include/yara/limits.h           |   2 +-
 libyara/include/yara/re.h               |   2 +-
 libyara/lexer.c                         | 226 +++++---
 libyara/lexer.l                         |  64 ++-
 libyara/modules/pe.c                    |  29 +-
 tests/data/baz.yar                      |   1 +
 tests/data/foo.yar                      |   3 +
 tests/data/include/bar.yar              |   3 +
 tests/data/true.yar                     |   1 -
 tests/test-api.c                        |   4 +-
 tests/test-rules.c                      |   6 +-
 23 files changed, 274 insertions(+), 1128 deletions(-)
 delete mode 100644 debian/patches/0002-Fix-issue-796.patch
 create mode 100644 tests/data/baz.yar
 create mode 100644 tests/data/foo.yar
 create mode 100644 tests/data/include/bar.yar
 delete mode 100644 tests/data/true.yar

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