14
0
Commit Graph

10 Commits

Author SHA256 Message Date
5b825d1a7a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=18
2024-01-29 21:27:48 +00:00
96101cb3dc - Skip broken tests in different architectures
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=15
2022-12-15 17:33:54 +00:00
ed7bb055b5 - 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,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=14
2022-12-15 17:21:57 +00:00
512733465d - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=12
2022-10-07 11:04:51 +00:00
0e64ae34f3 Accepting request 964016 from home:susnux:branches:devel:languages:python
Update to 8.0.0
CVE-2022-24766 boo#1197381

OBS-URL: https://build.opensuse.org/request/show/964016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=10
2022-03-22 18:34:09 +00:00
9a31fbf995 Accepting request 944473 from home:bnavigator:branches:devel:languages:python
- Register obs hypothesis profile for slow test executions

OBS-URL: https://build.opensuse.org/request/show/944473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=9
2022-01-08 23:33:22 +00:00
8ce951a84f Accepting request 937313 from home:susnux:branches:devel:languages:python
Update to 7.0.4

OBS-URL: https://build.opensuse.org/request/show/937313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=8
2021-12-09 12:25:23 +00:00
8fb4f3b081 Accepting request 867436 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/867436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=6
2021-01-28 11:27:21 +00:00
172b15c011 Accepting request 825767 from home:bnavigator:branches:devel:languages:python
- Update to v5.2 
- refresh unpin.patch
- replace unmaintained asynctest by native python 3.8 unittest
  calls
  * replace-asynctest.patch 
  * gh#mitmproxy/mitmproxy#4020

OBS-URL: https://build.opensuse.org/request/show/825767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=4
2020-08-11 17:17:34 +00:00
Tomáš Chvátal
204b7498e8 Accepting request 815488 from home:mcalabkova:branches:devel:languages:python
got to it through packaging python-httpx (coming soon)

OBS-URL: https://build.opensuse.org/request/show/815488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=1
2020-06-17 10:49:07 +00:00