[Forensics-changes] [yara] 279/407: Start to rename entropy to math.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:36 UTC 2017


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

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit 1e2872045a5efd2ae25057db3880a4cfc50b4915
Author: Wesley Shields <wxs at atarininja.org>
Date:   Tue Dec 30 20:46:16 2014 -0500

    Start to rename entropy to math.
---
 libyara/Makefile.am                   | 2 +-
 libyara/modules/{entropy.c => math.c} | 0
 libyara/modules/module_list           | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index ce43038..5488d17 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -2,7 +2,7 @@
 MODULES =  modules/tests.c
 MODULES += modules/pe.c
 MODULES += modules/elf.c
-MODULES += modules/entropy.c
+MODULES += modules/math.c
 
 if CUCKOO
 MODULES += modules/cuckoo.c
diff --git a/libyara/modules/entropy.c b/libyara/modules/math.c
similarity index 100%
rename from libyara/modules/entropy.c
rename to libyara/modules/math.c
diff --git a/libyara/modules/module_list b/libyara/modules/module_list
index e78b75c..1a0bd02 100644
--- a/libyara/modules/module_list
+++ b/libyara/modules/module_list
@@ -1,7 +1,7 @@
 MODULE(tests)
 MODULE(pe)
 MODULE(elf)
-MODULE(entropy)
+MODULE(math)
 
 #ifdef CUCKOO
 MODULE(cuckoo)

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