summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22having two options for the same thing is confusingtnn2-5/+6
2009-09-22Update to dhcpcd-5.1.1roy2-6/+6
Changes from dhcpcd-5.1.0 include: * Fix various typos and grammatical errors. Thanks to Stephen Borrill. * Don't null terminate gratuitously when handling quotes in dhcpcd.conf. * Improve the configure script for cross-compiles.
2009-09-21add an option to openvpn to enable using certificates on USB sticksspz2-4/+20
or cards (etc) that are using the PKCS11 protocol
2009-09-20Fix manpage installation.tnn1-2/+2
From Rumko, PR pkg/42065
2009-09-19include various system headers to get called function prototypes in scope.tnn13-7/+159
2009-09-19Updating net/p5-Net-Twitter from 3.05003 to 3.06000sno2-7/+7
pkgsrc changes: - Adjusting dependencies Upstream changes: 3.06000 2009-09-16 - support for multipart/from-data posts, used by update_profile_image and update_profile_background_image - bumped version requirement on namespace::autoclean to avoid deprecation notice
2009-09-19Modifying patch-ad to work for FreeBSD, too.sno2-8/+8
2009-09-19Update "wireshark" package to version 1.2.2. Changes since version 1.2.1:tron3-8/+8
- The following vulnerabilities have been fixed. See the security advisory for details and a workaround. - The GSM A RR dissector could crash. Versions affected: 1.2.0 to 1.2.1 - The OpcUa dissector could use excessive CPU and memory. Versions affected: 0.99.6 to 1.0.8, 1.2.0 to 1.2.1 - The TLS dissector could crash on some platforms. Versions affected: 1.2.0 to 1.2.1 - The following bugs have been fixed: - The "Capture->Interfaces" window can't be closed. (Bug 1740) - tshark-1.0.2 (dumpcap) signal abort core saved. (Bug 2767) - Memory leak fixes. (Bug 3330) - Display filter autocompletion doesn't work for some RADIUS and WiMAX ASNCP fields. (Bug 3538) - Wireshark Portable includes wrong WinPcap installer. (Bug 3547) - Crash when loading a profile. (Bug 3640) - The proto,colinfo tap doesn't work if the INFO column isn't being printed. (Bug 3675) - Flow Graph adds too much unnecessary garbage. (Bug 3693) - The EAP Diameter dictionary file was missing in the distribution. (Bug 3761) - Graph analysis window is behind other window. (Bug 3773) - IKEv2 Cert Request payload dissection error. (Bug 3782) - DNS NAPTR RR (RFC 3403) replacement MUST be a fully qualified domain-name. (Bug 3792) - Malformed RTCP Packet error while sending Payload specific RTCP feedback packet( as per RFC 4585). (Bug 3800) - 802.11n Block Ack packet Bitmap field missing. (Bug 3806) - Wireshark doesn't decode WBXML/ActiveSync information correctly. (Bug 3811) - Malformed packet when IPv6 packet has Next Header == 59. (Bug 3820) - Wireshark could crash while reading an ERF file. (Bug 3849) - Minor errors in gsm rr dissectors. (Bug 3889) - WPA Decryption Issues. (Bug 3890) - GSM A RR sys info dissection problem. (Bug 3901) - GSM A RR inverts MEAS-VALID values. (Bug 3915) - PDML output leaks ~300 bytes / packet. (Bug 3913) - Incorrect station identifier parsing in Kingfisher dissector. (Bug 3946) - DHCPv6, Vendor-Specific Informantion, SubOption"Option Request" parser incorrect. (Bug 3987) - Wireshark could leak memory while analyzing SSL. - Wireshark could crash while updating menu items after reading a file in some cases. - The Mac OS X ChmodBPF script now works correctly under Snow Leopard. - Updated Protocol Support DCERPC, DHCPv6, DNS, E.212, GSM A RR, GTPv2, H.248, IEEE 802.11, IPMI, ISAKMP/IKE, ISUP, Kingfisher, LDAP, OpcUA, RTCP, SCTP, SIP, SSL, TCP, WBXML, ZRTP - Updated Capture File Support ERF
2009-09-19Update p5-Geo-IPfree to 0.6.minskim2-7/+6
Changes since 0.2: 0.6 Mon May 11 2009 - fix awful - yet popular - usage of Geo::IPfree::new corrected docs to use ->new instead - more dist cleanup 0.5 Tue Feb 03 2009 - include Memoize in prereqs for older perls 0.4 Mon Dec 01 2008 - fix "undef" test 0.3 Wed Nov 19 2008 - Add webgeo2ipct script - Add new data file - Fix all warnings - Handle hosts that fail nslookup - find_db_file() now looks in user-overridable locations before looking for the shipped version. - /tmp removed from possible db locations. - Dist cleanup.
2009-09-18Version 4.0.1 - 2009-09-17hasso5-100/+6
* ignore `Status of' line in STAT output (ftp). * fixed handling of files starting with a tilde in ftp. * fixed an infinite bind-loop in ftp. * fixed iconv translit usage for NetBSD.
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