Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  yara: update to 4.0.0
@ 2020-05-07 17:16 abenson
  2020-05-07 19:21 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2020-05-07 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages yara_4.0.0
https://github.com/void-linux/void-packages/pull/21726

 yara: update to 4.0.0


A patch file from https://github.com/void-linux/void-packages/pull/21726.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yara_4.0.0-21726.patch --]
[-- Type: text/x-diff, Size: 2873 bytes --]

From 358ef0ee2ababd960a19a6167bd0d40d7222509a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 7 May 2020 12:13:17 -0500
Subject: [PATCH 1/2] yara: update to 4.0.0, adopt

---
 common/shlibs         |  2 +-
 srcpkgs/yara/template | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4bdc03e8b23..fa8af66f925 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3001,7 +3001,7 @@ libbctoolbox.so.1 bctoolbox-0.6.0_1
 libortp.so.13 ortp-1.0.2_1
 libsuperlu.so.5 superlu-5.2.1_1
 libgosu.so.0 gosu-0.12.0_1
-libyara.so.3 libyara-3.5.0_1
+libyara.so.4 libyara-4.0.0_1
 libyaz_icu.so.5 yaz-5.23.1_1
 libyaz.so.5 yaz-5.23.1_1
 libyaz_server.so.5 yaz-5.23.1_1
diff --git a/srcpkgs/yara/template b/srcpkgs/yara/template
index 51c5b4a1e2b..9d472ee943b 100644
--- a/srcpkgs/yara/template
+++ b/srcpkgs/yara/template
@@ -1,17 +1,17 @@
 # Template file for 'yara'
 pkgname=yara
-version=3.11.0
+version=4.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-magic --enable-cuckoo"
-hostmakedepends="automake libtool"
-makedepends="libressl-devel file-devel jansson-devel"
+hostmakedepends="automake libtool pkg-config"
+makedepends="libressl-devel file-devel jansson-devel protobuf-c-devel"
 short_desc="Pattern matching swiss knife for malware researchers"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://virustotal.github.io/yara/"
 distfiles="https://github.com/VirusTotal/yara/archive/v${version}.tar.gz"
-checksum=de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633
+checksum=8ee411fe3a60d1b463f152e356e0ee46b23331c461fd60ef8f82fed580c73f46
 
 pre_configure() {
 	autoreconf -fi

From afba417c34ea1bc822a93db2a0fef775cb871093 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 7 May 2020 12:13:32 -0500
Subject: [PATCH 2/2] python3-yara: update to 4.0.0

---
 srcpkgs/python3-yara/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 3bdff14a0da..5df1e673f17 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
-version=3.11.0
-revision=2
+version=4.0.0
+revision=1
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,4 +12,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Apache-2.0"
 homepage="http://virustotal.github.io/yara/"
 distfiles="https://github.com/VirusTotal/yara-python/archive/v${version}.tar.gz"
-checksum=1280cfa4844902e9d5848c84ecc87da3fc05fbacbd74371bb738d1f4fbba2850
+checksum=8cf2e55da2a4e8a2339bcc3b39276b694545f173c0a094a156f7dcbd5daf3231

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]:  yara: update to 4.0.0
  2020-05-07 17:16 [PR PATCH] yara: update to 4.0.0 abenson
@ 2020-05-07 19:21 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2020-05-07 19:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a merged pull request on the void-packages repository

 yara: update to 4.0.0
https://github.com/void-linux/void-packages/pull/21726

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 17:16 [PR PATCH] yara: update to 4.0.0 abenson
2020-05-07 19:21 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).