summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron141-246/+283
2014-02-12kick out Python stuff -- I don't see any use (and there was one,drochner2-13/+2
it should go into a separate pkg) ride on today's update
2014-02-12Update to 0.2.3. Remove patch-ac, all the header files it added are nowwiz4-28/+9
included by default. ******************* * GUPnP IGD 0.2.3 * ******************* - Emit errors as boxed types - Various build improvements - Make tests less racy
2014-02-12Bump PKGREVISION from gtksourceview shlib major bump.obache1-1/+2
2014-02-10Changes 1.8.20140203:adam2-6/+6
PCP : Add support for ANNOUNCE requests
2014-02-09Update ISC DHCP related pacakges to 4.2.0.taca13-53/+77
Changes since 4.2.0 (new features) - If a client renews before 'dhcp-cache-threshold' percent of its lease has elapsed (default 25%), the server will reuse the allocated lease (provide a lease within the currently allocated lease-time) rather than extend or renew the lease. This absolves the server of needing to perform an fsync() operation on the lease database before reply, which improves performance. [ISC-Bugs #22228] Updated this patch to support asynchronous DDNS. If the server is attempting to do DDNS on a lease it should be udpated and written to disk even if that wouldn't be necessary due to the thresholding. [ISC-Bugs #26311] - The 'no available billing' log line now also logs the name of the last matching billing class tried before failing to provide a billing. [ISC-Bugs #21759] - A problem with missing get_hw_addr function when --enable-use-sockets was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note that use-sockets feature was not tested on those systems. Client and server code no longer use MAX_PATH constant that is not defined on GNU/Hurd systems. [ISC-Bugs #25979] - Add a perl script in the contrib directory, dhcp-lease-list.pl, which can parse v4 lease files and output the lease information in a more human friendly manner. This was written by Christian Hammers with some updates by vom and ISC. This is contributed code and is not supported by ISC; however it may be useful to some users. [ISC-Bugs #20680] - Add support in v6 for on-commit, on-expire and on-release. [ISC-Bugs #27912] - Add support for using classes with v6. [ISC-Bugs #26510] - Update the DDNS code to current standards and allow for sharing of DDNS entries between v4 and v6 clients. The new code is used if the ddns-update-style is set to "standard", the older code is still available if ddns-update-style is set to "interim". The oldest DDNS code "ad-hoc" has been removed. Thanks to Thomas Pegeot who submitted a patch for this issue. This patch is based on that work with some modifications. [ISC-Bugs #21139] - Add a configuration option to the server to suppress using fsync(). Enabling this option will mean that fsync() is never called. This may provide better performance but there is also a risk that a lease will not be properly written to the disk after it has been issued to a client and before the server stops. Using this option is not recommended. [ISC-Bugs #34810] - Add some logging statements to indicate when the server is ready to serve. One statement is emitted after the server has finished reading its files and is about to enter the dispatch loop. This is "Server starting service.". The second is emitted when a server determines that both it and its failover peer are in the normal state. This is "failover peer <name>: Both servers normal." [ISC-Bugs #33208] - Add support for accessing options from v6 relays. The v6relay statement allows the administrator to choose which relay to use when searching for an option, see the dhcp-options man page for a description. The host-identifier option has also been updated to support the use of relay options, see the dhcpd.conf man page for a description. [ISC-Bugs #19598] - When doing DDNS if there isn't an appropriate zone statement attempt to find a reasonable nameserver via a DNS resolver. This restores some functionality that was lost in the transition to asynchronous DDNS. Due to the lack of security and increase in fragility of the system when using this feature we strongly recommend the use of appropriate zone statements rather than using this functionality. [ISC-Bugs #30461] - Add support for specifying the address from which to send DDNS updates on the DHCP server. There are two new options "ddns-local-address4" and "ddns-local-address6" that each take one instance of their respective address types. [ISC-Bugs #34779] - Add ignore-client-uids option in the server. This option causes the server to not record a client's uid in its lease. This violates the specification but may also be useful when a client can dual boot using different client ids but the same mac address. Thank you to Brian De Wolf at Cal Poly Pomona for the patch. [ISC-Bugs #32427] [ISC-Bugs #35066] - Extend the DHCPINFORM processing to honor the subnet selection option and take host declarations into account. Thanks to Christof Chen for testing and submitting the patch. [ISC-Bugs #35015] - Extend the hardware expression to look into the lease structure for a hardware address if there is no packet. This allows the server to find the hardware address during on-expiry processing. [ISC-Bugs #24584] - Add definitions for some options that have been specified by the IETF. [ISC-Bugs #29268] [ISC-Bugs #35198] Changes since 4.3.0b1 - Tidy up receive packet processing. Thanks to Brad Plank of GTA for reporting the issue and suggesting a possible patch. [ISC-Bugs #34447] Changes since 4.3.0a1 - Modify the message displayed when a process hits a fatal error. The new message is much shorter and simply points to the README and our website for directions on bug submissions. [ISC-Bugs #24789] - Handle an absent resolv.conf file better. [ISC-Bugs #35194]
2014-02-08Add missing int types on SunOSwiedi1-1/+3
2014-02-08fix build on SunOSwiedi1-1/+2
2014-02-05update to 0.2.9drochner3-8/+9
changes: -bugfixes and minor improvements -translation updates
2014-02-05update to 0.2.7drochner4-19/+18
changes: -Re-factored Grilo Net library and fixed several bugs -Show 'slow' keys in grl-inspect -Updates in documentation -Added new core function: grl_operation_set_data_full() -fixes
2014-02-05update to 0.8.9drochner2-7/+6
changes: fixes
2014-02-05update to 0.12.5drochner2-7/+6
changes: bugfixes
2014-02-05update to 0.20.10drochner2-6/+6
changes: bugfixes
2014-02-05update to 0.14.7drochner2-7/+6
change: Add mising function declaration
2014-02-05Add nagios-plugin-dotpidmanu1-1/+2
2014-02-05This Nagios plugin cheks that /var/run/*.pid belongs to alive processesmanu4-0/+38
2014-02-04Honour system CFLAGS. Fix build with TCL 8.6. Bump revision.joerg1-2/+5
2014-02-04Allow build with TCL 8.6. Needs more work as it fails in the installjoerg1-1/+6
phase.
2014-02-03Add comment on how to fetch the distfile, if "make fetch" failspettai1-2/+5
2014-02-03dnscheck-1.54pettai2-10/+13
============= Some extracts from the git log: * Add new DNSKEY algorithms registered by IANA * Add AUTH checking over both UDP and TCP. [Fixes #80] * New queue dispatch * Clean out dead code, add tests to new code and add log entries. [Closes #89] * Log when an AS prefix is discarded * Add simple command-line tool to add domains to the dispatcher queue * Add callback functionality to logger * Perl 5.18 fix (hash key order randomization) * The authoritative servers for ARPA are the root servers, which caused problems for our parent-finding algorithm. Worked around by special -casing so that single-label names always return root as the parent. [Closes #92] * Make allowed maximum NSEC3 iterations a policy parameter * Detect DNSCurve-supporting nameservers * Significant improvements to glue checking * Fix for referral check under undelegated * More tests for new glue-checking code * Detect names in domains reserved by IANA (RFC 6761). [Closes #96] * Log messages for reserved ASs. [Closes #97]
2014-02-03LDFLAGS.SunOS+= -lsocket -lnslrodent1-1/+3
2014-02-02Use PKGBASE in DIST_SUBDIR instead of PKGNAME. Otherwise, we're going torodent2-6/+6
have a load of py-amqp directories rather than just throwing all the distfiles in one. Hindsight 20/20.
2014-02-02+SDL2_netrodent1-1/+2
2014-02-02Import SDL2_net-2.0.0 as net/SDL2_net.rodent5-0/+54
This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.
2014-02-02Remove PYPKGPREFIX from DIST_SUBDIR.rodent2-6/+6
2014-02-02Updated to latest release, 3.0.10. Now depends on net/py-amqp>=1.4.1. Fromrodent2-7/+7
Changelog: 3.0.10 ====== - Now depends on :mod:`amqp` 1.4.1. - ``maybe_declare`` now raises a "recoverable connection error" if the channel is disconnected instead of a :exc:`ChannelError` so that the operation can be retried. - Redis: ``Consumer.cancel()`` is now thread safe. This fixes an issue when using gevent/eventlet and a message is handled after the consumer is cancelled resulting in a "message for queue without consumers" error. - Retry operations would not always respect the interval_start value when calculating the time to sleep for (Issue #303). - Timer: Fixed "unhashable type" error on Python 3. - Hub: Do not attempt to unregister operations on an already closed poller instance. 3.0.9 ===== - Now depends on :mod:`amqp` 1.4.0. - Redis: Basic cancel for fanout based queues now sends a corresponding ``UNSUBSCRIBE`` command to the server. This fixes an issue with pidbox where reply messages could be received after the consumer was cancelled, giving the ``"message to queue without consumers"`` error. - MongoDB: Improved connection string and options handling (Issue #266 + Issue #120). - SQS: Limit the number of messages when receiving in batch to 10. This is a hard limit enforced by Amazon so the sqs transport must not exceeed this value. - ConsumerMixin: ``consume`` now checks heartbeat every time the socket times out. - Retry Policy: A max retries of 0 did not retry forever. - Simple: If passing a Queue object the simple utils will now take default routing key from that queue. - ``repr(producer)`` no longer evaluates the underlying channnel. - Redis: The map of Redis error classes are now exposed at the module level using the :func:`kombu.transport.redis.get_redis_error_classes` function. - Async: ``Hub.close`` now sets ``.poller`` to None.
2014-02-02- FETCH_USING.wiz1-3/+1
2014-02-02Update to latest relese, 1.4.2. Use DIST_SUBDIR, since this is a githubrodent2-6/+7
distfile. From Changelog: 1.4.2 ===== - Heartbeat negotiation would use heartbeat value from server even if heartbeat disabled (Issue #31). 1.4.1 ===== - Fixed error occurring when heartbeats disabled. 1.4.0 ===== - Heartbeat implementation improved (Issue #6). The new heartbeat behavior is the same approach as taken by the RabbitMQ java library. This also means that clients should preferably call the ``heartbeat_tick`` method more frequently (like every second) instead of using the old ``rate`` argument (which is now ignored). - Heartbeat interval is negotiated with the server. - Some delay is allowed if the heartbeat is late. - Monotonic time is used to keep track of the heartbeat instead of relying on the caller to call the checking function at the right time. - NoneType is now supported in tables and arrays. - SSLTransport: Now handles ``ENOENT``.
2014-02-02PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-vobjectwiz1-1/+3
2014-02-02Update bind99 to 9.9.5 (BIND 9.9.5).taca6-33/+39
Security fixes were already covered by 9.9.4pl2. Some bug fixes and clean up, please refer CHANGES file in detail.
2014-02-02Update bind96 to 9.6.3.1.ESV.11 (BIND 9.6-ESV-R11).taca4-13/+15
Security fixes were already covered by 9.6.3.1.ESV.10pl2 and this is the final release of 9.6.ESV. Several bug fixes and clean up, please refer CHANGES file in detail.
2014-02-02Fix PLIST based on last fix to PKGNAME. Bump PKGREVISION.rodent2-41/+42
2014-02-02Fix PKGNAME.rodent1-2/+2
2014-02-02+py-caldavrodent1-1/+2
2014-02-02Import py27-caldav as net/py-caldav.rodent4-0/+95
This project is a CalDAV (RFC4791) client library for Python. A lot of work still needs to be done; however, it can read everything, and write a few things (create calendars, events, modify events and properties).
2014-02-01Fix build on NetBSD/current.joerg1-1/+6
2014-02-01Fix build with tcl8.6. Bump PKGREVISION.markd3-5/+48
2014-02-01Fix build with tcl8.6. Bump PKGREVISIONmarkd8-17/+53
2014-02-01Update to KDE SC 4.11.5markd16-48/+40
bug fixes
2014-01-31v1.4.2 - Jan 27, 2014pettai4-16/+20
--------------------- Bugfixes: * AXFR/IXFR compatibility issues with tinydns/axfrdns * Journal file is created only when needed * Zone-related log messages are logged into correct category * DNSSEC: Refresh signatures earlier (3 days before their expiration with the default signature lifetime) * Fixed RCU synchronization causing deadlock on 'knotc signzone' * RRSIG not fitting in the additional records doesn't cause truncation v1.4.1 - Jan 13, 2014 --------------------- Bugfixes: * Empty APL record support * 'zonestatus' when using immediate zone syncing * Immediate zone syncing after reload * Race condition writing time values to zone file v1.4.0 - Jan 6, 2014 --------------------- Features: * Zone SERIAL policies (INCREMENT, UNIXTIME) Bugfixes: * AXFR crash with specific packet * QNAME case-sensitive since 1.4.0-rc0 * DNSSEC records over DDNS * Semantic check fail in AXFR is only soft-error * Journal race condition * Notifies are sent immediately v1.4.0-rc2 - Dec 13, 2013 ------------------------- Features: * IDN support in Knot utilities * DNSSEC: support for GOST algorithm Bugfixes: * Crash in particular additionals processing * Race condition in event cancelation * Journal corruption after failed transactions * DNSSEC: fixed detection of ECDSA support Other improvements: * ./configure prints build configuration summary * Pretty zone file output (DNSSEC-related data separately) * Lower memory consumption * config: option 'dnssec-keydir' can be set per zone * config: option 'storage' can be set per zone v1.4.0-rc1 - Nov 20, 2013 ------------------------- Features: * Better logging of automatic DNSSEC events * Support for DNSSEC key pre-publication Bugfixes: * Refactored zone loading * Improved journal locking and fixed some race conditions * Various fixes in client utilities * Fixed memory errors in automatic DNSSEC signing * 'dnssec-keydir' doesn't auto-enable signing * Fixed rescheduling of zone resigns v1.4.0-beta - Oct 28, 2013 -------------------------- Features: * Experimental automatic DNSSEC signing * Reduced memory usage
2014-01-31Update get-flash-videos to the current module set as at 2014-01-29.dsainty2-11/+11
Sorry, no change log is maintained, but this is essentially updates and additions to the collection of supported sites.
2014-01-30change maintainerpettai1-2/+2
2014-01-30Changes 1.8.20140127:adam3-11/+14
* Attempt to compile with OS X/pf * Make all manufacturer info configurable thanks to Leo Moll Merge PCP support (see https://github.com/miniupnp/miniupnp)
2014-01-29LICENSE=gnu-gpl-v2 # or laterobache1-1/+2
2014-01-29localedir is defuled as usual rule now.obache1-3/+1
2014-01-28Use GNU_CONFIGURE_LIBDIR for --libdir.obache3-6/+6
2014-01-28Remove duplicate options.tron1-2/+2
2014-01-27Also add -lnsl on SunOS as reported by bulk buildwiedi1-2/+2
2014-01-27Update to 2014.01.27.2. Changes: I guess the usual adaptations.wiz2-15/+13
2014-01-27Update distfile to reflect the new rrl patchpettai2-5/+7