On Tue, Mar 21, 2006 at 02:17:31PM +1100, Jonathan Gray wrote: > On Tue, Mar 21, 2006 at 01:44:25AM +0100, Moritz Grimm wrote: > > Hi, > > > > > > since I need a working libtheora for some other ports I'm working on, I > > had to investigate some issues with this library. The attached patch > > explains (and fixes) these things. > > The port is already at alpha5 and has been since last year, you > need to update your tree and send a new diff.
Or... I have uncomitted alpha5 bits. Should the major of the library be changed given this is API/ABI compatible with alpha4 though? > > > > > > > Moritz > > > * Fix an out-of-bounds segfault, curtesy mmap()'ed malloc. Fixed by "manx" > > on Freenode and committed upstream (will end up in alpha6 eventually) > > This (path-lib_scan_c) makes encoding w/ Ogg Theora possible in the first > > place on OpenBSD. > > * Update to alpha5 while there, which contains additional bugfixes > > * Allow alpha5 regression tests to work, and they pass on i386 > > * Nuke MODGNU_SHARED_LIBS > > > > Tested on i386, dependencies do not complain.