pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/yara
Module Name: pkgsrc
Committed By: adam
Date: Sun Sep 13 06:51:55 UTC 2026
Modified Files:
pkgsrc/security/yara: Makefile.common
Log Message:
yara: rewrite GITHUB_TAG so py-yara can have a different version
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/yara/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/yara/Makefile.common
diff -u pkgsrc/security/yara/Makefile.common:1.18 pkgsrc/security/yara/Makefile.common:1.19
--- pkgsrc/security/yara/Makefile.common:1.18 Mon Sep 7 10:55:39 2026
+++ pkgsrc/security/yara/Makefile.common Sun Sep 13 06:51:55 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.18 2026/09/07 10:55:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2026/09/13 06:51:55 adam Exp $
#
# used by security/yara/Makefile
# used by security/py-yara/Makefile
YARA_VERSION= 4.5.8
MASTER_SITES= ${MASTER_SITE_GITHUB:=VirusTotal/}
-GITHUB_TAG= v${YARA_VERSION}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= khorben%defora.org@localhost
HOMEPAGE= https://virustotal.github.io/yara/
Home |
Main Index |
Thread Index |
Old Index