Package: bdfproxy / 0.3.9-3

Metadata

Package Version Patches format
bdfproxy 0.3.9-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
changelog.patch | (download)

changelog | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 add autogenerated upstream changelog
 Built from git commit lists between current and
 previous upstream tags.
bdf_integrated.patch | (download)

bdf_proxy.py | 16 11 + 5 - 0 !
test_script.sh | 9 3 + 6 - 0 !
2 files changed, 14 insertions(+), 11 deletions(-)

 add support for integrated bdf
 bdfproxy is originally based on a bdf installation in a
 local subdir. This patch supports a bdf install as made
 in Debian, installing a bdfactory package containing the
 bdf python modules in the python dist-packages dir, making
 them directly useable from any other python tool through
 bdfactory.<module> import.
 This patch also support a cfg file in /etc/bdfproxy instead
 of in $PWD. system-wide bdfproxy.cfg can be overload by the
 same file in current directory, to make the test scripts work
newer_mitmproxy_support.patch | (download)

bdf_proxy.py | 22 14 + 8 - 0 !
1 file changed, 14 insertions(+), 8 deletions(-)

 add support for newer mitmproxy
 upstream bdfproxy supports only mitmproxy 0.17 and older.
 This patch update the code to support the new mitmproxy API
 defined since 0.18.
 This permits one to use the packaged mitmproxy.
pybuild.patch | (download)

setup.py | 21 21 + 0 - 0 !
1 file changed, 21 insertions(+)

 add support for clean python install mode
 Python build and install mechanism based on setup.py
 and pybuild.
 Permit a clean install through dh-python2
python3_support.patch | (download)

bdf_proxy.py | 34 15 + 19 - 0 !
1 file changed, 15 insertions(+), 19 deletions(-)

---