diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-02 16:16:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-02 16:16:44 +0000 |
commit | 0f7549958048d14b9f7bfaaac8c283bc52ef0fa4 (patch) | |
tree | 262607291bfdf1b136e077a66ab9ac7fea7aeeb0 /mail/py-pyspf/files | |
parent | Add rubygem-aws-sdk-codestarconnections 1.0.0 (diff) |
Update to 2.0.14
Changes: https://github.com/sdgathman/pyspf/releases
https://github.com/sdgathman/pyspf/blob/master/CHANGELOG
Notes
Notes:
svn path=/head/; revision=521839
Diffstat (limited to 'mail/py-pyspf/files')
-rw-r--r-- | mail/py-pyspf/files/patch-spf.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/py-pyspf/files/patch-spf.py b/mail/py-pyspf/files/patch-spf.py deleted file mode 100644 index cd1459e9e30a..000000000000 --- a/mail/py-pyspf/files/patch-spf.py +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/sdgathman/pyspf/commit/4744deeec4a2c10987aae72989d7137156ed4151 - ---- spf.py.orig -+++ spf.py -@@ -91,7 +91,7 @@ - print('ipaddr module required: http://code.google.com/p/ipaddr-py/') - - --def DNSLookup_pydns(name, qtype, tcpfallback=True, timeout=30): -+def DNSLookup_pydns(name, qtype, strict=True, timeout=20): - - try: - req = DNS.DnsRequest(name, qtype=qtype, timeout=timeout) |