This release features fixes for jack instability, many streaming issues,
solaris build, cross fading audio defects, improvement in software
volume and non-distribution building. This releases adds writer/composer
tag support and disables oggvorbis seeking on remote files, which fixes
slow ogg file streaming playback.
This fixes a number of security problems:
CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239,
CVE-2008-5240 vectors 3 & 4, CVE-2008-5243
other changes:
-Support H.264 and AAC streams within FLV
-tagging improvements
-Add position-based seeking independent from seekpoints
-misc fixes
- Remove entries which are generated from openoffice.org.xml from PLIST.
This should fix installation with USE_DESTDIR=Full.
Reported by abs@ in private e-mail.
correctly set up before any other include has a chaance to make use of
compiler.mk.
Fixes build (if compiler.mk gets used) by avoiding the C++ compiler being
replaced by the fail wrapper.
Updated databases/p5-SQL-Statement to 1.17
Updated devel/p5-Variable-Magic to 0.27
Updated devel/p5-B-Hooks-EndOfScope to 0.06
Updated devel/p5-Config-IniFiles to 2.46
Updated devel/p5-Data-OptList to 0.104
Updated devel/p5-Devel-PPPort to 3.15
Added devel/p5-Term-ANSIColor version 1.12
Updated devel/p5-Devel-REPL to 1.003001
Pkgsrc changes:
o Add new dependencies and adjust existing where requirements changed
Upstream changes:
1.3.1
- Fix brokenness in the distribution manifest
1.3.0
- OutputCache: If sub _ is already defined, then warn about it (once) and
refuse to overwrite it
- Turn MultiLine::PPI's needs_continuation into a method
line_needs_continuation
- Cleanup Plugin::Packages
- Print a warning when Completion is loaded but the Term::ReadLine object
doesn't support completion
- Introduce error object for error_return
- Make compile return a single value, use is_error to test if it's bad
(it's now an error object instead of undef + error str)
- Refactor to make it easier to add print/warn to the session
- Preserve $^H and %^H when using the LexEnv plugin
- Refactor the finding of the last element of the document into a method
in Completion
- Use namespaace::clean in turtles completion driver
- Use Devel::REPL::Plugin instead of Moose::Role
- Use "BEFORE_PLUGIN { load_plugin }" instead of "with"
- Fix from Sartak for end-of-line comment bug reported by jrockway
- Allow exception objects.
- Don't initialize a turtles matcher if we don't need to
- Improve the MultiLine::PPI plugin by checking whether adding ;; will end in
PPI::Statement::Null. If not, then there must be some incomplete structure
- Respect env var DEVEL_REPL_PROFILE
-
- Devel::REPL::Plugin::Peek
- Devel::REPL::Plugin::B::Concise
- Add CompletionDriver::Turtles
- Devel::REPL::Error
- Add a Nopaste plugin. #nopaste will publish your current session using
App::Nopaste
- Add the @INC completion driver.
- Devel::REPL::Plugin::CompletionDriver::Globals
- Add a PPI plugin for #ppi CODE
- CompletionDriver::Methods which currently only works on classnames
- FindVariable plugin, which returns a reference to a global variable by name
-
- Update dependencies
- Give "NAME" pod sections to all the plugins
- Add AUTHOR sections where I know off the top of my head who wrote the plugin
- Expand some of the user documentation
gtar cowardly refuses to build if time_t doesn't fit in "long int",
as happens to be the case now on 32-bit NetBSD hosts.
Supress the error and turn it into a warning instead.
"make test" still OK
This module has two interfaces, one through color() and colored()
and the other through constants. It also offers the utility function
uncolor(), which has to be explicitly imported to be used (see
"SYNOPSIS").
color() takes any number of strings as arguments and considers them
to be space-separated lists of attributes. It then forms and returns
the escape sequence to set those attributes. It doesn't print it
out, just returns it, so you'll have to print it yourself if you
want to (this is so that you can save it as a string, pass it to
something else, send it to a file handle, or do anything else with
it that you might care to).
uncolor() performs the opposite translation, turning escape sequences
into a list of strings.
Pkgsrc changes:
o Adjust dependency on p5-Variable-Magic, according to changed requirements
Upstream changes:
0.06 Mon, 19 Jan 2009 00:51:45 +0100
* Depend on Variable::Magic 0.27 to stop exceptions thrown in on_scope_end
blocks from segfaulting. Also add a test for that.
Upstream changes:
0.27 2009-01-18 23:40 UTC
+ Fix : Offset of 1 with len magic on scalars.
+ Fix : Segfaults that seem to happen when one croak in a callback at
compile time (thanks Ash Berlin for the testcase).
+ Upd : Resources in META.yml (Florian Ragwitz)
+ Tst : Large cleanup resulting in a wider set of tested behaviours.