From 9e924d9d620d72f66bb3fdbe3b2df9fd9a82a9c3 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Wed, 24 Jul 2019 13:23:58 +0000 Subject: [PATCH] - 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 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.165.2.tar.gz | 3 --- osc-0.165.3.tar.gz | 3 +++ osc.changes | 10 ++++++++++ osc.dsc | 2 +- osc.spec | 4 ++-- 8 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 osc-0.165.2.tar.gz create mode 100644 osc-0.165.3.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 9b333d3..6e83925 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.165.2 +pkgver=0.165.3 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 184970f..c9a168c 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.165.2 - 0.165.2 + 0.165.3 + 0.165.3 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index faf4ad0..1c0c001 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.165.2) unstable; urgency=low +osc (0.165.3) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.165.2.tar.gz b/osc-0.165.2.tar.gz deleted file mode 100644 index 8eedf4b..0000000 --- a/osc-0.165.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e349dd22f4b6dcd1cbf5d43d1de5732f69c83970c1779a672a12e0673f6b2dc3 -size 358537 diff --git a/osc-0.165.3.tar.gz b/osc-0.165.3.tar.gz new file mode 100644 index 0000000..ebfc537 --- /dev/null +++ b/osc-0.165.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4832ed4d17d8eebe16f4e782e05ae7178dad3b1bdd84fbb573e462f3ce904c8c +size 358848 diff --git a/osc.changes b/osc.changes index 1a7dd45..efe4212 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 24 13:18:01 UTC 2019 - Marco Strigl + +- 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) + ------------------------------------------------------------------- Mon Jul 8 11:11:58 UTC 2019 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index a9ad592..32cd810 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.165.2 +Version: 0.165.3 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 8c35169..405138d 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.165.2 +%define version_unconverted 0.165.3 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.165.2 +Version: 0.165.3 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later