Accepting request 437407 from Archiving

version update

OBS-URL: https://build.opensuse.org/request/show/437407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libarchive?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2016-11-02 11:28:21 +00:00 committed by Git OBS Bridge
commit 88ebe4fb99
5 changed files with 18 additions and 27 deletions

View File

@ -1,20 +0,0 @@
--- libarchive/test/test_write_format_gnutar_filenames.c.orig 2016-06-20 13:03:13.796386223 +0200
+++ libarchive/test/test_write_format_gnutar_filenames.c 2016-06-20 13:04:19.472387624 +0200
@@ -55,7 +55,7 @@
archive_entry_set_mode(template, S_IFREG | 0755);
archive_entry_set_size(template, 8);
- for (int i = 0; i < 2000; ++i) {
+ int i; for (i = 0; i < 2000; ++i) {
filename[i] = 'a';
filename[i + 1] = '\0';
archive_entry_copy_pathname(template, filename);
@@ -110,7 +110,7 @@
archive_entry_set_mode(template, S_IFLNK | 0755);
archive_entry_copy_pathname(template, "link");
- for (int i = 0; i < 2000; ++i) {
+ int i; for (i = 0; i < 2000; ++i) {
filename[i] = 'a';
filename[i + 1] = '\0';
archive_entry_copy_symlink(template, filename);

View File

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

3
libarchive-3.2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 26 09:27:32 UTC 2016 - adrian@suse.com
- update to version 3.2.2
Unspecified security fixes, but at least:
* CVE-2016-8687.patch: bsc#1005070
* CVE-2016-8689.patch: bsc#1005072
* CVE-2016-8688.patch: bsc#1005076
* CVE-2016-5844.patch: bsc#986566, upstream issue 717
* CVE-2016-6250.patch: bsc#989980, upstream issue 711
* CVE-2016-5418.patch: bsc#998677, upstream issues 744, 745 and 746
- obsoletes fix-build.patch
-------------------------------------------------------------------
Sat Jul 23 21:13:34 UTC 2016 - dmueller@suse.com

View File

@ -33,7 +33,7 @@
%define libname libarchive%{somajor}
Name: libarchive
Version: 3.2.1
Version: 3.2.2
Release: 0
Summary: Creates and reads several different streaming archive formats
License: BSD-2-Clause
@ -41,7 +41,6 @@ Group: Productivity/Archiving/Compression
Url: http://www.libarchive.org/
Source0: http://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
Source1: baselibs.conf
Patch1: fix-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel
BuildRequires: libbz2-devel
@ -166,7 +165,6 @@ static library for libarchive
%if %{with openssl}
%patch0 -p0
%endif
%patch1 -p0
%build
%if !0%{?skip_autoreconf}
@ -208,7 +206,7 @@ sed -i -e '/Libs.private/d' %{buildroot}%{_libdir}/pkgconfig/libarchive.pc
%files -n %{libname}
%defattr(-,root,root)
%doc COPYING NEWS README
%doc COPYING NEWS
%{_libdir}/libarchive.so.*
%files -n libarchive-devel