summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28Update to 1.2.8. Set LICENSE.wiz4-19/+22
1.2.8: Sam Lantinga - Sun Jan 15 01:39:35 EST 2012 * Added the definition for INADDR_LOOPBACK Sam Lantinga - Thu Jan 05 22:57:56 2012 -0500 * Added an Xcode project for iOS Sam Lantinga - Sat Dec 31 10:28:12 EST 2011 * SDL_net is now under the zlib license Sam Lantinga - Sun Nov 20 01:29:33 EST 2011 * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss Sam Lantinga - Fri Nov 04 04:52:12 2011 -0400 * Added SDLNet_GetLocalAddresses() to query local interfaces Sam Lantinga - Fri Nov 4 04:05:03 EDT 2011 * Removed obsolete OpenTransport code Sam Lantinga - Tue Mar 08 16:52:59 2011 -0800 * Added Android.mk to build on the Android platform Sam Lantinga - Sun Feb 27 10:00:53 PST 2011 * Fixed to compile cleanly with g++ C.W. Betts - Thu Feb 17 12:52:47 PST 2011 * Fixed the code to use socklen_t where appropriate Evan Nemerson - Thu Feb 17 12:47:13 PST 2011 * Added pkg-config support esigra - Mon Feb 16 20:59:55 PST 2009 * Fixed C++ compilation with -Wold-style-cast Matthew Mondor - Fri Jan 4 08:44:22 PST 2008 * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)
2012-01-28add and enable py-zmqjnemeth1-1/+2
2012-01-27PLIST fix for other OSes other than NetBSDadam3-7/+8
2012-01-26Updated to 0.43rhaen2-7/+6
Changes: version 0.43 (2011/05/26): - added support for Net::Server by allowing the usage of distinct filehandles for input and output (patch by Alexei Znamensky)
2012-01-26Updated to 1.06rhaen2-7/+6
Changes: 1.06 Thu Jul 21 13:40:49 EDT 2011 Address test 5 failure on systems with aliases on loopback.
2012-01-26Updated to 1.3.1rhaen2-6/+6
Changes: 1.3.1 2011-11-23 [BUG FIXES] - Use of constant withotu parenthesis made test fail under 5.6.2.
2012-01-26Updated to 0.55rhaen2-7/+6
Changes: 0.55 Added ability to get complete XML of last response as $eBay->{last_result_xml}
2012-01-26Update zeromq to 2.1.11.obache2-6/+6
0MQ version 2.1.11 (Stable), released on 2011/12/18 =================================================== Bug fixes --------- * Fixed issue 290, zmq_poll was using system time instead of monotonic clock (Mika Fischer). * Fixed issue 281, crash on heavy socket creation - assertion failure in mutex.hpp:91. (Mika Fischer). * Fixed issue 273, O_CLOEXEC flag used in ip.cpp:192 is supported only on Linux kernels 2.6.27+ * Fixed issue 261, assertion failure in kqueue.cpp:76. * Fixed issue 269, faulty diagnostic code in 2.1.10. * Fixed issue 254, assertion failure at tcp_socket.cpp:229 on ENOTCONN. Changes ------- * Now builds properly on AIX 6.1 (AJ Lewis). * Builds using libdcekt on HP-UX (AJ Lewis). * New upstream OpenPGM maintenance release 5.1.118. * Enabled debugging on assertion failure on Windows (Paul Betts).
2012-01-25Previous PLIST change was wrong due to a libdir bug now fixed by sbd. Revertghen10-21/+21
PLIST and bump PKGREVISION again for powerdns + modules.
2012-01-25Update patches for this package so that it builds with -Werror andhe15-67/+842
-Wall with the gcc in NetBSD 5.1, i.e. gcc 4.1.3. Fixes prompted by reports that a build outside of pkgsrc for "64-bit Linux" (amd64) but using this set of patches, gets a segfault, and this fixes that problem. Bump pkgrevision.
2012-01-25Added p5-Net-Frame, p5-Net-Frame-Dump and p5-Net-Frame-Simple.hiramatsu1-1/+4
2012-01-25Import Net::Frame::Simple into net/p5-Net-Frame-Simple. This package ishiramatsu3-0/+36
provided in PR pkg/45720. This module is part of Net::Frame frame crafting framework. It is totally optional, but can make playing with the network far easier. Basically, it hides the complexity of frame forging, sending, and receiving, by providing helper methods, which will analyze internally how to assemble frames and find responses to probes. For example, it will take care of computing lengths and checksums, and matching a response frame to the requesting frame.
2012-01-25Import Net::Frame::Dump into net/p5-Net-Frame-Dump. This package ishiramatsu3-0/+34
provided in PR pkg/45720. Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file. See Net::Frame::Dump::Offline, Net::Frame::Dump::Online, Net::Frame::Dump::Writer for specific usage.
2012-01-25Import Net::Frame into net/p5-Net-Frame. This package is provided inhiramatsu3-0/+44
PR pkg/45720. Net::Frame is a fork of Net::Packet. The goal here was to greatly simplify the use of the frame crafting framework. Net::Packet does many things undercover, and it was difficult to document all the thingies. Also, Net::Packet may suffer from unease of use, because frames were assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame removes all this, and is splitted in different modules, for those who only want to use part of the framework, and not whole framework. Finally, anyone can create a layer, and put it on his CPAN space, because of the modularity Net::Frame offers. For an example, see Net::Frame::Layer::ICMPv4 on my CPAN space. Net::Frame does ship with basic layers, to start playing.
2012-01-24Fix mdoc syntax. Bump revision.joerg3-2/+66
2012-01-24Include patch to fix boto issue 310:gson3-3/+19
<http://code.google.com/p/boto/issues/detail?id=310>.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd22-43/+44
2012-01-24F4.0.4.21pettai3-11/+20
- do_auth.py - better Nexus support, better AV replacement, and only send roles to Nexus - fix bug in checking the return value of regexec() for login and enable ACLs. - do_auth.py - better Nexus support, better AV replacement, and only F4.0.4.22 - check of regexec() return value inverted
2012-01-23Kill a few broken .TP invocations that are silently ignored by groff.joerg3-3/+24
Bump revision.
2012-01-23remove old patch checksumpettai1-2/+1
2012-01-23Fix unportable == check in configure (I did not have PKG_DEVELOPER=yes whenghen12-17/+36
previously updating this pkg), noted by joerg. Also fix some PLIST issues (introduced with the same update). Bump PKGREVISION of affected packages.
2012-01-23No need to buildlink with py-xml, python builtin xml modules is sufficient.obache1-2/+6
Bump PKGREVISION.
2012-01-23* no compiler languages is required to build.obache1-4/+5
* so no need to buildlink with gtk2 and py-gtk2, simple DEPENDS on py-gtk2 is sufficient. Bump PKGREVISION.
2012-01-23Fix mdoc syntaxjoerg3-3/+17
2012-01-23Don't use empty lines in mdoc documents. Bump revision.joerg1-2/+7
2012-01-22expand the description a bitagc1-0/+11
2012-01-22add bird and bird6agc1-1/+3
2012-01-22Move bird6 package from pkgsrc-wip (packaged by jkjuopperi with changes byagc1-0/+6
tnn) into the Packages Collection. The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. - This package is for IPv6, a separate IPv4 package is available - Multiple routing tables - BGP - RIP - OSPF - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
2012-01-22Move bird package from pkgsrc-wip (packaged by jkjuopperi with changes byagc8-0/+120
tnn) into the Packages Collection. The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. - This package is for IPv4, a separate IPv6 package is available - Multiple routing tables - BGP - RIP - OSPF - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
2012-01-21Add py-zmq version 2.1.10apb4-0/+168
PyZMQ is ostensibly the Python bindings for ZeroMQ, but the project, following Python's 'batteries included' philosophy, provides more than just Python methods objects for calling into the ZeroMQ C++ library.
2012-01-21update MASTER_SITES. Remove aarnet.edu.au. they stopped mirroring wu-ftp.zafer1-4/+3
2012-01-21update MASTER_SITES. Aarnet.edu.au has stopped mirroring wu-ftp.zafer1-3/+1
2012-01-20Update to 1.22:wiz4-23/+8
2011-11-11 Dave Beckett <dave@dajobe.org> * Snapshotted flickcurl_1_22 for 1.22 release (GIT 6698387f4240cec82b0e115adf8a863657dd7066) * utils/oauth-test.c: Update flickcurl_oauth_prepare_common call * NEWS.html, src/common.c, src/flickcurl_internal.h: Disable mtwist unless building experimental OAuth * src/Makefile.am: Do not use libmtwist without oauth * configure.ac, src/Makefile.am, src/common.c, src/flickcurl_internal.h, utils/Makefile.am: Add --enable-oauth default disabled * src/common.c: (flickcurl_free): Free OAuth urls * src/oauth.c: (test_signature_calc): Test free * src/oauth.c: Make oauth test work again * src/flickcurl_internal.h, src/oauth.c: Remove is_request arg - just use od->callback * src/common.c, src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: Move flickcurl_oauth_data into flickcurl struct * docs/flickcurl-docs.xml, docs/tmpl/section-config.sgml: Add config section to docs * autogen.sh, docs/tmpl/section-auth.sgml, docs/tmpl/section-core.sgml, docs/tmpl/section-misc.sgml, docs/tmpl/section-unused.sgml, docs/tmpl/section-upload.sgml, libmtwist: Fix submodule checkouts * autogen.sh: Init and update any git submodules 2011-11-09 Dave Beckett <dave@dajobe.org> * src/flickcurl_internal.h, src/oauth.c: Reduce visibility of oauth internal functions These are internal to the library now because the flickcurl_oauth_data is an internal structure. 2011-11-01 Dave Beckett <dave@dajobe.org> * src/common.c: Return method details with curl errors * src/Makefile.am: Clean tests 2011-10-30 Dave Beckett <dave@dajobe.org> * utils/oauth-test.c: code style * utils/oauth-test.c: casts * src/oauth.c: docs * src/oauth.c: consts * docs/flickcurl-sections.txt: add oauth urls * src/flickcurl_internal.h, src/oauth.c: fix const char keys * src/oauth.c: docs * src/oauth.c: (flickcurl_oauth_access_token): Delete request token after success. * src/oauth.c: (flickcurl_oauth_build_key): Build sign key from request OR access token * utils/oauth-test.c: docs * src/Makefile.am, src/oauth.c, utils/oauth-test.c: Add oauth checksum test * src/.gitignore: ignore *_test 2011-10-29 Dave Beckett <dave@dajobe.org> * utils/oauth-test.c: Report request token * src/oauth.c: (flickcurl_oauth_prepare_common): docs and send all oauth params except callback to requests * src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: (flickcurl_oauth_access_token): Pass in verifier * src/flickcurl_internal.h, src/oauth.c: request_token* fields renamed from tmp_token* * docs/flickcurl-sections.txt, src/auth-api.c, src/flickcurl.h: Added flickr.auth.oauth.getAccessToken partial support (flickcurl_auth_oauth_getAccessToken): Added for flickr.auth.oauth.getAccessToken - right now it exchanges the old tokens for OAuth ones and drops them both. * src/flickcurl_internal.h, utils/oauth-test.c: oauth field client_key_len renamed from client_len * utils/oauth-test.c: FLICKCURL_MAX_OAUTH_PARAM_COUNT * src/oauth.c: is_oauth_method fix * src/flickcurl_internal.h, src/oauth.c: FLICKCURL_MAX_OAUTH_PARAM_COUNT * src/flickcurl.h, src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: Compute authorize URI after getting back oauth request token (flickcurl_oauth_get_authorize_uri): Added. * src/common.c, src/flickcurl_internal.h, src/oauth.c: Add utility functions for oauth responses as HTTP forms (flickcurl_invoke_get_form_content): Added to get content as k/v array of strings. (flickcurl_free_form): Added to free the above. (flickcurl_oauth_request_token), flickcurl_oauth_access_token): Use above. * src/common.c, src/flickcurl_internal.h, src/oauth.c, utils/Makefile.am, utils/oauth-test.c: Move OAuth test code into oauth.c and refactor a little * src/oauth.c: (flickcurl_oauth_prepare_common): Do not use oath method name in params * libmtwist: Update to libmtwist head * utils/oauth-test.c: Pass in (fake) flickr method for flickcurl_oauth_prepare_common() * src/oauth.c: (flickcurl_oauth_prepare_common): Use http method not flickr method * utils/oauth-test.c: remove unused srand() * src/common.c, src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: Use libmtwist for PRNG for nonce * libmtwist: Update to libmtwist head * docs/flickcurl-sections.txt: Add symbols * src/Makefile.am: Add mtwist_config.h * NEWS.html, docs/flickcurl-sections.txt: flickcurl_get_hidden_from_string * README.html: libmtwist submodule 2011-10-28 Dave Beckett <dave@dajobe.org> * .gitmodules, configure.ac, libmtwist, src/Makefile.am, src/mtwist_config.h: Add libmtwist as a git submodule 2011-10-16 Dave Beckett <dave@dajobe.org> * src/oauth.c: (flickcurl_oauth_compute_signature): Simplify greatly. * src/config.c, src/flickcurl.h, utils/flickcurl.c: (flickcurl_config_write_ini): Now writes to a filename * utils/codegen.c, utils/flickcurl.c, utils/flickrdf.c, utils/list-methods.c, utils/oauth-test.c: Update the utilities to use flickcurl_config_ functions * docs/flickcurl-sections.txt, src/common.c, src/config.c, src/flickcurl.h: Update flickcurl config file reading and writing support Move ini reading and writing into the library. (flickcurl_config_read_ini): Added, deprecating read_ini_config() and adding a flickcurl* param. Reads in library configuration. (flickcurl_config_var_handler): Added as standard handler for above. (flickcurl_config_write_ini): Added to write an ini file for library configuration. * src/oauth.c: (flickcurl_oauth_compute_signature): Docs and error path. * configure.ac: Fix libcurl version check to actually check curl not libxml twice * configure.ac: Remove unused libcurl_min_vernum * NEWS.html: Tim Harder is 'radhermit' on GitHub. 2011-10-15 Dave Beckett <dave@dajobe.org> * NEWS.html: 1.22 * utils/flickcurl.c: Tidy help output; describe all upload params defaults * docs/flickcurl-sections.txt: Add flickcurl_get_hidden_label, flickcurl_get_hidden_level_from_string * src/common.c, src/flickcurl.h, src/upload-api.c, utils/flickcurl.c: Add support for upload field 'hidden' flickcurl_upload_params gains int param hidden with values 1 for global and 2 for hidden. (flickcurl_get_hidden_label, flickcurl_get_hidden_from_string): Added utility functions to turn the int to a label and vice versa * utils/flickcurl.c: Document upload params safety_level and content_type * docs/Makefile.am, docs/tmpl/section-favorite.sgml: Update tmpls * docs/flickcurl-sections.txt: Add flickcurl_favorites_getContext * src/favorites-api.c, src/flickcurl.h, utils/flickcurl.c: Implement API favorites.getContext (flickcurl_favorites_getContext): Added returning an array of two photo lists for previous and next photos. flickcurl utility adds new command favorites.getContext to call above. * src/flickcurl_internal.h, src/photo.c: (flickcurl_new_photos_list): Added to construct a photos list * configure.ac, src/common.c, utils/flickrdf.c: Support Raptor V2 only. Raptor V1 was last supported in January 2010 * src/panda-api.c: extras docs 2011-09-02 Dave Beckett <dajobe@digg.com> * utils/oauth-test.c: access token testing * src/flickcurl_internal.h: Add verifier field 2011-08-15 Dave Beckett <dave@dajobe.org> * Merge pull request #13 from kumanna/help-without-auth (below) Help without authentication 2011-08-14 Kumar Appaiah <a.kumar@alumni.iitm.ac.in> * utils/flickcurl.c: Use stdout for non-error user output Since users usually expect any non-error output to come to stdout, this commit changes all output except error reports to be directed to stdout. * utils/flickcurl.c: Fix indentation * utils/flickcurl.c: Provision for help message even when not authenticated. Even when not authenticated, the user might desire to see the list of API calls available. This commit facilitates the display of that message. * utils/flickcurl.c: Move printing help details to a function. This commit moves printing the help message to a function, viz. print_help_string, so that it can be called from multiple places without having to duplicate code. In addition, displays an extra newline at the end for neater output. 2011-08-14 Dave Beckett <dave@dajobe.org> * Merge pull request #12 from kumanna/kumar (below) Fix man page and documentation quirks reported at Debian. Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635892 2011-08-14 Kumar Appaiah <a.kumar@alumni.iitm.ac.in> * utils/flickcurl.c: Fix grammatical error in description of galleries.create * docs/flickrdf.1: Fix incorrect spacing in flickrdf man page Fixes an incorrect space in the reference to the flickcurl man page. * docs/flickrdf.1: Remove reference to missing README for flickrdf This removes the reference to a missing README file for flickrdf. This fixes Debian bug 637196 in flickcurl. 2011-07-28 Dave Beckett <dave@dajobe.org> * Merge pull request #10 from radhermit/curl-headers (below) Remove old curl header include 2011-06-25 Dave Beckett <dave@dajobe.org> * src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: Test code calls Flickr OAuth endpoint with correctly signed call 2011-06-23 Dave Beckett <dave@dajobe.org> * src/flickcurl_internal.h: ws * src/flickcurl_internal.h, src/oauth.c, utils/oauth-test.c: (flickcurl_oauth_build_key_data): Added internal call with API that will change * utils/oauth-test.c: (oauth_build_key_data): Added * utils/oauth-test.c: Add a structure oauth_data * utils/oauth-test.c: Do URI encoding and concatenating * src/Makefile.am, src/flickcurl_internal.h, src/oauth.c, src/sha1.c, utils/.gitignore, utils/Makefile.am, utils/oauth-test.c: OAuth test code 2011-05-08 Dave Beckett <dave@dajobe.org> * src/galleries-api.c, src/method.c, src/photosets-api.c, src/prefs-api.c, src/test-api.c, src/upload-api.c: code style * src/person.c: (flickcurl_build_persons): Do not zap any existing data if a field is not found. 2011-03-31 Dave Beckett <dave@dajobe.org> * NEWS.html: 1.22 2011-03-31 Dave Beckett <dave@dajobe.org> * utils/Makefile.am: Add raptor_fake.h to sources and distribution. 2011-03-30 Dave Beckett <dave@dajobe.org> * NEWS.html, configure.ac: Bumped version to 1.22 * docs/tmpl/section-tag.sgml: Added flickcurl_free_tags to doc tmpls * docs/flickcurl-sections.txt: (flickcurl_free_tags): Added 2011-03-30 Naruto TAKAHASHI <tnaruto@gmail.com> * src/flickcurl.h, src/photo.c, src/tags.c: add flickcurl_free_tags * docs/tmpl/section-photoset.sgml, src/flickcurl.h, src/photoset.c: move owner filed to the end of the structure. 2011-03-29 Naruto TAKAHASHI <tnaruto@gmail.com> * docs/tmpl/section-photoset.sgml, src/flickcurl.h, src/photoset.c: add owner to flickcurl_photoset
2012-01-20HOMEPAGE had been moved.obache1-2/+2
2012-01-19Changes 2.2.2:adam3-9/+7
* Only warn about non-tackled IPv6 packets once * add missing break between "case IPv4" and "case IPv6" * bump tap driver version from 9.8 to 9.9 * log error message and exit for "win32, tun mode, tap driver version 9.8" * Backported pkcs11-related parts of 7a8d707237bb18 to 2.2 branch
2012-01-19Updated DEPENDS to match with the "requires" section of META.yml.hiramatsu1-3/+7
Problem and fixes are reported in PR pkg/45821.
2012-01-181.6.12pettai3-27/+6
* bugfix #413: Fix manpage source for srcdir != builddir * Canonicalize the signers name rdata field in RRSIGs when signing * Ignore minor version of Private-key-format (so v1.3 may be used) * Allow a check_time to be given in stead of always checking against the current time. With ldns-verify-zone the check_time can be set with the -t option. * Added functions for updating and manipulating SOA serial numbers. ldns-read-zone has an option -S for updating and manipulating the serial numbers. * The library Makefile is now GNU and BSD make compatible. * bugfix #419: NSEC3 validation of a name covered by a wildcard with no data. * Two new options (--with-drill and --with-examples) to the main configure script (in the root of the source tree) to build drill and examples too. * Fix days_since_epoch to year_yday calculation on 32bits systems.
2012-01-18Revbump after db5 updateadam1-2/+2
2012-01-18Revbump after updating db5adam1-2/+2
2012-01-18Revbump after db5 updateadam1-2/+2
2012-01-18Revbump after db5 updateadam1-2/+2
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd5-10/+10
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-16+Transmission-guiabs1-1/+2
2012-01-16Added net/Transmission-gui version 2.42abs4-0/+139
Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end. This package includes the qt and gtk frontends for Transmission
2012-01-16net/bind is need on any platform that doesn't have dig or nslookup.sbd1-2/+2
2012-01-15Update mikutter to 0.0.4.642.obache2-6/+6
* change behavior for the case that Twitter API response code is 401.
2012-01-14Update to 1.14.1ryoon2-6/+6
Chngelog: Changes ------- * Supported network-path reference in HTTP redirect. * Updated bash_completion. * aria2 now doesn't assume download has completed just because file size matched. The only exception is zero-length file. If server tells that file is zero-length and --checksum option is given, aria2 now correctly checks its checksum. There is one known issue: If downloaded file is zero-length file and .aria2 file exists, it will not be deleted on successful verification, because .aria2 file is not loaded. * Fixed the bug that --checksum is not working. SFBUG#3466888 * Fixed compile error without libnettle, libgcrypt and openssl. SFBUG#3466463 * Fixed the bug that log file is not created if there is warning before log file is opened.
2012-01-14Convert to USE_TOOLS=zip.hans1-3/+2
2012-01-14Convert the remaining few packages that explicitly set DEPENDS orhans1-4/+2
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
2012-01-13Update isc-dhcp4 package to 4.2.3p2. (ISC DHCP 4.2.3-P2).taca2-6/+6
Alwo update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4. Changes since 4.2.3-P1 ! Modify the DDNS handling code. In a previous patch we added logging code to the DDNS handling. This code included a bug that caused it to attempt to dereference a NULL pointer and eventually segfault. While reviewing the code as we addressed this problem, we determined that some of the updates to the lease structures would not work as planned since the structures being updated were in the process of being freed: these updates were removed. In addition we removed an incorrect call to the DDNS removal function that could cause a failure during the removal of DDNS information from the DNS server. Thanks to Jasper Jongmans for reporting this issue. [ISC-Bugs #27078] CVE: CVE-2011-4868