[libsndfile] Update to 1.0.25 fixes integer overflow by processing certain PAF audio files (#721240)

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jul 14 11:31:02 UTC 2011


commit 4afc60d56ff7499ab86f7ca8c1861da182c82891
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jul 14 13:30:48 2011 +0200

    Update to 1.0.25
    fixes integer overflow by processing certain PAF audio files (#721240)

 .gitignore      |    1 +
 libsndfile.spec |    6 +++++-
 sources         |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05262d5..f99414c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libsndfile-1.0.21.tar.gz
 /libsndfile-1.0.22.tar.gz
 /libsndfile-1.0.23.tar.gz
 /libsndfile-1.0.24.tar.gz
+/libsndfile-1.0.25.tar.gz
diff --git a/libsndfile.spec b/libsndfile.spec
index 155c945..c6933c5 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -1,6 +1,6 @@
 Summary:	Library for reading and writing sound files
 Name:		libsndfile
-Version:	1.0.24
+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 at 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
 - Update to 1.0.24
 
diff --git a/sources b/sources
index 64d3e56..ef6c81f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f823c30c1d8d44830db6ab845d6679e  libsndfile-1.0.24.tar.gz
+e2b7bb637e01022c7d20f95f9c3990a2  libsndfile-1.0.25.tar.gz


More information about the scm-commits mailing list