Update to 1.7.2:
TagLib 1.7.2 (Apr 20, 2012) =========================== * Fixed division by zero while parsing corrupted MP4 files (CVE-2012-2396). * Fixed compilation on Haiku.
This commit is contained in:
parent
ece5e50b0b
commit
3f40aafeff
4 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.26 2012/03/22 11:47:15 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2012/05/29 13:37:44 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= taglib-1.7.1
|
||||
DISTNAME= taglib-1.7.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://developer.kde.org/~wheeler/files/src/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2012/03/22 11:47:15 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2012/05/29 13:37:44 wiz Exp $
|
||||
bin/taglib-config
|
||||
include/taglib/aifffile.h
|
||||
include/taglib/aiffproperties.h
|
||||
|
@ -82,7 +82,7 @@ include/taglib/xingheader.h
|
|||
include/taglib/xiphcomment.h
|
||||
lib/libtag.so
|
||||
lib/libtag.so.1
|
||||
lib/libtag.so.1.10.1
|
||||
lib/libtag.so.1.10.2
|
||||
lib/libtag_c.so
|
||||
lib/libtag_c.so.0
|
||||
lib/libtag_c.so.0.0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2012/03/22 11:47:15 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.15 2012/05/29 13:37:44 wiz Exp $
|
||||
|
||||
SHA1 (taglib-1.7.1.tar.gz) = bafe0958eb884981cade83d45c18ee34165479b8
|
||||
RMD160 (taglib-1.7.1.tar.gz) = 4c4abe314e12736b9e728e3adcb4a3498097a5bd
|
||||
Size (taglib-1.7.1.tar.gz) = 535319 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = a65210767e1c0e9c2d62e5fbc11b428de5295bd0
|
||||
SHA1 (taglib-1.7.2.tar.gz) = e657384ccf3284db2daba32dccece74534286012
|
||||
RMD160 (taglib-1.7.2.tar.gz) = 13ee35746d46ccc729e1822f9056343a8e5b05b4
|
||||
Size (taglib-1.7.2.tar.gz) = 535427 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = 5e18adbb0dcd64a265774c714b02be794cf9fb5b
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: patch-CMakeLists.txt,v 1.2 2012/03/22 11:47:16 drochner Exp $
|
||||
$NetBSD: patch-CMakeLists.txt,v 1.3 2012/05/29 13:37:45 wiz Exp $
|
||||
|
||||
Increase taglib minor version to be bigger than in the last automake
|
||||
release.
|
||||
|
||||
--- CMakeLists.txt.orig 2012-03-17 10:02:24.000000000 +0000
|
||||
--- CMakeLists.txt.orig 2012-04-20 15:57:13.000000000 +0000
|
||||
+++ CMakeLists.txt
|
||||
@@ -39,7 +39,7 @@ if (WIN32)
|
||||
endif (WIN32)
|
||||
|
@ -11,6 +11,6 @@ release.
|
|||
SET(TAGLIB_LIB_MAJOR_VERSION "1")
|
||||
-SET(TAGLIB_LIB_MINOR_VERSION "7")
|
||||
+SET(TAGLIB_LIB_MINOR_VERSION "10")
|
||||
SET(TAGLIB_LIB_PATCH_VERSION "1")
|
||||
SET(TAGLIB_LIB_PATCH_VERSION "2")
|
||||
|
||||
SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
|
||||
|
|
Loading…
Reference in a new issue