Compare commits
No commits in common. "imports/c10s/yara-4.2.3-1.el10" and "c8-beta" have entirely different histories.
imports/c1
...
c8-beta
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/androguard-yara-2020-04-22-3eea86a.tar.gz
|
||||
/yara-4.2.1.tar.gz
|
||||
/yara-4.2.3.tar.gz
|
||||
SOURCES/yara-4.2.3.tar.gz
|
||||
|
1
.yara.metadata
Normal file
1
.yara.metadata
Normal file
@ -0,0 +1 @@
|
||||
1c0776d0b147e260dc51b1f2002235f07d9cacd8 SOURCES/yara-4.2.3.tar.gz
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (yara-4.2.3.tar.gz) = 1df23837d14d3f9f72db901190e7412241514a8914d72b753df32ad8a44c7a49ad8f14941a95de83754e4d1dd0f23d712d8e6a43916343341b92cb1bc66f3c09
|
@ -1,17 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: /usr/bin/yara --version
|
||||
# tasks:
|
||||
# This is only used as part of rpm-ostree which has extensive tests
|
||||
# and there is no point to testing it separately.
|
||||
# - name: true
|
||||
# shell: true
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
|
||||
index 4fa363a..a9242b2 100644
|
||||
--- a/libyara/Makefile.am
|
||||
+++ b/libyara/Makefile.am
|
||||
@@ -48,6 +48,7 @@ MODULES += modules/pe/pe_utils.c
|
||||
|
||||
if CUCKOO_MODULE
|
||||
MODULES += modules/cuckoo/cuckoo.c
|
||||
+MODULES += modules/androguard/androguard.c
|
||||
endif
|
||||
|
||||
if MAGIC_MODULE
|
||||
diff --git a/libyara/modules/module_list b/libyara/modules/module_list
|
||||
index d81b8f3..ba43609 100644
|
||||
--- a/libyara/modules/module_list
|
||||
+++ b/libyara/modules/module_list
|
||||
@@ -10,6 +10,7 @@ MODULE(dotnet)
|
||||
|
||||
#ifdef CUCKOO_MODULE
|
||||
MODULE(cuckoo)
|
||||
+MODULE(androguard)
|
||||
#endif
|
||||
|
||||
#ifdef MAGIC_MODULE
|
@ -1,23 +0,0 @@
|
||||
diff -ru yara-74734418a256c5304ccaf1d322c57e305ff75362/docs/conf.py yara-74734418a256c5304ccaf1d322c57e305ff75362.new/docs/conf.py
|
||||
--- yara-74734418a256c5304ccaf1d322c57e305ff75362/docs/conf.py 2016-08-02 22:08:18.000000000 +0200
|
||||
+++ yara-74734418a256c5304ccaf1d322c57e305ff75362.new/docs/conf.py 2016-08-08 23:08:47.637063737 +0200
|
||||
@@ -102,12 +102,13 @@
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
|
||||
-try:
|
||||
- import sphinx_rtd_theme
|
||||
- html_theme = "sphinx_rtd_theme"
|
||||
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
-except:
|
||||
- html_theme = "default"
|
||||
+#try:
|
||||
+# import sphinx_rtd_theme
|
||||
+# html_theme = "sphinx_rtd_theme"
|
||||
+# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
+#except:
|
||||
+# html_theme = "default"
|
||||
+html_theme = "default"
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
Loading…
Reference in New Issue
Block a user