updated to 1.0.28
fix possible buffer overflow when parsing crafted ID3 tags (#1440758, CVE-2017-7586) fix possible buffer overflow when parsing crafted flac file (#1440756, CVE-2017-7585)
This commit is contained in:
parent
de2d85ec4c
commit
f55d08ac6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libsndfile-1.0.21.tar.gz
|
|||||||
/libsndfile-1.0.24.tar.gz
|
/libsndfile-1.0.24.tar.gz
|
||||||
/libsndfile-1.0.25.tar.gz
|
/libsndfile-1.0.25.tar.gz
|
||||||
/libsndfile-1.0.27.tar.gz
|
/libsndfile-1.0.27.tar.gz
|
||||||
|
/libsndfile-1.0.28.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for reading and writing sound files
|
Summary: Library for reading and writing sound files
|
||||||
Name: libsndfile
|
Name: libsndfile
|
||||||
Version: 1.0.27
|
Version: 1.0.28
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ and BSD
|
License: LGPLv2+ and GPLv2+ and BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mega-nerd.com/libsndfile/
|
URL: http://www.mega-nerd.com/libsndfile/
|
||||||
@ -150,6 +150,11 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2017 Michal Hlavinka <mhlavink@redhat.com> - 1.0.28-1
|
||||||
|
- updated to 1.0.28
|
||||||
|
- fix possible buffer overflow when parsing crafted ID3 tags (#1440758, CVE-2017-7586)
|
||||||
|
- fix possible buffer overflow when parsing crafted flac file (#1440756, CVE-2017-7585)
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user