Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2026 14:56:24 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7622dde3c49a - main - security/yara: update to 4.5.5
Message-ID:  <6a0dcb98.40fcf.15425d61@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7622dde3c49a10caaeefa55aaf34b0ade09f49e4

commit 7622dde3c49a10caaeefa55aaf34b0ade09f49e4
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-05-20 14:49:49 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-05-20 14:56:07 +0000

    security/yara: update to 4.5.5
---
 security/yara/Makefile                       |  3 +--
 security/yara/distinfo                       |  6 +++---
 security/yara/files/patch-tests_test-rules.c | 20 --------------------
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/security/yara/Makefile b/security/yara/Makefile
index 2aead05230cc..d8ba6b92e68d 100644
--- a/security/yara/Makefile
+++ b/security/yara/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yara
-DISTVERSION=	4.5.0
+DISTVERSION=	4.5.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -16,7 +16,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	VirusTotal
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/security/yara/distinfo b/security/yara/distinfo
index ac3622230aba..efb3377da9eb 100644
--- a/security/yara/distinfo
+++ b/security/yara/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709217861
-SHA256 (VirusTotal-yara-v4.5.0_GH0.tar.gz) = f6db34bd102703bf56cc2878ddfb249c3fb2e09c9194d3adb78c3ab79282c827
-SIZE (VirusTotal-yara-v4.5.0_GH0.tar.gz) = 2206492
+TIMESTAMP = 1779268738
+SHA256 (VirusTotal-yara-v4.5.5_GH0.tar.gz) = d38e30fd9c1e1c7921d1c4568262d94f5c2d6b5da139fe49572a43ffbc5c53f6
+SIZE (VirusTotal-yara-v4.5.5_GH0.tar.gz) = 2202497
diff --git a/security/yara/files/patch-tests_test-rules.c b/security/yara/files/patch-tests_test-rules.c
deleted file mode 100644
index b9f675bdc1ba..000000000000
--- a/security/yara/files/patch-tests_test-rules.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- tests/test-rules.c.orig	2024-02-29 14:52:24 UTC
-+++ tests/test-rules.c
-@@ -3548,7 +3548,7 @@ void test_process_scan()
-   assert(rc == ERROR_SUCCESS);
- 
-   assert(waitpid(pid, &status, 0) >= 0);
--  assert(status == SIGALRM);
-+  //assert(status == SIGALRM);
- 
-   assert(counters.rules_matching == 1);
- 
-@@ -3569,7 +3569,7 @@ void test_process_scan()
-   assert(rc == ERROR_SUCCESS);
- 
-   assert(waitpid(pid, &status, 0) >= 0);
--  assert(status == SIGALRM);
-+  //assert(status == SIGALRM);
- 
-   assert(counters.rules_matching == 1);
- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0dcb98.40fcf.15425d61>