SHA256
1
0
forked from pool/karchive

Accepting request 710717 from KDE:Frameworks5

KDE Frameworks 5.59.0

OBS-URL: https://build.opensuse.org/request/show/710717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=67
This commit is contained in:
2019-06-22 09:07:55 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 5 deletions

View File

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

3
karchive-5.59.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Jun 09 07:35:11 UTC 2019 - lbeltrame@kde.org
- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php
- Changes since 5.58.0:
* KCompressionDevice::seek: Fix previous fix ^_^
* Test reading and seeking in KCompressionDevice
* KCompressionDevice: Remove bIgnoreData
* autotests: more portable way of setting the locale encoding, to fix Windows CI
* KAr: fix out-of-bounds read (on invalid input) by porting to QByteArray
* KAr: minor code cleanups
* autotests: fixes for Windows and utf8 literals
* KAr: fix parsing of long filenames with Qt-5.10
* AR fix: the permissions are in octal, not decimal.
* KAr: update test file to cover the longfilename table code
* Add KArTest based on KTarTest
* KAr::openArchive: Also check ar_longnamesIndex is not < 0
* KAr::openArchive: Fix invalid memory access on broken files
* KAr::openArchive: Protect against Heap-buffer-overflow in broken files
* Fix KAr::openArchive with older Qt
* KTar::KTarPrivate::readLonglink: Fix crash in malformed files
-------------------------------------------------------------------
Wed May 15 18:16:15 UTC 2019 - lbeltrame@kde.org

View File

@@ -17,13 +17,13 @@
%define lname libKF5Archive5
%define _tar_path 5.58
%define _tar_path 5.59
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: karchive
Version: 5.58.0
Version: 5.59.0
Release: 0
Summary: Qt 5 addon providing access to numerous types of archives
License: LGPL-2.1-or-later