git: b27677dbb493 - main - security/py-yara-python-dex: upgrade to 1.0.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jan 2025 21:03:23 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=b27677dbb493efd7c05f4606b834ef2db440512f commit b27677dbb493efd7c05f4606b834ef2db440512f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-13 20:56:43 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-13 21:02:45 +0000 security/py-yara-python-dex: upgrade to 1.0.7.1 --- security/py-yara-python-dex/Makefile | 6 +++--- security/py-yara-python-dex/distinfo | 6 +++--- security/py-yara-python-dex/pkg-plist | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/security/py-yara-python-dex/Makefile b/security/py-yara-python-dex/Makefile index eea220dc1bdc..584a31f83398 100644 --- a/security/py-yara-python-dex/Makefile +++ b/security/py-yara-python-dex/Makefile @@ -1,5 +1,5 @@ PORTNAME= yara-python-dex -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,13 +18,13 @@ GH_SUBDIR= yara-python:yp yara-python/yara:yp2 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}yara -USES= python ssl +USES= pytest python ssl USE_PYTHON= distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif -PLIST_FILES= %%PYTHON_SITELIBDIR%%/yara%%PYTHON_EXT_SUFFIX%%.so +PLIST_SUB= VER=${PORTVERSION:R} .include <bsd.port.mk> diff --git a/security/py-yara-python-dex/distinfo b/security/py-yara-python-dex/distinfo index 119427df7e1a..5a6611163bd9 100644 --- a/security/py-yara-python-dex/distinfo +++ b/security/py-yara-python-dex/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1693241266 -SHA256 (MobSF-yara-python-dex-1.0.6_GH0.tar.gz) = 2f15d0e748b3180828a071eb10e2211a4b05131149d15bb97db184e285178b2f -SIZE (MobSF-yara-python-dex-1.0.6_GH0.tar.gz) = 4491 +TIMESTAMP = 1736800627 +SHA256 (MobSF-yara-python-dex-1.0.7.1_GH0.tar.gz) = 9b2febf8341d724480ee15f94adde22ea6f9f902346f59e2e9b92ec029b7ade2 +SIZE (MobSF-yara-python-dex-1.0.7.1_GH0.tar.gz) = 4505 SHA256 (VirusTotal-yara-python-188cb6e85137f715fef563f61c6b4f21ad026562_GH0.tar.gz) = f685495d280ba2105fa4ca31e0ac8173f16c93c28514c2e66b25a57c7d2d45b8 SIZE (VirusTotal-yara-python-188cb6e85137f715fef563f61c6b4f21ad026562_GH0.tar.gz) = 31860 SHA256 (VirusTotal-yara-ed1a1a430c64cf908b61a5fadc3958866a840bc6_GH0.tar.gz) = 282b97f106076f389e8f74e8e957bdcefbe87cc34887a8be6b5efd64cc96f920 diff --git a/security/py-yara-python-dex/pkg-plist b/security/py-yara-python-dex/pkg-plist new file mode 100644 index 000000000000..e749c5a770f2 --- /dev/null +++ b/security/py-yara-python-dex/pkg-plist @@ -0,0 +1,6 @@ +%%PYTHON_SITELIBDIR%%/yara%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/yara_python_dex-%%VER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/yara_python_dex-%%VER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/yara_python_dex-%%VER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/yara_python_dex-%%VER%%-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/yara_python_dex-%%VER%%-py%%PYTHON_VER%%.egg-info/top_level.txt