summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-09-16Updating net/p5-Net-Twitter from 2.12 to 3.05003sno2-10/+20
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
2009-09-16Added net/p5-Net-OAuth version 0.19sno1-1/+2
2009-09-16Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth assno3-0/+52
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
2009-09-16Sane fix from upstream to fix the problem with connecting to UTF8 capablehasso2-16/+61
ftp sites.
2009-09-16Update to 4.0.0.hasso5-7/+43
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.
2009-09-16Remove include of the xfce4-dev-tools buildlink.reed1-2/+1
It is only needed for building Xfce4 from SVN repo. No need to bump versions as this is a "build" dependency.
2009-09-14Add a fix for SA36540 (SSL certificate spoofing vulnerability) takentron3-2/+70
from the source repository.
2009-09-14drop firefox option and add plugin option instead.tnn7-13/+1379
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.
2009-09-13Updating net/p5-RPC-XML from 0.67 to 0.69sno2-6/+6
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.
2009-09-13defining licensesno1-1/+2
2009-09-13Under Mac OS X Snow Leopard "pcap.h" is a wrapper that only includestron1-1/+7
"pcap/pcap.h". We must therfore use "pcap/pcap.h" to detect the version of the "pcap" library on this platform.
2009-09-13Sort PLIST. No functional change.taca1-2/+2
2009-09-12Fix build under Mac OS X Snow Leopard.tron1-1/+5
2009-09-09Update p5-Net-Jifty from version 0.11 to version 0.12.seb2-6/+8
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)
2009-09-09Fix libtool usage.joerg2-4/+4
2009-09-09Switch to using popt from pkgsrc instead of internal version.wiz1-3/+3
Requested in PR 34444 and by David A. Holland. Bump PKGREVISION.
2009-09-09Conditionalise on NSS_INFO_MODULES further, fixes Solaris build. Changesketch2-7/+18
double-negative test to a positive one.
2009-09-08After the last change to pythonXX/bl3, this pkg doesn't build againstdrochner1-1/+4
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.
2009-09-08needs -D_GNU_SOURCE on Linux for struct in6_pktinfotnn1-1/+3
2009-09-08Build with chroot jail support on platforms that support it.tnn1-2/+11
2009-09-08turn on inet6 by default if the platform supports it. Bump revision.tnn2-2/+7
2009-09-08make net/ntp4 properly IPv6 awaretnn2-1/+19
2009-09-07Linux doesn't support direction-specific filters. Conform to the newdsainty2-1/+61
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.
2009-09-06Update to 20090808. Changes:snj2-7/+7
- 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)
2009-09-06fix PLIST breakage on Linuxtnn1-2/+2
2009-09-06NTP 4.2.4p7, 2009/05/04tnn2-6/+6
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
2009-09-05Update to dhcpcd-ui-0.4.2roy2-8/+7
Icons are now built for distribution, so no dependency on SVG -> PNG apps. Fix compile on NetBSD-4, PR pkg/41980.
2009-09-05Bump to dnsmasq-2.50roy2-6/+6
Fixes CVE 2009-2957 and CVE 2009-2958
2009-09-03Allow net/mldonkey to be built with ocaml-3.11.1tonio2-1/+17
2009-09-02+ kmldonkey.wiz1-1/+2
2009-09-02Initial import of kmldonkey-0.11 from pkgsrc-wip, packaged by Fco Valladolid.wiz4-0/+99
KMLDonkey is a frontend for MLDonkey, a powerful P2P file sharing tool, designed for the KDE desktop.
2009-09-02Update to 5.1.0roy2-13/+9
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
2009-09-02Correctly use libtool's --mode argument, don't depend on deprecatedjoerg3-11/+11
auto-sensing.
2009-09-01Unsafe rules to create the object directory as exposed by the fasterjoerg1-1/+3
next generation of the wrapper framework.
2009-08-31Update from version 4.2.0nb1 to 4.2.0nb2.he3-3/+19
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).
2009-08-31add second mirror.zafer1-2/+3
2009-08-31Update to 3.0.48:wiz2-7/+6
--- 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 .
2009-08-30Add user-destdir support.obache1-3/+6
2009-08-29Convert to user-destdir.wiz4-10/+26
2009-08-26bumping revision due graphics/ImageMagick updatesno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+6
2009-08-26bump revision because of graphics/jpeg updatesno60-89/+120
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz1-3/+1
defined workflow for setting it, removing it, or removing packages depending on it.
2009-08-25+ libasyncns.wiz1-1/+2
2009-08-25Initial import of libasyncns-0.7:wiz4-0/+57
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.
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz1-2/+1
2009-08-24Update filezilla to 3.2.7.1zafer2-6/+6
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
2009-08-23Make it build on DragonFly and probably some others.hasso4-1/+40
2009-08-23Update to 1.3.3. Upstream changelog is too long to paste it here, you canhasso3-21/+20
read it from http://www.unbound.net/download.html.
2009-08-23remove lug.udel.edu from master_sites. Connection keeps timing out.zafer1-3/+2