1 |
%define sqname squashfs |
%define sqname squashfs |
2 |
%define sqver 4.2 |
%define sqver 4.2 |
3 |
%define release %mkrel 2 |
%define release %mkrel 3 |
4 |
%define Summary Utilities for the creation of compressed squashfs images |
%define Summary Utilities for the creation of compressed squashfs images |
5 |
|
|
6 |
Name: %{sqname}-tools |
Name: %{sqname}-tools |
13 |
Source0: %{sqname}%{sqver}.tar.gz |
Source0: %{sqname}%{sqver}.tar.gz |
14 |
Patch0: unsquashfs-add-checks-for-corrupted-data-in-opendir-functions.patch |
Patch0: unsquashfs-add-checks-for-corrupted-data-in-opendir-functions.patch |
15 |
Patch1: compressors-mksquashfs-unsquashfs-broken-if-GZIP_SUPPORT-is-not-defined.patch |
Patch1: compressors-mksquashfs-unsquashfs-broken-if-GZIP_SUPPORT-is-not-defined.patch |
16 |
|
# fix CVE-2012-4024 (from fedora) |
17 |
|
Patch2: path-issue.patch |
18 |
|
# fix CVE-2012-4025 (from fedora) |
19 |
|
Patch3: buffer-issue.patch |
20 |
BuildRequires: zlib-devel attr-devel lzma-devel |
BuildRequires: zlib-devel attr-devel lzma-devel |
21 |
|
|
22 |
%description |
%description |