[Forensics-changes] [yara] 159/415: Update configure.ac

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:00 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 77f24996c69f0c6575014768a310d10684674c9b
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri May 24 10:29:14 2013 +0000

    Update configure.ac
---
 REVISION             |  2 +-
 config.h             |  9 +++------
 libyara/Makefile.am  | 48 ++++++++++++++++++++++++++++--------------------
 libyara/configure.ac |  6 +++---
 4 files changed, 35 insertions(+), 30 deletions(-)

diff --git a/REVISION b/REVISION
index 4f24f90..b0f4593 100644
--- a/REVISION
+++ b/REVISION
@@ -1 +1 @@
-#define REVISION "167"
+#define REVISION "180:181"
diff --git a/config.h b/config.h
index 7df63f2..bb91385 100644
--- a/config.h
+++ b/config.h
@@ -51,19 +51,16 @@
 #define PACKAGE_NAME "yara"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yara 1.7"
+#define PACKAGE_STRING "yara 2.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "yara"
 
-/* Define to the home page for this package. */
-#define PACKAGE_URL ""
-
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.7"
+#define PACKAGE_VERSION "2.0"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.7"
+#define VERSION "2.0"
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index a714fc1..0349a33 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -1,5 +1,7 @@
 AM_YFLAGS = -d
 
+CFLAGS=-g -O0
+
 ACLOCAL_AMFLAGS=-I m4
 
 include_HEADERS = yara.h
@@ -7,32 +9,38 @@ include_HEADERS = yara.h
 lib_LTLIBRARIES = libyara.la
 
 libyara_la_SOURCES = \
-  grammar.y \
-  lex.l \
-  ast.c \
-  scan.c \
+  ahocorasick.c \
+  ahocorasick.h \
+  arena.c \
+  arena.h \
+  compiler.c \
+  compiler.h \
+  elf.h \
+  exec.c \
+  exec.h \
+  exefiles.c \
+  exefiles.h \
   filemap.c \
-  eval.c \
-  exe.c \
-  xtoi.c \
-  mem.c \
-  proc.c \
-  weight.c \
+  filemap.h \
+  grammar.y \
   hash.c \
-  libyara.c \
+  hash.h \
   lex.h \
-  ast.h \
-  eval.h \
-  filemap.h \
-  pe.h \
-  elf.h \
-  exe.h \
-  xtoi.h \
-  sizedstr.h \
+  lex.l \
+  libyara.c \
+  mem.c \
   mem.h \
+  parser.c \
+  parser.h \
+  pe.h \
+  proc.c \
   proc.h \
+  rules.c \
+  rules.h \
   regex.h \
-  weight.h
+  sizedstr.h \
+  utils.c \
+  utils.h
 
 SUBDIRS = regex
 
diff --git a/libyara/configure.ac b/libyara/configure.ac
index 8ad4556..aaa5267 100644
--- a/libyara/configure.ac
+++ b/libyara/configure.ac
@@ -1,6 +1,6 @@
-AC_INIT([libyara], [1.7], [vmalvarez at virustotal.com])
+AC_INIT([libyara], [2.0], [vmalvarez at virustotal.com])
 LT_INIT
-AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-extra-portability])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_YACC
@@ -20,7 +20,7 @@ AC_ARG_WITH([re2],
 AM_CONDITIONAL([RE2], [test x$re2 = xtrue])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([
-			Makefile 
+			Makefile
 			regex/Makefile
 		])
 AC_OUTPUT

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