Updated to 1.4.1, fixing CVE-2012-2098
This commit is contained in:
parent
e86c841664
commit
82bf4a790e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ commons-compress-1.0-src.tar.gz
|
||||
/commons-compress-1.2-src.tar.gz
|
||||
/commons-compress-1.3-src.tar.gz
|
||||
/commons-compress-1.4-src.tar.gz
|
||||
/commons-compress-1.4.1-src.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.4
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Java API for working with tar, zip and bzip2 files
|
||||
Group: Development/Libraries
|
||||
@ -91,6 +91,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 24 2012 Sandro Mathys <red at fedoraproject.org> - 1.4.1-1
|
||||
- Updated to 1.4.1
|
||||
- Fixes CVE-2012-2098 Low: Denial of Service
|
||||
|
||||
* Fri Apr 27 2012 Sandro Mathys <red at fedoraproject.org> - 1.4-1
|
||||
- Updated to 1.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user