1
0

Compare commits

9 Commits

Author SHA256 Message Date
23149cbb66 Accepting request 1233874 from Kernel:kdump
- Update to 0.5.5.1
  * Bug-fix release
  * Drop Fix-use-after-free-in-Buffer-objects.patch
- Fix-use-after-free-in-Buffer-objects.patch: Fix a potential UAF
  in addrxlat Buffer objects.
- Update to 0.5.5
  * Reflect incompatible changes in kdumpfile-0.5.5.
  * Add forgotten tests for RISC-V PTE formats.

OBS-URL: https://build.opensuse.org/request/show/1233874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykdumpfile?expand=0&rev=5
2024-12-30 11:52:14 +00:00
Petr Tesařík
3158a357e0 - Update to 0.5.5.1
* Bug-fix release
  * Drop Fix-use-after-free-in-Buffer-objects.patch

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=17
2024-12-30 08:02:56 +00:00
Petr Tesařík
9fa875389b - Fix-use-after-free-in-Buffer-objects.patch: Fix a potential UAF
in addrxlat Buffer objects.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=16
2024-12-29 19:01:16 +00:00
Petr Tesařík
98f5b5d563 - Update to 0.5.5
* Reflect incompatible changes in kdumpfile-0.5.5.
  * Add forgotten tests for RISC-V PTE formats.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=15
2024-12-28 21:33:03 +00:00
a72b60ab93 Accepting request 1222873 from Kernel:kdump
- Set minimum python-cffi version to 1.8.

OBS-URL: https://build.opensuse.org/request/show/1222873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykdumpfile?expand=0&rev=4
2024-11-09 19:54:34 +00:00
f2c56b1b53 Set minimum python-cffi BuildRequires to 1.8.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=13
2024-11-08 16:42:45 +00:00
680d43e8aa - Set minimum python-cffi version to 1.8.
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=12
2024-11-08 10:54:56 +00:00
c856464683 Accepting request 1221343 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1221343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykdumpfile?expand=0&rev=3
2024-11-05 14:41:47 +00:00
Petr Tesařík
16f7a0683c - Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-pykdumpfile?expand=0&rev=10
2024-11-05 08:28:56 +00:00
4 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34718c76ce7c3ffd25b051c5d4fb1bd8a834564c6d731f12cc1895e6b8dde429
size 33936

View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Dec 30 08:00:35 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
- Update to 0.5.5.1
* Bug-fix release
* Drop Fix-use-after-free-in-Buffer-objects.patch
-------------------------------------------------------------------
Sun Dec 29 18:58:42 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
- Fix-use-after-free-in-Buffer-objects.patch: Fix a potential UAF
in addrxlat Buffer objects.
-------------------------------------------------------------------
Sat Dec 28 21:29:50 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
- Update to 0.5.5
* Reflect incompatible changes in kdumpfile-0.5.5.
* Add forgotten tests for RISC-V PTE formats.
-------------------------------------------------------------------
Fri Nov 8 16:42:01 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
- Set minimum python-cffi version to 1.8.
-------------------------------------------------------------------
Tue Nov 5 08:12:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
-------------------------------------------------------------------
Tue Nov 21 06:42:26 UTC 2023 - Petr Tesařík <petr@tesarici.cz>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pykdumpfile
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%define skip_python2 1
Name: python-pykdumpfile
Version: 0.5.4
Version: 0.5.5.1
Release: 0
Summary: Python bindings to libkdumpfile
License: GPL-2.0-or-later
URL: https://github.com/ptesarik/pykdumpfile
Source: https://files.pythonhosted.org/packages/source/p/pykdumpfile/pykdumpfile-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0.0}
BuildRequires: %{python_module cffi >= 1.8}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -34,7 +34,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: libkdumpfile-devel
BuildRequires: python-rpm-macros
%requires_eq python-cffi
Requires: python-cffi >= 1.8
Obsoletes: python-libkdumpfile < %{version}
Provides: python-libkdumpfile = %{version}
%python_subpackages