[Forensics-changes] [yara] 62/415: Bump version to 1.4

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:42:45 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 93fd5091fdddf00c4be8a85f57ac8acbab6bc932
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu May 13 14:10:11 2010 +0000

    Bump version to 1.4
---
 ChangeLog                                          |   8 +++++++-
 config.h                                           |   6 +++---
 configure                                          |  20 ++++++++++----------
 configure.ac                                       |   2 +-
 doc/YARA User's Manual.pdf                         | Bin 215048 -> 251227 bytes
 extra/TextMate-bundle.zip                          | Bin 4460 -> 1988 bytes
 ...traEdit-Wordfile.txt => UltraEdit-wordfile.txt} |   6 +++---
 extra/logo.png                                     | Bin 0 -> 8234 bytes
 extra/logo.psd                                     | Bin 0 -> 4082328 bytes
 libyara/config.h                                   |   6 +++---
 libyara/configure                                  |  20 ++++++++++----------
 libyara/configure.ac                               |   2 +-
 libyara/libtool                                    |  14 +++++++-------
 yara-python/setup.py                               |   2 +-
 yara-python/setupwin.py                            |   2 +-
 15 files changed, 47 insertions(+), 41 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5e27ee1..4df2096 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,10 +35,16 @@ version 1.2.1 (14/04/2009)
 	* BUGFIX: Memory leak
 	* BUGFIX: Access violation on xxcompare functions
 	
-version 1.3
+version 1.3 (26/10/2009)
     	* added a C-like "include" directive
    	* added support for multi-sources compilation in yara-python
     	* added support for metadata declaration in rules
     	* BUGFIX: Incorrect handling of single-line comments at the end of the file
     	* BUGFIX: Integer underflow when scanning files of size <= 2 bytes
+
+version 1.4
+	* added external variables
+	* scan speed improvements
+	* added fast scan mode
+	* BUGFIX: crash in 64-bits Windows
 	
diff --git a/config.h b/config.h
index 943b119..bb2b4f6 100644
--- a/config.h
+++ b/config.h
@@ -14,13 +14,13 @@
 #define PACKAGE_NAME "yara"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yara 1.3"
+#define PACKAGE_STRING "yara 1.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "yara"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3"
+#define PACKAGE_VERSION "1.4"
 
 /* Version number of package */
-#define VERSION "1.3"
+#define VERSION "1.4"
diff --git a/configure b/configure
index 0cc8a50..ccc7531 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for yara 1.3.
+# Generated by GNU Autoconf 2.61 for yara 1.4.
 #
 # Report bugs to <vmalvarez at hispasec.com>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='yara'
 PACKAGE_TARNAME='yara'
-PACKAGE_VERSION='1.3'
-PACKAGE_STRING='yara 1.3'
+PACKAGE_VERSION='1.4'
+PACKAGE_STRING='yara 1.4'
 PACKAGE_BUGREPORT='vmalvarez at hispasec.com'
 
 ac_subst_vars='SHELL
@@ -1167,7 +1167,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yara 1.3 to adapt to many kinds of systems.
+\`configure' configures yara 1.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1233,7 +1233,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of yara 1.3:";;
+     short | recursive ) echo "Configuration of yara 1.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1316,7 +1316,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yara configure 1.3
+yara configure 1.4
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1330,7 +1330,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yara $as_me 1.3, which was
+It was created by yara $as_me 1.4, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2020,7 +2020,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='yara'
- VERSION='1.3'
+ VERSION='1.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3974,7 +3974,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yara $as_me 1.3, which was
+This file was extended by yara $as_me 1.4, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4027,7 +4027,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-yara config.status 1.3
+yara config.status 1.4
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index 65cb98c..d4d29d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yara], [1.3], [vmalvarez at hispasec.com])
+AC_INIT([yara], [1.4], [vmalvarez at hispasec.com])
         AM_INIT_AUTOMAKE([-Wall -Werror])
         AC_PROG_CC
 		AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/YARA User's Manual.pdf b/doc/YARA User's Manual.pdf
index c67d03e..571eb73 100644
Binary files a/doc/YARA User's Manual.pdf and b/doc/YARA User's Manual.pdf differ
diff --git a/extra/TextMate-bundle.zip b/extra/TextMate-bundle.zip
index 7267c6f..567fc1c 100644
Binary files a/extra/TextMate-bundle.zip and b/extra/TextMate-bundle.zip differ
diff --git a/extra/UltraEdit-Wordfile.txt b/extra/UltraEdit-wordfile.txt
old mode 100755
new mode 100644
similarity index 90%
rename from extra/UltraEdit-Wordfile.txt
rename to extra/UltraEdit-wordfile.txt
index 143088b..ea433c5
--- a/extra/UltraEdit-Wordfile.txt
+++ b/extra/UltraEdit-wordfile.txt
@@ -9,12 +9,12 @@
 
 /C1"YARA Keywords"
 and at any all ascii
-condition
+condition contains
 entrypoint
 for false filesize fullword
 global
-is in include int8 int16 int32
-meta
+is in include int8 int16 int32
+meta matches
 nocase not
 or of
 private
diff --git a/extra/logo.png b/extra/logo.png
new file mode 100644
index 0000000..9d585e3
Binary files /dev/null and b/extra/logo.png differ
diff --git a/extra/logo.psd b/extra/logo.psd
new file mode 100644
index 0000000..b3a0432
Binary files /dev/null and b/extra/logo.psd differ
diff --git a/libyara/config.h b/libyara/config.h
index eaf6fe6..6a9c90b 100644
--- a/libyara/config.h
+++ b/libyara/config.h
@@ -48,19 +48,19 @@
 #define PACKAGE_NAME "libyara"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libyara 1.3"
+#define PACKAGE_STRING "libyara 1.4"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libyara"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3"
+#define PACKAGE_VERSION "1.4"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.3"
+#define VERSION "1.4"
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
diff --git a/libyara/configure b/libyara/configure
index d1a7cbb..568cc5a 100755
--- a/libyara/configure
+++ b/libyara/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for libyara 1.3.
+# Generated by GNU Autoconf 2.61 for libyara 1.4.
 #
 # Report bugs to <vmalvarez at hispasec.com>.
 #
@@ -723,8 +723,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='libyara'
 PACKAGE_TARNAME='libyara'
-PACKAGE_VERSION='1.3'
-PACKAGE_STRING='libyara 1.3'
+PACKAGE_VERSION='1.4'
+PACKAGE_STRING='libyara 1.4'
 PACKAGE_BUGREPORT='vmalvarez at hispasec.com'
 
 # Factoring default headers for most tests.
@@ -1386,7 +1386,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libyara 1.3 to adapt to many kinds of systems.
+\`configure' configures libyara 1.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1456,7 +1456,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libyara 1.3:";;
+     short | recursive ) echo "Configuration of libyara 1.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1557,7 +1557,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libyara configure 1.3
+libyara configure 1.4
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1571,7 +1571,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libyara $as_me 1.3, which was
+It was created by libyara $as_me 1.4, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2261,7 +2261,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libyara'
- VERSION='1.3'
+ VERSION='1.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11753,7 +11753,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libyara $as_me 1.3, which was
+This file was extended by libyara $as_me 1.4, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11806,7 +11806,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-libyara config.status 1.3
+libyara config.status 1.4
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/libyara/configure.ac b/libyara/configure.ac
index d8f7da6..4ec6554 100644
--- a/libyara/configure.ac
+++ b/libyara/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libyara], [1.3], [vmalvarez at hispasec.com])
+AC_INIT([libyara], [1.4], [vmalvarez at hispasec.com])
         AM_INIT_AUTOMAKE([-Wall -Werror foreign])
         AC_PROG_CC
 		AC_PROG_YACC
diff --git a/libyara/libtool b/libyara/libtool
index 629d488..67f4c11 100755
--- a/libyara/libtool
+++ b/libyara/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (libyara) 1.3
+# Generated automatically by config.status (libyara) 1.4
 # Libtool was configured on host hydra.local:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
@@ -56,13 +56,13 @@ fast_install=needless
 
 # The host system.
 host_alias=
-host=i386-apple-darwin10.2.0
-host_os=darwin10.2.0
+host=i386-apple-darwin10.3.0
+host_os=darwin10.3.0
 
 # The build system.
 build_alias=
-build=i386-apple-darwin10.2.0
-build_os=darwin10.2.0
+build=i386-apple-darwin10.3.0
+build_os=darwin10.3.0
 
 # A sed program that does not truncate output.
 SED="/usr/bin/sed"
@@ -231,7 +231,7 @@ finish_eval=""
 hardcode_into_libs=no
 
 # Compile-time system search path for libraries.
-sys_lib_search_path_spec="/Developer/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 /usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 /usr/lib/i686-apple-darwin10/4.2.1 /usr/lib /Developer/usr/lib/gcc /Developer/usr/lib/i686-apple-darwin10/4.2.1 /Developer/usr/lib /usr/local/lib"
+sys_lib_search_path_spec="/usr/lib/i686-apple-darwin10/4.0.1 /usr/lib /Developer/usr/lib/gcc/i686-apple-darwin10/4.0.1 /Developer/usr/lib/gcc /usr/lib/gcc/i686-apple-darwin10/4.0.1 /Developer/usr/lib/i686-apple-darwin10/4.0.1 /Developer/usr/lib /usr/local/lib"
 
 # Run-time system search path for libraries.
 sys_lib_dlsearch_path_spec="/usr/local/lib /lib /usr/lib"
@@ -251,7 +251,7 @@ striplib="strip -x"
 
 
 # The linker used to build libraries.
-LD="/Developer/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld"
+LD="/Developer/usr/libexec/gcc/i686-apple-darwin10/4.0.1/ld"
 
 # Commands used to build an old-style archive.
 old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
diff --git a/yara-python/setup.py b/yara-python/setup.py
index dac0c79..47760c8 100644
--- a/yara-python/setup.py
+++ b/yara-python/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
 
                            
 setup(name = "yara-python",
-        version = "1.3",
+        version = "1.4",
         author = "Victor M. Alvarez",
         author_email = "plusvic at gmail.com",
         url = 'http://yara.googlecode.com',
diff --git a/yara-python/setupwin.py b/yara-python/setupwin.py
index ec43f02..5b933f9 100644
--- a/yara-python/setupwin.py
+++ b/yara-python/setupwin.py
@@ -2,7 +2,7 @@ from distutils.core import setup, Extension
 
                            
 setup(name = "yara-python",
-        version = "1.3",
+        version = "1.4",
         author = "Victor M. Alvarez",
         author_email = "plusvic at gmail.com",
         ext_modules = [ Extension(

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