diff --git a/PKGBUILD b/PKGBUILD index e4cd333..9d46893 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 14cfc90..49872c1 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 f267cd8..8a4f76b 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 c4017ba..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..4d00f82 --- /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 a13701d..aee07a1 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 0ade5b1..43fc0e2 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 73b1829..337c68e 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