This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes. These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.
hal-info is a small hal sub-package that provides the hardware data and
quirks. These quirks are currently things like what mice support reporting
battery status, what music players are supported and what cameras are
detected.
Security fixes in this version:
MFSA 2008-59 Script access to .documentURI and .textContent in mail
MFSA 2008-58 Parsing error in E4X default namespace
MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals
MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation
MFSA 2008-55 Crash and remote code execution in nsFrameManager
MFSA 2008-54 Buffer overflow in http-index-format parser
MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18)
MFSA 2008-50 Crash and remote code execution via __proto__ tampering
MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading
MFSA 2008-48 Image stealing via canvas and HTTP redirect
MFSA 2008-47 Information stealing via local shortcut files
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.13/
- Install gnome icons (with gnome option only).
- Install MIME info files.
- Fix name of .dekstop files.
- Add missing file to REPLACE_PERL.
- Use startup scripts in OOo (don't generate these in Makefile).
- Remove java option from FreeBSD and NetBSD/amd64.
This should fix PR pkg/39994. Bump PKGREVISION.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.
This package provides a D-Bus session bus service for bringing up
authentication dialogs used for obtaining privileges.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.
ConsoleKit is a framework for keeping track of the various users, sessions,
and seats present on a system. It provides a mechanism for software to react
to changes of any of these items or of any of the metadata associated with
them.
Updated textproc/p5-Text-BibTeX to 0.38
Updated textproc/p5-Text-CSV_XS to 0.58
Updated textproc/p5-Text-Markdown to 1.0.24
Updated textproc/p5-Text-SimpleTable to 0.05
Updated textproc/p5-XML-AutoWriter to 0.39nb2
Updated textproc/p5-XML-LibXML to 1.69
Updated textproc/p5-XML-RSS to 1.37
Upstream changes:
1.37 - November 18, 2008
- Extracted the common parts of parse() and parsefile() into one
method (Refactoring - Shlomi Fish)
- Incorporated a modified version of a patch from Simon Wistow to
add support for the "xml:base" attribute.
- Renamed t/items-are-0.t into the more descriptive
t/test-generated-items.t , to highlight its significance and make
it easier to notice.
- Enabled backwards-compatibility mode for the "description" item
to not become a hash-ref by default if xml:base is specified.
1.36 - October 7, 2008
- ->parse() now explicitly returns $self.
- http://rt.cpan.org/Public/Bug/Display.html?id=34914
- ->parsefile() now explicitly returns $self.
- http://rt.cpan.org/Public/Bug/Display.html?id=34914
- Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com
to rssboard.org:
- http://rt.cpan.org/Ticket/Display.html?id=39780
- Reformatted the Changes file to standardize on 4-space-indents.
- Small documentation patch: (add_item with dc:date)
- http://rt.cpan.org/Ticket/Display.html?id=39780
1.35 - September 13, 2008
- Added a Module::Build-based Build.PL so we'll have an easier time
with the META.yml and the Kwalitee.
- Kwalitee - added "use warnings" to all Perl files.
- now depending on at least perl-5.6.0.
- Kwalitee - fixed the "use" statement of
"Test::Run::CmdLine::Iface" to a runtime require.
1.34 - September 12, 2008
- fixed a typo in the documentation of lib/XML/RSS.pm -
"regardless" instead of "regarless".
- http://rt.cpan.org/Public/Bug/Display.html?id=37916
- (Reported by Reuben Thomas, Fixed by Shlomif).
- fixed a code fragment - pop() instead of shift() for older
items, and while() instead of if():
- http://rt.cpan.org/Public/Bug/Display.html?id=39231
- (Reported by Dave, Fixed by Shlomif).
Pkgsrc changes:
o No longer a Module::Build module, so adapt.
Upstream changes:
0.05 2008-08-28 00:00:00
- Adden new contact information
- No more os x garbage files (hopefully)
0.04 2008-08-28 00:00:00
- Removed Build.PL
Upstream changes:
1.0.24 2008-11-16T14:33:30
- Add trust_list_start_value patch from Ricardo Signes (RT#40814)
to enable <li value='X'> output for list numbering.
This feature is disabled by default.
1.0.23 2008-11-02T18:24:30
- Ship a release with the correct contents so that the tests pass.
1.0.22 2008-10-23T18:24:44
- RT#37909 - Fix + in email addresses.
- RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files.
- Add SVN repository to Makefile.PL
- Remove META.yml from source control so it is regenerated
automatically.
Upstream changes:
2008-10-30 0.58 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Small typo in test message (RT#40410, JPL)
* Parse error test on "\0 (RT#40507)
* Fixed allow_loose_escapes bug disclosed by RT#40507
2008-10-21 0.57 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Don't bootstrap twice. Don't know how/when it came in there
2008-10-21 0.56 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Update to ppport.h 3.14_01
* Updated docs (Unicode, TODO, Release Plan)
* As Text::CSV::Encoded is about to be released, refer to it
in the documentation
* Default for eol is "", undef now treated as ""
* Don't print $\ twice (eol prevails over $\ in ->print ())
Fix only works in perl5.8 and up
* Undef treated as 0 for boolean attributes
* Trailing whitespace in pod removed
* Sync up doc with latest Text::CSV::Encoded
* YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
2008-10-15 0.55 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Improve documentation on eol
* Unicode on perl-5.8.[0-2] sucks. Don't use it!
* Test error codes in expected IO failures
* Allow SetDiag to be used as class method
* Document the MS/Excel separation character
* Hint that eof is not an error per se (RT#40047)
2008-09-04 0.54 - H.Merijn Brand <h.m.brand@xs4all.nl>
* IO failure in print () was not propagated (ilmari, RT#38960)
2008-09-01 0.53 - H.Merijn Brand <h.m.brand@xs4all.nl>
* SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890)
* bring docs in sync with reality for msg 2023
* Default eol for print is $\
* examples/csv-check should default to CSV , not to ;
* Tests for SetDiag (0)
* Tests for error 2030
* Code cleanup (Devel::Cover++)
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here
use <inttypes.h> and uint32_t instead.
note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
- A large number of regression test fixes.
- Performance improvements in memory management.
- Improved POP3 support in inetcomm.
- Initial implementation of the XInput DLL.
- Various bug fixes.
* First release with Pango and Cairo
* The first time you run fontforge with Pango something takes several minutes
to initialize itself. This delay does not occur on subsequent invocations.
* Displaying magnified bitmap strikes in the font view often caused a crash.
* Non-English translations of "%d pixel bitmap" in the View menu of the font
view came out garbled. There were interpreted as latin1 rather than utf8.
(including DOS, Windows 3.x and Win32 executables) on Unix. It consists
of a program loader which loads and executes an Microsoft Windows binary,
and a library that implements Windows API calls using their Unix or X11
equivalents. The library may also be used for porting Win32 code into
native Unix executables.
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
layout support. Drop static linking support (unsupported from ages).
Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
* Fixed bug for RGBO image @ line, plane and partition interlace.
* Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
* New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
* GPS and multivalued EXIF properties support
* Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
to Magick++.
* Correct DPX frame position property label
* Textures are no longer painted as the background color.
* Update both fields of an EXIF resolution.
* Support query-font-metrics MSL tag.
* Do not set image colorspace for the MSL modulate tag.
* Off by one error when computing affine in DrawAffineImage()
* Fixed local adaptive thresholding when using an offset
* Set SetImagePixels() rather than SyncImagePixelCache() to update
the pixel cache morphology.
* Set explicit image format for BlobToImage()
* p_thread_t is an aggregate under MinGW.
* Have different colours for each of the numbers.
* Allow left click on exposed number to clear adjacent unmarked areas.
* Several compilation fixes for portability.