Commit graph

13080 commits

Author SHA1 Message Date
obache
880ffc4fb1 Update mikutter to 3.0.0, final 3.0 unstable release. 2014-06-08 00:55:50 +00:00
rodent
348581d227 Fix build on OpenBSD. Defuzz patches. Problem reported to nmap-dev. 2014-06-07 23:12:16 +00:00
cheusov
6a70ba9b3f Define _GNU_SOURCE by default for glibc-based systems (vasprintf(3)).
This fixes bootstrap failure on AltLinux.
2014-06-07 19:22:51 +00:00
wiz
93f52e4c28 Update to 0.2.4.22, based on the wip version by athaba and myself.
Very many changes since the last stable version in pkgsrc, upgrade!
2014-06-07 09:11:36 +00:00
abs
0485701e3a +grive 2014-06-06 14:57:30 +00:00
abs
d3e46a9d3f Added net/grive version 0.3.0.20130502
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-06 14:57:00 +00:00
joerg
12cb1d2da7 ASCIIfy for Python 3.x. 2014-06-06 12:50:03 +00:00
joerg
103caea857 Dictionary comprehension is not supported by Python 2.6, avoid. 2014-06-06 12:49:23 +00:00
joerg
5cf1d7b169 Python 3.x build needs expat. 2014-06-06 12:48:35 +00:00
wiz
4c68196029 Update to 0.20.12:
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-06 12:33:41 +00:00
jperkin
7f230ff4bf Limit to ruby-yajl 1.1.x to avoid pulling in yajl-ruby-1.2.0. 2014-06-03 14:18:40 +00:00
jperkin
f48451d126 Add ruby-ipaddress. 2014-06-03 13:46:22 +00:00
jperkin
7fe6d3dd79 Import net/ruby-ipaddress into pkgsrc.
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-03 13:46:00 +00:00
obache
0c788480da makeinfo is required to build. 2014-06-03 07:11:52 +00:00
obache
ef0b60dc10 Replace HOMEPAGE and MASTER_SITES with appropriate one. 2014-06-02 12:38:27 +00:00
pettai
aec9064c56 v1.4.6 - May 22, 2014
---------------------
Bugfixes:
        * Fix possible signing loop when doing key rollover
        * Fixed sending of malformed UDP empty responses
2014-06-02 11:57:17 +00:00
wiz
f747d5d522 Update font path reference. Bump PKGREVISION. 2014-06-01 17:56:57 +00:00
tsutsui
b292021438 Update ruby-tw to 1.0.9.
Changelog (from History.txt)

=== 1.0.9 2014-05-14

* merge multiple lines from STDIN into one tweet
2014-06-01 17:05:58 +00:00
tsutsui
55aaf78950 Update ruby-twitter to 5.9.0.
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-01 17:04:15 +00:00
tsutsui
e0e8363c35 Umm, revert previous. (wrong commit log) 2014-06-01 16:59:13 +00:00
tsutsui
1758a3fcc4 Update ruby-twitter to 5.7.1.
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](82ed19e69c) ([@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](6f9a352ada)
* [Remove `Twitter::REST::API` namespace](f9c4e8214b)
* [Remove `descendants_tracker`](4cbcb0fc58)
* [Remove unused `HTTP_STATUS_CODE` constants](b45d89bc96)
* [Remove `Twitter::Error#cause`](a5748b925a)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](bc3990e358)
* [Use `URI` and `CGI` to convert query string into a hash](6dd9d97aae)
* [Increase default timeout values](350536926d)
* [Add `Twitter::Error::RequestTimeout`](3179537af4)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](eaaf234b84)
* [Deprecate `retweeters_count` in favor of `retweet_count`](ea39bd0133)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](ea39bd0133)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](63e2cdd693)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](ac24671755)
2014-06-01 16:51:49 +00:00
obache
03e11723c2 Update mikutter to 3.0.0alpha5.
* Update translations.
* Replace default icon with 3.0 one.
* Optimize cache for internal tweet user list data.
2014-06-01 14:11:48 +00:00
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
wiz
e9d3d62e6e Don't expect perl to provide p5-CGI, depend on the package instead.
Bump PKGREVISION.

p5-CGI will be removed from perl soon.
2014-05-31 12:22:42 +00:00
pettai
107961fa13 0.997a (23 Jul 2013)
- 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-30 21:06:39 +00:00
wiz
c32980cfbe Update transmission packages to 2.83:
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-30 13:46:30 +00:00
joerg
34bbd4b28b Honour CFLAGS. 2014-05-30 11:35:35 +00:00
joerg
becf2ed68a Make sure result is available. 2014-05-30 11:35:14 +00:00
jnemeth
b783e565d1 sort 2014-05-30 01:25:27 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-29 23:35:13 +00:00
wiz
37b86f1657 Update to 0.14.8:
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-27 18:12:38 +00:00
joerg
faf4a91ade Declare build system correctly. 2014-05-27 09:59:17 +00:00
obache
a987651b29 Update mikutter to 3.0.0alpha4.
* 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-25 04:46:01 +00:00
szptvlfn
2454a88f74 + hs-network 2014-05-21 20:59:52 +00:00
szptvlfn
e4638bee88 Import network-2.5.0.0 as net/hs-network,
packaged for wip by pho.

network: Networking-related facilities
2014-05-21 20:58:17 +00:00
mspo
460e380e74 fix PKGNAME for p5- prefix 2014-05-21 02:10:05 +00:00
adam
02314b0398 Fix building with newer giflib. 2014-05-20 19:11:07 +00:00
obache
326b3c27af No direct dependency on libgetopt, it is came from libidn. 2014-05-20 09:53:51 +00:00
markd
81fc7ad726 Fix build with giflib 5.1. 2014-05-19 11:07:25 +00:00
rodent
a8eb2862ac Needs libgetopt when PREFER_PKGSRC=yes, seems. 2014-05-19 00:30:39 +00:00
rodent
82f226e095 Update to latest release, 3.0.16. From ChangeLog:
- ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.1.
- Redis: Fixes ``TypeError`` problem in ``unregister`` (Issue #342).
- Tests: Some unit tests accidentally required the `redis-py` library.
- librabbitmq: Would crash when using an older version of :mod:`librabbitmq`,
  now emits warning instead.
2014-05-18 20:36:10 +00:00
tron
f8b3e17412 Update "youtube-dl" package to version 2014.05.16.1. A list of changes
is not available unfortunately.
2014-05-18 07:40:54 +00:00
obache
0a6b5c0765 Update mikutter to 3.0.0alpha3.
New features in 3.0
* multilingual support
* multi accounts
* improve extract tab
2014-05-18 04:28:17 +00:00
mspo
668b72f10b add p5-Net-RabbitFoot 2014-05-18 03:35:00 +00:00
mspo
373e1cc027 add p5-Net-AMQP 2014-05-18 00:13:26 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
he
b5e1d2cb49 Add a patch to fix CVE-2014-3209:
Let ldns-keygen create private key file with mode 0600.
Bump PKGREVISION.
2014-05-17 14:55:51 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
wiz
b3071eaf4b Update to 0.1.7:
libnice 0.1.7 (2014-05-05)
==========================
Fix undesired API change that broke Farstream unit testsx
2014-05-15 09:18:38 +00:00
wiedi
d87cfa94f3 Add SMF manifest 2014-05-14 21:26:59 +00:00