- 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:
parent
192ac9ff61
commit
4671b75744
2
PKGBUILD
2
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')
|
||||
|
4
_service
4
_service
@ -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>
|
||||
|
@ -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 <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e349dd22f4b6dcd1cbf5d43d1de5732f69c83970c1779a672a12e0673f6b2dc3
|
||||
size 358537
|
3
osc-0.165.3.tar.gz
Normal file
3
osc-0.165.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4832ed4d17d8eebe16f4e782e05ae7178dad3b1bdd84fbb573e462f3ce904c8c
|
||||
size 358848
|
10
osc.changes
10
osc.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 13:18:01 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- 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 <marco.strigl@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.165.2
|
||||
Version: 0.165.3
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user