- 0.165.3 (boo#1142662)

* switch to difflib.diff_bytes and sys.stdout.buffer.write for diffing.
      This will fix all decoding issues with osc diff, osc ci and osc rq -d
    * fix osc ls -lb handling empty size and mtime
    * removed decoding on osc api command.
    * fixed broken TLS certificate handling (boo#1142518, CVE-2019-3685)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=296
This commit is contained in:
2019-07-24 13:23:58 +00:00
committed by Git OBS Bridge
parent 192ac9ff61
commit 4671b75744
8 changed files with 20 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.165.2</param>
<param name="revision">0.165.2</param>
<param name="version">0.165.3</param>
<param name="revision">0.165.3</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>