Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH]  yara: update to 4.0.0
Date: Thu, 07 May 2020 19:16:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21726@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-05-07 17:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 17:16 abenson [this message]
2020-05-07 19:21 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21726@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).