From d6ec92712eec94088ff9db8d8269ab65062e90bcef1a346caa434e5f0e3fa81c Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 24 Oct 2023 10:26:27 +0000 Subject: [PATCH] Accepting request 1119935 from home:schubi2 - Update to version 0.0.6: * Using Boost:child for RPM calls instead of unsecure system() call (bsc#1215988). OBS-URL: https://build.opensuse.org/request/show/1119935 OBS-URL: https://build.opensuse.org/package/show/devel:microos/zypp-boot-plugin?expand=0&rev=7 --- _servicedata | 2 +- zypp-boot-plugin-0.0.5.tar.xz | 3 --- zypp-boot-plugin-0.0.6.tar.xz | 3 +++ zypp-boot-plugin.changes | 7 +++++++ zypp-boot-plugin.spec | 4 +++- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 zypp-boot-plugin-0.0.5.tar.xz create mode 100644 zypp-boot-plugin-0.0.6.tar.xz diff --git a/_servicedata b/_servicedata index 04fcaa2..ab75975 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/zypp-boot-plugin.git - 75d57ed4e2ce731fe8cc140dcd1dc2dfe3162ad0 \ No newline at end of file + c4a465d6aa184d71b813192890e5067957f6b261 \ No newline at end of file diff --git a/zypp-boot-plugin-0.0.5.tar.xz b/zypp-boot-plugin-0.0.5.tar.xz deleted file mode 100644 index c7705b8..0000000 --- a/zypp-boot-plugin-0.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1f23943b9d7fec7e0b9dd673f05fc2cadabddbf7d4e3d4b145be59aa8f137ce -size 21884 diff --git a/zypp-boot-plugin-0.0.6.tar.xz b/zypp-boot-plugin-0.0.6.tar.xz new file mode 100644 index 0000000..1e7f018 --- /dev/null +++ b/zypp-boot-plugin-0.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8bf8ed426be320ada98a29dd21951ed62d94cd2f9d45e39f9161bb9b5b99d2 +size 22060 diff --git a/zypp-boot-plugin.changes b/zypp-boot-plugin.changes index 7c9b62c..9ca65fa 100644 --- a/zypp-boot-plugin.changes +++ b/zypp-boot-plugin.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 24 09:07:33 UTC 2023 - schubi@suse.com + +- Update to version 0.0.6: + * Using Boost:child for RPM calls instead of unsecure system() + call (bsc#1215988). + ------------------------------------------------------------------- Wed Oct 11 08:43:53 UTC 2023 - schubi@suse.com diff --git a/zypp-boot-plugin.spec b/zypp-boot-plugin.spec index 2f819ba..f892fbc 100644 --- a/zypp-boot-plugin.spec +++ b/zypp-boot-plugin.spec @@ -16,7 +16,7 @@ # Name: zypp-boot-plugin -Version: 0.0.5 +Version: 0.0.6 Release: 0 Summary: Zypp plugin for checking if a reboot is needed License: AGPL-3.0-or-later @@ -28,6 +28,8 @@ BuildRequires: gcc-c++ BuildRequires: libeconf-devel BuildRequires: libjson-c-devel BuildRequires: boost-devel +BuildRequires: libboost_system-devel +BuildRequires: libboost_filesystem-devel BuildRequires: grep BuildRequires: xsltproc BuildRequires: docbook5-xsl-stylesheets