Fix CVE-2012-2150

This commit is contained in:
Eric Sandeen 2015-06-23 13:49:35 -05:00
parent f71fe97507
commit cd68bffd7c
2 changed files with 1023 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.2.2
Release: 1%{?dist}
Release: 2%{?dist}
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
# in source, with no mention of version.
# doc/COPYING file specifies what is GPL and what is LGPL
@ -18,6 +18,8 @@ Provides: xfs-cmds
Obsoletes: xfs-cmds <= %{version}
Conflicts: xfsdump < 3.0.1
Patch0: xfsprogs-xfs_metadump-CVE-2012-2150.patch
%description
A set of commands to use the XFS filesystem, including mkfs.xfs.
@ -60,6 +62,7 @@ in building or running the xfstests QA suite.
%prep
%setup -q
%patch0 -p1
%build
export tagname=CC
@ -175,6 +178,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs_trans_space.h
%changelog
* Thu Jul 30 2015 Eric Sandeen <sandeen@redhat.com> 3.2.2-2
- Fix CVE-2012-2150
* Thu Dec 04 2014 Eric Sandeen <sandeen@redhat.com> 3.2.2-1
- New upstream release