Pkgsrc changes:
- p5-URI-Fetch is not needed anymore, a modified internal version is
used instead.
- p5-XML-Simple is required now.
Changes since version 0.14:
===========================
1.02:
* Declare dependency on XML::Simple
1.01:
* Make the verified_identity bit accept assertions from any
declared endpoint, rather than only the primary one.
This implementation kinda sucks because it hits the identity
URL over and over doing discovery.
* Refactor the discovery code a little so that the whole list
of valid endpoints can optionally be returned. This is in
preparation for fixing the assertion verification code
so that providers other than the primary one are able to
make assertions.
* Support indirect messages encapsualated in POST requests
when args are given as a CGI, Apache, or Apache::Request
object.
* Support the 1.1 and 1.0 namespace values required by
Auth 2.0 section 4.1.2.
* Deal with cases where Net::OpenID::Yadis returns arrayref
or hashref for Service->URI, including a basic support for
the priority attribute. Based on a patch from
Fumiaki Yoshimatsu <fyoshimatsu@sixapart.com>.
* when dealing with a 2.0 server, send 2.0-shaped association
requests.
* add the set_extension_args method to ClaimedIdentity and the
extension_fields and signed_extension_fields methods to
VerifiedIdentity, which together form a higher-level API
for using protocol extensions such as SREG and PAPE.
* add support for OpenID 2.0-style messages from providers
* use our own simplified fork of Net::Yadis::Discovery to avoid
dependency on Module::Pluggable::Fast. Or on Net::Yadis::Discovery,
for that matter.
* add hooks for openid-test project. (bradfitz)
* add OpenID 2.0-compliant discovery and authentication request.
* add method on claimed identity object to get delgated URL
v0.75 Feelgood patch to move sprintf to snprintf. People might think
that sprintf might cause a buffer overflow. Now it's clean.
cut-paste patches: you can now copy an intermediate host to the
clipboard.
IO::Socket::INET6 provides an object interface to creating and
using sockets in both AF_INET|AF_INET6 domain. It is built upon
the IO::Socket interface and inherits all the methods defined by
IO::Socket.
WARNING: You should use this module mainly to program IPv6 domain.
Most pobably future releases will not support AF_INET | AF_UNSPEC
options, as the module seems to fail on some given corner cases.
If you require IPv4, you are encouraged to use IO::Socket::INET
from the application level. Be warned.
2008-11-02 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.23.
* Makefile.PL (configure_mswin32): Added a conditional #define for
HAVE_INET_(PTON|NTOP) to make the module.
Change was necessary because the SDK for Vista now includes
inet_(pton|ntop) in ws2tcpip.h
Submitted by: "David M. Town" <dtown@cpan.org>
* Makefile.PL (configure_mswin32): Added a line to #define
HAVE_SOCKLEN_T since it is defined for MSWin32
Submitted by: "David M. Town" <dtown@cpan.org>
* Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
requested. This allows the use of the Socke6 module without
having to perform the same conditional check that was added to
avoid conflicts with the Socket module default exports (i.e. use
Socket6 qw(AF_INET6 inet_pton inet_ntop); )
Submitted by: "David M. Town" <dtown@cpan.org>
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
constant(). This should not be required since errno was being set
to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
be done or all constants reported unsupported.
Submitted by: "David M. Town" <dtown@cpan.org>
2008-08-18 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Use strict environment.
* Socket6.pm: Bump version number to 0.22.
* Socket6.pm: Make AF_INET6 check actually work.
Submitted by: Tatsuya Noda <topia@clovery.jp>
* Makefile.PL: Make sure to include config.pl in current
directory.
Pkgsrc changes:
remove (now) unneeded build dependency.
Upstream changes:
4.014 Sat Nov 1 15:13:48 PST 2008
in Lite.pm v1.11, add test for characters not allowed by
rfc952 before the call to gethostbyname in sub new() for those
people that insist on using deprecated functionality :aton
and OS's that fail to notice calls to gethostbyname with
binary arguments.
4.013 Wed Oct 22 15:04:49 PDT 2008
In Lite.pm v1.10, add new no octal method for
improperly formatted ipV4 addresses
In Util.pm v1.22, eliminated dependance on PL_sawampersand
thanks to Mark Martinec <Mark.Martinec@ijs.si>
for spotting this and submitting a patch.
In Util.pm v1.22, force -noxs mode for Win32
In Util.pm v1.22, use autoconf to configure 'C' build
4.012 Thu Oct 16 19:35:33 PDT 2008
clear build bug for Win32 in Util.pm v 1.21
4.011 released Oct 6 13:10
4.010 Sat Sep 27 17:00:28 PDT 2008
in NetAddr::IP::Util v0.19
updated test for ENDIANess in siteconf
add test in inet_aton to detect overange IP dot quad values
missed by some broken Socket implementations
i.e. 256.1.1.1 would fail to return undef
NOTE: Versions 4.008 and 4.009 had limited release to tester only
and were not uploaded to CPAN. All of the v4.008, 4.009
changes are incorporated in v4.010
4.009 Tue Sep 2 19:09:57 PDT 2008
In NetAddr::IP::Lite v1.07,
in the off chance that NetAddr::IP::Lite objects are created
and the caller later loads NetAddr::IP and expects to use
those objects, let the AUTOLOAD routine find and redirect
NetAddr::IP::Lite method and subroutine calles to NetAddr::IP.
updated Lite/t/v4-wnew.t so that non-existent
domains are "really" not there
4.008 Sat Jun 7 14:01:55 PDT 2008
inherit method "new_from_aton" from NetAddr::IP::Lite
add related documentation
Inherited methods from Lite.pm updated as follows:
comparisons of the form <, >, <=, >=
10.0.0.0/24 {operator} 10.0.0.0/16
return now return the comparision of the cidr value
when the address portion is equal.
NOTE: this comparison returns the comparison of the NUMERIC
value of the CIDR. This produces the counter intuitive result
that /24 > /16. There is logic to this, really! For proper
operation of commands like "Compact" and "Coalesce", lists of
netaddr objects must sort in ascending order. However, this
conflicts with the requirement for larger netblocks to sort
FIRST so as to include smaller ones. This logic extends to
any requirement for a sort of netaddr objects. It should be
further noted that the mixing of netaddr objects with varying
IP addresses and CIDR allocations can lead to unexpected
results since the comparisons done first on the IP portion
and then on the CIDR portion. The documentation has been
updated appropriately.
Thanks to Peter DeVries for spotting this discrepancy
* Compile with IPv6 support by default
* Compile with large file support on by default
* Add pcap-config script, which deals with -I/-L flags for compiling
* DLT: Add IPMB
* DLT: Add LAPD
* DLT: Add AX25 (AX.25 w/KISS header)
* DLT: Add JUNIPER_ST
* 802.15.4 support
* Variable length 802.11 header support
* X2E data type support
* SITA ACN Interface support - see README.sita
* Support for zerocopy BPF on platforms that support it
* Better support for dealing with VLAN tagging/stripping on Linux
* Fix dynamic library support on OSX
No changelog in tarball and pkgsrc-wip commit log,
From the project timeline:
some performance and potabilty improvements
sample parpd.conf file is not installed anymore.
- Added Serbian, Vietnamese, and Traditional Chinese translations.
Updated French, Simplified Chinese, and Japanese Translations.
- Added length equality test to operator== to drop a piece message
whose length does not match to the requested one.
- Fixed the bug that aria2 aborts when a request larger than 16KiB is
recieved. In this fix, if a request larger than 16KiB length is
received, aria2 disconnects the peer.
- Updated man page. Changed doctype of aria2c.1.html to manpage in order
not to replace '--' with em dash character.
- Added --auto-save-interval=SEC option. A control file(*.aria2) is saved
every SEC seconds.
- Added --dht-file-path option to change the path to dht.dat, which is a
serialized DHT routing table.
- Fixed the bug that last character in URI is not encoded.
- Fixed the bug that referer header field contains fragment. Now Request
class removes fragment part of URI and encodes it in Request::setUri()
and setReferer().
This fix this package build with latest net/yaz package.
Changes:
1.0.14 Allow sru_verson to be set via yaz_connect. Fixed bad memory
reference in yaz_es_result
1.0.13 Fixed yaz_present that could use use yaz_range values from
old session
1.0.12 Fixed argument parsing for yaz_ccl_parse
1.0.11 Fixes for windows
1.0.10 CCL stop word facility
1.0.9 Updated for YAZ 3.0. Shutdown/setting fixes
1.0.8 Updated for YAZ 2.1.42
2.24.1
* Hide the "Send" button after clicking it
* Make the breakpad module resident (Matthias Clasen)
2.24.0
* Disable Solaris from the google-breakpad supported OS
* Adapt gnome-breakpad for loading by XSettings (requires GTK+ 2.14.2
and gnome-settings-daemon 2.24.0)
* Many translation updates
2.23.91.1
* Fix a runtime warning
2.23.91
* Standardize the desktop file (Pacho Ramos)
* Clean up X11 includes
* Many translation updates
2.23.90 ("Live in Paris")
* Remove dependency on gnome-desktop
* Fix some typos
* Many translation updates
2.23.6
* Remove unused command line switches
* Update and ship a man page
* Remove dependency on libgnomecanvas
* New Tango icon (thanks to Andreas Nilsson, Michael Monreal
and Sebastian Kraft).
* Add a context menu to copy the bug URL when a bug has been reported.
* Add a dialog to warn the user to review the crash description if it is
too short (thanks to Diego Escalante Urrelo).
* Many cleanups of the source tree.
* Some other misc bug fixes
* Translation updates
2.23.5.1
* Correctly install bug-buddy.png
2.23.5
* Port to GIO (Cosimo Cecchi)
* Completely remove the NetworkManager dependency (Cosimo Cecchi)
* Fix some leaks (Hans Petter Jansson)
* Many misc bug fixes
* Translation updates
This document describes the installation, configuration, and usage
of eBay::API module.
The eBay::API library is based on the eBay API XML schema and it
does not use SOAP to submit calls. Other than differences in the
SOAP envelope and the way SOAP reports errors, the calls and data
types defined in eBay API XML schema and eBay API wsdl are almost
exactly the same.
You can retrieve the latest version of eBay API XML schema from:
http://developer.ebay.com/webservices/latest/eBaySvc.xsd
During installation that document is used to generate the library's
call and data type classes.
* Update rule latency thresholding
* The flow and stream4 preprocessors will be deprecated in a future release.
* DCE/RPC preprocessor changes to handle abnormal TCP segmentation.
Added option to reassemble fragmentation buffers early. Updated
documentation.
* Fixed handling of MPLS label in checking Stream session uniqueness
when IPv4 packets are received and build is IPv6.
See the ChangeLog for all the details
2008/10/15: socat version 1.7.0.0 brings support for SCTP stream, raw
interface, and generic sockets. New option escape allows to interrupt raw
terminal connections. Listening and receiving sockets can set a couple of
environment variables. Added base control of System V STREAMS. Lots of
corrections were performed. socat compiles on Mac OS X again.
Patch from Leonardo Taccari
Windows build
* Fixed crash when echo cancellation is active
* Improved GTK installation by providing our own libraries
* Fixed crash when clicking the status bar
* Fixed crash when the only available accelerated surface is already
taken
* Fixed playing of audio files with samplerate != 8000Hz
* Fixed possible crash when quickly deleting and creating threads
* Fixed flickering in Picture-in-Picture mode
GUI
* Fixed overlapping issue of font/smiley buttons in the chat window
* Fixed possible flickering issues on XV
* Fixed possible X timing issue
* Fixed message box when device is unplugged in out-of-call state
* Fixed crash when closing various windows using the window manager
* Fixed crash in the configuration assistant when unplugging the active
device
* Do not display localhost users in the neighbours
* Fixed Ekiga not able to resolve DNS names when being used with a
Turkish locale
* Allow using '&' as name in the roster
* Fixed 'Search Scope' field alignment in the form
SIP
* Fixed behavior in case of Open NAT
* Fixed SIP REGISTER and INVITE behaviors when Ekiga listens to multiple
interfaces in the same subnet
* Fixed response code when receiving a BYE for a call that is already
released
* Fixed numerous retries using the same authentication credentials
* Fixed interoperability issues with Cisco Call Manager
* Fixed default status when receiving a NOTIFY with an empty body to
offline instead of unknown
* Fixed parsing of URIs quoted with <> but without ""
* Fixed INVITE loop detection when forked INVITE requets arrive over
multiple paths
H.323
* Fixed inclusion of RFC2833 using H.323
Misc
* Made the libnotify dependancy optional
* Fixed POTFILE.in file
Changes in libsoup from 2.24.0.1 to 2.24.1:
* Fixed a crash when unreffing the session from a
soup_session_queue_message() callback [#533473], and added
regression test. In particular, this fixes a crash in
seahorse when trying to connect to a non-responsive
keyserver.
* Fixed an infinite loop when giving a bad password to a site
that uses non-standard capitalization in the
WWW-Authenticate header (eg, gmail.com) [#536285].
* Fixed a leak in SoupSessionAsync when using a non-default
GMainContext. [addendum to #498509, Arnout Vandecappelle]
Added additional code to the regression tests to make sure
sessions and servers do not get leaked.
* Fixed a leak in the XML-RPC code
* Compile fixes for "gcc -pedantic" [#553976, Sander Dijkhuis]
and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES
[#557072, Cosimo Cecchi]
* Patched xmlrpc-test to accept the incorrect response to
test_echo() that php-xmlrpc gives when it's built against
libxml2 >= 2.7.1 (qv http://bugs.php.net/45996), so that
I can "make distcheck"...
* Updated generated documentation
Collection.
The Perl 5 module Net::MAC allows you to
- store a MAC address in a Perl object
- find out information about a stored MAC address
- convert a MAC address into a specified format
- easily compare two MAC addresses for string or numeric equality
- Security-related bugs in the Bluetooth ACL, Bluetooth RFCOMM, PRP, Q.931,
MATE, and USB dissectors, as well as the Tammos CommView file parser have
been fixed.
- Many other bugs have been fixed.
This update addresses the security vulnerabilies reported
in wnpa-sec-2008-06.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").