Update to 1.0.25
fixes integer overflow by processing certain PAF audio files (#721240)
This commit is contained in:
parent
d399b7a158
commit
4afc60d56f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libsndfile-1.0.21.tar.gz
|
|||||||
/libsndfile-1.0.22.tar.gz
|
/libsndfile-1.0.22.tar.gz
|
||||||
/libsndfile-1.0.23.tar.gz
|
/libsndfile-1.0.23.tar.gz
|
||||||
/libsndfile-1.0.24.tar.gz
|
/libsndfile-1.0.24.tar.gz
|
||||||
|
/libsndfile-1.0.25.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Library for reading and writing sound files
|
Summary: Library for reading and writing sound files
|
||||||
Name: libsndfile
|
Name: libsndfile
|
||||||
Version: 1.0.24
|
Version: 1.0.25
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ and BSD
|
License: LGPLv2+ and GPLv2+ and BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -155,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1.0.25-1
|
||||||
|
- Update to 1.0.25
|
||||||
|
- fixes integer overflow by processing certain PAF audio files (#721240)
|
||||||
|
|
||||||
* Sun Mar 27 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.24-1
|
* Sun Mar 27 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.24-1
|
||||||
- Update to 1.0.24
|
- Update to 1.0.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user