Commit graph

223735 commits

Author SHA1 Message Date
rodent
9d30d38c76 Updated to 0.6.1. Remove executable perms from locale file in post-install.
No easily-accessible changelog.
2014-11-10 03:48:25 +00:00
mef
3a6598531c Restore .include "options.mk" line which (accidentally) dropped at 2.23.2 to
2.24 update. This enables --sysroot option. PKGREVISION++
2014-11-10 03:34:53 +00:00
mef
7fb7b25e67 Add sysroot. Mainly for cross toolchain to allow changes system root. 2014-11-10 03:08:09 +00:00
rodent
94285db30c Updated www/py-django-tastypie to 0.12.0 2014-11-09 21:57:59 +00:00
rodent
81a1308f99 v0.12.0
=======

This release adds official support for both Django 1.7, as well as
several bugfixes.

.. warning::

  If you were previously relying on importing the ``User`` model from
  ``tastypie.compat``, this import will no longer work correctly. This was
  removed due to the way app-loading works in Django 1.7 & no great solution
  for dodging this issue exists.

  If you were using either of::

    from tastypie.compat import User
    from tastypie.compat import username_field

  Please update your code as follows::

    from tastypie.compat import get_user_model
    from tastypie.compat import get_username_field


Bugfixes
--------

* Drastic reworking of the test suite. (SHA: 95f57f7)
* Fixed Travis to run Python 3.4 tests. (SHA: 7af528c)
* Fixed a bug where URLs would be incorrectly handled if the ``api_name`` &
  ``resource_name`` were the same. (SHA: fd55aa3)
* Fixed a test requirement for PyYAML. (SHA: b4f6531)
* Added support for Django 1.7. (SHA: 7881bb6)
* Documentation updates:

    * Fixed header in ``tools.rst``. (SHA: f8af772)
    * Fixed header in ``resources.rst``. (SHA: 9508cbf)
2014-11-09 21:57:00 +00:00
rodent
febb2e38ae Updated net/py-celery to 3.1.16 2014-11-09 20:48:45 +00:00
rodent
83dda0a7ff 3.1.16
======

- **Worker**: 3.1.15 broke ``-Ofair`` behavior.

    This regression could result in all tasks executing
    in a single child process if ``-Ofair`` was enabled.

- **Canvas**: ``celery.signature`` now properly forwards app argument
  in all cases.
- **Task**: ``.retry()`` did not raise the exception correctly
  when called without a current exception.
- **Worker**: The ``enable_events`` remote control command
  disabled worker-related events by mistake.
- **Django**: Adds support for Django 1.7 class names in INSTALLED_APPS
  when using ``app.autodiscover_tasks()``.
- **Sphinx**: ``celery.contrib.sphinx`` now uses ``getfullargspec``
  on Python 3.

3.1.15
======

- **Django**: Now makes sure ``django.setup()`` is called
  before importing any task modules (Django 1.7 compatibility)
- **Results**: ``result.get()`` was misbehaving by calling
 ``backend.get_task_meta`` in a finally call leading to
 AMQP result backend queues not being properly cleaned up.

3.1.14
======

- **Requirements**
- **Init scripts**: The generic worker init scripts ``status`` command
  now gets an accurate pidfile list.
- **Init scripts**: The generic beat script now implements the ``status``
  command.
- **Commands**: Multi now writes informational output to stdout instead of
  stderr.
- **Worker**: Now ignores not implemented error for ``pool.restart``
- **Task**: Retry no longer raises retry exception when executed in eager mode
- **AMQP Result backend**: Now ensured ``on_interval`` is called at least
  every second for blocking calls to properly propagate parent errors.
- **Django**: Compatibility with Django 1.7 on Windows.
- **Programs**: `--umask` argument can be now specified in both octal (if
  starting
2014-11-09 20:47:58 +00:00
rodent
6fd540c03a Updated net/py-kombu to 3.0.23 2014-11-09 20:40:46 +00:00
rodent
466744bb24 3.0.23
======

- Django: Fixed bug in the Django 1.7 compatibility improvements related
  to autocommit handling.

- Django: The Django transport models would not be created on syncdb
  after app label rename.

3.0.22
======

- kombu.async: Min. delay between waiting for timer was always increased to
  one second.
- Fixed bug in itermessages where message is received after the with
  statement exits the block.
- Connection.autoretry: Now works with functions missing wrapped attributes
    (``__module__``, ``__name__``, ``__doc__``).
- Django: Now sets custom app label for ``kombu.transport.django`` to work
  with recent changes in Django 1.7.
- SimpleQueue removed messages from the wrong end of buffer.
- Tests: Now using ``unittest.mock`` if available.
2014-11-09 20:40:01 +00:00
rodent
528b45693b Updated net/py-amqp to 1.4.6 2014-11-09 20:19:57 +00:00
rodent
de6827ee00 1.4.6
=====

- Now keeps buffer when socket times out.

- Adds ``Connection.Transport`` attribute that can be used to specify
  a different transport implementation.
2014-11-09 20:18:33 +00:00
rodent
a6e404578f Updated mail/p5-Mail-DeliveryStatus-BounceParser to 1.536 2014-11-09 19:46:01 +00:00
rodent
614f32dd25 1.536 2014-10-22
Add missing file from previous release that was causing
                failed tests

1.535   2014-10-21

            bug fix from mintywalker@gmail.com
2014-11-09 19:40:49 +00:00
rodent
fc5d277899 Updated lang/py-hy to 0.10.1 2014-11-09 19:33:42 +00:00
rodent
e8f2c03fe9 Update to 0.10.1. No ChangeLog found. Move hy2py to hy2py${PYVERSSUFFIX} in
post-install and add to ALTERNATIVES.
2014-11-09 19:31:56 +00:00
rodent
72d3763cbe Remove files installed to ${PYSITELIB}/tests in post-install. 2014-11-09 18:47:57 +00:00
rodent
70ff4ed441 Updated graphics/py-qrcode to 5.1 2014-11-09 16:56:46 +00:00
rodent
b155c66880 Version 5.1
pkgsrc changes
--------------
Fix Python interpreter in installed file. Rename bin and man files using
PYVERSSUFFIX in post-install. Add ALTERNATIVES file. Fix PKGMANDIR in setup.py.

ChangeLog
===========

* Make ``qr`` script work in Windows.
* Fixed print_ascii function in Python 3.
* Out-of-bounds code version numbers are handled more consistently with a
  ValueError.
* Much better test coverage (now only officially supporting Python 2.6+)
2014-11-09 16:52:14 +00:00
wiz
64c0ad782d Updated multimedia/gstreamer1 to 1.4.4 2014-11-09 16:30:26 +00:00
wiz
6aaf03cd88 Update to 1.4.4:
=== release 1.4.4 ===

2014-11-06  Sebastian Dröge <slomo@coaxion.net>

	* configure.ac:
	  releasing 1.4.4

2014-10-24 12:51:07 +0100  Tim-Philipp Müller <tim@centricular.com>

	* libs/gst/base/gstbasesink.c:
	  basesink: don't unlock mutex that is not locked
	  Fixes 'Attempt to unlock mutex that was not locked'
	  warning with newer GLibs when sink is shut down in
	  certain situations. Triggered by the decodebin
	  test_reuse_without_decoders unit test in -base
	  sometimes, esp. on slower machines.

2014-10-16 10:13:14 +0400  Andrei Sarakeev <sarakusha@gmail.com>

	* plugins/elements/gstmultiqueue.c:
	  multiqueue: Wake up any waiting streams if the current one goes EOS
	  Otherwise we might have unlinked streams waiting.
	  https://bugzilla.gnome.org/show_bug.cgi?id=738198

2014-10-08 15:37:37 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>

	* docs/pwg/advanced-negotiation.xml:
	  docs: pwg: fix typo in 'Dynamic negotiation' section
	  The point of this example is to show how to set caps
	  on the source pad once it has been set on the sink pad.
	  So, in passthrough mode, the caps is just copied to the
	  source pad.
	  https://bugzilla.gnome.org/show_bug.cgi?id=738153

2014-10-06 13:38:21 +0200  Nicolas Huet <nicolas.huet@parrot.com>

	* gst/gstsystemclock.c:
	  systemclock: fix multi-thread entry status issue
	  Running two threads, one executing the timer and one unscheduling it, the
	  unscheduled status set by the second thread is sometimes overwritten by the
	  first one.
	  https://bugzilla.gnome.org/show_bug.cgi?id=737999

2014-09-25 16:21:51 +0100  Tim-Philipp Müller <tim@centricular.com>

	* tests/check/libs/baseparse.c:
	  tests: fix caps leak in baseparse unit test

2014-10-03 13:14:25 +0200  Matej Knopp <matej.knopp@gmail.com>

	* tests/check/libs/baseparse.c:
	  tests: baseparse: set_sink_caps vfunc should't take ownership of the caps
	  https://bugzilla.gnome.org/show_bug.cgi?id=737762

2014-10-08 09:37:41 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>

	* plugins/elements/gstmultiqueue.c:
	  multiqueue: don't lock multiqueue when pushing serialized queries
	  If we are pushing a serialized query into a queue and the queue is
	  filled, we will end in a deadlock. We need to release the lock before
	  pushing and acquire it again afterward.
	  https://bugzilla.gnome.org/show_bug.cgi?id=737794

2014-10-02 14:55:22 +0300  Sebastian Dröge <sebastian@centricular.com>

	* plugins/elements/gstqueue.c:
	  queue: Add missing break in switch

2014-09-27 20:10:34 +0200  Matej Knopp <matej.knopp@gmail.com>

	* plugins/elements/gstmultiqueue.c:
	  multiqueue: update segment position on GAP events to calculate levels properly
	  https://bugzilla.gnome.org/show_bug.cgi?id=737498

2014-10-02 11:00:32 +0300  Sebastian Dröge <sebastian@centricular.com>

	* plugins/elements/gstqueue.c:
	  queue: update segment position on GAP events to calculate levels properly
	  https://bugzilla.gnome.org/show_bug.cgi?id=737498

2014-10-02 10:57:43 +0300  Sebastian Dröge <sebastian@centricular.com>

	* plugins/elements/gstqueue2.c:
	  queue2: update segment position on GAP events to calculate levels properly
	  https://bugzilla.gnome.org/show_bug.cgi?id=737498

2014-10-02 10:13:28 +0300  Sebastian Dröge <sebastian@centricular.com>

	* plugins/elements/gstcapsfilter.c:
	  capsfilter: Push pending events before a buffer also if upstream never configured caps but we have srcpad caps already
	  Otherwise we never send pending events downstream that arrive after we
	  configured caps on the srcpad.
	  https://bugzilla.gnome.org/show_bug.cgi?id=737735

2014-09-24 10:11:54 +0200  Thibault Saunier <tsaunier@gnome.org>

	* scripts/gst-uninstalled:
	  scripts: Handle gst-python in gst-uninstalled
	  https://bugzilla.gnome.org/show_bug.cgi?id=709082
2014-11-09 16:30:18 +00:00
wiz
2d679ca9d2 Updated time/py-pytz to 2014.9 2014-11-09 16:13:24 +00:00
wiz
08187ba5d8 Update to 2014.9: the usual timezone changes. 2014-11-09 16:13:15 +00:00
wiz
27260ac1a5 Updated audio/musicpd to 0.18.17 2014-11-09 16:12:15 +00:00
wiz
a326d81130 Update to 0.18.17:
ver 0.18.17 (2014/11/02)
* playlist
  - don't allow empty playlist name
  - m3u: recognize the file suffix ".m3u8"
* decoder
  - ignore URI query string for plugin detection
  - faad: remove workaround for ancient libfaad2 ABI bug
  - ffmpeg: recognize MIME type audio/aacp
2014-11-09 16:12:06 +00:00
wiz
c4af9850b2 Updated devel/py-tortoisehg to 3.2 2014-11-09 16:09:02 +00:00
wiz
f2d224ced2 Update to 3.2:
TortoiseHg 3.2 is a regularly scheduled feature release

Since 3.1, Mercurial commands are run in separate command server
process. It generally contributes to reliability, but if you have
a faulty extension or an in-process Python hook, it can corrupt
the communication channel between TortoiseHg and the command server.

If you see an error message like "cmdserver: timeout while reading...",
please report it with the list of enabled third-party extensions
and their versions. Currently, reviewboard (#3841) and onsub (#3924)
extensions are known to have this issue.

Bug Fixes

    commit: do not reload patch description if parent is unchanged (fixes #3304)
    qreorder: have drag-and-drop patches run extension command in worker process
    paths: resolve root directory from frozen executable path
    repowatcher: detect removal of repository files (fixes #3697)
    repoagent: unify workingBranchChanged with repositoryChanged
    (fixes #2572 - doesn't auto refresh when update and discard new branch)
    repofilter: grab focus only if shown by user action (refs #3917)
    repomodel: do not clear status message on filter option change (fixes #3887)
    repomodel: restore current/selected indexes by model on reload (refs #1913, fixes #3897)
    repowatcher: check mtime of obsolescence markers (fixes #3913)
    repowidget: do not overwrite browse history by revset result (refs #3832)
    repowidget: do not re-create model on repository or revset changed
    repowidget: move focus to history view when window gets visible (fixes #3917)
    repowidget: remove unused _reload_rev and _last_series (fixes #3923)
    repowidget: switch to commit tab if working-dir row is selected (fixes #1913)
    sync: bypass bundle overlay on fetch just like pull
    (fixes #3946 - fetch after check incoming fails)
    sync: rebuild target bookmarks/branches only when changelog updated (refs #3912)

Improvements

    make output log a task tab, remove class LogDockWidget
    cmdcore: propagate --config options to command process
    debugruncommand: add command that runs hg command in dialog (closes #3934)
    infobar: clear status message with slight delay if command finished (refs #3308)
    prune: add dialog that prunes the specified revs
    qtapp: use wake-up fd to notice SIGINT on Unix
    strip: add --keep checkbox (closes #1865)
    workbench: add toolbar button that aborts any running commands

graph style:

    evolution: also fadeout obsolete changeset
    repomodel: use lighter version of the usual color when a revision is hidden
    repomodel: use red as the default text color for troubled changeset
2014-11-09 16:08:52 +00:00
wiz
ac56384b93 + gstreamer1-1.4.4, musicpd-0.18.17, musicpd-0.19.2, poppler-0.28.1,
py-pytz-2014.9, py-tortoisehg-3.2, x264-devel-20141108.
2014-11-09 15:55:14 +00:00
wiz
6751559a76 + ricty-ttf-3.2.3 [pkg/49038], vlgothic-ttf-20140801 [pkg/49374]. 2014-11-09 13:14:44 +00:00
wiz
efdd277b0f Updated time/p5-DateTime-TimeZone to 1.78 2014-11-09 12:45:46 +00:00
wiz
a79a789036 Update to 1.78:
1.78    2014-11-05

- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
  $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
2014-11-09 12:45:38 +00:00
wiz
d4114c6b0d Updated devel/p5-Inline-C to 0.65 2014-11-09 12:44:51 +00:00
wiz
6579e12f7d Update to 0.65. Add some dependencies.
0.65 Tue Nov  4 04:23:45 GMT 2014
 - Changes to example modules' tests
 - Updates for EUMM 7.00's support for PERL IN SPACE
 - Cookbook addition to use autowrap to replace h2xs

0.64 Fri Sep 19 23:22:49 UTC 2014
 - Major release for all the work since 0.62
 - Renamed the parser modules
 - Adjusted the `using` paramater
 - Updated docs

0.62_13 Thu Sep 11 17:37:28 PDT 2014
 - Remove XXX debugging

0.62_12 Sun Sep  7 00:37:23 MDT 2014
 - Add issue/27 TODO test
 - Switch back to Parse::Recdescent for now

0.62_11 Tue Aug 19 16:14:10 PDT 2014
 - Replace tabs with spaces

0.62_10 Tue Aug 19 15:54:05 PDT 2014
 - Doc fix from Jin++

0.62_09 Sat Aug 16 16:38:38 PDT 2014
 - Remove $testdir vars from tests

0.62_08 Sat Aug 16 15:00:53 PDT 2014
 - Remove .gitignore

0.62_07 Sat Aug 16 11:13:27 PDT 2014
 - Meta 0.0.2

0.62_06 Sat Aug 16 01:25:40 PDT 2014
 - Clean up test code

0.62_05 Fri Aug 15 19:58:53 PDT 2014
 - Add t/000-require-modules.t

0.62_04 Fri Aug 15 18:24:39 PDT 2014
 - Add t/000-compile-modules.t

0.62_03 Fri Aug  1 21:10:35 PDT 2014
 - Fix test/requires

0.62_02 Fri Aug  1 18:00:01 PDT 2014
 - Pegex replaces Parse::RecDescent as the default parser

0.62_01 Tue Jul 29 02:22:12 BST 2014
 - version-parsing improvements
 - Test module build in dir with space.
 - Perl licence on Cookbook
 - t/TestInlineSetup.pm fixes for Windows DLLs, tainting

0.62 Sat Jul 19 22:43:12 BST 2014
 - eg/modules moved to here as they're C
 - tests each use own dir, and all use Test::More and
   test/TestInlineSetup.pm.
 - doc/Inline/C/Cookbook.swim mention strings can be UTF-8.
2014-11-09 12:44:42 +00:00
wiz
2cc323cd1a Updated devel/p5-ExtUtils-MakeMaker to 7.02 2014-11-09 12:36:04 +00:00
wiz
d02a9509f3 Update to 7.02, add some dependencies.
7.02 Sat Nov  8 07:13:40 GMT 2014

    No changes from 7.01_09

7.01_09 Thu Nov  6 21:41:32 GMT 2014
    Test fixes:
    - Marked a test in pm_to_blib.t as TODO until further
      investigation can be scheduled

7.01_08 Tue Nov  4 20:24:29 GMT 2014
    Test fixes:
    - roll back change in 7.01_07 and scrub PERL_INSTALL_QUIET
      environment variable

7.01_07 Tue Nov  4 19:26:46 GMT 2014
    Test fixes:
    - Changed a regex in pm_to_blib.t to be more forgiving

7.01_06 Mon Nov  3 20:31:05 GMT 2014
    Bug fixes:
    - Resolved regression with TEST_FILES

    Win32 fixes:
    - Targetted fix for nmake bug
    - miniperl.t core test fixed for Windows

7.01_05 Mon Nov  3 10:14:11 GMT 2014
    VMS fixes:
    - Handle switches in $(PERL) by prepending MCR
    - Don't quote MAKE on VMS in Test::Utils

7.01_04 Fri Oct 31 09:38:06 GMT 2014
    API change:
    - writeMakefile() has been removed after 20 years of being deprecated

    Bug fixes:
    - Regression in xs.t with older versions of xsubpp has been resolved
    - We now don't produce Borland C export symbols if BCC support dropped

7.01_03 Thu Oct 30 19:12:57 GMT 2014
    Bug fixes:
    - Using NMAKE was broken this has been fixed

7.01_02 Sat Oct 25 17:45:46 BST 2014
    Bug fixes:
    - Resolve a regression with FIXIN and core builds on Win32

7.01_01 Sat Oct 25 13:45:00 BST 2014
    Bug fixes:
    - Resolve issue with Win32 perl builds in core

7.00 Wed Oct 22 20:13:38 BST 2014

    No changes from 6.99_18

6.99_18 Mon Oct 20 10:02:58 BST 2014
    Bug fixes:
    - Resolve regression with taint and get_version() [RT#99580]

    VMS fixes:
    - Avoid .NOTPARALLEL on VMS as it is a syntax error for MMS and MMK
    - Quotes are not stripped from argv[0] on VMS so need stripping
    - Move MCR from PERL to PERLRUN on VMS and other *RUN variables

6.99_17 Sun Oct 12 19:37:04 BST 2014
    Bug fixes:
    - Fix test that got broke under core since 6.99_15

6.99_16 Thu Oct  2 19:29:49 BST 2014
    Dist fixes:
    - Move File::Copy::Recursive from bundled to where it is
      used, so that it will not get installed as a runtime
      prereq

6.99_15 Sun Sep 21 13:21:46 BST 2014
    Enhancements:
    - If core, add ccwarnflags and ccstdflags, if available

    Doc fixes:
    - Fix internal links

6.99_14 Fri Sep 19 14:59:08 BST 2014
    Bug fixes:
    - Fixes to fallback version module for core integration problems

6.99_13 Mon Sep 15 20:02:47 BST 2014
    Enhancements:
    - Bundle Encode::Locale as ExtUtils::MakeMaker::Locale

    Bug fixes:
    - Make included version module have standardised dist versioning

6.99_12 Thu Sep 11 15:27:31 BST 2014
    Enhancements:
    - Now include a fallback version module for bootstrapping

    Bug fixes:
    - Support libfoo.0.dylib style libraries on Darwin

6.99_11 Mon Sep  8 14:20:26 BST 2014
    Bug fixes:
    - Handle chcp failure better on MSWin32
    - Tests should be parallelisable once again

    Doc fixes:
    - Document that GNU make is usable on MSWin32 now

6.99_10 Thu Sep  4 14:28:01 BST 2014
    Bug fixes:
    - Fixes for being integrated with core
    - Fixed the code page reset on MSWin32
    - Fixed test failures on BSD with UTF8 filenames
    - Fixed regression with quoting of $(PERL) when
      command line flags are used

6.99_09 Thu Aug 28 11:01:37 BST 2014
    Enhancements:
    - Support GNU Make on Windows
    - Support paths and filenames that are UTF8 encoded
    - MM->can_run() added for finding programs (ported from
      IPC::Cmd)

    Bug fixes:
    - Handle UTF8 when generating manpages correctly
    - Generated Makefile contents are now consistently sorted

6.99_08 Mon Aug 18 14:17:04 BST 2014
    Bug fixes:
    - Liblist::Kid: can now handle -l:foo.so invocations properly
    - Scripts will no longer have the 'not running under some shell' code
      applied when rewriting shebang lines.
    - version is now used to parse prereqs versions internally
    - Support UTF8 encoded command-line args and Makefile.PL args
    - Generated META.files will now always have linefeed EOLs, even on
      Windows
    - Rewrite the version line eval handling to have less insane edge cases

    Doc fixes:
    - Documentation now includes links to Dist::Zilla, File::ShareDir and
      File::ShareDir::Install
    - Clarified support policy for < v5.8.1 in README

    Misc:
    - Updated bundled CPAN::Meta::Requirements to version 2.126
    - Updated bundled ExtUtils::Manifest to version 1.65

6.99_07 Wed Jul 30 17:36:14 BST 2014
    Bug fixes:
    - Resolve 'wide character in print' warnings

6.99_06 Mon Jul 28 15:02:25 BST 2014
    Enhancements:
    - Improvements and tests for the spaces-in-stuff handling

6.99_05 Tue Jul 22 12:32:03 BST 2014
    Enhancements:
    - Enable working with (including installing to) directories with spaces in names

6.99_04 Sat Jul 12 12:43:08 BST 2014
    Enhancements:
    - No longer report each file being manified. Only summarise.

6.99_03 Fri Jul  4 11:02:21 BST 2014
    Doc Fixes:
    - PATCHING document has been rewritten as CONTRIBUTING and TODO
      document has been removed

    Bug Fixes:
    - Rearranged bundled prereqs so CPAN::Meta::Requirements won't
      get stomped on if it is installed already, but CPAN::Meta isn't

6.99_02 Thu Jun  5 12:15:28 BST 2014
    Bug fixes:
    * MM->parse_version will no longer warn if it could
      not determine the $VERSION due to syntax errors etc.

6.99_01 Tue Jun  3 22:17:30 BST 2014
    Bug fixes:
    * Disregard some warnings during tests when cross-compiling

    Doc fixes:
    * Clarified the use and limitations of META_ADD, META_MERGE

    Test fixes:
    * Sanitise env vars in tests
2014-11-09 12:35:56 +00:00
wiz
6c78ca6f88 Updated devel/p5-ExtUtils-Manifest to 1.68 2014-11-09 12:33:56 +00:00
wiz
65c6961966 Update to 1.68:
1.68  Tue, Sep 16, 2014
  - Fix regression with manifind() and following symlinks

1.66  Sun, Aug 31, 2014
  - manifind() will now follow symlinks
  - Tests fixed if PERL_MM_MANIFEST_VERBOSE env var is set to
    false value
  - Fixed bug with maniread()'s handling of quoted filenames

1.65  Fri, Aug  8, 2014
  - Support perls < v5.8.3 once again
  - Don't generate MANIFESTs with CRLFs on Windows

1.64  Thu, Jul 17, 2014
  - Ignore vim swap files and prove generated files
  - use Exporter import
  - use 'our' instead of use vars
2014-11-09 12:33:48 +00:00
wiz
35667c9c0d Updated databases/p5-DBI to 1.632 2014-11-09 12:10:56 +00:00
wiz
4a5c57452b Update to 1.632:
Changes in DBI 1.632

    Fixed risk of memory corruption with many arguments to methods
        originally reported by OSCHWALD for Callbacks but may apply
        to other functionality in DBI method dispatch RT#86744.
    Fixed DBD::PurePerl to not set $sth->{Active} true by default
        drivers are expected to set it true as needed.
    Fixed DBI::DBD::SqlEngine to complain loudly when prerequite
        driver_prefix is not fulfilled (RT#93204) [Jens Rehsack]
    Fixed redundant sprintf argument warning RT#97062 [Reini Urban]
    Fixed security issue where DBD::File drivers would open files
        from folders other than specifically passed using the
        f_dir attribute RT#99508 [H.Merijn Brand]

    Changed delete $h->{$key} to work for keys with 'private_' prefix
        per request in RT#83156. local $h->{$key} works as before.

    Added security notice to DBD::Proxy and DBI::ProxyServer because they
        use Storable which is insecure. Thanks to ppisar@redhat.com RT#90475
    Added note to AutoInactiveDestroy docs strongly recommending that it
        is enabled in all new code.
2014-11-09 12:10:47 +00:00
wiz
95e47e7a2c Updated devel/p5-Class-Singleton to 1.5 2014-11-09 12:01:37 +00:00
wiz
887559ea85 Update to 1.5:
#------------------------------------------------------------------------
# Version 1.5    Date: 2014/11/07
#------------------------------------------------------------------------

* Work around global destruction order issue.  [Craig Manley
  <cmanley@cpan.org>, CPAN RT#23568/68526]
2014-11-09 12:01:29 +00:00
wiz
e5df9931fd Updated www/p5-URI to 1.65 2014-11-09 11:59:52 +00:00
wiz
fc06601682 Update 1.65:
2014-11-05   Karen Etheridge <ether@cpan.org>

  Release 1.65

  Karen Etheridge:
    - add a TO_JSON method, to assist JSON serialization
2014-11-09 11:59:42 +00:00
obache
815b6bb76c Updated net/mikutter to 3.0.9 2014-11-09 11:19:16 +00:00
obache
574e3d6951 Update mikutter to 3.0.9.
* small bug fixes
2014-11-09 11:19:06 +00:00
obache
c368698f22 Provide patched Makefile.in regen form patched Makefile.am. 2014-11-09 08:33:14 +00:00
obache
a365caf06f Update libatomic_ops to 7.4.2.
== [7.4.2] 2014-05-02 ==

* Fix a typo in doc/README.txt (remove redundant "an" article).
* Update emails/links due to project site transition.
2014-11-09 08:32:17 +00:00
obache
80e02a066f Updated graphics/libsixel to 1.3.3 2014-11-09 07:20:37 +00:00
obache
51afcf2fdc add missing patches. 2014-11-09 07:20:23 +00:00
obache
1e691e06ff Update libsixsel to 1.3.3.
------------------------------
                   What's new in libsixel-1.3 ?
                  ------------------------------

* Now libcurl is automatically linked to img2sixel.
  If you don't want to build with libcurl, you should configure with
  --without-libcurl option.

* Add libjpeg integration(linked automatically to img2sixel).

* Add libpng integration(linked automatically to img2sixel/sixel2png).

* Introduce -t(--palette-type) option.
  img2sixel can output HLS paletted sixel with "-t hls".
  Add new API sixel_output_set_palette_type.

* Introduce -v(--verbose) option.

* Add new API sixel_dither_set_body_only.

* Now img2sixel can load SIXEL as input data.

* Some bug fixes and minor improvements.

                  ------------------------------
                   What's new in libsixel-1.2 ?
                  ------------------------------

* Introduce GNU Screen penetration (-P) feature written by @arakiken.
  This works with arakiken's GNU screen sixel branch
  (screen-sixel, https://bitbucket.org/arakiken/screen/branch/screen).

* Introduce crop operation (-c) feature written by @arakiken.
  This works with arakiken's w3m remoteimg branch
  https://bitbucket.org/arakiken/w3m/branch/remoteimg
  (w3m with "-sixel" option)

* Introduce -C (complexion score) option and implement complexion correction
  feature. (discussion with @tsutsui)

* Introduce static image extraction from Gif animation (-S).
  (discussion with @isaki68k)

* Introduce --enable-debug configure option.

* Add APIs for skipping DCS envelope
  sixel_output_{get,set}_skip_dcs_envelope. (disscussion with @uobikiemukot)

* Some bug fixes and minor improvements.
  Thanks to @elfring, @isaki68k, @knok, @mattn, @tsutsui, @waywardmonkeys
  and @ttdoda.
2014-11-09 07:19:54 +00:00
obache
9925bf537d Updated ruby-gnome2 packages to 2.2.3. 2014-11-09 06:31:31 +00:00