NOTICE: This package has been removed from pkgsrc

./net/py-netlib, Network utilities used by pathod and mitmproxy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.16, Package name: py27-netlib-0.16, Maintainer: pkgsrc-users

Netlib is a collection of network utility classes, used by the
pathod and mitmproxy projects. It differs from other projects in
some fundamental respects, because both pathod and mitmproxy often
need to violate standards. This means that protocols are implemented
as small, well-contained and flexible functions, and are designed
to allow misbehaviour when needed.


Required to run:
[security/py-OpenSSL] [devel/py-setuptools] [security/py-asn1] [lang/python27] [security/py-passlib] [security/py-backports.ssl_match_hostname] [lang/py-six] [security/py-cryptography] [net/py-ipaddress] [net/py-hpack] [security/py-certifi] [www/py-hyperframe]

Master sites:

SHA1: 78dc5598273513bf30c5f181ede2a02bed2d4967
RMD160: 77b0605f59143e6591a7d17e0ecaee88c4beb768
Filesize: 85.542 KB

Version history: (Expand)


CVS history: (Expand)


   2016-04-21 10:24:42 by Leonardo Taccari | Files touched by this commit (5) | Package removed
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