diff --git a/PKGBUILD b/PKGBUILD index 7afa3be..71b9772 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" diff --git a/debian.changelog b/debian.changelog index 318a98d..25fa78f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.8.3-0) unstable; urgency=low +osc (1.9.0-0) unstable; urgency=low * Placeholder diff --git a/osc-1.8.3.tar.gz b/osc-1.8.3.tar.gz deleted file mode 100644 index 1781b61..0000000 --- a/osc-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:833efb2701718b4ec17adc6d621799e8169d4490774c33e2abd089194c0c1505 -size 395483 diff --git a/osc-1.9.0.tar.gz b/osc-1.9.0.tar.gz new file mode 100644 index 0000000..a61c95d --- /dev/null +++ b/osc-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32124ccbdd52d511c65b2b0fc231bfa2ef13bdc15af0e6976ddca9b824269002 +size 395271 diff --git a/osc.changes b/osc.changes index b20bc16..ad469f1 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 29 07:39:42 UTC 2024 - Daniel Mach + +- 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 diff --git a/osc.dsc b/osc.dsc index 3d29012..66e2a80 100644 --- a/osc.dsc +++ b/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 Architecture: any diff --git a/osc.spec b/osc.spec index b7b8de0..6a75fcc 100644 --- a/osc.spec +++ b/osc.spec @@ -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