summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22update to 2.2.1, see:christos13-283/+55874
http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.1.html
2011-09-22unistd.h is not the right header for select(2)!christos2-4/+4
2011-09-21Update COMMENT.obache1-2/+2
2011-09-21Update mikutter to 0.0.3.514.obache2-6/+6
* Fixes redundant retry setting times, if mis-POST At reached to API limitation. * At unstable Twitter RESET API, large number of new tweet notifications are sometimes happened.
2011-09-17Unbound 1.4.13:pettai2-7/+6
Features: * Note that Unbound implements RFC6303 (since version 1.4.7). tcp-upstream yes/no option (works with set_option) for tunnels. * The format of answers to the qtype ANY with a CNAME have changed, so that there can be proper validated DNSSEC answers for them. This is for queries with qtype ANY where the domain name has a CNAME. Now an answer is returned, where before it resulted in SERVFAIL due to validation failure. When DNSSEC validation is disabled, the contents of the response have changed: the CNAME is not followed, and the correct contents of the RRsets at the initial name are included (where previously only partial contents of the initial names could have been included but the CNAME was followed). The qtype ANY is a query for debug where the resolver is to fill in relevant data that happens to be at hand from the cache. Bug Fixes: * Fix validation of qtype ANY responses with CNAMEs. Unbound responds with the RR types that are available at the name for qtype ANY and validates those RR types. It does not test for completeness (i.e. with NSEC or NSEC3 query), and it does not follow the CNAME or DNAME to another name (with even more data for the already large response) * Documented the options that work with control set_option command. * Fix that internally, CNAMEs with NXDOMAIN have that as rcode. * Fix validation of . DS query. * Fix wildcard expansion no-data reply under an optout NSEC3 zone is validated as insecure. * Fix python site-packages path to /usr/lib64. * fix memory and fd leak after out-of-memory condition. * contrib. patch fixes load of python modules. * contrib. patch that fixes a memory leak in the unbound python module, in string conversions. * Fix num-threads 0 does not segfault. * Fix autoconf 2.68 warnings * iana portlist updated
2011-09-17PR/39143 -- use generic 'perl' option instead of private one.shattered2-6/+8
2011-09-17doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in.obache1-2/+2
2011-09-17Fixes for the case that PKG_SYSCONFBASE is not ${PREFIX}/etc.obache1-1/+2
2011-09-16Not just CONFLICTS with , but SUPERSEDES ctorrent.obache1-1/+2
2011-09-16Project Home should be set to HOMEPAGE, instead of noted in DESCR.obache2-4/+2
2011-09-16Hobbit Monitor has been renamed to Xymon.obache20-711/+1
2011-09-15Update net/ruby-net-ping package to 1.5.1.taca2-6/+6
== 1.5.1 - 15-Sep-2011 * Use RbConfig on Ruby 1.9 and later. Thanks go to Torsten Schnebaum for the patch.
2011-09-14Recent SunOS has AF_PACKET, but that doesn't mean the code works there.hans2-1/+15
2011-09-14Fix build on SunOS by overriding the test for Linux-specific PF_PACKET,hans1-1/+6
which is misdetected on recent SunOS versions.
2011-09-13Update isc-dhcp4 package to 4.2.2 and it also update isc-dhcpd4, isc-dhclient4taca2-6/+6
and isc-dhcrelay4. Here is quote from DHCP 4.2.2 Release Notes. (http://ftp.isc.org/isc/dhcp/dhcp-4.2.2-RELNOTES) Internet Systems Consortium DHCP Distribution Version 4.2.2 27 July 2011 Release Notes NEW FEATURES ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x. These include: Processing the DHCP to DNS server transactions in an asynchronous fashion. The DHCP server or client can now continue with it's processing while awaiting replies from the DNS server. There are a number of DHCPv6 limitations and features missing in this release, which will be addressed in the future: - Only Solaris, Linux, FreeBSD, NetBSD, and OpenBSD are supported. - DHCPv6 includes human-readable text in status code messages, in English. A method to reconfigure or support other languages would be preferable. - The "host-identifier" option is limited to a simple token. - The client and server can only operate DHCPv4 or DHCPv6 at a time, not both. To use both protocols simultaneously, two instances of the relevant daemon are required, one with the '-6' command line option. For information on how to install, configure and run this software, as well as how to find documentation and report bugs, please consult the README file. ISC DHCP uses standard GNU configure for installation. Please review the output of "./configure --help" to see what options are available. The system has only been tested on Linux, FreeBSD, and Solaris, and may not work on other platforms. Please report any problems and suggested fixes to <dhcp-users@isc.org>. Changes since 4.2.2rc1 ! Two packets were found that cause a server to halt. The code has been updated to properly process or reject the packets as appropriate. Thanks to David Zych at University of Illinois for reporting this issue. [ISC-Bugs #24960] One CVE number for each class of packet. CVE-2011-2748 CVE-2011-2749 Changes since 4.2.2b1 - Strict checks for content of domain-name DHCPv4 option can now be configured during compilation time. Even though RFC2132 does not allow to store more than one domain in domain-name option, such behavior is now enabled by default, but this may change some time in the future. See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h. [ISC-Bugs #24167] - DNS Update fix. A misconfigured server could crash during DNS update processing if the configuration included overlapping pools or multiple fixed-address entries for a single address. This issue affected both IPv4 and IPv6. The fix allows a server to detect such conditions, provides the user with extra information and recommended steps to fix the problem. If the user enables the appropriate option in site.h then server will be terminated [ISC-Bugs #23595]
2011-09-12Update to 0.1.1, for changes see libnice.wiz1-5/+5
2011-09-12Update to 0.1.1:wiz4-31/+11
libnice 0.1.1 (2011-09-07) ========================== Fixed BSD and Solaris compatibility Fixed PPC64 symbol test Removed a few possible leak/bugs Fixed compatibility with google's recent protocol change
2011-09-12Update to 3.1.0:wiz3-10/+9
Bittorrent: DHT support small fixes Inspired by Stefano Marinelli in PR 45348.
2011-09-12update to 2.34.3drochner4-36/+12
changes: -fix for CVE-2011-2054 (was patched in pkgsrc) -Fixed a few memory leaks
2011-09-12Fix build problem on NetBSD current (5.99.55).taca2-1/+17
2011-09-12* Avoid to use timelocal.pl since it cause warning with perl 5.14 now.taca5-28/+105
* Allow deleting remote directories. (It is needed to put local file tree to remote with mirror. Bump PKGREVISION.
2011-09-12Update ruby-amqp package to 0.8.0.taca3-55/+201
= Version 0.8.0 * [API] AMQP::Session#on_skipped_heartbeats callback that can be used to handle skipped heartbeats (for cases when TCP network failure detection is not timely enough) * [API] AMQP::Exchange#publish calls now use a mutex on the channel exchange is declared on. Sharing channels between threads is discouraged but amqp gem covers your back in the most dangerous case. * [API] AMQP::Channel#synchronize now can be used to guarantee mutual exclusion of multiple threads on channel instances. * [BUG] Empty messages can finally be published fine. Yes, it took us just 3 years. * [FEATURE] When connected to RabbitMQ, RabbitMQ-specific extensions are required automatically * [FEATURE] AMQP::Session#broker and AMQP::Broker allow for broker capabilities inspection * [FEATURE] New bitset-based channel id allocator * [FEATURE] Multiple consumers per queue with AMQP::Consumer * [FEATURE] Automatic recovery mode for channels * [FEATURE] Network connection recovery callbacks for channels, exchanges, queues, consumers * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB * [FEATURE] Returned messages, including header & content via AMQP::Exchange#on_publish. Callback accepts 3 args: basic_return, header, body * [BUG] Ruby 1.8.7-p249 is not supported because of this (p249-specific) Ruby bug: http://bit.ly/iONBmH * [FEATURE] AMQP::Utilities::EventLoopHelper detects app server (if any) being used and starts EventMachine reactor in an optimal way. * [FEATURE] AMQP 0.9.1 support, including tx.* operations class. * [API] Default authentication handler now raises AMQP::PossibleAuthenticationFailureError * [API] AMQP::Channel#initialize now takes 3rd (optional) options hash. * [API] Broker connection class is now AMQP::Session. * [API] AMQP::Error instance now may carry cause, an exception that caused exception in question to be raised. * [API] When initial TCP connection fails, default action is now to raise AMQP::TCPConnectionFailed. * [API] AMQP::BasicClient#reconnect now takes 2nd optional argument, period of waiting in seconds. * [FEATURE] Handlers for initial connection failure, connection loss; channel-level exceptions handlers on Channel instances. * [API] AMQP::Exchange#initialize now accepts :arguments option that takes a hash. * [API] AMQP::Queue#initialize now accepts :arguments option that takes a hash. * [API] AMQP#Logger is deprecated. It will be removed before 1.0 release. * [API] AMQP#fork is deprecated. It will be removed before 1.0 release. * [API] AMQP::RPC is deprecated. It will be removed before 1.0 release. * [FEATURE] Significant improvements to the documentation. From now on lack of/poor documentation is considered a severe bug. * [FEATURE] Support for RabbitMQ extensions to AMQP 0.9.1 * [API] AMQP::Exchange#publish now accepts (an optional) callback. * [API] AMQP::Channel.new now accepts (an optional) callback. * [API] AMQP::Header#ack now can acknowledge multiple deliveries * [API] AMQP::Exchange#delete now takes (an optional) block that is called when exchange.delete-ok response arrives. * [API] AMQP::Header now implements #to_hash * [API] AMQP::Queue#pop block now can take 1, 2 or 3 arguments. * [API] AMQP::Queue#purge now takes an optional block which is called when queue.purge-ok response arrives. * [API] AMQP::Queue#delete now takes an optional block which is called when queue.delete-ok response arrives. * [API] AMQP::Queue#delete now accepts :nowait option. * [API] AMQP::Queue#unbind now takes an optional block which is called when queue.unbind-ok response arrives. * [API] AMQP::Queue#unbind now accepts :routing_key as alias to :key. we believe it is a good idea to use AMQP terms. * [API] AMQP::Channel#prefetch now takes (an optional) 2nd parameter that specifies that QoS settings should be applied to underlying connection, as well as optional callback. * [API] AMQP::Channel#recover now takes (an optional) callback that is called when basic.recover-ok is received. * [API] AMQP::Frame is gone. * [API] AMQP::Buffer is gone. Serialization & framing are now handled primarily by amq-protocol. * [API] AMQP::Queue#publish is deprecated. * [API] Name argument for AMQP::Queue.new and Channel#queue is optional. = Version 0.7.2 * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB * [BUG] Queue#reset leaks consumer tags [#40].
2011-09-10Update to istgt-20110907.sborrill3-6/+35
Changelog written in Japanese(20110907 & 20110902): http://shell.peach.ne.jp/aoyama/archives/1628 http://shell.peach.ne.jp/aoyama/archives/1611 Highlights include: - provides vSphere5(ESXi5) compatibility. - Allows RPM and Form Factor to be specified for LUNs
2011-09-09Update to 2.3.4, based on a patch by Stephan Teschwiz2-7/+10
<s.tesch@science-computing.de> on pkgsrc-users. - Avoid consuming excessive CPU when matching filenames to patterns. Thanks to Maksymilian Arciemowicz <cxib@securityreason.com>. - Some bugfixes from Rapha no apparent security impact. At this point: v2.3.3 released! =============================== - Fix compile. Extreme suckage. At this point: v2.3.4 released! ===============================
2011-09-09Changes 1.6.2:adam2-6/+6
* Bug Fixes o wnpa-sec-2011-12 A large loop in the OpenSafety dissector could cause a crash. o wnpa-sec-2011-13 A malformed IKE packet could consume excessive resources. o wnpa-sec-2011-14 A malformed capture file could result in an invalid root tvbuff and cause a crash. o wnpa-sec-2011-15 Wireshark could run arbitrary Lua scripts. o wnpa-sec-2011-16 The CSN.1 dissector could crash.
2011-09-09Add LICENSE.hiramatsu1-1/+2
2011-09-07USE_TOOLS+= gmakegdt1-1/+5
Build fails with BSD make. Reported to tor-talk@.
2011-09-06Add a comment explaining why curl is needed to fetch (https redirect).gdt1-1/+2
2011-09-06update to 0.2.2.32drochner4-11/+17
Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally ready. More than two years in the making, this release features improved client performance and hidden service reliability, better compatibility for Android, correct behavior for bridges that listen on more than one address, more extensible and flexible directory object handling, better reporting of network statistics, improved code security, and many many other features and bugfixes.
2011-09-06Include <arpa/inet.h> for inet_ntoa additionally.obache4-30/+35
Fixes coredump with logging on platforms sizeof(int) != sizeof(char*). PR pkg/45243. Bump PKGREVISION.
2011-09-05Pass --tag=CC to libtool. This fixes build failurecheusov2-7/+7
2011-09-04Declare main correctly in test programs. gcc apparently doesn't care ifdholland3-1/+33
you attempt "int main(int argc, char *argv)" but clang does.
2011-09-03Update wpa_supplicant and wpa_gui to 0.7.3. Fix PR/40379 (recent libpcapshattered5-13/+31
ships pcap/bpf.h which does not define BIOCIMMEDIATE).
2011-09-03Rename own dprintf function to avoid conflicting with POSIX.1-2008 dprintf(3).obache1-1/+10
fixes PR pkg/45325.
2011-09-02Several changes rolled into one:he9-62/+477
o Wedge in DESTDIR support. This is a little tricky since the installation procedure wants to run scotty to parse and dump the MIB files, and this needs to be done in DESTDIR. Therefore we use the post-install target, to fix things up before packaging and the real install. o Fix the "dns" functionality not to use _res, since this program is linked with libpthread that won't work on NetBSD (aborts the program). Though the modified version still uses a global static variable. o Add comments to all the patch files. o Eliminate use of ${WRKSRC}/.., since pkglint objects to it. Instead use BUILD_DIRS and CONFIGURE_DIRS. o Add a LICENSE setting, 2-clause-bsd appears most similar. o Bump PKGREVISION for the above changes.
2011-09-01Update bind98 package to 9.8.1.taca5-16/+32
pkgsrc change: add a patch to fix build problem with some PKG_OPTIONS, such as "ldap". New Features 9.8.1 * Added a new include file with function typedefs for the DLZ "dlopen" driver. [RT #23629] * Added a tool able to generate malformed packets to allow testing of how named handles them. [RT #24096] * The root key is now provided in the file bind.keys allowing DNSSEC validation to be switched on at start up by adding "dnssec-validation auto;" to named.conf. If the root key provided has expired, named will log the expiration and validation will not work. More information and the most current copy of bind.keys can be found at http://www.isc.org/bind-keys. *Please note this feature was actually added in 9.8.0 but was not included in the 9.8.0 release notes. [RT #21727] Security Fixes 9.8.1 * If named is configured with a response policy zone (RPZ) and a query of type RRSIG is received for a name configured for RRset replacement in that RPZ, it will trigger an INSIST and crash the server. RRSIG. [RT #24280] * named, set up to be a caching resolver, is vulnerable to a user querying a domain with very large resource record sets (RRSets) when trying to negatively cache the response. Due to an off-by-one error, caching the response could cause named to crash. [RT #24650] [CVE-2011-1910] * Using Response Policy Zone (RPZ) to query a wildcard CNAME label with QUERY type SIG/RRSIG, it can cause named to crash. Fix is query type independant. [RT #24715] * Using Response Policy Zone (RPZ) with DNAME records and querying the subdomain of that label can cause named to crash. Now logs that DNAME is not supported. [RT #24766] * Change #2912 populated the message section in replies to UPDATE requests, which some Windows clients wanted. This exposed a latent bug that allowed the response message to crash named. With this fix, change 2912 has been reduced to copy only the zone section to the reply. A more complete fix for the latent bug will be released later. [RT #24777] Feature Changes 9.8.1 * Merged in the NetBSD ATF test framework (currently version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209] * Added more verbose error reporting from DLZ LDAP. [RT #23402] * The DLZ "dlopen" driver is now built by default, no longer requiring a configure option. To disable it, use "configure --without-dlopen". (Note: driver not supported on win32.) [RT #23467] * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587] * Make --with-gssapi default for ./configure. [RT #23738] * Improved the startup time for an authoritative server with a large number of zones by making the zone task table of variable size rather than fixed size. This means that authoritative servers with lots of zones will be serving that zone data much sooner. [RT #24406] * Per RFC 6303, RFC 1918 reverse zones are now part of the built-in list of empty zones. [RT #24990]
2011-08-30PR pkg/45300 net/netatalk patch-at seems brokenbouyer3-10/+10
Don't seteuid() to a gid. Always pass the uid in addition to the quota id to getfreespace() so we can properly seteuid(). bump PKGREVISION
2011-08-29Add pkg-config and libtool dependencies.wiz1-1/+3
2011-08-29Add comment to patch.wiz2-3/+5
2011-08-29Fix format strings and clang build.dholland2-4/+6
2011-08-29Allow mDNSResponder to build on FreeBSD 8.2.riz2-12/+26
2011-08-27Update mikutter to 0.0.3.485.obache2-6/+6
* Image Preview: fix open failer with multi-line HTML tag. * Image Preview: enable to force extracting short URL. * With Ruby 1.8.7: fix crash at right-click on tweets contains URL. * With Ruby 1.8.7: fix rare crash at connection timeout. * fix rare crash at extracting bit.ly URL. * improve URL extracting speed.
2011-08-25+flickcurljakllsch1-1/+2
2011-08-25Add flickcurl-1.21jakllsch6-0/+138
Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. Flickcurl supports all of the API including the functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags, machine tags, institutions, pandas and photo/video metadata. It also includes a program flickrdf to turn photo metadata, tags, machine tags and places into an RDF triples description.
2011-08-23Recursive bump from gdbm shlib bump.obache12-21/+24
2011-08-21update mDNSResponder-nss to 258.14 (matches mDNSResponder version)jmcneill2-7/+7
2011-08-21Be a bit nicer to broken GCC array boundary checks.joerg1-12/+14
2011-08-21Update to 0.2.19:wiz3-8/+7
0.2.19 Fri Aug 05 2011 Toni Gundogdu Fixes: Webscripts - ted.lua: attempt to index local 's' (#65) - youtube.lua: no match: fmt_url_map (#63) - Thanks to Zefram <zefram@fysh.org> for the patch - funnyordie.lua: no match: flv url (#64)
2011-08-20Fix C99 vs GNU89 inline messjoerg2-1/+15
2011-08-20Update mikutter to 0.0.3.472.obache2-6/+6
Fixes * With Ruby 1.8.7, crash with right click at tweet contains URL. * on scroll timeline top to down, accidently auto scroll-up once. * Not mute for various notify. * rare crash at refresh timeline. * user information may be old one. * rare crash at timeout.