Age | Commit message (Collapse) | Author | Files | Lines |
|
changes: bugfixes
|
|
It turns out there were a lot of these.
|
|
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
|
|
|
|
|
|
Bump PKGREVISION
|
|
from Gianni D'Aprile per PR pkg/45900
|
|
|
|
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.
|
|
changes: security fixes:
-CVE-2011-3893 (DOS in MKV / Vorbis handlers)
-CVE-2011-3895 (buffer overflow in Vorbis decoder)
and possible more
|
|
changes:
-bug fixes
-minor changes
-security fixes (not further specified in the announcement)
|
|
about this next to the relevant piece of code. Looking at the CVS logs,
it's the 3rd time I fix this. This, in turn, fixes the build of libdlna.
To fix the package, use the "proper" syntax to enable PIC within the
configure script, instead of applying what seems to be a hack. As before,
i386 is left PIC-less or otherwise ffmpeg breaks.
Tested on macppc and amd64.
|
|
changes:
-fix buffer overflows in svq1dec, vp3_dequant, qdm2dec
(possible code injection)
-more fixes
|
|
OpenBSD too since they probably do but we probably won't hear from
anyone about that directly. PKGREVISION -> 3.
Note that at least on NetBSD __STDC_CONSTANT_MACROS is apparently
already defined here (at least when building graphics/osg, maybe not
always) so this patch may not really be the right approach, but it
works...
|
|
ffmpeg itself built fine on DragonFly, but other code trying to use this
library (e.g. audio/akode-plugins-ffmpeg) would not build, stopping with
an error like:
common.h:154 error: `UINT64_C` was not declared in this scope
The provided patch fixes this breakage. For conservative reasons, the
code only applies to DragonFly, but if other platforms are seeing the
same error, then the patch's macro should be expanded to include those
other platforms as well.
|
|
|
|
Bump PKGREVISION
|
|
|
|
"fixes around 90 bugs, several of which are security relevant"
(sorry, no details in the release notes)
|
|
changes:
-security fixes to many demuxers and decoders
-bugfixes
|
|
While at it, don't build the html documentation that isn't installed
anyway.
|
|
changes:
-fix integer inderflow in rtp code which could allow remote code execution
-misc fixes and improvements
|
|
(enabling the option causes build failures.)
|
|
Bump PKGREVISION.
|
|
|
|
changes: many new features and bugfixes (those of the 0.8 branch), but
API/ABI compatible with 0.6
|
|
|
|
version 0.6.3:
- AMV: Fix possibly exploitable crash.
- Fix apparently exploitable race condition.
|
|
changes:
- Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)
- Do not attempt to decode APE file with no frames
(adresses
http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
|
|
bump PKGREV
|
|
|
|
with two changes by me:
-disabled symbol versioning - this didn't work correctly for me
-changed PKGVERSION to start with the release date, so that it
sorts correctly against the snapshots we had before
vlc-1.0.6 does still build, but can be updated now
|
|
Fixes build with texi2html>=5.
|
|
|
|
|
|
|
|
|
|
under Mac OS X Intel.
|
|
refine dependency pattern, bump PKGREVISION
|
|
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file
using ffplay.
|
|
|
|
1.) Work around lack of support for Sun Studio C Compiler and bugs
in this compiler (it crashes with "-O3", "-xO2" works fine).
2.) Use a hammer to disable MMX, AMD 3DNow and SSE support as Solaris
refuses to load libraries which contain unsupported instructions.
|
|
|
|
option "-std=c99". This fixes the build under Solaris 10 using the
Sun Studio Compiler.
|
|
that audio encoding actually works. Bump package revision.
Approved by Alistair Crooks.
|
|
|
|
reported in SA36760.
|
|
Patch from Steve O'Hara-Smith from pkgsrc-users.
|
|
Closes PR pkg/42000
|
|
Closes PR pkg/41964.
|