Age | Commit message (Collapse) | Author | Files | Lines |
|
pkgsrc changes:
- Adding license definition
- "Adjust" dependencies
Upstream changes:
3.05003 2009-09-10
- URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon)
- Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham)
3.05002 2009-08-27
- Work around perl bug requiring encoded hash keys when client uses "use utf8"
3.05001 2009-08-21
- Added get_authentication_url for "Sign in with Twitter" authentication flow
- Updated "source" option documentation (closes RT 48786)
3.05000 2009-08-14
- Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me
- Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option)
3.04006 2009-07-29
- Silence Net::OAuth double encoding error (false positives)
- Fixed: infrequent OAuth signature failures
3.04005 2009-07-28
- Fix: OAuth / unicode conflict
3.04004 2009-07-28
- Bug fix: OAuth signatures on POST requests (Galen Huntington)
3.04003 2009-07-23
- properly utf-8 encode output to twitter (should provide full unicode support, now)
3.04002 2009-07-21
- Optionally decode HTML entities in status text
3.04001 2009-07-17
- Set JSON::Any option utf8 for consistent unicode support
- Added ssl and netrc options (from Net::Twitter::Lite)
3.04000 2009-07-07
- Added inflation of Twitter return HASH refs to Moose objects
3.03003 2009-07-07
- Fixed a typo in Makefile.PL
3.03002 2009-07-04
- Updated documentation to include callback parameter to get_authorization_url
- Different OAuth nonce algorithm avoids duplicates in forked processes
- Bumped JSON version dependencies for better JSON boolean handling
3.03001 2009-06-29
- Updated to Moose 0.85
- Properly subclassed top level Net::Twitter modules
3.03000 2009-06-25
- Twitter API update:
- Added screen_name and user_id parameters to new_direct_message
- Added show_friendship method (friendships/show.json)
- Made Net::Twitter safe for subclassing
- Added "authenticate" parameter handling. By default REST API methods
inclued an Authorization header; Search API methods do not. Can be
overridden with "authenticate => 0|1". This finally allows getting
rate_limit_status by user (the default), or by IP address, with
->rate_limit_status({ authenticate => 0 }).
- Added FAQ section to pod
3.02000 2009-06-21
- Added OAuth 1.0a support
- Added init_args user/pass for compat with NT 2.12
3.01000_01 2009-06-12
- Updated OAuth support for desktop app PIN numbers (oauth_verifier)
3.01000 2009-06-07
- Added support for the saved_search API methods.
3.00004 2009-06-06
- Fixed: accept extra args as a hashref (search behaved this way in 2.12)
3.00003 2009-06-03
- Added a workaround for JSON backends that don't handle booleans properly
3.00002 2009-06-01
- Updated version requirements in Makefile.PL
3.00001 2009-05-30
- Provided version numbers for modules that already existed on CPAN
3.00000 2009-05-30
- upgrade get/put parms so Latin-1 can be handled as UTF-8
2.99000_05 2009-05-27
- Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/
- Itegrated Tatsuhiko Miyagawa's OAuth support as a trait
- Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies
- Fixed useragent_args type. (Christopher Biggs)
- Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs)
2.99000_04 2009-05-25
- Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits
- Added legacy => [0|1] shortcut option
2.99000_03 2009-05-22
- Broke MANIFEST on the prior dist (fixed)
2.99000_02 2009-05-22
- Corrected POD NAME sections and module naming
- Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST
2.99000_01 2009-05-22
- Initial dev release of 3.00 candidate
- Moose based replacement for Net::Twitter
This is a complete rewrite of Net::Twitter. For earlier versions, see:
http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes
|
|
|
|
dependency for scheduled update of net/p5-Net-Twitter to 3.05003.
OAuth is
"An open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications."
In practical terms, OAuth is a mechanism for a Consumer to request protected
resources from a Service Provider on behalf of a user.
Net::OAuth provides:
* classes that encapsulate OAuth messages (requests and responses)
* message signing
* message serialization and parsing.
* 2-legged requests (aka. tokenless requests, aka. consumer requests)
Net::OAuth does not provide:
* Consumer or Service Provider encapsulation
* token/nonce/key storage/management
Please refer to the OAuth spec: http://oauth.net/documentation/spec
|
|
ftp sites.
|
|
Version 4.0.0 - 2009-09-11
* added torrent client.
* automatically set time precision on FAT-like FS (linux only).
* fixed timestamps in `mirror --ignore-time'.
Add patch-ai which adds a workaround for a problem preventing lftp to
connect to the UTF8 capable ftp sites.
|
|
It is only needed for building Xfce4 from SVN repo.
No need to bump versions as this is a "build" dependency.
|
|
from the source repository.
|
|
XXX builds but I wasn't able to get it to display anything and there
are no example "application/x-gtk-vnc" files in the distribution.
|
|
Upstream changes:
0.69 Thursday September 3, 2009, 10:25:00 AM -0700
* t/00_load.t
* t/01_pod.t
* t/02_pod_coverage.t
* t/10_data.t
* t/11_base64_fh.t
* t/12_nil.t
* t/15_serialize.t
* t/20_parser.t
* t/50_client.t
Minor clean-up of old CVS/SVN keyword references.
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm (added)
* lib/RPC/XML/ParserFactory.pm (added)
* lib/RPC/XML/Server.pm
* t/20_parser.t (deleted)
* t/20_xml_parser.t (added)
* t/29_parserfactory.t (added)
* t/40_server.t
* t/util.pl
Converted parsing to be from a specific class to a
parser-factory style. This included renaming the existing
parser class and shuffling tests around.
* t/70_compression_detect.t
Cleaner approach to scrubbing symbol tables.
* t/00_load.t
* t/01_pod.t
* t/02_pod_coverage.t
* t/03_meta.t (added)
* t/04_minimumversion.t (added)
* t/05_critic.t (added)
New tests, and developer-specific tests changed to only run in
my copy.
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Parser/XMLParser.pm
* lib/RPC/XML/Server.pm
* t/11_base64_fh.t
* t/15_serialize.t
* t/20_xml_parser.t
* t/30_method.t
* t/35_namespaces.t
* t/40_server.t
* t/41_server_hang.t
* t/50_client.t
RT #47806: One more patch for Windows compatibility with
temp-files.
* lib/Apache/RPC/Server.pm
* lib/Apache/RPC/Status.pm
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Function.pm
* lib/RPC/XML/Method.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm
* lib/RPC/XML/ParserFactory.pm
* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
Fixes based on Perl::Critic and other best-practices techniques.
* etc/make_method
Also made changes based on Perl::Critic.
* MANIFEST
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLParser.pm
Expanded definition of the interface to include push-parsing
methods. Documented these and added stubs to
RPC::XML::Parser::XMLParser that throw exceptions when called
by a non-push-parser instance. Reflected changes to test suite
in MANIFEST.
* lib/RPC/XML/Parser/XMLParser.pm
Slight tweak to make this 5.6.1-compatible.
* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
RT #42736: Support user-adjustment of server-based faults, and
normalize the existing faults.
* lib/RPC/XML/Procedure.pm
Fix encoding of return values from call() when the method
called is of type Function (and thus has no strict signatures).
* lib/RPC/XML.pm
* t/13_no_deep_recursion.t (added)
RT #41063: Re-visit how arrays and structs are smart-encoded
and constructed, so as to avoid cyclical data structure
references.
|
|
|
|
"pcap/pcap.h". We must therfore use "pcap/pcap.h" to detect the version
of the "pcap" library on this platform.
|
|
|
|
|
|
Pkgsrc changes:
- Set PERL5_MODULE_TYPE to Module::Install
- Add dependency on time/p5-DateTime
Upstream changes:
0.12 Wed May 27 16:59:36 2009
Fix use of meta-attribute removed from triggers (Sartak)
|
|
|
|
Requested in PR 34444 and by David A. Holland.
Bump PKGREVISION.
|
|
double-negative test to a positive one.
|
|
older Python pkgs anymore on Linux, as reported by David Sainty.
(due to a bogus hidden db4 dependency)
Add API_DEPENDS to force a suitable Python version.
|
|
|
|
|
|
|
|
|
|
set_filters() interface introduced by Pkgsrc, but generate errors if
the outbound filters are defined.
Compile tested only (but it does at least compile!), on Linux with
/usr/include/pcap-bpf.h. No functional change on systems that previously
successfully built.
|
|
- Properly encode messages sent to stderr (fixes issue #34)
- Include format 5 in best quality list
- Fix metacafe.com code due to recent changes in the site
- Update User-agent string
- Fix minor problem with size formatting method
- Use get_video_info to work around captcha problems (fixes issue #31)
|
|
|
|
Focus: Security and Bug Fixes
Severity: HIGH
This release fixes the following high-severity vulnerability:
* [Sec 1151] Remote exploit if autokey is enabled. CVE-2009-1252
See http://support.ntp.org/security for more information.
If autokey is enabled (if ntp.conf contains a "crypto pw whatever"
line) then a carefully crafted packet sent to the machine will cause
a buffer overflow and possible execution of injected code, running
with the privileges of the ntpd process (often root).
Credit for finding this vulnerability goes to Chris Ries of CMU.
This release fixes the following low-severity vulnerabilities:
* [Sec 1144] limited (two byte) buffer overflow in ntpq. CVE-2009-0159
Credit for finding this vulnerability goes to Geoff Keating of Apple.
* [Sec 1149] use SO_EXCLUSIVEADDRUSE on Windows
Credit for finding this issue goes to Dave Hart.
This release fixes a number of bugs and adds some improvements:
* Improved logging
* Fix many compiler warnings
* Many fixes and improvements for Windows
* Adds support for AIX 6.1
* Resolves some issues under MacOS X and Solaris
|
|
Icons are now built for distribution, so no dependency on SVG -> PNG apps.
Fix compile on NetBSD-4, PR pkg/41980.
|
|
Fixes CVE 2009-2957 and CVE 2009-2958
|
|
|
|
|
|
KMLDonkey is a frontend for MLDonkey, a powerful P2P file sharing
tool, designed for the KDE desktop.
|
|
Changes from 5.0.6
* get_option_addr uses struct in_addr * instead of uint32_t *
fixes a crash on sgimips/netbsd, thanks to Tim McIntosh
* Use ssize_t which is a signed int and test if read() returns -1
fixes a crash on some embedded systems, thanks to David Wu
* Fix -f path/to/config
* -e, --env var=value for profile specific env vars
* Many issues resolved when running in test mode
* Don't print a (null) string when there is no NAK message
* Fix compile on NetBSD-4 (PR pkg/41719)
* Only allow hardware families we know by default (over-ridable)
* Fix persistent and timeout 0 options
* Fix parsing of escape code sequencies
* Don't bring up interfaces brought down when handling new interfaces
* Allow un-encapsulated vendor option
* Build system now uses configure script and not mk stubs
|
|
auto-sensing.
|
|
next generation of the wrapper framework.
|
|
Pkgsrc changes:
o Add a patch so that we don't monitor the usage level of
ptyfs file systems (which are always at 100% usage level).
|
|
|
|
--- 3.0.48 2009/08/28
The show command offered by the zoomsh command now takes a 3d optional
parameter type which is what is passed to ZOOM_record. If the type
argument is omitted, "render" is used.
RPN to CQL conv may use USE string attributes (bug #2978).
MarcXchange NS is now info:lc/xmlns/marcxchange-v1 .
|
|
|
|
|
|
|
|
|
|
|
|
defined workflow for setting it, removing it, or removing packages
depending on it.
|
|
|
|
libasyncns is a C library for Linux/Unix for executing name service
queries asynchronously. It is an asynchronous wrapper around
getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from
libc and libresolv.
In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
libasyncns does not make use of UNIX signals for reporting completion
of name queries. Instead, the API exports a standard UNIX file
descriptor which may be integerated cleanly into custom main loops.
In contrast to asynchronous DNS resolving libraries like libdenise,
skadns, adns, libasyncns is just an asynchronous wrapper around
the libc's synchronous getaddrinfo() API, which has the advantage
of allowing name resolution using techniques like Multicast DNS,
LDAP or NIS using standard libc NSS (Name Service Switch) modules.
libasyncns is compatible with IPv6 if the underlying libc is.
libasyncns is very tiny, consisting of just one header and one
source file. It has no dependencies besides libc.
By default libasyncns spawns a number of worker threads (LWPs) to
process name queries. Alternatively or when POSIX Threads are not
supported, libasyncns can fork() off worker processes instead.
|
|
|
|
Changelog:
2009-08-23 - FileZilla Client 3.2.7.1 released
Bugfixes and minor changes:
Fix crash if adding new filters
Small performance optimization for local directory tree
|
|
|
|
read it from http://www.unbound.net/download.html.
|
|
|