diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-22 11:47:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-22 11:47:15 +0000 |
commit | 9ac50e8c11877bccd580c3fee16a581cd1e91382 (patch) | |
tree | 8190b92fc14586d1f05fe60fe045174edf6d40a6 /audio/taglib | |
parent | 0513930b590e93e54428d0fa8ee853839c01eb7b (diff) | |
download | pkgsrc-9ac50e8c11877bccd580c3fee16a581cd1e91382.tar.gz |
update to 1.7.1
fixes crashes on invalid input which are considered DOS problems
(CVE-2012-1107, CVE-2012-1108)
Diffstat (limited to 'audio/taglib')
-rw-r--r-- | audio/taglib/Makefile | 7 | ||||
-rw-r--r-- | audio/taglib/PLIST | 4 | ||||
-rw-r--r-- | audio/taglib/distinfo | 10 | ||||
-rw-r--r-- | audio/taglib/patches/patch-CMakeLists.txt | 6 |
4 files changed, 13 insertions, 14 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index dd11b4ea998..73648b1f99e 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2012/02/15 22:59:13 hans Exp $ +# $NetBSD: Makefile,v 1.26 2012/03/22 11:47:15 drochner Exp $ # -DISTNAME= taglib-1.7 -PKGREVISION= 1 +DISTNAME= taglib-1.7.1 CATEGORIES= audio -MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/ +MASTER_SITES= http://developer.kde.org/~wheeler/files/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://developer.kde.org/~wheeler/taglib.html diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST index 28ad83e065e..51f6eee1f1b 100644 --- a/audio/taglib/PLIST +++ b/audio/taglib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2011/05/21 15:13:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/03/22 11:47:15 drochner 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.0 +lib/libtag.so.1.10.1 lib/libtag_c.so lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo index 9ecac357d48..f13dc789327 100644 --- a/audio/taglib/distinfo +++ b/audio/taglib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2011/05/21 15:13:20 wiz Exp $ +$NetBSD: distinfo,v 1.14 2012/03/22 11:47:15 drochner Exp $ -SHA1 (taglib-1.7.tar.gz) = 5138e1665182bc2171e298ff31518c9ad72ddf23 -RMD160 (taglib-1.7.tar.gz) = 2030af5f61b1dcdeabfc86347c107d13a308a800 -Size (taglib-1.7.tar.gz) = 533974 bytes -SHA1 (patch-CMakeLists.txt) = 677c262cd69b9643c328e59e3ede94a483a680bb +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 diff --git a/audio/taglib/patches/patch-CMakeLists.txt b/audio/taglib/patches/patch-CMakeLists.txt index 344ae86f3bd..e71642cad72 100644 --- a/audio/taglib/patches/patch-CMakeLists.txt +++ b/audio/taglib/patches/patch-CMakeLists.txt @@ -1,9 +1,9 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2011/05/21 15:13:21 wiz Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2012/03/22 11:47:16 drochner Exp $ Increase taglib minor version to be bigger than in the last automake release. ---- CMakeLists.txt.orig 2011-03-11 13:15:38.000000000 +0000 +--- CMakeLists.txt.orig 2012-03-17 10:02:24.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 "0") + SET(TAGLIB_LIB_PATCH_VERSION "1") SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}") |