- Fix bug in pixman_image_is_opaque().
- Fix for bug 17477 (see patch-ag).
While here, add missing .PHONY attribute for gen-symfile target.
PKGREVISION++, but no recursive dependency bump necessary.
libpurple:
* In the Join/Part plugin, add the ability to apply the rules to
buddies. By default, joins and parts for buddies are still shown.
* Support SOCKS proxies specified in GNOME or Windows proxy settings.
* Fix some possible crashes in MSNP15.
* Enable a default SSL trust relationship for MSN servers.
* Avoid disconnecting from XMPP servers on parse errors that are
non-fatal.
* Include some perl files that were mistakenly omitted in 2.5.0.
Pidgin:
* Prevent use of custom smilies without "shortcuts."
* Fix a crash that could appear with AIM buddy tooltips.
Artwork:
* General refresh of many icons in the interface.
* Many cleanups to artwork source are now included in the distribution.
* A new "throbber" animation has been added to indicate when accounts
are connecting.
libpurple:
* In the Join/Part plugin, add the ability to apply the rules to
buddies. By default, joins and parts for buddies are still shown.
* Support SOCKS proxies specified in GNOME or Windows proxy settings.
* Fix some possible crashes in MSNP15.
* Enable a default SSL trust relationship for MSN servers.
* Avoid disconnecting from XMPP servers on parse errors that are
non-fatal.
* Include some perl files that were mistakenly omitted in 2.5.0.
Pidgin:
* Prevent use of custom smilies without "shortcuts."
* Fix a crash that could appear with AIM buddy tooltips.
Artwork:
* General refresh of many icons in the interface.
* Many cleanups to artwork source are now included in the distribution.
* A new "throbber" animation has been added to indicate when accounts
are connecting.
- version configuration file, object if the version doesn't match
- add an option for pbulk-resolve to ignore unresolvable dependencies
similiar to the incremental mode
- use this option to run pbulk-resolve again if ignore_missing_depencies
is set to yes. Report this explicitly to un-confuse readers and point
them to the logfile.
Pkgsrc changes:
o Instead of pointing to ../../wip/ (oops!), use ../../databases
for the newly imported p5-MARC-Record package, which is a dependency
of this package. Should fix PR#39562.
This is primarily so that p5-Net-Z3950-ZOOM can compile without
having pkgsrc-wip checked out (oops!).
MARC::Record provides yet another collection of routines to process MARC
records.
security/p5-Authen-CAS-Client into The NetBSD Packages Collection.
The Perl 5 module Authen::CAS::Client provides a simple interface
for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0
and v2.0 are supported.
Packages Collection.
The Perl 5 module Authen::CAS::Client provides a simple interface
for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0
and v2.0 are supported.
== Changes 0.5.7 from 0.5.6: 2008-07-21
* Bug fixes
* fixed broken PDF generation
* Improvements
* supported GTK+/Quartz (Mac OS X native UI)
* supported context menu with Control + left click
(suggested by OBATA Akio)
* align = XXX accepts :right or "left" too
* supported nested labels in (('note:XXX:YYY:...')) form
* added "Next" and "Previous" actions that consider pause.
* added "ResetTimer" action
* do fullscreen as first as possible when --fullscreen
command line option is specified
* supported {{wait}} and {{br}} markup on Wiki format
* fixed dirty sample slide
* Theme
* added body margin
* added "dash" item mark
* stopped to use vivid colors for list item mark
* added properties
* added new themes:
* newline-in-title: supports '\n' newline notation
* edge-info-toolkit: displays information at the edge
of slide
* slide-header-info: displays information at the header
of slide
* slide-footer-info: displays information at the footer
of slide
* footer-logo: displays logo image at the footer of slide
* blue-bar: a theme that displays bars at the top and
bottom of slide
* clear-blue: clear blue theme
== Changes 0.5.6 from 0.5.5: 2008-04-21
* removed RTtool
* supported Ruby 1.9 a bit
* supported pause
www/p5-Catalyst-View-Jemplate into The NetBSD Packages Collection.
Catalyst::View::Jemplate is a Catalyst View plugin to automatically
compile TT files into JavaScript, using ingy's Jemplate.
NetBSD Packages Collection.
Catalyst::View::Jemplate is a Catalyst View plugin to automatically
compile TT files into JavaScript, using ingy's Jemplate.
Merge a number of bugfixes from the pkg_install-renovation branch:
- explicit include of nbcompat/md5.h
- use errx when dealing with libfetch as it doesn't set errno
- avoid optind = 0 as GNUish getopt will reset itself otherwise
-prefix uses of "exception" with "std::" to avoid conflict with
a similar definition in new "boost"
-set a cmake var to get an rpath into the installed executable
(seems that cmake's behaviour changed)
- There's a better version in the "cube-native-xorg" branch.
- Using the bundled "pixman" library doesn't work under Mac OS X anyway
because Apple didn't update the ".la" file at same point.
[It is likely that the second issue will require attention after the
"cube-native-xorg" branch has been merged.]
Changes from OpenSSH 5.0 is huge to write here, please refer its
release note: http://www.openssh.com/txt/release-5.1.
I quote only Security section from the release note.
Security:
* sshd(8): Avoid X11 man-in-the-middle attack on HP/UX (and possibly
other platforms) when X11UseLocalhost=no
When attempting to bind(2) to a port that has previously been bound
with SO_REUSEADDR set, most operating systems check that either the
effective user-id matches the previous bind (common on BSD-derived
systems) or that the bind addresses do not overlap (Linux and
Solaris).
Some operating systems, such as HP/UX, do not perform these checks
and are vulnerable to an X11 man-in-the-middle attack when the
sshd_config(5) option X11UseLocalhost has been set to "no" - an
attacker may establish a more-specific bind, which will be used in
preference to sshd's wildcard listener.
Modern BSD operating systems, Linux, OS X and Solaris implement the
above checks and are not vulnerable to this attack, nor are systems
where the X11UseLocalhost has been left at the default value of
"yes".
Portable OpenSSH 5.1 avoids this problem for all operating systems
by not setting SO_REUSEADDR when X11UseLocalhost is set to no.
This vulnerability was reported by sway2004009 AT hotmail.com.
posix_madvise if MADV_SEQUENTIAL or POSIX_MADV_SEQUENTIAL exist. As it
is a hint for the VM subsystem, it doesn't hurt if neither is provided.
Based on input from Sean Boudreau.
and include permission grant. Simplify DESCR and add note about the
prohibition on using unrar to develop an rar-compatible archiver.
PKGREVISION++ due to DESCR change.