- 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/package/show/openSUSE:Tools/osc?expand=0&rev=450
This commit is contained in:
parent
959384f847
commit
d84c417f2b
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=1.8.3
|
||||
pkgver=1.9.0
|
||||
pkgrel=0
|
||||
pkgdesc="Command-line client for the Open Build Service"
|
||||
arch=('x86_64')
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (1.8.3-0) unstable; urgency=low
|
||||
osc (1.9.0-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
@ -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
3
osc-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32124ccbdd52d511c65b2b0fc231bfa2ef13bdc15af0e6976ddca9b824269002
|
||||
size 395271
|
13
osc.changes
13
osc.changes
@ -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>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user