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:
commit
88ebe4fb99
@ -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);
|
|
@ -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
3
libarchive-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f
|
||||||
|
size 5458241
|
@ -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
|
Sat Jul 23 21:13:34 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
%define libname libarchive%{somajor}
|
%define libname libarchive%{somajor}
|
||||||
|
|
||||||
Name: libarchive
|
Name: libarchive
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Creates and reads several different streaming archive formats
|
Summary: Creates and reads several different streaming archive formats
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -41,7 +41,6 @@ Group: Productivity/Archiving/Compression
|
|||||||
Url: http://www.libarchive.org/
|
Url: http://www.libarchive.org/
|
||||||
Source0: http://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
|
Source0: http://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch1: fix-build.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
@ -166,7 +165,6 @@ static library for libarchive
|
|||||||
%if %{with openssl}
|
%if %{with openssl}
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !0%{?skip_autoreconf}
|
%if !0%{?skip_autoreconf}
|
||||||
@ -208,7 +206,7 @@ sed -i -e '/Libs.private/d' %{buildroot}%{_libdir}/pkgconfig/libarchive.pc
|
|||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING NEWS README
|
%doc COPYING NEWS
|
||||||
%{_libdir}/libarchive.so.*
|
%{_libdir}/libarchive.so.*
|
||||||
|
|
||||||
%files -n libarchive-devel
|
%files -n libarchive-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user