2016-04-21 10:24:42 by Leonardo Taccari | Files touched by this commit (5) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
Remove net/py-netlib, now it is included in net/mitmproxy (its only user).
|
2016-02-16 14:52:41 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
Update net/py-netlib to 0.16.
Changes (from the commit messages):
0.16
----
o Migrate to hyperframe
o Various bugfixes and improvements
|
2016-01-21 01:15:50 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
Modify setup.py requirements in order to be less restrictive regarding version
dependencies.
Bump PKGREVISION.
|
2015-12-30 16:05:35 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
Update net/py-netlib to 0.15.1.
Changes:
0.15.1
------
o Update backports.ssl_match_hostname dependency
0.15.0
------
o Allow empty HTTP header value
o Initial Python 3.4 porting efforts
|
2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578) |
Log message:
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
|
2015-11-16 19:32:32 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
Update net/py-netlib to 0.14.0.
Changes:
* netlib: Refactored HTTP protocol handling code
* netlib: ALPN support
* netlib: fixed a bug in the optional certificate verification.
* netlib: Initial Python 3.5 support (this is the first prerequisite for
3.x support in mitmproxy)
|
2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748) |
Log message:
Add SHA512 digests for distfiles for net category
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-23 16:31:25 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
Update net/py-netlib to py-netlib-0.13.1.
Changes:
0.13.1:
o Misc bug fixes
0.13:
o Misc bug fixes
0.12.2:
o Add support for upstream certificate validation when using SSL/TLS with an
instance of TCPClient
o Remove certffi
o Various HTTP/2 support improvements
0.12.1:
o Implement basic HTTP/2 frame classes
o Add ALPN support to TCP abstraction
0.12:
o Bump dummy cert expiry to 5 years.
o Add support for web sockets
|
2015-03-09 10:11:24 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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.
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|