diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-09 09:11:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-09 09:11:24 +0000 |
commit | 1787f09c5a8e137cbf82bda10f61df62fb37eff1 (patch) | |
tree | cc863bb5d2c2079112dac85c3d65cbda91fac2e1 /net/py-netlib/distinfo | |
parent | 5ea396fd764fcff314317b3c166c0b45225373ae (diff) | |
download | pkgsrc-1787f09c5a8e137cbf82bda10f61df62fb37eff1.tar.gz |
Update to 0.11.2, provided by Leonardo Taccari in PR 49729:
Changes:
0.11.2
------
* TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2.
0.11.1
------
* Fixes traceback in connection finish.
0.11
----
* Refactor TCP close.
* certstore: add support for cert chains
* certstore: add support for asterisk form to DNTree replacement
* Change the criticality of a number of X509 extentions, to match the RFCs and
real-world CAs/certs.
* Much more sophisticated certificate store:
- Handle wildcard lookup
- Handle lookup of SANs
- Provide hooks for registering override certs and keys for specific
domains (including wildcard specifications)
* Various bug fixes.
0.10
----
* Add IPv6 support for TCPServer.
* Various bug fixes.
Diffstat (limited to 'net/py-netlib/distinfo')
-rw-r--r-- | net/py-netlib/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-netlib/distinfo b/net/py-netlib/distinfo index c20975452ae..7346e1909bb 100644 --- a/net/py-netlib/distinfo +++ b/net/py-netlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/01/21 11:38:03 wiz Exp $ +$NetBSD: distinfo,v 1.3 2015/03/09 09:11:24 wiz Exp $ -SHA1 (netlib-0.9.2.tar.gz) = 7c62c96829295d8e55f8644f242959f6a150720e -RMD160 (netlib-0.9.2.tar.gz) = c996ceb2a371c520756580d28d5c036acd9eccbd -Size (netlib-0.9.2.tar.gz) = 59016 bytes +SHA1 (netlib-0.11.2.tar.gz) = 8f1fc7c1c5d4f18bc9c97241016bab7868c3a6f5 +RMD160 (netlib-0.11.2.tar.gz) = 83e4befe9aee98fe48aa665d74e790c0885d5466 +Size (netlib-0.11.2.tar.gz) = 43569 bytes |