summaryrefslogtreecommitdiff
path: root/audio/taglib
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-29 13:37:44 +0000
committerwiz <wiz>2012-05-29 13:37:44 +0000
commit2773587f3c51876fd58f465159740bf0c09af94b (patch)
treefbafe69e370b5c3dbf6c48c6f3bf040dbd77d8bf /audio/taglib
parentbe94cf76d0c4d431403f142a662bef855617015e (diff)
downloadpkgsrc-2773587f3c51876fd58f465159740bf0c09af94b.tar.gz
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.
Diffstat (limited to 'audio/taglib')
-rw-r--r--audio/taglib/Makefile4
-rw-r--r--audio/taglib/PLIST4
-rw-r--r--audio/taglib/distinfo10
-rw-r--r--audio/taglib/patches/patch-CMakeLists.txt6
4 files changed, 12 insertions, 12 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 73648b1f99e..82eb0732dd3 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -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/
diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST
index 51f6eee1f1b..b1c677fa388 100644
--- a/audio/taglib/PLIST
+++ b/audio/taglib/PLIST
@@ -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
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index f13dc789327..eeb96228abf 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -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
diff --git a/audio/taglib/patches/patch-CMakeLists.txt b/audio/taglib/patches/patch-CMakeLists.txt
index e71642cad72..fc57b58a35c 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.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}")