summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
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
2012-01-13Upgrade to PowerDNS 2.9.22.5, including a fix for CVE-2012-0206.ghen13-143/+25
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache20-40/+40
2012-01-12Fix build on SunOS.hans1-1/+3
2012-01-11Improve GCC version handling:tron2-4/+6
1.) Set minimum required GCC version to 4.1.3 because that is what has been tested. Based on the bug-report it also seems that GCC 4.0.1 doesn't work. 2.) GCC 4.1.3 (as distributed with NetBSD 5.*) works fine under NetBSD/macppc as reported by Matthias Kretschmer on IRCnet. So don't insist on GCC 4.2.1 for this platform. This fixes seems to fix the build as the GCC 4.4.6 package doesn't build for this platform.
2012-01-11Update "wireshark" package to version 1.6.5. Changes since 1.6.4:tron3-27/+6
- Bug Fixes The following vulnerabilities have been fixed. o wnpa-sec-2012-01 Laurent Butti discovered that Wireshark failed to properly check record sizes for many packet capture file formats. (Bug 6663, bug 6666, bug 6667, bug 6668, bug 6669, bug 6670) Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4. o wnpa-sec-2012-02 Wireshark could dereference a NULL pointer and crash. (Bug 6634) Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4. o wnpa-sec-2012-03 The RLC dissector could overflow a buffer. (Bug 6391) Versions affected: 1.4.0 to 1.4.10, 1.6.0 to 1.6.4. The following bugs have been fixed: o "Closing File!" Dialog Hangs. (Bug 3046) o Sub-fields of data field should appear in exported PDML as children of the data field instead of as siblings to it. (Bug 3809) o Incorrect time differences displayed with time reference set. (Bug 5580) o Wrong packet type association of SNMP trap after TFTP transfer. (Bug 5727) o SSL/TLS decryption needs wireshark to be rebooted. (Bug 6032) o Export HTTP Objects -> save all crashes Wireshark. (Bug 6250) o Wireshark Netflow dissector complains there is no template found though the template is exported. (Bug 6325) o DCERPC EPM tower UUID must be interpreted always as little endian. (Bug 6368) o Crash if no recent files. (Bug 6549) o IPv6 frame containing routing header with 0 segments left calculates wrong UDP checksum. (Bug 6560) o IPv4 UDP/TCP Checksum incorrect if routing header present. (Bug 6561) o Incorrect Parsing of SCPS Capabilities Option introduced in response to bug 6194. (Bug 6562) o Various crashes after loading NetMon2.x capture file. (Bug 6578) o Fixed compilation of dumpcap on some systems (when MUST_DO_SELECT is defined). (Bug 6614) o SIGSEGV in SVN 40046. (Bug 6634) o Wireshark dissects TCP option 25 as an "April 1" option. (Bug 6643) o ZigBee ZCL Dissector reports invalid status. (Bug 6649) o ICMPv6 DNSSL option malformed on padding. (Bug 6660) o Wrong tvb_get_bits function call in packet-csn1.c. (Bug 6708) o [UDP] - Length Field of Pseudo Header while computing CheckSum is not correct. (Bug 6711) o pcapio.c: bug in libpcap_write_interface_description_block. (Bug 6719) o Memory leaks in various dissectors. o Bytes highlighted in wrong Byte pane when field selected in Details pane. - Updated Protocol Support BGP, BMC CSN1, DCERPC EPM, DCP(ETSI) DMP DTLS GSM Management, H245 HPTEAM, ICMPv6, IEEE 802.15.4 IPSEC IPv4, IPv6, ISAKMP KERBEROS LDSS NFS RLC, RPC-NETLOGON RRC RTMPT SIGCOMP SSL SYSLOG TCP, UDP, XML ZigBee ZCL - New and Updated Capture File Support Accellent 5Views, AIX iptrace, HP-UX nettl, I4B, Microsoft Network Monitor, Novell LANalyzer, PacketLogger, Pcap-ng, Sniffer, Tektronix K12, WildPackets {Airo,Ether}Peek.
2012-01-10Update mikutter 0.0.4.638.obache2-6/+6
remediation of memory leaks.
2012-01-09clean up in some cases where the faked "libgnutls-config" scriptdrochner2-4/+3
is not needed anymore
2012-01-09Restore build on latest netbsd-5 by making sure utimensat(2) is not used.manu1-1/+3
2012-01-09Recursive bump from boost-libs shlib bump.obache2-4/+4
2012-01-08Update to 0.6.4:wiz2-6/+6
0.6.4 - Tulips ============== * Fix the installation with Python 3.1
2012-01-08+ Radicale.wiz1-1/+2
2012-01-08Initial import of Radicale-0.6.3:wiz4-0/+68
The Radicale Project is a complete CalDAV calendar server solution. It can store multiple calendars. Calendars are available for both local and remote access, possibly limited through authentication policies. They can be viewed and edited by calendar clients on mobile phones or computers. Technical Description Radicale aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependencies and is pre-configured to work out-of-the-box.
2012-01-08+ arp-scan.wiz1-1/+2
2012-01-08Initial import of arp-scan-1.8, for Angelos.wiz4-0/+52
arp-scan is a command-line tool for system discovery and fingerprinting. It constructs and sends ARP requests to the specified IP addresses, and displays any responses that are received. arp-scan allows you to: * Send ARP packets to any number of destination hosts, using a configurable output bandwidth or packet rate. * Construct the outgoing ARP packet in a flexible way. * Decode and display any returned packets. * Fingerprint IP hosts using the arp-fingerprint tool.
2012-01-08+ calypso.wiz1-1/+2