Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
2.24.2
* Fix a segfault (Josseline Mouette)
* Translation updates
|
|
Version 1.2.3.
-msdl
- 9th release
- fixed mmst 0x33 command bug (Thanks for Mr.ear5cm)
- put more debug infos for --debug switch
- fixed mmsh 2nd request message
- fixed rtsp 0x82 magic inplementation
|
|
|
|
Upstream changes:
4.019 Sat Nov 29 15:15:30 PST 2008
in Lite/Util, add pure perl testing to XS build
|
|
xml statistics server (+bump pkgrev)
|
|
Upstream changes:
4.018 Fri Nov 28 23:19:01 PST 2008
revised XS code to be full re-entrant, thread safe in Util.xs v1.26
removed all traces of mutex locks in Util.xs v1.26
removed function 'threads' here an in UtilPP v1.6
4.017 Sun Nov 23 19:32:59 PST 2008
Extended the capability of 'splitref' to allow splitting of
objects into multiple pieces with differing CIDR masks.
Returned object list can be split from bottom to top
or from top to bottom depending on which method is called
split, rsplit, splitref, rsplitref
Thanks to kashmish <kashmish@gmail.com> for the idea on
improving functionality of 'split'.
Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
for a faster and more accurate _compV6 function.
in UtitPP v1.5
correct documentation error
add threads reporting (empty string)
in Util v1.25
add threads reporting that returns a comma separated
string of build headers.
added what is hopefully thread safe operation via
serializaton. Must be invoked by "--with-threads"
in Lite v1.12
corrected missing Zeros subroutine
Zeros and Zero both will work
in Lite v1.12
added minus (-) overloading to allow the subtraction
of two NetAddr::IP objects to get the difference between
the object->{addr}'s as a numeric value
Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
for the initial code and inspiration for this enhancement
4.016 Wed Nov 5 18:13:20 PST 2008
in Util/ version 1.24
Clean up Makefile.PL to check actual required link
libraries against the perl build for consistency
|
|
http://www.samba.org/samba/security/CVE-2008-4314.html
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
This addresses the security vulnerability reported in SA32840.
|
|
|
|
Collection.
The Perl 5 module Net::Akismet provides an interface to Akismet the
collaborative effort to make comment and trackback spam a non-issue
and restore innocence to blogging.
|
|
It wasn't created when installing the binary package.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
* Bug fixes
|
|
|
|
Twitux is a free and open source GTK+ application for Twitter.com. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend updates
their status.. and more :)
|
|
|
|
whois (4.7.28) unstable; urgency=medium
* Updated the .aero TLD server.
* Added a new ASN allocation.
* Search PGPKEY-* objects in the RIPE database.
-- Marco d'Itri <md@linux.it> Wed, 10 Sep 2008 18:49:37 +0200
whois (4.7.27) unstable; urgency=medium
* Updated the .md and .me TLD servers.
* Added a new ASN allocation.
* Added a new IPv4 allocation.
* Updated the Polish and Czech translations.
-- Marco d'Itri <md@linux.it> Thu, 17 Jul 2008 00:54:55 +0200
whois (4.7.26) unstable; urgency=medium
* Added support for passing command line options in the environment
variables WHOIS_OPTIONS and MKPASSWD_OPTIONS. (Closes: #324858)
* Updated the French translation. (Closes: #474307)
-- Marco d'Itri <md@linux.it> Sat, 05 Apr 2008 04:53:26 +0200
whois (4.7.25) unstable; urgency=low
* mkpasswd: added support for the SHA-256 and SHA-512 methods from
glibc 2.7.
* mkpasswd: added support for FreeBSD-style Blowfish and NT-Hash methods.
* mkpasswd: added support for variable-rounds methods (OpenBSD-style
Blowfish and SHA-256/SHA-512).
* mkpasswd: renamed -H/--hash to -m/--method.
* mkpasswd: finished support for libxcrypt (not enabled by default).
* Added NONE entries for the rest of .uk SLD. (Closes: #471963)
* Added the .bd, .gh, .lc, .sc, .ma, .me, .om and .rs TLD servers.
* Updated the .aero, .bb and .bz TLD servers. (Closes: #448683)
* Added another RIPE ERX ASN block. (Closes: #452328)
* Added a new ASN allocation.
* Added Basque and Czech translations.
-- Marco d'Itri <md@linux.it> Sun, 23 Mar 2008 19:18:34 +0100
whois (4.7.24) unstable; urgency=medium
* Added new ASN allocations.
* Added new IPv4 allocations.
* Added the .asia, .kp and .mq TLD servers. (Closes: #445747)
-- Marco d'Itri <md@linux.it> Tue, 30 Oct 2007 11:06:25 +0100
whois (4.7.23) unstable; urgency=medium
* Fixed myinet_aton to not reject CIDR networks.
* Added support for ASN32.
* Added the za.net and za.org pseudo-TLD servers.
-- Marco d'Itri <md@linux.it> Thu, 13 Sep 2007 03:28:21 +0200
|
|
|
|
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org.
Upstream changes:
0.64 Mon Sep 29 04:20:02 PDT 2008
t/40_server.t:
Further flexibility on the test of $srv->url(). This should (finally)
catch any variation of 127.* address and/or host/domain naming that
aliases to "localhost".
lib/RPC/XML/Parser.pm:
t/20_parser.t:
Lingering problem from RT ticket #30354, RPC::XML::Parser did not get
the change committed that included parser-level support for <i8>. Also
added tests for parsing RPC::XML::request objects and all the data-type
objects to the parser test suite (had they been there before, I would
have caught this myself).
0.63 Fri Sep 19 02:22:26 PDT 2008
lib/RPC/XML.pm:
Forgot to increment $VERSION before the previous commit. Won't show up
in CPAN as an available update otherwise.
0.62 Fri Sep 19 02:12:02 PDT 2008
t/40_server.t:
Extended the die message when $srv fails to allocate. Some testers are
getting a failure here but I have no idea how or why.
lib/RPC/XML.pm:
Testers-service reports showed that the new i8 type was not auto-boxing
correctly on true 64-bit machines. Turns out I had bogus values for
the maximums and minimums, not just for 8-byte ints but also for plain
4-byte ones as well.
0.61 Mon Sep 15 01:38:44 PDT 2008
t/00_load.t:
Converted to Test::More due to some cpan-testers reports that showed
test 2 failing. Hoping this might provide better feedback if it
continues to fail.
t/40_server.t:
Changed a test for "localhost:$port" in the server URL method to
optionally allow localhost.localdomain, for those systems whose
/etc/hosts cause the former to convert to the latter. Was causing
false failures.
t/40_server.t:
t/50_client.t:
t/60_net_server.t:
Test suites armored against server processes that die as a result of
croak() or other calls within 3rd-party modules. The client and
net_server suites were also converted to Test::More at this time.
t/40_server.t:
Fix for RT ticket #36078, fix the URL testing on the server object to
be less strict. Instead of only allowing "localhost", now also allows
"localhost.localdomain" and does a look-up of "localhost" for the 127.*
IP address and permits that as well. In essence, this extends and
supercedes the second change listed above after more invariant cases
were discovered.
lib/RPC/XML.pm:
t/10_data.t:
Per RT ticket #30354 and specific request from a large agency using
this package, implemented an "i8" type as an extension to the official
XML-RPC specification. Documentation and tests included. THIS SHOULD BE
CONSIDERED EXPERIMENTAL.
t/40_server.t:
t/60_net_server.t:
Some of the work in armoring the test suites against server-death
changed the counts on tests and on call-counts in the system.status
method. Some explicit re-starts didn't help.
|
|
Pkgsrc changes:
o Ensure to replace the interpreter with ${PERL5} in installed modules
Upstream changes:
4.015 Sun Nov 2 10:10:38 PST 2008
in Util v1.23 add missing headers in configure and localconf.h
for Solaris inet_xton
thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
|
|
Pkgsrc changes:
o Remove no-longer-needed fix for one of the tests
Upstream changes:
1.25 [IN PROGRESS]
- Fix test-suite not to run the "packages" tests against
test.indexdata.com, which has gone away, but against
z3950.indexdata.com, like the other tests. A new server
runs on a different port for these tests.
- Rename zdump.pl to zoomdump, and add it to the set of
programs installed.
|
|
Upstream changes:
1.5 2008-11-08 17:42 GMT
- Move to Module::Install
- Add basic pod test
|
|
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
Upstream changes:
o No updated changelog ("There Ought to be a Law"), but
by the looks of it mostly improved error reporting and
robustness.
|
|
Pkgsrc changes:
o Remove dependency on p5-DateTime-Format-Strptime
o Ensure IO::File is new enough by adding dependency
Upstream changes:
0.45 Wed Aug 20 17:06:49 BST 2008
- make add_key, head_key etc. return all the headers, not
just the X-Amazon ones (patch by Andrew Hanenkamp)
- require IO::File 1.14 (noticed by tsw)
- remove DateTime::Format::Strptime prerequisite as it was not
being used (noticed by Yen-Ming Lee)
- do not try and parse non-XML errors (patch by lostlogic)
- make it possible to store and delete the key "0"
(patch by Joey Hess)
- make it possible to store empty files (patch by BDOLAN)
- add Copy support (patch by BDOLAN)
- add s3cl for command-line access (patch by Leo Lapworth)
|
|
Upstream changes:
1.35 September 29th 2008
- Add GEOIP_DOMAIN_EDITION for the PurePerl ( Boris Zentner )
- Add open_type method to the PurePerl fallback ( Boris Zentner )
- Add CAPI Version detection, for the case, where a outdated
CAPI is installed. ( Boris Zentner )
- Add metro_code, a replacement for the depreciated dma_code
method. ( Boris Zentner )
- Add range_by_ip, netmask and last_netmask to the PurePerl
API ( Boris Zentner )
- Add range_by_ip to the C API wrapper ( Boris Zentner )
|
|
Patch submitted by Roy Marples.
|
|
MAN_MISC_INFO and MAN_FILE_FORMATS are in different sections to others so
account for this with some PLIST magic.
PKGREVISION++
|
|
|
|
Net::DBus provides a Perl XS API to the dbus inter-application
messaging system. The Perl API covers the core base level
of the dbus APIs, not concerning itself yet with the GLib
or QT wrappers. For more information on dbus visit the
project website at:
http://www.freedesktop.org/software/dbus/
|
|
any more.
|
|
Reorder lines to follow pkgsrc standard some more.
Bump PKGREVISION.
|
|
so that configure will succeed. Fix the comment syntax in a couple of
assembly files to fix the build where the assembler doesn't like # as a comment
prefix.
Bump PKGREVISION.
|
|
|
|
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
|
|
==============
Version 2.12.2
==============
o Fixes
* Fix leak (Kjartan Maraas)
* Correctly install/uninstall/use named icon (Christian Kirbach)
o Doc Translators
* Joan Duran (ca)
* David Lodge (en_GB)
* Jorge González (es)
* Robert-André Mauchin (fr)
* Milo Casagrande (it)
* Yannig Marchegay (oc)
* Daniel Nylander (sv)
* Theppitak Karoonboonyanan (th)
o Translators
* F Wolff (af)
* Khaled Hosny (ar)
* Ihar Hrachyshka (be@latin)
* Alexander Shopov (bg)
* Martin Willemoes Hansen (da)
* Nikos Charonitakis (el)
* Dominique PELLÉ (eo)
* Jorge González (es)
* Ivar Smolin (et)
* Iñaki Larrañaga Murgoitio (eu)
* Ilkka Tuohela (fi)
* Andrea Decorte (fur)
* Ignacio Casal Quinteiro (gl)
* Garry Lachman (he)
* Grunf (hr)
* Gabor Kelemen (hu)
* Tryggvi Björgvinsson (is)
* Alessio Frusciante (it)
* Takeshi AIHANA (ja)
* Shankar Prasad (kn)
* Erdal Ronahi (ku)
* Žygimantas Beručka (lt)
* Sandeep Shedmake (mr)
* Nabin Gautam (ne)
* Yannig Marchegay (Kokoyaya) (oc)
* Duarte Loreto (pt)
* Sebastian Ivan (ro)
* Leonid Kanter (ru)
* Danishka Navin (si)
* Marcel Telka (sk)
* Laurent Dhima (sq)
* Dr.T.Vasudevan (ta)
* Pramod (te)
* Theppitak Karoonboonyanan (th)
* Maxim Dizumanenko (uk)
* Nurali Abdurahmonov (uz@cyrillic)
|
|
|
|
|
|
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.
|
|
|