Andreas Wacknitz
2024-02-18 b0c26e149a169a73acdaec92d1f07fa68b685d0a
yara: update to 4.5.0

3 files modified
18 ■■■■ changed files
components/sysutils/yara/Makefile 14 ●●●● patch | view | raw | blame | history
components/sysutils/yara/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/sysutils/yara/pkg5 2 ●●● patch | view | raw | blame | history
components/sysutils/yara/Makefile
@@ -18,7 +18,7 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        yara
COMPONENT_VERSION=    4.4.0
COMPONENT_VERSION=    4.5.0
COMPONENT_SUMMARY=    YARA is a tool aimed at (but not limited to) helping malware \
    researchers to identify and classify malware samples.
COMPONENT_DESCRIPTION=    With YARA you can create descriptions of malware families \
@@ -27,7 +27,7 @@
    which determine its logic.
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    v$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:301ddefefddba352022da8982f4c86f898827cd2c8c3394e2db08110c4caf7aa
COMPONENT_ARCHIVE_HASH=    sha256:f6db34bd102703bf56cc2878ddfb249c3fb2e09c9194d3adb78c3ab79282c827
COMPONENT_PROJECT_URL=    https://virustotal.github.io/yara/
COMPONENT_ARCHIVE_URL=    https://github.com/VirusTotal/yara/archive/refs/tags/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=     antivirus/$(COMPONENT_NAME)
@@ -46,11 +46,11 @@
LDFLAGS += -L$(OPENSSL_LIBDIR)
CONFIGURE_OPTION+=    --enable-cuckoo
CONFIGURE_OPTION+=    --enable-magic
CONFIGURE_OPTION+=    --enable-macho
CONFIGURE_OPTION+=    --enable-dex
CONFIGURE_OPTION+=    --enable-pb-tests
CONFIGURE_OPTION += --enable-cuckoo
CONFIGURE_OPTION += --enable-magic
CONFIGURE_OPTION += --enable-macho
CONFIGURE_OPTION += --enable-dex
CONFIGURE_OPTION += --enable-pb-tests
# Auto-generated dependencies
REQUIRED_PACKAGES += library/security/openssl-31
components/sysutils/yara/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/sysutils/yara/pkg5
@@ -8,4 +8,4 @@
        "antivirus/yara"
    ],
    "name": "yara"
}
}