Received: by mail.netbsd.org (Postfix, from userid 605) id A49E184D43; Sun, 30 May 2021 01:22:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFE4184D16 for ; Sun, 30 May 2021 01:22:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lUo90L7QZhhE for ; Sun, 30 May 2021 01:22:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5A89984CEE for ; Sun, 30 May 2021 01:22:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 477A0FA95; Sun, 30 May 2021 01:22:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16223377253360" MIME-Version: 1.0 Date: Sun, 30 May 2021 01:22:05 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/security/yara To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210530012205.477A0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16223377253360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun May 30 01:22:05 UTC 2021 Modified Files: pkgsrc/security/yara: Makefile distinfo Log Message: yara: update to version 4.1.1 YARA v4.1.1 * BUGFIX: Accept the "+" character as valid in DLL names (#1501). * BUGFIX: Buffer overrun in "macho" module. * BUGFIX: Undefined behavior in Windows implementation of yr_filemap_xxx functions (#1302). * BUGFIX: Crash due to consecutive jumps in hex strings (#1492). The yara-python repository does not offer a corresponding release. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/yara/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/yara/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16223377253360 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/yara/Makefile diff -u pkgsrc/security/yara/Makefile:1.11 pkgsrc/security/yara/Makefile:1.12 --- pkgsrc/security/yara/Makefile:1.11 Sun May 30 01:16:28 2021 +++ pkgsrc/security/yara/Makefile Sun May 30 01:22:05 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/05/30 01:16:28 khorben Exp $ +# $NetBSD: Makefile,v 1.12 2021/05/30 01:22:05 khorben Exp $ -DISTNAME= yara-${YARA_VERSION} +DISTNAME= yara-4.1.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=VirusTotal/} Index: pkgsrc/security/yara/distinfo diff -u pkgsrc/security/yara/distinfo:1.13 pkgsrc/security/yara/distinfo:1.14 --- pkgsrc/security/yara/distinfo:1.13 Sun May 30 01:16:28 2021 +++ pkgsrc/security/yara/distinfo Sun May 30 01:22:05 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/05/30 01:16:28 khorben Exp $ +$NetBSD: distinfo,v 1.14 2021/05/30 01:22:05 khorben Exp $ -SHA1 (yara-4.1.0.tar.gz) = 6aaf2696a9d00b89fea434eb013073ed569f3d48 -RMD160 (yara-4.1.0.tar.gz) = aa6999b4b5143c03aae26ddd791c7d7a7d5a4092 -SHA512 (yara-4.1.0.tar.gz) = b4b3d004181f4a5c7f35103082977f72155b1a80bcde84c09c68951b57c9b6cbb1304591172de72bdbd0b5a36c98a4671c5e4d428dfde809df717c32df4e2922 -Size (yara-4.1.0.tar.gz) = 935770 bytes +SHA1 (yara-4.1.1.tar.gz) = 6aaf2696a9d00b89fea434eb013073ed569f3d48 +RMD160 (yara-4.1.1.tar.gz) = aa6999b4b5143c03aae26ddd791c7d7a7d5a4092 +SHA512 (yara-4.1.1.tar.gz) = b4b3d004181f4a5c7f35103082977f72155b1a80bcde84c09c68951b57c9b6cbb1304591172de72bdbd0b5a36c98a4671c5e4d428dfde809df717c32df4e2922 +Size (yara-4.1.1.tar.gz) = 935770 bytes --_----------=_16223377253360--