Compare commits

...

1 Commits
rawhide ... f14

Author SHA1 Message Date
Michal Hlavinka 3a89b3a04f Update to 1.0.25
fixes integer overflow by processing certain PAF audio files (#721240)
2011-07-14 14:01:22 +02:00
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
libsndfile-1.0.21.tar.gz
/libsndfile-1.0.22.tar.gz
/libsndfile-1.0.23.tar.gz
/libsndfile-1.0.25.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Library for reading and writing sound files
Name: libsndfile
Version: 1.0.23
Version: 1.0.25
Release: 1%{?dist}
License: LGPLv2+ and GPLv2+ and BSD
Group: System Environment/Libraries
@ -155,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT
%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)
* Sat Oct 16 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.23-1
- Update to 10.0.23

View File

@ -1 +1 @@
d0e22b5ff2ef945615db33960376d733 libsndfile-1.0.23.tar.gz
e2b7bb637e01022c7d20f95f9c3990a2 libsndfile-1.0.25.tar.gz