Commit graph

268388 commits

Author SHA1 Message Date
wiz
803686e7f4 Updated notmuch to 0.25.
Notmuch 0.25 (2017-07-25)
=========================

General
-------

Add regexp searching for mid, paths, and tags.

Skip HTML tags when indexing

  In particular this avoids indexing large inline images.

Command Line Interface
----------------------

Bash completion is now installed to /usr/share by default.

Allow space as separator for keyword arguments.

Emacs
-----

Support for stashing message timestamp in show and tree views

  Invoking `notmuch-show-stash-date` with a prefix argument
  stashes the unix timestamp of the current message instead of
  the date string.

Don't use 'function' as variable name, workaround emacs bug 26406.

Library Changes
---------------

Add workaround for date parsing of bad input in older GMime

  In certain circumstances, older GMime libraries could return
  negative numbers when parsing syntactically invalid dates.

Replace deprecated functions with status returning versions

  API of notmuch_query_{search,count}_{messages,threads} has
  changed.  notmuch_query_add_tag_exclude now returns a status
  value.

Add support for building against GMime 3.0.

Rename libutil.a to libnotmuch_util.a.

libnotmuch SONAME is incremented to libnotmuch.so.5.
2017-08-14 20:17:00 +00:00
wiz
0b799bf53e Updated security/gnupg to 1.4.22 2017-08-14 20:12:10 +00:00
wiz
9a71af9558 Updated gnupg to 1.4.22.
Noteworthy changes in version 1.4.22 (2017-07-19)
-------------------------------------------------

 * Mitigate a flush+reload side-channel attack on RSA secret keys
   dubbed "Sliding right into disaster".  For details see
   <https://eprint.iacr.org/2017/627>.  [CVE-2017-7526]

 * Fix some minor bugs.
2017-08-14 20:12:00 +00:00
wiz
45db1016b1 Updated devel/waf to 1.9.13 2017-08-14 20:10:21 +00:00
wiz
6e0b5ff2bc Updated waf to 1.9.13.
NEW IN WAF 1.9.13
-----------------
* Fix a regression introduced by #1974 on Python2 with unicode characters in config.log
* Protobuf example update #2000
* Better detection for old msvc compilers #2002
* Better detection for old gcc compilers #2003
2017-08-14 20:10:11 +00:00
wiz
15f1b2c844 Updated net/libsoup to 2.58.2 2017-08-14 20:09:22 +00:00
wiz
1c7d09c1f7 Updated libsoup to 2.58.2.
Changes in libsoup from 2.58.1 to 2.58.2:

	* CVE-2017-2885: Fixed a chunked decoding buffer overrun that
          could be exploited against either clients or servers.
          [#785774]

Changes in libsoup from 2.58.0 to 2.58.1:

	* Reverts a change to SoupSession to close all open
          connections when the :proxy-resolver property is changed
          [#777326; this change was made in 2.58.0 but accidentally
          left out of the NEWS for that release]; although that
          behavior made :proxy-resolver more consistent with
          :proxy-uri, it ended up breaking Evolution EWS. [#781590]

	* Fixed undefined behavior in tests/header-parsing that could
          make the test spuriously fail. [#777258]

	* Updates to the configure tests for Apache for use in tests/:
		* Dropped support for Apache 2.2
		* Changed PHP support from PHP 5 to PHP 7
		* mod_unixd can now be either built-in or dynamically
		  loaded [#776478]

	* Updated translations:
	  Turkish

Changes in libsoup from 2.57.1 to 2.58.0:

	* Fix authentication issues when the SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE
	  flag is used. [#778497, #777936, Carlos Garcia Campos]

	* MSVC build improvements (Chun-wei Fan)

	* Updated translations:
	  Basque, Belarusian, Brazilian Portuguese, Chinese (Taiwan), Danish,
	  French, Galician, Greek, Indonesian, Italian, Korean, Latvian,
	  Lithuanian, Norwegian bokmål, Russian, Serbian, Slovak, Slovenian,
	  Spanish, zh_CN

Changes in libsoup from 2.56.0 to 2.57.1:

	* Added SoupWebsocketConnection:keepalive-interval, to make a
          connection send regular pings. [#773253, Ignacio Casal
          Quinteiro]

	* Added soup_auth_manager_clear_cached_credentials() and
          SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control
          over the use of cached HTTP auth credentials. [#774031,
          #774033, Carlos Garcia Campos]

	* Fixed the use of SoupSession:proxy-uri values containing
          passwords. [#772932, Jonathan Lebon]

	* Various minor WebSocket fixes [Ignacio Casal Quinteiro]:
		* Avoid sending data after we start closing the
		  connection [#774957]
		* Do not log a critical if the peer sends an invalid
		  close status code
		* Log a debug message when a "pong" is received

	* Fixed introspection of
          soup_message_headers_get_content_range() [Jasper St. Pierre]

	* Replaced Vala [Deprecated] annotations with [Version] to
          avoid build warnings [#773177, Evan Nemerson]

	* MSVC build improvements (Chun-wei Fan)

	* Updated error/message strings to use Unicode punctuation.
          [#772217, Piotr Drąg]

	* Updated translations:
	  Czech, Friulian, German, Hebrew, Hungarian,
	  Norwegian bokmål, Polish, Swedish

Changes in libsoup from 2.55.90 to 2.56.0:

	* Added SoupWebsocketConnection:max-incoming-payload-size
          property, to override the default maximum incoming payload
          size. [#770022, Ignacio Casal Quinteiro]

	* Added soup-version.h symbols (in particular
          soup_check_version()) to introspection. [#771439, Rico
          Tzschichholz]

	* Updated the copy of the public suffix list used by SoupTLD
	  [#769650, Michael Catanzaro]

	* Updated translations:
	  British English, Greek, Polish

Changes in libsoup from 2.54.1 to 2.55.90:

	* Removed support for SSLv3 fallback; sites that reject TLS
          1.x handshakes will now just fail with an error. (Firefox
          and Chrome have both already switched to this behavior.)
          [#765940, Dan Winship]

	* Fixed the parsing of <double>s in the new GVariant-based
          XMLRPC code. [#767707, Dan Winship]

	* Fixed soup_server_set_ssl_cert_file(), which was added in
          2.48 but didn't actually work... [patch on libsoup-list from
          Sean DuBois]

	* Added GObject properties to SoupLogger to make it
          bindings-friendly. [#768053, Jonh Wendell]

	* Fixed build error on FreeBSD [#765376, Ting-Wei Lan]

	* Fixed build with certain new versions of glibc that define
          "EOF" as a macro. [#768731, Philip Withnall]

	* Updated m4/ax_code_coverage.m4 with support for lcov 1.12
          [Philip Withnall]

	* Updated po files for future gettext versions [Piotr Drąg]

	* New/updated translations:
	  Occitan, Scottish Gaelic
2017-08-14 20:09:02 +00:00
wiz
010f4c68ec Updated time/py-vdirsyncer to 0.16.1 2017-08-14 20:00:29 +00:00
wiz
13c2cf036a Updated py-vdirsyncer to 0.16.1.
Version 0.16.1
==============

*released on 8 August 2017*

- Removed remoteStorage support, see :gh:`647`.
- Fixed test failures caused by latest requests version, see :gh:`660`.
2017-08-14 20:00:19 +00:00
wiz
3a83880121 Updated devel/py-tortoisehg to 4.3.1 2017-08-14 19:55:04 +00:00
wiz
fdf003845b Updated py-tortoisehg to 4.3.1.
TortoiseHg 4.3.1

TortoiseHg 4.3.1 is a quarterly feature release; 4.3.0 was skipped
since Mercurial tagged 4.3.1 the day as 4.3

Bug Fixes

    fileview: fix marker dark theme background colors (refs #810)

Improvements

    repowidget: add custom tools support to pair selection menu
    repowidget: add custom tools support to multiple selection menu
    sync: use [hostsecurity] section instead of [hostfingerprints] (refs #4830)

Installer

    newest versions of hg-git, dulwich and evolve

TortoiseHg 4.2.2

TortoiseHg 4.2.2 is a regularly scheduled bug-fix release

Installer

    latest hg-git, evolve
2017-08-14 19:54:55 +00:00
wiz
3f412df497 Updated devel/py-test-xdist to 1.19.1 2017-08-14 19:48:02 +00:00
wiz
ad77fe5c44 Updated py-test-xdist to 1.19.1.
pytest-xdist 1.19.1 (2017-08-10)
================================

Bug Fixes
---------

- Fix crash when transferring internal pytest warnings from workers to the
  master node. (`#214 <https://github.com/pytest-dev/pytest-
  xdist/issues/214>`_)


pytest-xdist 1.19.0 (2017-08-09)
================================

Deprecations and Removals
-------------------------

- ``--boxed`` functionality has been moved to a separate plugin, `pytest-forked
  <https://github.com/pytest-dev/pytest-forked>`_. This release now depends on
  `` pytest-forked`` and provides ``--boxed`` as a backward compatibility
  option. (`#1 <https://github.com/pytest-dev/pytest-xdist/issues/1>`_)


Features
--------

- New ``--dist=loadscope`` option: sends group of related tests to the same
  worker. Tests are grouped by module for test functions and by class for test
  methods. See ``README.rst`` for more information. (`#191 <https://github.com
  /pytest-dev/pytest-xdist/issues/191>`_)

- Warnings are now properly transferred from workers to the master node. (`#92
  <https://github.com/pytest-dev/pytest-xdist/issues/92>`_)


Bug Fixes
---------

- Fix serialization of native tracebacks (``--tb=native``). (`#196
  <https://github.com/pytest-dev/pytest-xdist/issues/196>`_)
2017-08-14 19:47:52 +00:00
wiz
b01e718073 Added devel/py-test-forked version 0.2 2017-08-14 19:46:37 +00:00
wiz
4fe81d7288 + py-test-forked 2017-08-14 19:46:25 +00:00
wiz
39db2ea445 Import py-test-forked-0.2 as devel/py-test-forked.
Run tests in isolated forked subprocesses.
2017-08-14 19:46:10 +00:00
wiz
e755cab530 Updated devel/py-nose-exclude to 0.5.0 2017-08-14 19:40:24 +00:00
wiz
ad3500f60d Updated py-nose-exclude to 0.5.0.
Changes not found.
2017-08-14 19:40:14 +00:00
wiz
10ce9407e8 Updated textproc/py-m2r to 0.1.9 2017-08-14 19:38:22 +00:00
wiz
1d668e592c Updated py-m2r to 0.1.9.
Version 0.1.9 (2017-08-12)

    Print help when input_file is not specified on command-line

Version 0.1.8 (2017-08-11)

    Update metadata on setup.py
2017-08-14 19:38:12 +00:00
wiz
640b5b1870 Updated www/py-idna to 2.6 2017-08-14 19:29:24 +00:00
wiz
d5d0cc944d Updated py-idna to 2.6.
2.6 (2017-08-08)
++++++++++++++++

- Allows generation of IDNA and UTS 46 table data for different
  versions of Unicode, by deriving properties directly from
  Unicode data.
- Ability to generate RFC 5892/IANA-style table data
- Diagnostic output of IDNA-related Unicode properties and
  derived calculations for a given codepoint
- Support for idna.__version__ to report version
- Support for idna.idnadata.__version__ and
  idna.uts46data.__version__ to report Unicode version of
  underlying IDNA and UTS 46 data respectively.
2017-08-14 19:29:14 +00:00
wiz
5b41622171 Updated devel/py-flake8-import-order to 0.13 2017-08-14 19:27:36 +00:00
wiz
33eb8a1349 Updated py-flake8-import-order to 0.13.
0.13 2017-07-29
---------------

* Added ``secrets`` to stdlib list.
* Allow for any style to use application-package grouping.
2017-08-14 19:27:26 +00:00
nros
e7270f9a44 Override the right pkgconfig file. 2017-08-14 19:26:04 +00:00
wiz
341fc5b578 Updated games/py-easyAI to 1.0.0.4 2017-08-14 19:25:10 +00:00
wiz
a52c6e1ddf Updated py-easyAI to 1.0.0.4.
Changes not found.
2017-08-14 19:25:01 +00:00
wiz
f4af7d8ab0 Updated misc/py-anki2 to 2.0.46 2017-08-14 19:23:15 +00:00
wiz
38a7c3a6db Updated py-anki2 to 2.0.46.
Changes in 2.0.46

Released 2017-08-02.

    Fix an issue where mplayer would not work for some Linux users.

    Fix an issue with the edit screen that may have lead to crashes later on.
2017-08-14 19:23:06 +00:00
wiz
48d039d43a Updated devel/p5-autovivification to 0.17 2017-08-14 19:21:43 +00:00
wiz
d34fb30db9 Updated p5-autovivification to 0.17.
0.17    2017-07-31 17:15 UTC
        + Chg : A large chunk of boilerplate XS code, which is also used in
                other XS modules, has been factored out of the main .xs file
                to a collection of .h files in the xsh subdirectory.
        + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref))
                is now correcty supported.
2017-08-14 19:21:33 +00:00
wiz
8ed01675cf Updated www/p5-WWW-Mechanize to 1.86 2017-08-14 19:20:23 +00:00
wiz
7da0d2c6ec Updated p5-WWW-Mechanize to 1.86.
1.86      2017-07-04 15:48:46Z
    [FIXED]
    - use 127.0.0.1 instead of 'localhost' in a test script to avoid the test
      hanging due to ipv6 issues (GH#31, see also changes in 1.85)
2017-08-14 19:20:13 +00:00
wiz
800996cf17 Updated time/p5-Time-HiRes to 1.9744 2017-08-14 19:16:50 +00:00
wiz
09320c3389 Updated p5-Time-HiRes to 1.9744.
1.9744 [2017-07-27]
  - add more potential clock constants, like CLOCK_MONOTONIC_FAST
    (available in FreeBSD), and not all potentially found clock
    constants were properly exported to be available from Perl,
    see your system's clock_gettime() documentation for the available ones

1.9743 [2017-07-20]
  - correct declared minimum Perl version (should be 5.6, was declared
    as 5.8 since 1.9727_03): blead af94b3ac
  - fix the fix for 'do file' to load hints in Makefile.PL: blead 3172fdbc
2017-08-14 19:16:40 +00:00
wiz
3273b94c28 Updated devel/p5-Tie-Cycle to 1.225 2017-08-14 19:11:26 +00:00
wiz
3a7596dd0e Updated p5-Tie-Cycle to 1.225.
1.225 2017-07-09T17:49:10Z
	* Bump the version to reindex (See https://github.com/andk/pause/issues/248 )
2017-08-14 19:11:16 +00:00
wiz
9d7440a4e2 Updated textproc/p5-Text-BibTeX to 0.81 2017-08-14 19:10:13 +00:00
wiz
72e17e4459 Updated p5-Text-BibTeX to 0.81.
0.81 2017-07-19
 * Fix issue with NameFormat and unitialized join-tokens.
   (thanks to Karl Wette for the bug report).
2017-08-14 19:10:04 +00:00
wiz
aae25cb54c Updated devel/p5-Specio to 0.40 2017-08-14 19:08:41 +00:00
wiz
152f95d39e Updated p5-Specio to 0.40.
0.40     2017-08-03

- Fixed more bugs with {any,object}_{can,does,isa}_type. When passed a glob
  (not a globref) they would die in their type check. On Perl 5.16 or earlier,
  passing a number to an any_* type would also die.

- Fixed subification overloading. If Sub::Quote was loaded, this would be
  used, but any environment variables needed for the closure would not be
  included. This broke enums, among other things.


0.39     2017-08-02

- Many bug fixes and improves to the types created by
  {any,object}_{can,does,isa}_type. In some cases, an invalid value could
  cause an exception in type check itself. In other cases, a value which
  failed a type check would cause an exception when generating a message
  describing the failure. These cases have all been fixed.

- The messages describing a failure for all of these types have been improved.

- You can now create anonymous *_does and *_isa types using the exports from
  Specio::Declare.
2017-08-14 19:08:31 +00:00
wiz
ccc5cf37cf Updated devel/p5-Perl4-CoreLibs to 0.004 2017-08-14 19:03:41 +00:00
wiz
c0651f782c Updated p5-Perl4-CoreLibs to 0.004.
version 0.004; 2017-07-30

  * in doc, note when core versions started warning and were removed

  * no longer include a Makefile.PL in the distribution

  * in META.{yml,json}, point to public bug tracker

  * include META.json in distribution

  * correct a typo in documentation

  * convert .cvsignore to .gitignore

  * add MYMETA.json to .cvsignore
2017-08-14 19:03:31 +00:00
wiz
f764b2fafb Updated devel/p5-Module-Runtime to 0.015 2017-08-14 19:00:24 +00:00
wiz
c15ef8bb49 Updated p5-Module-Runtime to 0.015.
version 0.015; 2017-07-16

  * update test suite to not rely on . in @INC, which is no longer
    necessarily there from Perl 5.25.7

  * in documentation, warn about the security problem with
    use_package_optimistically()

  * declare correct version for Test::More dependency

  * generate "traditional" style of compatibility Makefile.PL, to
    permit building in environments that don't support Build.PL or
    configure_requires
2017-08-14 19:00:15 +00:00
wiz
65bc2a49fc Updated devel/p5-List-SomeUtils-XS to 0.55 2017-08-14 18:59:16 +00:00
wiz
7b7bc35d57 Updated p5-List-SomeUtils-XS to 0.55.
0.55     2017-07-23

- Skip all the tests unless List::SomeUtils 0.56 is installed. This fixes the
  issue where trying to install the new List::SomeUtils ends up pulling this
  distribution, which then fails because an older LSU is installed but doesn't
  export mode(). Reported by John SJ Anderson. GH #1.


0.54     2017-07-22

- Added a new function, mode(), requested by Jerrad Pierce. GH #2.
2017-08-14 18:59:06 +00:00
wiz
a88735af72 Updated devel/p5-List-SomeUtils to 0.56 2017-08-14 18:58:18 +00:00
wiz
a18e1d7787 0.56 2017-07-22
- Make sure we depend on the latest LSU::XS if the system support XS.

0.55     2017-07-22
    - Fixed incorrect comments in doc examples for uniq().
    - Added a new function, mode(), requested by Jerrad Pierce. GH #2.
2017-08-14 18:58:08 +00:00
wiz
188f53d4f0 Updated graphics/p5-Image-Info to 1.41 2017-08-14 18:53:29 +00:00