Revisions of python-mitmproxy

buildservice-autocommit accepted request 1153124 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1152312 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 20)
- Update to version 10.2.2:
  * The onboarding_port option has been removed. The onboarding app now 
    responds to all requests for the hostname specified in onboarding_host.
  * connection.Client and connection.Server now accept keyword arguments 
    only. This is a breaking change for custom addons that use these classes 
    directly.
  * Add experimental support for HTTP/3 and QUIC.
  * ASGI/WSGI apps can now listen on all ports for a specific hostname.
  * Add replay.server.add command for adding flows to server replay buffer.
  * Remove string escaping in raw view.
  * mitmproxy now requires Python 3.10 or above.
  * Add support for reading and writing HAR files.
  * UDP streams are now backed by a new implementation in mitmproxy_rs.
  * ignore_hosts now waits for the entire HTTP headers if it suspects the 
    connection to be HTTP.
buildservice-autocommit accepted request 1142652 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- switch to python311 build
  * Deprecation of pathod and pathoc tools and modules. Future releases
  * Tests: Replace asynctest with stdlib mock
- Update to v5.2
  * Fix dev version detection with parent git repo
  * replace-asynctest.patch
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 17)
refreshed tarball
buildservice-autocommit accepted request 1043697 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 16)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 15)
- Skip broken tests in different architectures
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 14)
- Remove fix-big-integer.patch
- Update to version 9.0.1:
  - The precompiled binaries now ship with OpenSSL 3.0.7, which resolves
    CVE-2022-3602 and CVE-2022-3786.
  - Performance and stability improvements for WireGuard mode. (#5694, @mhils,
    @decathorpe)
  - Fix a bug where the standalone Linux binaries would require libffi to be
    installed. (#5699, @mhils)
  - Hard exit when mitmproxy cannot write logs, fixes endless loop when parent
    process exits. (#4669, @Prinzhorn)
  - Fix a permission error affecting the Docker images. (#5700, @mhils)
- 9.0.0
  # Major Features
  - Add Raw UDP support. (#5414, @meitinger)
  - Add WireGuard mode to enable transparent proxying via WireGuard. (#5562,
    @decathorpe, @mhils)
  - Add DTLS support. (#5397, @kckeiks).
  - Add a quick help bar to mitmproxy. (#5381, #5652, @kckeiks, @mhils).
  # Deprecations
  - Deprecate add_log event hook. Users should use the builtin logging module
    instead. See the docs for details and upgrade instructions. (#5590, @mhils)
  - Deprecate mitmproxy.ctx.log in favor of Python's builtin logging module.
    See the docs for details and upgrade instructions. (#5590, @mhils)
  # Breaking Changes
  - The mode option is now a list of server specs instead of a single spec. The
    CLI interface is unaffected, but users may need to update their
    config.yaml. (#5393, @mhils)
  # Full Changelog
  - Mitmproxy binaries now ship with Python 3.11. (#5678, @mhils)
  - One mitmproxy instance can now spawn multiple proxy servers. (#5393,
buildservice-autocommit accepted request 1008760 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 13)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 12)
- Update to version 8.1.1:
  * Support specifying the local address for outgoing connections (#5364,
    @meitinger)
  * Fix a bug where an excess empty chunk has been sent for chunked HEAD
    request. (#5372, @jixunmoe)
  * Drop pkg_resources dependency. (#5401, @PavelICS)
  * Fix huge (>65kb) http2 responses corrupted. (#5428, @dhabensky)
  * Remove overambitious assertions in the HTTP state machine, fix some error
    handling. (#5383, @mhils)
  * Use default_factory for parser_options. (#5474, @rathann)
- mitmproxy 8.1.0
  * DNS support (#5232, @meitinger)
  * Mitmproxy now requires Python 3.9 or above. (#5233, @mhils)
  * Fix a memory leak in mitmdump where flows were kept in memory. (#4786,
    @mhils)
  * Replayed flows retain their current position in the flow list. (#5227,
    @mhils)
  * Periodically send HTTP/2 ping frames to keep connections alive. (#5046,
    @EndUser509)
  * Console Performance Improvements (#3427, @BkPHcgQL3V)
  * Warn users if server side event responses are received without streaming.
    (#4469, @mhils)
  * Add flatpak support to the browser addon (#5200, @pauloromeira)
  * Add example addon to dump contents to files based on a filter expression
    (#5190, @redraw)
  * Fix a bug where the wrong SNI is sent to an upstream HTTPS proxy (#5109,
    @mhils)
  * Make sure that mitmproxy displays error messages on startup. (#5225,
    @mhils)
  * Add example addon for domain fronting. (#5217, @randomstuff)
buildservice-autocommit accepted request 964072 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 964016 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 10)
Update to 8.0.0
CVE-2022-24766 boo#1197381
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 944473 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 9)
- Register obs hypothesis profile for slow test executions
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 937313 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 8)
Update to 7.0.4
buildservice-autocommit accepted request 867448 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 7)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 867436 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 6)
- Update to 6.0.2
  * Mitmproxy now requires Python 3.8 or above.
  * Deprecation of pathod and pathoc tools and modules. Future releases 
    will not contain them!
  * SSLKEYLOGFILE now supports TLS 1.3 secrets
  * Tests: Replace asynctest with stdlib mock 
  * Many smaller improvements and bugfixes
- Drop unpin.patch and replace it with a sed script
- Drop merged replace-asynctest.patch
buildservice-autocommit accepted request 825834 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 5)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 825767 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 4)
- Update to v5.2 
- refresh unpin.patch
- replace unmaintained asynctest by native python 3.8 unittest
  calls
  * replace-asynctest.patch 
  * gh#mitmproxy/mitmproxy#4020
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 815513 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
initialized devel package after accepting 815513
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by