pkgsrc/security/py-cryptography_vectors/Makefile
adam add38dcc96 py-cryptography, py-cryptography_vectors: updated to 3.3.2
3.3.2:
SECURITY ISSUE: Fixed a bug where certain sequences of update() calls when symmetrically encrypting very large payloads (>2GB) could result in an integer overflow, leading to buffer overflows. CVE-2020-36242
2021-02-08 06:08:02 +00:00

16 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.28 2021/02/08 06:08:02 adam Exp $
DISTNAME= cryptography_vectors-3.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography_vectors/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pyca/cryptography
COMMENT= Cryptographic test vectors
LICENSE= apache-2.0 OR modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"