- Security:
    - Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)
      Source files are now stored in the 'sources' subdirectory which prevents
      name collisons. This requires changing version of '.osc' store to 2.0.
  - Command-line:
    - Introduce build --checks parameter
  - Library:
    - OscConfigParser: Remove automatic __name__ option

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=450
This commit is contained in:
Daniel Mach 2024-08-20 08:08:51 +00:00 committed by Git OBS Bridge
parent 959384f847
commit d84c417f2b
7 changed files with 20 additions and 7 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=1.8.3 pkgver=1.9.0
pkgrel=0 pkgrel=0
pkgdesc="Command-line client for the Open Build Service" pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64') arch=('x86_64')

View File

@ -1,4 +1,4 @@
osc (1.8.3-0) unstable; urgency=low osc (1.9.0-0) unstable; urgency=low
* Placeholder * Placeholder

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:833efb2701718b4ec17adc6d621799e8169d4490774c33e2abd089194c0c1505
size 395483

3
osc-1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32124ccbdd52d511c65b2b0fc231bfa2ef13bdc15af0e6976ddca9b824269002
size 395271

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 29 07:39:42 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
- 1.9.0
- Security:
- Fix possibility to overwrite special files in .osc (CVE-2024-22034 boo#1225911)
Source files are now stored in the 'sources' subdirectory which prevents
name collisons. This requires changing version of '.osc' store to 2.0.
- Command-line:
- Introduce build --checks parameter
- Library:
- OscConfigParser: Remove automatic __name__ option
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 8 07:16:37 UTC 2024 - Daniel Mach <daniel.mach@suse.com> Mon Jul 8 07:16:37 UTC 2024 - Daniel Mach <daniel.mach@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 1.8.3-0 Version: 1.9.0-0
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -67,7 +67,7 @@
%endif %endif
Name: osc Name: osc
Version: 1.8.3 Version: 1.9.0
Release: 0 Release: 0
Summary: Command-line client for the Open Build Service Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later License: GPL-2.0-or-later