Accepting request 1194846 from openSUSE:Tools

- 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

OBS-URL: https://build.opensuse.org/request/show/1194846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=199
This commit is contained in:
Ana Guerrero 2024-08-20 14:14:39 +00:00 committed by Git OBS Bridge
commit b60a62e907
7 changed files with 21 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgname=osc
pkgver=1.8.3
pkgrel=927801cbe8605f2056cba6665c6e5bde
pkgver=1.9.0
pkgrel=0
pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64')
url="https://www.github.com/openSUSE/osc"

View File

@ -1,4 +1,4 @@
osc (1.8.3-0) unstable; urgency=low
osc (1.9.0-0) unstable; urgency=low
* 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>

View File

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

View File

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