Accepting request 953574 from GNOME:Next

- Update to version 0.4.3:
  + Prevent NULL dereference when extracting to root.
  + Do not include basename in error messages.
  + Do not request password when encryption is unsupported.
  + Propagate libarchive errors when extraction failed.

OBS-URL: https://build.opensuse.org/request/show/953574
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-autoar?expand=0&rev=26
This commit is contained in:
Bjørn Lie 2022-02-11 11:00:46 +00:00 committed by Git OBS Bridge
parent 52be32bec0
commit 033a98471d
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 11 09:18:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.3:
+ Prevent NULL dereference when extracting to root.
+ Do not include basename in error messages.
+ Do not request password when encryption is unsupported.
+ Propagate libarchive errors when extraction failed.
-------------------------------------------------------------------
Fri Jan 7 15:01:13 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: gnome-autoar
Version: 0.4.2
Version: 0.4.3
Release: 0
Summary: Automatic archives creating and extracting library
License: LGPL-2.0-or-later
@ -92,9 +92,9 @@ This package brings files required to develop against gnome-autoar
%build
%meson \
-Dvapi=true \
-Dgtk_doc=true \
-Dtests=true \
-D vapi=true \
-D gtk_doc=true \
-D tests=true \
%{nil}
%meson_build