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.
13 lines
365 B
Text
13 lines
365 B
Text
$NetBSD: patch-ab,v 1.6 2007/11/21 12:47:05 drochner Exp $
|
|
|
|
--- doc/html/images/Makefile.in.orig 2007-09-16 22:04:58.000000000 +0200
|
|
+++ doc/html/images/Makefile.in
|
|
@@ -223,7 +223,7 @@ AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = hw
|
|
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images
|
|
+docdir = $(datadir)/doc/html/$(PACKAGE)/images
|
|
|
|
doc_DATA = \
|
|
1x1.gif \
|