summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-11-21 12:47:04 +0000
committerdrochner <drochner@pkgsrc.org>2007-11-21 12:47:04 +0000
commita6e120373a346dcd8fae86734d10d69d7cc6b44c (patch)
tree32693b02078d699cc6dfbc31e6fdcac0f4362a3c /audio/flac/Makefile
parentc32fafa0c90eb6ede4b5368ab66542ea1346e8cf (diff)
downloadpkgsrc-a6e120373a346dcd8fae86734d10d69d7cc6b44c.tar.gz
update to 1.2.1
This fixes a number of security problems (integer overflows resulting in heap-based buffer overflow, CVE-2007-4619). Other changes: -speedup -some new options -bugfixes -added support for all RIFF/AIFF metadata Thanks to Chavdar Ivanov for providing a patch.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 7a0bc67f742..cbfa069ce2e 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2007/01/07 15:01:52 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2007/11/21 12:47:04 drochner Exp $
-DISTNAME= flac-1.1.3
-PKGREVISION= 1
+DISTNAME= flac-1.2.1
CATEGORIES= audio archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
@@ -21,6 +20,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_XMMS_CONFIG="no"
CONFIGURE_ENV+= ac_cv_prog_DOXYGEN=""
+PKGCONFIG_OVERRIDE+= src/libFLAC++/flac++.pc.in src/libFLAC/flac.pc.in
+
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386)