2012-07-02 20:44:31 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.7.13
changes: bugfixes
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2012-04-14 15:20:59 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.7.12
changes:
Fixes: CVE-2012-0853, CVE-2012-0858, CVE-2011-3929, CVE-2011-3936,
CVE-2011-3937, CVE-2011-3940, CVE-2011-3945, CVE-2011-3947
Several security issues that dont have CVE numbers.
and about 150 bugfixes
|
2012-03-14 15:30:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Improve description, from Bug Hunting.
|
2012-03-12 12:31:35 by OBATA Akio | Files touched by this commit (1) |
Log message:
released tarball is not in ahoka@'s sites.
|
2012-02-03 09:43:50 by Steven Drake | Files touched by this commit (3) |
Log message:
The fix for UINT64_C is needed on Linux to.
Bump PKGREVISION
|
2012-02-01 18:56:08 by Matthias Drochner | Files touched by this commit (2) |
Log message:
cleanup/fix option handling, make "lame" an option too (default unchanged),
from Gianni D'Aprile per PR pkg/45900
|
2012-01-31 13:00:25 by Ryo ONODERA | Files touched by this commit (2) | |
Log message:
Bump PKGREVISION, multimedia/libvpx is updated to 1.0.0.
|
2012-01-28 10:31:30 by John Marino | Files touched by this commit (3) |
Log message:
multimedia/ffmpeg: rework UINT64_C fix for DragonFly and NetBSD
Due to multiple inclusions of stdint.h, DragonFly was failing to build
one of the akode plugins with a typedef redefinition error. It had
previously built, so the UINT64_C fix for the akode mpc plugin broke
the ffmpeg plugin.
It turns out that the first patch effectively just imported
machine/int_const.h, so that header can be directly imported instead
rather than having to include the main contents of <stdint.h> multiple
times. This refinement also works on NetBSD, but OpenBSD and FreeBSD
unfortunately embed UINT64_C directly within <stdint.h>. Therefore
original patch is left in place to cover those systems.
|
2012-01-17 16:08:31 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.7.11
changes: security fixes:
-CVE-2011-3893 (DOS in MKV / Vorbis handlers)
-CVE-2011-3895 (buffer overflow in Vorbis decoder)
and possible more
|