summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03+py-eventlibrodent1-1/+2
2014-05-03Import py27-eventlib-0.1.5 as net/py-eventlib.rodent5-0/+93
Eventlib is an asynchronous event tracking app for Django. This library was built upon the following values: * It must be deadly simple to log an event; * It must be possible to track each event in different ways; * Each different "event handler" must be completely separate and fail gracefully; * The event system must be asynchronous, so let's use celery; * The library must be extensible; * 100% of test coverage is enough.
2014-05-03Revbump for Lua multiversion support.alnsn6-11/+12
2014-05-03Adapt to Lua multiversion support.alnsn2-3/+5
2014-05-02Use BUILTIN_FIND_HEADERS to detect builtin one other than /usr/include.obache1-3/+3
2014-04-30Import openresolv-3.5.7 with the following change:roy2-6/+6
Enforce serialisation of resolvconf updates.
2014-04-27Add a patch to fix CVS-2014-2015, a buffer overflow vulnerability.he3-3/+30
Patch taken from https://github.com/FreeRADIUS/freeradius-server/commit/0d606cfc29a
2014-04-27Update to latest stable release, 1.4.25. Some changes to files/haproxy.sh:rodent3-11/+21
* Don't hardcode PREFIX nor PKG_SYSCONFDIR; * Add a configtest() function to test the configuration file before restart so lazy SysOps (me) don't have to remember command arguments; From CHANGELOG: - DOC: typo: nosepoll self reference in config guide - BUG/MINOR: deinit: free fdinfo while doing cleanup - BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE - BUG/MINOR: use the same check condition for server as other algorithms - BUG/MINOR: stream-int: also consider ENOTCONN in addition to EAGAIN for recv() - BUG/MINOR: fix forcing fastinter in "on-error" - BUG/MEDIUM: http/auth: Sometimes the authentication credentials can be mix between two requests - BUG/MAJOR: http: don't emit the send-name-header when no server is available - BUG/MEDIUM: http: "option checkcache" fails with the no-cache header - MEDIUM: session: disable lingering on the server when the client aborts - MINOR: config: warn when a server with no specific port uses rdp-cookie - MEDIUM: increase chunk-size limit to 2GB-1 - DOC: add a mention about the limited chunk size - MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection - BUILD: proto_tcp: remove a harmless warning - BUG/MINOR: acl: remove patterns from the tree before freeing them - BUG/MEDIUM: checks: fix slow start regression after fix attempt - BUG/MAJOR: server: weight calculation fails for map-based algorithms - BUG/MINOR: backend: fix target address retrieval in transparent mode - BUG/MEDIUM: stick: completely remove the unused flag from the store entries - BUG/MEDIUM: stick-tables: complete the latest fix about store-responses - BUG/MEDIUM: checks: tracking servers must not inherit the MAINT flag - BUG/MINOR: stats: report correct throttling percentage for servers in slowstart - BUG/MINOR: stats: correctly report throttle rate of low weight servers - BUG/MINOR: checks: successful check completion must not re-enable MAINT servers - BUG/MEDIUM: stats: the web interface must check the tracked servers before enabling - BUG/MINOR: channel: initialize xfer_small/xfer_large on new buffers - BUG/MINOR: stream-int: also consider ENOTCONN in addition to EAGAIN - BUG/MEDIUM: http: don't start to forward request data before the connect - DOC: fix misleading information about SIGQUIT - BUILD: simplify the date and version retrieval in the makefile - BUILD: prepare the makefile to skip format lines in SUBVERS and VERDATE - BUILD: use format tags in VERDATE and SUBVERS files
2014-04-26Adding net/nagios-plugin-fstab version 0.1manu5-1/+39
This tests that everything listed in /etc/fstab is really mounted or used as swap.
2014-04-26The "ssl" option group is required. Other values than "gnutls" or "openssl"tron1-6/+4
are not allowed and it is therefore not possible to build this package without SSL support (which is good). Remove makefile snippet which made it look like it was possible to do this.
2014-04-26- sortjnemeth1-2/+3
- add and enable py-celery
2014-04-24Remove -fomit-frame-pointer on SunOS, it kills debuggability and is thejperkin3-6/+16
only OS for which the flag is supplied. Bump PKGREVISION.
2014-04-23Update "wireshark" package to version 1.10.7. Changes since 1.10.6:tron2-6/+6
- Bug Fixes The following vulnerabilities have been fixed. * wnpa-sec-2014-06 The RTP dissector could crash. (Bug 9885) Versions affected: 1.10.0 to 1.10.6 CVE-2014-2907 The following bugs have been fixed: * RTP not decoded inside the conversation in v.1.10.1 (Bug 9021) * SIP/SDP: disabled second media stream disables all media streams (Bug 9835) * Lua: trying to get/access a Preference before its registered causes a segfault (Bug 9853) * Some value_string strings contain newlines. (Bug 9878) * Tighten the NO_MORE_DATA_CHECK macros (Bug 9932) * Fix crash when calling "MAP Summary" dialog when no file is open (Bug 9934) * Fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit (Bug 9936) - Updated Protocol Support ANSI A, DVB-CI, GSM DTAP, GSM MAP, IEEE 802.11, LCSAP, LTE RRC, MAC LTE, Prism, RTP, SDP, SIP, and TCP
2014-04-22+py-simplesoaprodent1-1/+2
2014-04-22Import py27-simplesoap-1.10 as net/py-simplesoap.rodent4-0/+49
Python Simple SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality. Initially it was inspired by PHP Soap Extension (mimicking it functionality, simplicity and ease of use), with many advanced features added.
2014-04-21Unbreak configure steps by not forcing libfl.joerg1-3/+1
2014-04-21Fix build against readline 6.3.joerg2-1/+24
2014-04-21Fix egg name.joerg2-7/+8
2014-04-20Changes 3.0.3:adam4-16/+28
- Delayed UDP connection - makefile ignores LDFLAGS - mem leak in config parser - vtun3 server should offer vtun2-compatible encryption - Parallel make Makefile.in race condition - link timeout in UDP mode Minor fixes in lfd_lzo.c to ensure correct type casting Add description of "keepalive timeout:count;" syntax to man page and vtund.conf sample. Remove doubled if(send_a_file){...} block in linkfd.c. - reduce connection chatter - improve linking on rebuilds
2014-04-20mv cc-by-nc-sa-v3.0 cc-by-nc-sa-v3.0-licenserodent1-2/+2
2014-04-20* Removed buildlink on py-hgtoolsimil2-39/+30
* Added BUILD_DEPENDS on hgtools * Replaced egg.mk with distutils.mk thus simplified the Makefile
2014-04-20Removed useless devel/py-setuptools dependency.imil1-3/+2
2014-04-20Added devel/py-setuptools as a dependencyimil1-2/+3
2014-04-20Recursive revbump from json-c 0.12 updateryoon2-4/+4
2014-04-19Fix dependency versions (unsaved edit).rodent1-3/+3
2014-04-19Import py27-celery-3.1.11 as net/py-celery.rodent4-0/+780
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).
2014-04-19+u6rdjakllsch1-1/+2
2014-04-19Add u6rd-1.7.1 based on packaging provided in PR#47254jakllsch4-0/+29
u6rd is a user-space 6rd (RFC 5569) implementation, which uses tun(4) and the raw socket interface. It runs on the 6rd border router of a 6rd site that is isolated from the native IPv6 Internet. In other words, it does not provide the functionality of 6rd "relay" routers.
2014-04-18Add security patch from Samba GIT repository to address remote DoStron3-2/+81
vulnerability in rsync's daemon mode (CVE-2014-2855).
2014-04-17PKGREVISION bump, added devel/py-docopt and textproc/py-prettytable asimil1-1/+5
dependencies so SoftLayer CLI tool can work correctly.
2014-04-17Don't conflict with readline 6.3.joerg2-1/+14
2014-04-17Fix readline use.joerg7-1/+107
2014-04-17add & enable py-apache-libcloudimil1-1/+2
2014-04-17Initial import of py-apache-libcloud, version 0.14.1, into the NetBSD Packagesimil4-0/+1477
Collection. Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. Resource you can manage with Libcloud are divided in the following categories: * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*)
2014-04-17add & enable py-softlayerimil1-1/+2
2014-04-17Initial import of py-softlayer, version 3.0.2, into the NetBSD Packagesimil4-0/+265
Collection. SoftLayer API bindings for Python. For use with SoftLayer's API. This library provides a simple interface to interact with SoftLayer's XML-RPC API and provides support for many of SoftLayer API's features like object masks and a command-line interface that can be used to access various SoftLayer services using the API.
2014-04-17Update to 3.8.0:wiz3-8/+11
3.8.0 (2014-03-28) + OS X: Implemented the reboot, shutdown and suspend queue completion actions - Popup dialogs no longer automatically open if other dialogs are already open. This prevents FileZilla from becoming unresponsive on OS X - Fix calculation of current transfer speed. In some situations the transfer speed tooltip over the activity indicators showed negative speeds - Fix handling of focus item in local directory listings if connecting to a site with a default local directory 3.8.0-rc1 (2014-03-22) + MSW: Added suspend as new queue completion action - Minor fixes to new updater 3.8.0-beta2 (2014-03-13) + Use Server Name Indication (SNI) With FTP over TLS and HTTP over TLS - Minor updater improvements to further improve reliability - Updated translations 3.8.0-beta1 (2014-03-10) ! Updated GnuTLS to latest version to address vulnerabilities in GnuTLS' certificate validation + Redesigned update dialog - Fix initial state of the 'Enable' item in speed limit menu - Date/Time handling routines now carry precision information, this avoids comparisons of timestamps with different accuracy, e.g. 2014-02-01 and 2014-02-01 10:00 now compare as being identical when using the "Overwrite if newer" file exists action - MSW: Make handling of FD_CLOSE socket events more robust 3.7.4.1 (2014-02-11) - Fix detection of modified files - Additional fixes for site-specific bookmark handling 3.7.4 (2014-02-09) + Added SOCKS4 support - Additional bugfix for site-specific bookmarks - Improve compatibility with servers sending directory listings in Polish language or in EBCDIC encoding - Handle set user id bit when populating permissions dialog. 3.7.4-rc1 (2014-02-01) + Added Corsican and Kabyle translations + SFTP now supports the hmac-sha2-256 algorithm - MSW: Show local timestamps for old files using the correct daylight saving time (DST) offset. - Fix loading of transfer queue if starting FileZilla while another instance is in the process of shutting down - Fix interaction between site-specific bookmarks and multiple tabs - Don't resume uploads when there's zero octets left to transfer - Improve symbolic link detection when using MLSD - If processing a queue with files queued on multiple servers and not storing passwords, the password was not always asked prior to switching servers - Use the correct name element when importing sites - MSW: Show actual Windows version in about dialog regardless of app-compat settings
2014-04-17Update to 0.6.4:wiz3-12/+11
2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>) --------------------------------------------------------------- * Fix a possible heap memory overrun in get_answer(). Reported by Alex Chapman. 2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>) --------------------------------------------------------------- * Some changes for more recent automake versions * Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara http://sourceforge.net/p/libmms/patches/11/ * Fix several issues that prevented seeking from working, patch by John Lindgren http://sourceforge.net/p/libmms/patches/12/ * Remove dependency on iconv https://sourceforge.net/p/libmms/bugs/15/ * Fix connecting to certain mms streams, patch by gstblub http://sourceforge.net/p/libmms/bugs/13/
2014-04-17Update to 3.0.15. From Changelog:rodent2-7/+7
- Now depends on :mod:`amqp` 1.4.5. - RabbitMQ 3.3 changes QoS semantics (Issue #339). See the RabbitMQ release notes here: http://www.rabbitmq.com/blog/2014/04/02/breaking-things-with-rabbitmq-3-3/ A new connection property has been added that can be used to detect whether the remote server is using this new QoS behavior:: >>> Connection('amqp://').qos_behavior_matches_spec False so if your application depends on the old semantics you can use this to set the ``apply_global`` flag appropriately:: def update_prefetch_count(channel, new_value): channel.basic_qos( 0, new_value, not channel.connection.client.qos_behavior_matches_spec, ) - Users of :mod:`librabbitmq` is encouraged to upgrade to librabbitmq 1.5.0. The ``kombu[librabbitmq]`` extra has been updated to depend on this version. - Pools: Now takes transport options into account when comparing connections (Issue #333). - MongoDB: Fixes Python 3 compatibility. - Async: select: Ignore socket errors when attempting to unregister handles from the loop. - Pidbox: Can now be configured to use a serializer other than json, but specifying a serializer argument to :class:`~kombu.pidbox.Mailbox`. - Message decompression now works with Python 3.
2014-04-17Update to 1.4.5. From Changelog:rodent2-6/+6
- Can now deserialize more AMQP types. Now handles types ``short string``, ``short short int``, ``short short unsigned int``, ``short int``, ``short unsigned int``, ``long unsigned int``, ``long long int``, ``long long unsigned int`` and ``float`` which for some reason was missing, even in the original amqplib module. - SSL: Workaround for Python SSL bug. A bug in the python socket library causes ``ssl.read/write()`` on a closed socket to raise :exc:`AttributeError` instead of :exc:`IOError`. Fix contributed by Craig Jellick. - ``Transport.__del_`` now handles errors occurring at late interpreter shutdown (Issue #36).
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz2-4/+4
2014-04-15Fix the boot-time error (which also resulted in ntpdate failing):schmonz5-10/+10
rcorder: Circular dependency on provision `named' in file `/etc/rc.d/ntpdate'. Fix it by aping -r1.22 of src/etc/rc.d/named, which had replaced "SERVERS" with "NETWORKING mountcritremote syslogd". Problem and fix reported by Nathan Arthur. Bump version by exactly nine years.
2014-04-15Apply patch for CVE-2014-1878, taken from icinga.obache3-6/+25
Bump PKGREVISION.
2014-04-12Update to 2014.04.11.2, changes not found.wiz2-7/+7
2014-04-10recursive bump from ilmbase shlib version change.obache19-38/+38
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache3-6/+6
2014-04-09recursive bump from icu shlib major bump.obache59-104/+118
2014-04-08Forgot a new dependency for py-irclib (lang/py-six)imil1-1/+4
2014-04-08Updated irclib to version 8.5.4imil3-9/+27
8.5.4 Issue #32: Add logging around large DCC messages to facilitate troubleshooting. Issue #31: Fix error in connection wrapper for SSL example. 8.5.3 Issue #28: Fix TypeError in version calculation in irc.bot CTCP version. 8.5.2 Updated DCC send and receive scripts (Issue #27). 8.5.1 Fix timestamp support in schedule.DelayedCommand construction. 8.5 irc.client.NickMask is now a Unicode object on Python 2. Fixes issue reported in pull request #19. Issue #24: Added DCCConnection.send_bytes for transmitting binary data. privmsg remains to support transmitting text. 8.4 Code base now runs natively on Python 2 and Python 3, but requires six to be installed. Issue #25: Rate-limiting has been updated to be finer grained (preventing bursts exceeding the limit following idle periods). 8.3.2 Issue #22: Catch error in bot.py on NAMREPLY when nick is not in any visible channel. 8.3.1 Fixed encoding errors in server on Python 3. 8.3 Added a set_keepalive method to the ServerConnection. Sends a periodic PING message every indicated interval. 8.2 Added support for throttling send_raw messages via the ServerConnection object. For example, on any connection object: connection.set_rate_limit(30) That would set the rate limit to 30 Hz (30 per second). Thanks to Jason Kendall for the suggestion and bug fixes. 8.1.2 Fix typo in client.NickMask. 8.1.1 Fix typo in bot.py. 8.1 Issue #15: Added client support for ISUPPORT directives on server connections. Now, each ServerConnection has a features attribute which reflects the features supported by the server. See the docs for irc.features for details about the implementation. 8.0.1 Issue #14: Fix errors when handlers of the same priority are added under Python 3. This also fixes the unintended behavior of allowing handlers of the same priority to compare as unequal. 8.0 This release brings several backward-incompatible changes to the scheduled commands. Refactored implementation of schedule classes. No longer do they override the datetime constructor, but now only provide suitable classmethods for construction in various forms. Removed backward-compatible references from irc.client. Remove 'arguments' parameter from scheduled commands. Clients that reference the schedule classes from irc.client or that construct them from the basic constructor will need to update to use the new class methods: - DelayedCommand -> DelayedCommand.after - PeriodicCommand -> PeriodicCommand.after Arguments may no longer be passed to the 'function' callback, but one is encouraged instead to use functools.partial to attach parameters to the callback. For example: DelayedCommand.after(3, func, ('a', 10)) becomes: func = functools.partial(func, 'a', 10) DelayedCommand.after(3, func) This mode puts less constraints on the both the handler and the caller. For example, a caller can now pass keyword arguments instead: func = functools.partial(func, name='a', quantity=10) DelayedCommand.after(3, func) Readability, maintainability, and usability go up. 7.1.2 Issue #13: TypeError on Python 3 when constructing PeriodicCommand (and thus execute_every). 7.1.1 Fixed regression created in 7.0 where PeriodicCommandFixedDelay would only cause the first command to be scheduled, but not subsequent ones. 7.1 Moved scheduled command classes to irc.schedule module. Kept references for backwards-compatibility. 7.0 PeriodicCommand now raises a ValueError if it's created with a negative or zero delay (meaning all subsequent commands are immediately due). This fixes #12. Renamed the parameters to the IRC object. If you use a custom event loop and your code constructs the IRC object with keyword parameters, you will need to update your code to use the new names, so: IRC(fn_to_add_socket=adder, fn_to_remove_socket=remover, fn_to_add_timeout=timeout) becomes: IRC(on_connect=adder, on_disconnect=remover, on_schedule=timeout) If you don't use a custom event loop or you pass the parameters positionally, no change is necessary. 6.0.1 Fixed some unhandled exceptions in server client connections when the client would disconnect in response to messages sent after select was called. 6.0 Moved LineBuffer and DecodingLineBuffer from client to buffer module. Backward-compatible references have been kept for now. Removed daemon mode and log-to-file options for server. Miscellaneous bugfixes in server. 5.1.1 Fix error in 2to3 conversion on irc/server.py (issue #11). 5.1 The IRC library is now licensed under the MIT license. Added irc/server.py, based on hircd by Ferry Boender. Added support for CAP command (pull request #10), thanks to Danneh Oaks. 5.0 Another backward-incompatible change. In irc 5.0, many of the unnecessary getter functions have been removed and replaced with simple attributes. This change addresses issue #2. In particular: Connection._get_socket() -> Connection.socket (including subclasses) Event.eventtype() -> Event.type Event.source() -> Event.source Event.target() -> Event.target Event.arguments() -> Event.arguments The nm_to_* functions were removed. Instead, use the NickMask class attributes. These deprecated function aliases were removed from irc.client: - parse_nick_modes -> modes.parse_nick_modes - parse_channel_modes -> modes.parse_channel_modes - generated_events -> events.generated - protocol_events -> events.protocol - numeric_events -> events.numeric - all_events -> events.all - irc_lower -> strings.lower Also, the parameter name when constructing an event was renamed from eventtype to simply type. 4.0 Removed deprecated arguments to ServerConnection.connect. See notes on the 3.3 release on how to use the connect_factory parameter if your application requires ssl, ipv6, or other connection customization. 3.6.1 Filter out disconnected sockets when processing input. 3.6 Created two new exceptions in irc.client: MessageTooLong and InvalidCharacters. Use explicit exceptions instead of ValueError when sending data. 3.5 SingleServerIRCBot now accepts keyword arguments which are passed through to the ServerConnection.connect method. One can use this to use SSL for connections: factory = irc.connection.Factory(wrapper=ssl.wrap_socket) bot = irc.bot.SingleServerIRCBot(..., connect_factory = factory)
2014-04-08Upgrade net-snmp to version 5.7.2.1.he2-7/+6
Upstream changes: * 5.{5,6,7}.2.1 * snmpd: - SECURITY: a denial of service attack vector was discovered on the linux implementation of the ICMP-MIB. This release fixes this bug and all users are encouraged to update their SNMP agent if they make use of the ICMP-MIB table objects. Fixes CVE-2014-2284.