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

Michal Hlavinka mhlavink at fedoraproject.org
Thu Jul 14 12:01:50 UTC 2011


commit 3a89b3a04f7a11e0091d038a61fdfb30303554d0
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Jul 14 14:01:22 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 df7b9fd..38d660f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libsndfile.spec b/libsndfile.spec
index cb6738d..0b30df0 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -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 at 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
 
diff --git a/sources b/sources
index ef34d33..ef6c81f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0e22b5ff2ef945615db33960376d733  libsndfile-1.0.23.tar.gz
+e2b7bb637e01022c7d20f95f9c3990a2  libsndfile-1.0.25.tar.gz


More information about the scm-commits mailing list