diff options
author | naddy <naddy@FreeBSD.org> | 2012-02-06 04:03:20 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-02-06 04:03:20 +0800 |
commit | 96100a934970b5fc092202e45149dac903320ad2 (patch) | |
tree | 84c4885c419b15220e42e517ba8f80637e780668 /audio/libvorbis/files | |
parent | 77f1ae134104cef6ef7999a6d3bc4b2382c03d87 (diff) | |
download | freebsd-ports-gnome-96100a934970b5fc092202e45149dac903320ad2.tar.gz freebsd-ports-gnome-96100a934970b5fc092202e45149dac903320ad2.tar.zst freebsd-ports-gnome-96100a934970b5fc092202e45149dac903320ad2.zip |
Update to 1.3.3:
* additional proofing against invalid/malicious streams in decode
* fix a memory leak in vorbis_commentheader_out().
* updates, corrections and clarifications in the Vorbis I specification
document
Diffstat (limited to 'audio/libvorbis/files')
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in index 77ab5effe671..d4ed4da54b01 100644 --- a/audio/libvorbis/files/patch-Makefile.in +++ b/audio/libvorbis/files/patch-Makefile.in @@ -1,12 +1,12 @@ $FreeBSD$ ---- Makefile.in.orig 2010-06-05 15:15:13.000000000 +0200 -+++ Makefile.in 2010-06-05 15:15:27.000000000 +0200 -@@ -231,7 +231,7 @@ target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2 +--- Makefile.in.orig 2012-02-05 20:50:08.000000000 +0100 ++++ Makefile.in 2012-02-05 20:50:20.000000000 +0100 +@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@ + + #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2 + AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz -SUBDIRS = m4 include vq lib test doc $(am__append_1) +SUBDIRS = m4 include vq lib test $(DOC) $(am__append_1) m4datadir = $(datadir)/aclocal |