summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2014-06-09Recursive revbump from pulseaudio-5.0ryoon2-4/+4
2014-06-09Version 3.3.2pettai3-11/+10
* Fix: work toward working operational-01 * Fix: do not use . notation in systemd but _ Version 3.3.1 * Fix: typo using uid instead gid (could prevent dropping privileges !) * Fix: prevent ExaBGP to start if the log folder is not writeable by the user * Fix: configuration defaults for booleans ( and warns when group-updates is not enabled ); * Fix: issue when removing some routes * Fix: bad printing of route as-path * Fix: neighbor matching was too permissive * Fix: under load ExaBGP could miss some commands sent through the API * Change: performing KeepAlive handling as first action * Change: time is provided as an high resolution real number and not an integer Version 3.3.0 * Fix: typo causing issue when parsing multiple neighbor commands * Fix: bad handling of EOR * Fix: multiple bugs with multi neighbor commands * Feature: allow as-path [ asn asn, [ asn ] ] * Other: migrate the setup.py script to work with git (vs hg) * Change: TEXT API format changed and version updated to 3.3.0 (reflect the version when the last change was introduced) * Change: JSON API format changed and version updated to 3.3.0 * Change: as-path now returns two JSON keys, 'as-path' and 'as-set' * Change: NLRI are now grouped by next-hop, next-hop removed from the NLRI * Change: raw message use the keyword "message" and not "update" * Change/Fix: JSON for announcement was missing next-hop * Change: on TEXT API, "announced route eor" becomes "announced eor"
2014-06-09Remove py-boto, as it's a duplicate of net/py-boto. Searched for the wrongrodent1-2/+2
package before adding this one. Sorry for the noise.
2014-06-09Fold diffs from www/py-boto into this package. Use ALTERNATIVES for filesrodent4-36/+308
installed to ${PREFIX}/bin. CATEGORIES+=python www. Fix HOMEPAGE and MASTER_SITES. Update REPLACE_PYTHON.
2014-06-09CATEGORIES+=python. Use options framework to enable user to select allrodent3-8/+74
options supported by this package, with none enabled by default. Changelog: 3.0.18 ====== - A typo introduced in 3.0.17 caused kombu.async.hub to crash (Issue #360). 3.0.17 ====== - ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.2. - Async: Event loop now selectively removes file descriptors for the mode it failed in, and keeps others (e.g read vs write). - CouchDB: Now works without userid set. - SQLAlchemy: Now supports recovery from connection errors. - Redis: Restore at shutdown now works when ack emulation is disabled. - :func:`kombu.common.eventloop` accidentally swallowed socket errors. - Adds :func:`kombu.utils.url.sanitize_url`
2014-06-08Simplify PKGNAME regex. CATEGORIES+=python. Updated to latest release,rodent3-14/+35
14.3.0. From docs/source/changelog.rst: 14.3.0 ====== - PyZMQ no longer calls :meth:`Socket.close` or :meth:`Context.term` during process cleanup. Changes to garbage collection in Python 3.4 make this impossible to do sensibly. - :meth:`ZMQStream.close` closes its socket immediately, rather than scheduling a timeout. - Raise the original ImportError when importing zmq fails. Should be more informative than `no module cffi...`. .. warning:: Users of Python 3.4 should not use pyzmq < 14.3, due to changes in garbage collection. 14.2.0 ====== New Stuff --------- - Raise new ZMQVersionError when a requested method is not supported by the linked libzmq. For backward compatibility, this subclasses NotImplementedError. Bugs Fixed ---------- - Memory leak introduced in pyzmq-14.0 in zero copy. - OverflowError on 32 bit systems in zero copy. 14.1.0 ====== Security -------- The headline features for 14.1 are adding better support for libzmq's security features. - When libzmq is bundled as a Python extension (e.g. wheels, eggs), libsodium is also bundled (excluding Windows), ensuring that libzmq security is available to users who install from wheels - New :mod:`zmq.auth`, implementing zeromq's ZAP authentication, modeled on czmq zauth. For more information, see the `examples <https://github.com/zeromq/pyzmq/tree/master/examples/>`_. Other New Stuff --------------- - Add PYZMQ_BACKEND for enabling use of backends outside the pyzmq codebase. - Add :attr:`~.Context.underlying` property and :meth:`~.Context.shadow` method to Context and Socket, for handing off sockets and contexts. between pyzmq and other bindings (mainly pyczmq_). - Add TOS, ROUTER_HANDOVER, and IPC_FILTER constants from libzmq-4.1-dev. - Add Context option support in the CFFI backend. - Various small unicode and build fixes, as always. - :meth:`~.Socket.send_json` and :meth:`~.Socket.recv_json` pass any extra kwargs to ``json.dumps/loads``. .. _pyczmq: https://github.com/zeromq/pyczmq Deprecations ------------ - ``Socket.socket_type`` is deprecated, in favor of ``Socket.type``, which has been available since 2.1.
2014-06-08+py-softlayer_messagingrodent1-1/+2
2014-06-08Import py27-softlayer_messaging-1.0.3 as net/py-softlayer_messaging.rodent4-0/+59
This code provides bindings written in Python to communicate with the SoftLayer Message Queue API.
2014-06-08+py-beanstalkcrodent1-1/+2
2014-06-08Import py27-beanstalkc-0.4.0 as net/py-beanstalkc.rodent4-0/+35
beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a fast, distributed, in-memory workqueue service.
2014-06-08+py-gevent - packaged originally in -wip by kamel.derouiche@gmail.com.rodent1-1/+2
2014-06-08Import py27-gevent-1.0.1 as net/py-gevent.rodent5-0/+151
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop.
2014-06-08Add another file to SUBST.rodent1-3/+3
2014-06-08Update mikutter to 3.0.0, final 3.0 unstable release.obache2-7/+7
2014-06-07Fix build on OpenBSD. Defuzz patches. Problem reported to nmap-dev.rodent4-8/+23
2014-06-07Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)).cheusov3-3/+9
This fixes bootstrap failure on AltLinux.
2014-06-07Update to 0.2.4.22, based on the wip version by athaba and myself.wiz5-24/+30
Very many changes since the last stable version in pkgsrc, upgrade!
2014-06-06+griveabs1-1/+2
2014-06-06Added net/grive version 0.3.0.20130502abs7-0/+112
The purpose of this project is to provide an independent open source implementation of Google Drive client for GNU/Linux. It uses the Google Document List API to talk to the servers in Google. The code is written in standard C++. Currently as of version 0.2.0, grive can do two-side synchronization between the Google Drive and local directory. It can download and upload changed files. New directories in Google Drive and local directory will also be downloaded/uploaded.
2014-06-06ASCIIfy for Python 3.x.joerg2-1/+17
2014-06-06Dictionary comprehension is not supported by Python 2.6, avoid.joerg2-1/+15
2014-06-06Python 3.x build needs expat.joerg1-1/+6
2014-06-06Update to 0.20.12:wiz3-8/+13
0.20.12 ======= Changes since 0.20.11: - Several documentation fixes. - Fix warning from clang. - Prevent a critical if there's no DBus available and a DBus-based context manager is used. - Don't try to use a DBus context manager if we don't have a system bus. - Use g_return_val_if_fail. - Fix a small leak of CallbackData in GUPnPServiceProxy. - Add a gupnp_service_proxy_add_notify_full variant to be nice to gobject-introspection. - Several code cleanups. - Fix a reference leak in ACL. - Make "document" property of GUPnPDeviceInfo readable. - Add gupnp_service_proxy_add_raw_notify which can be used to get the raw xmlDoc received through notification. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=701446 - https://bugzilla.gnome.org/show_bug.cgi?id=706123 - https://bugzilla.gnome.org/show_bug.cgi?id=706127 - https://bugzilla.gnome.org/show_bug.cgi?id=727709 - https://bugzilla.gnome.org/show_bug.cgi?id=729827 - https://bugzilla.gnome.org/show_bug.cgi?id=730359 - https://bugzilla.gnome.org/show_bug.cgi?id=730690 All contributors to this release: - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk> 0.20.11 ======= Changes since 0.20.10: - Disable the Unix context manager on Android. - Fix Windows compilation. - Fix a memory leak in Linux context manager. - Fix libuuid dependencies in pkg-config files. - Implement a simple ACL infrastructure. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=711027 - https://bugzilla.gnome.org/show_bug.cgi?id=723715 - https://bugzilla.gnome.org/show_bug.cgi?id=727539 - https://bugzilla.gnome.org/show_bug.cgi?id=728889 All contributors to this release: - Philip Withnall <philip.withnall@collabora.co.uk> - Jens Georg <mail@jensge.org> - Olivier CrĂȘte <olivier.crete@collabora.com> - Luciana Fujii <luciana.fujii@collabora.com>
2014-06-03Limit to ruby-yajl 1.1.x to avoid pulling in yajl-ruby-1.2.0.jperkin1-2/+2
2014-06-03Add ruby-ipaddress.jperkin1-1/+2
2014-06-03Import net/ruby-ipaddress into pkgsrc.jperkin4-0/+44
IPAddress is a Ruby library designed to make the use of IPv4 and IPv6 addresses simple, powerful and enjoyable. It provides a complete set of methods to handle IP addresses for any need, from simple scripting to full network design. IPAddress is written with a full OO interface, and its code is easy to read, maintain and extend. The documentation is full of examples, to let you start being productive immediately.
2014-06-03makeinfo is required to build.obache1-2/+2
2014-06-02Replace HOMEPAGE and MASTER_SITES with appropriate one.obache1-4/+3
2014-06-02v1.4.6 - May 22, 2014pettai2-6/+6
--------------------- Bugfixes: * Fix possible signing loop when doing key rollover * Fixed sending of malformed UDP empty responses
2014-06-01Update font path reference. Bump PKGREVISION.wiz1-3/+3
2014-06-01Update ruby-tw to 1.0.9.tsutsui2-6/+6
Changelog (from History.txt) === 1.0.9 2014-05-14 * merge multiple lines from STDIN into one tweet
2014-06-01Update ruby-twitter to 5.9.0.tsutsui3-9/+11
Changelog (per CHANGELOG.md): 5.9.0 ----- * [Use expanded URIs when available] * [Deprecate `Twitter::REST::Client#middleware=` and `#connection_options`] * [Ensure predicate methods return `false` for `Twitter::NullObject`] * [Make `Twitter::Place#id` attribute accessible] * [Enable injection of custom TCP/SSL socket classes] * [Deprecate predicate methods without question marks] * [Deprecate `Twitter::Base#[]`] * [Remove statement that TweetStream is not 2.0.0-compatible] * [Dont allow unacceptable IO objects in `Twitter::REST::Client#update_with_media`] * [Add support for new REST API endpoint for bulk lookup of Tweets by ID] * [Make the streaming API raise exceptions for status codes] * [Call GET users/show if screen name has already been fetched] * [Add the ability to set user_agent and proxy] * [Use (immutable) user ID instead of (mutable) screen name] * [Implement mute functionality] 5.8.0 ----- * [Alias `Twitter::Tweet#reply?` to `Twitter::Tweet#in_reply_to_user_id?`] * [Add `Twitter::Error::SSL_REQUIRED` error code] * [`Twitter::Tweet#retweeted_status` always returns the original tweet, not the retweet]
2014-06-01Umm, revert previous. (wrong commit log)tsutsui3-11/+9
2014-06-01Update ruby-twitter to 5.7.1.tsutsui3-9/+11
Changelog (from CHANGELOG.md) 5.7.1 ----- * [Only warn if entities are not included](https://github.com/sferik/twitter/commit/82ed19e69c03ccaccc366744421b3bb3ee444625) ([@matthewrudy](https://twitter.com/matthewrudy)) * [Fix typos in documentation](https://github.com/sferik/twitter/pull/531) ([@attilaolah](https://twitter.com/attilaolah)) 5.7.0 ----- * [Remove `Twitter::Base.from_response` method](https://github.com/sferik/twitter/commit/6f9a352adaa5eee0611fa8d2e45fc7349b5cecae) * [Remove `Twitter::REST::API` namespace](https://github.com/sferik/twitter/commit/f9c4e8214bfe0e4cbd13681a6454956f2c6ac21b) * [Remove `descendants_tracker`](https://github.com/sferik/twitter/commit/4cbcb0fc58c55b84b642bc7c66085bb581e9b20a) * [Remove unused `HTTP_STATUS_CODE` constants](https://github.com/sferik/twitter/commit/b45d89bc96f11079b31976f14ade4f89d50b4dc9) * [Remove `Twitter::Error#cause`](https://github.com/sferik/twitter/commit/a5748b925aa3220e7388311bd0228a62d45d09a4) 5.6.0 ----- * [Replace custom `Twitter::NullObject` with `Naught`](https://github.com/sferik/twitter/commit/bc3990e3588f889569f1c92e465c329c508ce32e) * [Use `URI` and `CGI` to convert query string into a hash](https://github.com/sferik/twitter/commit/6dd9d97aaef3917868b870e01896ab937cbacfbb) * [Increase default timeout values](https://github.com/sferik/twitter/commit/350536926d1c2c0656fdc79948c5f543e306e14e) * [Add `Twitter::Error::RequestTimeout`](https://github.com/sferik/twitter/commit/3179537af41b2e2f85c0bc74be799faea0817e48) * [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](https://github.com/sferik/twitter/commit/eaaf234b84a6e2e1f7695f73befaf11f30664f4a) * [Deprecate `retweeters_count` in favor of `retweet_count`](https://github.com/sferik/twitter/commit/ea39bd013364dc24f02e9a1eb25b4b48b99a5480) * [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](https://github.com/sferik/twitter/commit/ea39bd013364dc24f02e9a1eb25b4b48b99a5480) * [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](https://github.com/sferik/twitter/commit/63e2cdd693aece2912564988d06786cd23a2cad5) * [Deprecate `oauth_token` and `oauth_token_secret` accessors](https://github.com/sferik/twitter/commit/ac246717557ea02565a1d93b3f9a975e7fd39874)
2014-06-01Update mikutter to 3.0.0alpha5.obache2-6/+6
* Update translations. * Replace default icon with 3.0 one. * Optimize cache for internal tweet user list data.
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz1-3/+3
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-31Don't expect perl to provide p5-CGI, depend on the package instead.wiz1-4/+3
Bump PKGREVISION. p5-CGI will be removed from perl soon.
2014-05-300.997a (23 Jul 2013)pettai2-8/+7
- minor fixes/changes in packaging, no code changes. In particular, fixes a build failure on *BSD introduced in 0.997 0.997 (29 Jun 2013) - main feature of this version is ipv6 support. Many thanks to Geoffrey T. Dairiki for the implementation of btrie (btrie.c) which is far superior to old ip4trie code and handles both v4 and v6 - feature: ip6trie - new dataset supports listing of arbitrary length ip6 CIDRs, along with individual A/TXT values for each prefix - feature: ip6tset - new dataset supports listing of ip6 /64 subnets and the exclusion of /128 subnets; only supports a single A/TXT value for the entire dataset - optimization: ip4trie - using new trie implementation (developed for the ip6trie dataset) decreases memory consumption by roughly a factor of three - feature: acl dataset - ip6 addresses are now supported in ACLs - feature: added --enable-asserts configure option to enable compilation of debugging assertions; assertion checking is disabled by default - featurette: zero-length "wildcard" IP4 CIDR prefixes are now allowed in ip4trie and acl datasets.
2014-05-30Update transmission packages to 2.83:wiz11-232/+29
All Platforms Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3 Fix network hanging issues that could occur when both UTP and DHT were enabled Fix 2.82 file descriptor leak when importing a blocklist Disallow torrents that contain "/../" in the path Fix 2.82 bug that didn't retain peers between sessions Fix potential dangling memory error in UDP tracker DNS lookups Remember a torrent's "queued" state between Transmission sessions Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9 Autoconf script fixes: better detection of ccache, minupnpc Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol Fix thread safety bugs in the tr_list datatype When determining free disk space on NetBSD>=6, support its Quota feature Windows portability improvements Mac Client Share option in File menu and context menu Show all torrents when the filter bar is hidden Show zero-byte files correctly Coalesce multiple Speed Limit Auto Enabled/Disabled? notifications Turkish localization Removed Brazilian Portuguese localization because of lack of localizer (European Portuguese localization remains) GTK+ Client Fix threading issue on shutdown Qt Client Fix toggle-downloading-by-pressing-spacebar in the file list Fix "Open URL" crash from dangling pointer Support launching downloaded files from inside Transmission On Windows, use native Windows icons Improved network status info and tooltip in the status bar Fix "Open Torrent" dialog crash in Qt 5.2 Daemon On systemd systems, fix config reloading via 'systemctl reload' Use libevent's event loop Fix discrepancy in curl SSL setup between tr-daemon and tr-remote Fix broken OS X build Web Client Support file renaming in the web client Fix incorrect torrent state being displayed for magnet links Make URLs in the torrent's comment field clickable (and sanitize them to prevent cross-scripting)
2014-05-30Honour CFLAGS.joerg2-3/+12
2014-05-30Make sure result is available.joerg1-1/+3
2014-05-30sortjnemeth1-2/+2
2014-05-29Bump for perl-5.20.0.wiz188-355/+376
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-27Update to 0.14.8:wiz3-8/+10
0.14.8 ====== - Recover from lost BYEBYE packets. - Some code clean-up. - Use GLib's multicast socket functions. - Fix compiling on mingw. - Don't abort if get_host_ip fails. - Fix an issue with unreffing GSources. - Fix build on some BSDs. - Use pktinfo on Linux to determine the source interface instead of relying on netmasks. - Use strncpy() on interface names to not exceed ifrn_name length. - Documentation fixes. - Add support for vendor-specific headers in SSDP messages. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=678660 - https://bugzilla.gnome.org/show_bug.cgi?id=711320 - https://bugzilla.gnome.org/show_bug.cgi?id=724030 - https://bugzilla.gnome.org/show_bug.cgi?id=728871 - https://bugzilla.gnome.org/show_bug.cgi?id=728888 - https://bugzilla.gnome.org/show_bug.cgi?id=729613 - https://bugzilla.gnome.org/show_bug.cgi?id=730358 All contributors to this release: - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk> - Jens Georg <jensg@openismus.com> - Riko Yamada <rik0yamada@yahoo.co.jp> - Louis-Francis Ratté-Boulianne <lfrb@collabora.com> - Branislav Katreniak <bkatreniak@nuvotechnologies.com>
2014-05-27Declare build system correctly.joerg1-2/+2
2014-05-25Update mikutter to 3.0.0alpha4.obache2-6/+6
* Fixes character count update with special input, e.g. paste. * Catch up to Twitpic spec change. * Add support "saved search" to muti account. * Refrect add/remove of "saved search" with other twitter client. * Change cache structure for multi account. * Fixes display of profile tab.
2014-05-21+ hs-networkszptvlfn1-1/+2
2014-05-21Import network-2.5.0.0 as net/hs-network,szptvlfn5-0/+98
packaged for wip by pho. network: Networking-related facilities
2014-05-21fix PKGNAME for p5- prefixmspo1-1/+2
2014-05-20Fix building with newer giflib.adam3-9/+28