Commits

Zero King authored e7cd8523519
py-gnupg: update to 0.4.4

Fixes CVE-2019-6690
No tags

python/py-gnupg/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-gnupg
7 -version 0.4.3
7 +version 0.4.4
8 8
9 9 description A Python wrapper for GnuPG
10 10 long_description The gnupg module allows Python programs to make use of \
11 11 the functionality provided by the GNU Privacy Guard \
12 12 (abbreviated GPG or GnuPG). Using this module, Python \
13 13 programs can encrypt and decrypt data, digitally sign \
14 14 documents and verify digital signatures, manage \
15 15 (generate, list and delete) encryption keys, using \
16 16 proven Public Key Infrastructure (PKI) encryption \
17 17 technology based on OpenPGP.
20 20
21 21 categories-append crypto security
22 22 platforms darwin
23 23 maintainers {@F30 f30.me:f30} openmaintainer
24 24
25 25 python.versions 27 34 35 36
26 26 depends_run bin:gpg:gnupg2
27 27
28 28 master_sites pypi:p/python-gnupg
29 29 distname python-gnupg-${version}
30 -checksums rmd160 b2b399ee17c4f7003de8af45567416b3d71dba5e \
31 - sha256 2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d \
32 - size 46958
30 +checksums rmd160 ccfbe0ac6cdb1eb4226f1be7f776a220f580314f \
31 + sha256 45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e \
32 + size 48292
33 33
34 34 # Only enable tests for individual subports as otherwise `${python.bin}` is not
35 35 # available
36 36 if {${subport} ne ${name}} {
37 37 test.run yes
38 38 test.cmd ${python.bin} test_gnupg.py
39 39 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut