Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 04:51:03 UTC Now

2015-10-20 08:27:59 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 11.0.3

(tnn)

2015-10-20 08:27:56 UTC MAIN commitmail json YAML

Changes 2015.10.18:
* get format_id from video file ext
* check for the offline error page
* treat the offline error as an expected ExtractorError
* Look for sm4:video:embed
* Add _extract_url
* Use _extract_url for mtvservices

(adam)

2015-10-20 08:27:16 UTC MAIN commitmail json YAML

Update to mesa-11.0.3 (2015-10-10)

"In the current release we have a bunch of EGL patches, mangledGL build fixes
and a healthy amount of driver bugfixes - radeonsi, nouveau, i915 and i965.
Last but not least, the KDE/Weston regression introduced with 11.0.2 has also
been resolved."

(tnn)

2015-10-20 08:20:29 UTC MAIN commitmail json YAML

exit with an error if the JVM crashes and chdir to /tmp before running it,
so we don't get a stale java.core in pkgdb.

(tnn)

2015-10-20 08:18:12 UTC MAIN commitmail json YAML

OpenBSD and derivatives define MACHINE_ARCH in sys/param.h to "amd64" which
overrides our attempt to set it to "x86_64" and ensure consistency across
platforms.  Work around this by setting it using PKGSRC_MACHINE_ARCH.

Confirmed to fix the issue and not break a variety of other platforms by
Sevan, and approved under duress by Joerg.

(jperkin)

2015-10-19 22:56:42 UTC MAIN commitmail json YAML

Updated x11/xinput to 1.6.2

(wiz)

2015-10-19 22:56:32 UTC MAIN commitmail json YAML

Update to 1.6.2:

A couple of minor patches accumulated over the years. One crasher fix, one
exit status correction, two fixes for the test-xi2 printf. And some build
system cleanups.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Peter Hutterer (6):
      Drop AM_MAINTAINER_MODE
      Fix crash for enable/disable without a device argument
      Fix valuator printf output in test-xi2
      property: return EXIT_FAILURE if at least one device fails (#90226)
      Print touch event flags in test-xi2
      xinput 1.6.2

(wiz)

2015-10-19 17:26:44 UTC MAIN commitmail json YAML

Pass -DENABLE_NLS on SunOS to ensure consistency of including libintl.h
as it is pulled in implicitly by locale.h when __EXTENSIONS__ is used.

Fixed build on SmartOS.

(jperkin)

2015-10-19 16:40:57 UTC MAIN commitmail json YAML

Bump revision for the libxl fix.

(joerg)

2015-10-19 16:40:41 UTC MAIN commitmail json YAML

2015-10-19 16:38:17 UTC MAIN commitmail json YAML

Give _num.c the same optimiser threatment as _io.c for clang.

(joerg)

2015-10-19 16:37:37 UTC MAIN commitmail json YAML

Don't define nullptr when using a C++11 compiler in general or clang
specifically.

(joerg)

2015-10-19 14:24:26 UTC MAIN commitmail json YAML

Don't encode the github tag into the distfile name if we are packaging
a github release and the release version happens to look like a tag.
(a date like 20150714 could be misinterpreted as a git "short SHA")

(tnn)

2015-10-19 11:44:05 UTC MAIN commitmail json YAML

Updated libbson and mongo-c-driver

(fhajny)

2015-10-19 11:42:46 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.2.0.

mongo-c-driver 1.2.0
- Much improved reporting of network errors, unavailable servers, and
  authentication failure
- Destroying an exhaust cursor must close its socket
- Various bugs in server reconnection logic
- mongoc_collection_aggregate returned invalid cursor after failure
- Wrong error message after failed network write on Sparc
- Missing JSON test files in release tarball
- Enable runtime asserts in release build.
- mongoc_client_kill_cursor is now deprecated and will be removed
  in version 2.0.

mongo-c-driver 1.1.11
- Undetected network errors when sending messages to the server
- Off-by-one error in mongoc_gridfs_file_seek with mode SEEK_END
- Memory leak parsing a URI that contains an invalid option

(fhajny)

2015-10-19 11:42:18 UTC MAIN commitmail json YAML

Update devel/libbson 1.1.10 to 1.2.0.

libbson 1.2.0
- Add bson_mem_restore_vtable(), the inverse of bson_mem_set_vtable().
- Enable runtime asserts in release build.
- Fixed compiler warnings and build failures on various platforms.
- Improvements to the formatting and contents of the documentation.

libbson 1.1.11
- Document bson streaming reads with an example, bson-streaming-reader.c.
- Document callback function types bson_reader_destroy_func_t and
  bson_reader_read_func_t.

(fhajny)

2015-10-19 11:38:32 UTC MAIN commitmail json YAML

+ harfbuzz-1.0.6, libebml-1.3.2, libmatroska-1.4.3, p5-CGI-4.22,
  py-anki2-2.0.33, talloc-2.1.4, wireshark-1.12.8, x264-devel-20151017.

(wiz)

2015-10-19 10:57:13 UTC MAIN commitmail json YAML

Add textproc/py-xlsxwriter

(fhajny)

2015-10-19 10:46:41 UTC MAIN commitmail json YAML

Added textproc/py-xlsxwriter version 0.7.7

(fhajny)

2015-10-19 10:45:03 UTC MAIN commitmail json YAML

Import XlsxWriter as textproc/py-xlsxwriter.

XlsxWriter is a Python module for writing files in the Excel
2007+ XLSX file format.

(fhajny)

2015-10-19 09:44:21 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.8.2

(wiz)

2015-10-19 09:44:11 UTC MAIN commitmail json YAML

Update py-test to 2.8.2:

2.8.2
-----

- fix #1085: proper handling of encoding errors when passing encoded byte
  strings to pytest.parametrize in Python 2.
  Thanks Themanwithoutaplan for the report and Bruno Oliveira for the PR.

- fix #1087: handling SystemError when passing empty byte strings to
  pytest.parametrize in Python 3.
  Thanks Paul Kehrer for the report and Bruno Oliveira for the PR.

- fix #995: fixed internal error when filtering tracebacks where one entry
  was generated by an exec() statement.
  Thanks Daniel Hahler, Ashley C Straw, Philippe Gauthier and Pavel Savchenko
  for contributing and Bruno Oliveira for the PR.

2.8.1
-----

- fix #1034: Add missing nodeid on pytest_logwarning call in
  addhook.  Thanks Simon Gomizelj for the PR.

- 'deprecated_call' is now only satisfied with a DeprecationWarning or
  PendingDeprecationWarning. Before 2.8.0, it accepted any warning, and 2.8.0
  made it accept only DeprecationWarning (but not PendingDeprecationWarning).
  Thanks Alex Gaynor for the issue and Eric Hunsberger for the PR.

- fix issue #1073: avoid calling __getattr__ on potential plugin objects.
  This fixes an incompatibility with pytest-django.  Thanks Andreas Pelme,
  Bruno Oliveira and Ronny Pfannschmidt for contributing and Holger Krekel
  for the fix.

- Fix issue #704: handle versionconflict during plugin loading more
  gracefully.  Thanks Bruno Oliveira for the PR.

- Fix issue #1064: ""--junitxml" regression when used with the
  "pytest-xdist" plugin, with test reports being assigned to the wrong tests.
  Thanks Daniel Grunwald for the report and Bruno Oliveira for the PR.

- (experimental) adapt more SEMVER style versioning and change meaning of
  master branch in git repo: "master" branch now keeps the bugfixes, changes
  aimed for micro releases.  "features" branch will only be be released
  with minor or major pytest releases.

- Fix issue #766 by removing documentation references to distutils.
  Thanks Russel Winder.

- Fix issue #1030: now byte-strings are escaped to produce item node ids
  to make them always serializable.
  Thanks Andy Freeland for the report and Bruno Oliveira for the PR.

- Python 2: if unicode parametrized values are convertible to ascii, their
  ascii representation is used for the node id.

- Fix issue #411: Add __eq__ method to assertion comparison example.
  Thanks Ben Webb.

- fix issue 877: properly handle assertion explanations with non-ascii repr
  Thanks Mathieu Agopian for the report and Ronny Pfannschmidt for the PR.

- fix issue 1029: transform errors when writing cache values into pytest-warnings

2.8.0
-----------------------------

- new ``--lf`` and ``-ff`` options to run only the last failing tests or
  "failing tests first" from the last run.  This functionality is provided
  through porting the formerly external pytest-cache plugin into pytest core.
  BACKWARD INCOMPAT: if you used pytest-cache's functionality to persist
  data between test runs be aware that we don't serialize sets anymore.
  Thanks Ronny Pfannschmidt for most of the merging work.

- "-r" option now accepts "a" to include all possible reports, similar
  to passing "fEsxXw" explicitly (isse960).
  Thanks Abhijeet Kasurde for the PR.

- avoid python3.5 deprecation warnings by introducing version
  specific inspection helpers, thanks Michael Droettboom.

- fix issue562: @nose.tools.istest now fully respected.

- fix issue934: when string comparison fails and a diff is too large to display
  without passing -vv, still show a few lines of the diff.
  Thanks Florian Bruhin for the report and Bruno Oliveira for the PR.

- fix issue736: Fix a bug where fixture params would be discarded when combined
  with parametrization markers.
  Thanks to Markus Unterwaditzer for the PR.

- fix issue710: introduce ALLOW_UNICODE doctest option: when enabled, the
  ``u`` prefix is stripped from unicode strings in expected doctest output. This
  allows doctests which use unicode to run in Python 2 and 3 unchanged.
  Thanks Jason R. Coombs for the report and Bruno Oliveira for the PR.

- parametrize now also generates meaningful test IDs for enum, regex and class
  objects (as opposed to class instances).
  Thanks to Florian Bruhin for the PR.

- Add 'warns' to assert that warnings are thrown (like 'raises').
  Thanks to Eric Hunsberger for the PR.

- Fix issue683: Do not apply an already applied mark.  Thanks ojake for the PR.

- Deal with capturing failures better so fewer exceptions get lost to
  /dev/null.  Thanks David Szotten for the PR.

- fix issue730: deprecate and warn about the --genscript option.
  Thanks Ronny Pfannschmidt for the report and Christian Pommranz for the PR.

- fix issue751: multiple parametrize with ids bug if it parametrizes class with
  two or more test methods. Thanks Sergey Chipiga for reporting and Jan
  Bednarik for PR.

- fix issue82: avoid loading conftest files from setup.cfg/pytest.ini/tox.ini
  files and upwards by default (--confcutdir can still be set to override this).
  Thanks Bruno Oliveira for the PR.

- fix issue768: docstrings found in python modules were not setting up session
  fixtures. Thanks Jason R. Coombs for reporting and Bruno Oliveira for the PR.

- added `tmpdir_factory`, a session-scoped fixture that can be used to create
  directories under the base temporary directory. Previously this object was
  installed as a `_tmpdirhandler` attribute of the `config` object, but now it
  is part of the official API and using `config._tmpdirhandler` is
  deprecated.
  Thanks Bruno Oliveira for the PR.

- fix issue808: pytest's internal assertion rewrite hook now implements the
  optional PEP302 get_data API so tests can access data files next to them.
  Thanks xmo-odoo for request and example and Bruno Oliveira for
  the PR.

- rootdir and inifile are now displayed during usage errors to help
  users diagnose problems such as unexpected ini files which add
  unknown options being picked up by pytest. Thanks to Pavel Savchenko for
  bringing the problem to attention in #821 and Bruno Oliveira for the PR.

- Summary bar now is colored yellow for warning
  situations such as: all tests either were skipped or xpass/xfailed,
  or no tests were run at all (this is a partial fix for issue500).

- fix issue812: pytest now exits with status code 5 in situations where no
  tests were run at all, such as the directory given in the command line does
  not contain any tests or as result of a command line option filters
  all out all tests (-k for example).
  Thanks Eric Siegerman (issue812) and Bruno Oliveira for the PR.

- Summary bar now is colored yellow for warning
  situations such as: all tests either were skipped or xpass/xfailed,
  or no tests were run at all (related to issue500).
  Thanks Eric Siegerman.

- New `testpaths` ini option: list of directories to search for tests
  when executing pytest from the root directory. This can be used
  to speed up test collection when a project has well specified directories
  for tests, being usually more practical than configuring norecursedirs for
  all directories that do not contain tests.
  Thanks to Adrian for idea (#694) and Bruno Oliveira for the PR.

- fix issue713: JUnit XML reports for doctest failures.
  Thanks Punyashloka Biswal.

- fix issue970: internal pytest warnings now appear as "pytest-warnings" in
  the terminal instead of "warnings", so it is clear for users that those
  warnings are from pytest and not from the builtin "warnings" module.
  Thanks Bruno Oliveira.

- Include setup and teardown in junitxml test durations.
  Thanks Janne Vanhala.

- fix issue735: assertion failures on debug versions of Python 3.4+

- new option ``--import-mode`` to allow to change test module importing
  behaviour to append to sys.path instead of prepending.  This better allows
  to run test modules against installated versions of a package even if the
  package under test has the same import root.  In this example::

        testing/__init__.py
        testing/test_pkg_under_test.py
        pkg_under_test/

  the tests will run against the installed version
  of pkg_under_test when ``--import-mode=append`` is used whereas
  by default they would always pick up the local version.  Thanks Holger Krekel.

- pytester: add method ``TmpTestdir.delete_loaded_modules()``, and call it
  from ``inline_run()`` to allow temporary modules to be reloaded.
  Thanks Eduardo Schettino.

- internally refactor pluginmanager API and code so that there
  is a clear distinction between a pytest-agnostic rather simple
  pluginmanager and the PytestPluginManager which adds a lot of
  behaviour, among it handling of the local conftest files.
  In terms of documented methods this is a backward compatible
  change but it might still break 3rd party plugins which relied on
  details like especially the pluginmanager.add_shutdown() API.
  Thanks Holger Krekel.

- pluginmanagement: introduce ``pytest.hookimpl`` and
  ``pytest.hookspec`` decorators for setting impl/spec
  specific parameters.  This substitutes the previous
  now deprecated use of ``pytest.mark`` which is meant to
  contain markers for test functions only.

- write/refine docs for "writing plugins" which now have their
  own page and are separate from the "using/installing plugins`` page.

- fix issue732: properly unregister plugins from any hook calling
  sites allowing to have temporary plugins during test execution.

- deprecate and warn about ``__multicall__`` argument in hook
  implementations.  Use the ``hookwrapper`` mechanism instead already
  introduced with pytest-2.7.

- speed up pytest's own test suite considerably by using inprocess
  tests by default (testrun can be modified with --runpytest=subprocess
  to create subprocesses in many places instead).  The main
  APIs to run pytest in a test is "runpytest()" or "runpytest_subprocess"
  and "runpytest_inprocess" if you need a particular way of running
  the test.  In all cases you get back a RunResult but the inprocess
  one will also have a "reprec" attribute with the recorded events/reports.

- fix monkeypatch.setattr("x.y", raising=False) to actually not raise
  if "y" is not a pre-existing attribute. Thanks Florian Bruhin.

- fix issue741: make running output from testdir.run copy/pasteable
  Thanks Bruno Oliveira.

- add a new ``--noconftest`` argument which ignores all ``conftest.py`` files.

- add ``file`` and ``line`` attributes to JUnit-XML output.

- fix issue890: changed extension of all documentation files from ``txt`` to
  ``rst``. Thanks to Abhijeet for the PR.

- fix issue714: add ability to apply indirect=True parameter on particular argnames.
  Thanks Elizaveta239.

- fix issue890: changed extension of all documentation files from ``txt`` to
  ``rst``. Thanks to Abhijeet for the PR.

- fix issue957: "# doctest: SKIP" option will now register doctests as SKIPPED
  rather than PASSED.
  Thanks Thomas Grainger for the report and Bruno Oliveira for the PR.

- issue951: add new record_xml_property fixture, that supports logging
  additional information on xml output. Thanks David Diaz for the PR.

- issue949: paths after normal options (for example `-s`, `-v`, etc) are now
  properly used to discover `rootdir` and `ini` files.
  Thanks Peter Lauri for the report and Bruno Oliveira for the PR.

2.7.3 (compared to 2.7.2)
-----------------------------

- Allow 'dev', 'rc', or other non-integer version strings in `importorskip`.
  Thanks to Eric Hunsberger for the PR.

- fix issue856: consider --color parameter in all outputs (for example
  --fixtures). Thanks Barney Gale for the report and Bruno Oliveira for the PR.

- fix issue855: passing str objects as `plugins` argument to pytest.main
  is now interpreted as a module name to be imported and registered as a
  plugin, instead of silently having no effect.
  Thanks xmo-odoo for the report and Bruno Oliveira for the PR.

- fix issue744: fix for ast.Call changes in Python 3.5+.  Thanks
  Guido van Rossum, Matthias Bussonnier, Stefan Zimmermann and
  Thomas Kluyver.

- fix issue842: applying markers in classes no longer propagate this markers
  to superclasses which also have markers.
  Thanks xmo-odoo for the report and Bruno Oliveira for the PR.

- preserve warning functions after call to pytest.deprecated_call. Thanks
  Pieter Mulder for PR.

- fix issue854: autouse yield_fixtures defined as class members of
  unittest.TestCase subclasses now work as expected.
  Thannks xmo-odoo for the report and Bruno Oliveira for the PR.

- fix issue833: --fixtures now shows all fixtures of collected test files, instead of just the
  fixtures declared on the first one.
  Thanks Florian Bruhin for reporting and Bruno Oliveira for the PR.

- fix issue863: skipped tests now report the correct reason when a skip/xfail
  condition is met when using multiple markers.
  Thanks Raphael Pierzina for reporting and Bruno Oliveira for the PR.

- optimized tmpdir fixture initialization, which should make test sessions
  faster (specially when using pytest-xdist). The only visible effect
  is that now pytest uses a subdirectory in the $TEMP directory for all
  directories created by this fixture (defaults to $TEMP/pytest-$USER).
  Thanks Bruno Oliveira for the PR.

(wiz)

2015-10-19 09:44:08 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.157

(wiz)

2015-10-19 09:43:59 UTC MAIN commitmail json YAML

Bump version for recent fixes.

(wiz)

2015-10-19 09:42:31 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.23.4

(wiz)

2015-10-19 09:42:22 UTC MAIN commitmail json YAML

Update to 0.23.4:

0.23.4 (2015-10-10)
===================

Bugs fixed
----------

* Memory leak when calling Python functions in PyPy.

* Compilation problem with MSVC in C99-ish mode.

* Warning about unused values in a helper macro.

0.23.3 (2015-09-29)
===================

Bugs fixed
----------

* Invalid C code for some builtin methods.  This fixes ticket 856 again.

* Incorrect C code in helper functions for PyLong conversion and string
  decoding.  This fixes ticket 863, ticket 864 and ticket 865.
  Original patch by Nikolaus Rath.

* Large folded or inserted integer constants could use too small C
  integer types and thus trigger a value wrap-around.

Other changes
-------------

* The coroutine and generator types of Cython now also register directly
  with the ``Coroutine`` and ``Generator`` ABCs in the ``backports_abc``
  module if it can be imported.  This fixes ticket 870.

(wiz)

2015-10-19 09:37:38 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 1.0.2

(wiz)

2015-10-19 09:37:29 UTC MAIN commitmail json YAML

Update py-cryptography to 1.0.2:

1.0.2 - 2015-09-27
~~~~~~~~~~~~~~~~~~
* **SECURITY ISSUE**: The OpenSSL backend prior to 1.0.2 made extensive use
  of assertions to check response codes where our tests could not trigger a
  failure.  However, when Python is run with ``-O`` these asserts are optimized
  away.  If a user ran Python with this flag and got an invalid response code
  this could result in undefined behavior or worse. Accordingly, all response
  checks from the OpenSSL backend have been converted from ``assert``
  to a true function call. Credit **Emilia Kè¾°sper (Google Security Team)**
  for the report.

(wiz)

2015-10-19 09:17:14 UTC MAIN commitmail json YAML

Updated editors/joe to 4.1

(adam)

2015-10-19 09:15:54 UTC MAIN commitmail json YAML

Changes 4.1:
* New or improved syntax files for the following languages:
        * Groovy, R, Clojure, Rust, Coffeescript, Java, Scala, Swift, D,
          AVR, Ruby, Perl
* New translations
        * Chinese (zh_TW)
* UTF-16 support
        * JOE can now edit UTF-16BE and UTF-16LE files.  It does this
          by converting them to UTF-8 during load and back to UTF-16 during
          save.
        * Within JOE, native byte order is called UTF-16 and reversed order
          is called UTF-16R.
        * If you change the encoding (with ^T E) between UTF-8, UTF-16 and UTF-16R,
          JOE will convert the file to the desired encoding on save.
* New regular expression engine
* Unicode improvements
* Code clean up
* Bugs fixed
* Minor enhancements
* jmacs fixes:
* ESC g (grep/find) and ESC c (compile) improvements

(adam)

2015-10-19 08:32:39 UTC MAIN commitmail json YAML

Add optional (default-off) curses support to cunit.

>From Alexander Vasarab on tech-pkg.

(wiz)

2015-10-18 23:21:12 UTC MAIN commitmail json YAML

+ hdf5-1.8.15patch1.

(wiz)

2015-10-18 23:09:43 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.26

(wiz)

2015-10-18 23:09:32 UTC MAIN commitmail json YAML

Update lgogdownloader to 2.26:

LGOGDownloader 2.26
- Check that stdin is a tty before reading (patch by: Stephen Kitt)
- Added version string and number to cached game details
- Fixed priority handling for DLCs
- Combined priority handling with --platform and --language options
* Use "+" as separator to combine values and "," to set priority
* Syntax for --platform and --language options was changed: see --help or man page for details
- Added support for new language: Slovak
- Use include/exclude options to choose what files to download
* --cover, --no-cover, --no-installers, --no-extras, --no-patches, --no-language-packs and --no-dlc options have been removed
* Default: --include "all" --exclude "covers"
* See --help for available options

(wiz)

2015-10-18 21:06:02 UTC MAIN commitmail json YAML

Updated net/rabbitmq to 3.5.6

(fhajny)

2015-10-18 21:05:50 UTC MAIN commitmail json YAML

Update net/rabbitmq to 3.5.6

- Erlang 18.1 compatibility.
- Prevent EACCESS errors on Windows when queue journal is cleared.
- When multiple authorization backends are used, user tags from all
  of them should be preserved.
- Force a (per-queue, not global) GC when a queue pages messages
  to disk.
- MQTT Plugin: Queues used by QoS 1 subscriptions are no longer
  deleted when the only subscriber disconnects.
- STOMP Plugin: Trailing new line character now can be optional.

(fhajny)

2015-10-18 20:30:15 UTC MAIN commitmail json YAML

Updated textproc/sphinxsearch to 2.2.10

(fhajny)

2015-10-18 20:30:02 UTC MAIN commitmail json YAML

Update textproc/sphinxsearch to 2.2.10.

New features and updates

- The list of SphinxQL reserved keywords is now much, much smaller than
  it used to be, and also consistent across different places in the code
  and in the docs.
- IN() function now accepts string attributes (#2233). Also, filtering
  string attributes by an empty value in WHERE clause now works.
- WHERE on float attributes got improved a bit: we added floatcol<>123.0
  syntax, and fixed an issue with using an integer reference value asi
  in floatcol=123 or floatcol!=123, see bug #2121.
- searchd --replay-flags switch (useful for binlog replay troubleshooting)
  now accepts a new option 'ignore-open-errors' that lets you simply
  ignore missing binlog files without deleting binlog meta info.
- Indexer now exits with code 2 in case of rotation failure.

Notable bug fixes
- unified min_prefix_len, min_infix_len behavior between RT and plain indexes
- expressions dependent on aggregation results (eg. as in SELECT MAX(id) m1,
  m1+10 m2) were not computed properly in RT indexes
- LENGTH() was 2x off for 64-bit MVA attributes
- OPTIMIZE could occasionally break big RT indexess
- multi-wordforms with clashing prefixes were processed in a wrong order
- disabled and later re-enabled indexes were not picked up again by searchd
  on SIGHUP

Full release notes:

  http://sphinxsearch.com/docs/latest/rel2210.html

(fhajny)

2015-10-18 19:32:05 UTC pkgsrc-2015Q3 commitmail json YAML

pullups 4839 4840 4841

(spz)

2015-10-18 19:24:39 UTC MAIN commitmail json YAML

set HOMEPAGE to the hg revision log URL to make it easier to figure out if
the package needs an update.

(tnn)

2015-10-18 19:08:07 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4841 - requested by tnn
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.50,1.52
- multimedia/adobe-flash-plugin11/distinfo                      1.47,1.49

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tsutsui
  Date: Sun Oct 18 14:15:23 UTC 2015

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.540.

  Upstream announcement:

    https://helpx.adobe.com/security/products/flash-player/apsb15-27.html

  Adobe Security Bulletin

  Security updates available for Adobe Flash Player

  Release date: October 16, 2015

  Vulnerability identifier: APSB15-27

  CVE number: CVE-2015-7645, CVE-2015-7647, CVE-2015-7648

  Platform: All Platforms

  To generate a diff of this commit:
  cvs rdiff -u -r1.51 -r1.52 pkgsrc/multimedia/adobe-flash-plugin11/Makefile
  cvs rdiff -u -r1.48 -r1.49 pkgsrc/multimedia/adobe-flash-plugin11/distinfo

(spz)

2015-10-18 16:47:09 UTC MAIN commitmail json YAML

Updated databases/py-elasticsearch to 2.0.0

(fhajny)

2015-10-18 16:46:53 UTC MAIN commitmail json YAML

Update databases/py-elasticsearch to 2.0.0.

2.0.0 (2015-10-14)
- Elasticsearch 2.0 compatibility release

1.8.0 (2015-10-14)
- removed thrift and memcached connections, if you wish to continue
  using those, extract the classes and use them separately.
- added a new, parallel version of the bulk helper using thread pools

(fhajny)

2015-10-18 16:45:27 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4840 - requested by mrg
lang/perl5: fix for sparc

Revisions pulled up:
- lang/perl5/hacks.mk                                          1.18

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  mrg
  Date:          Thu Oct 15 00:15:52 UTC 2015

  Modified Files:
          pkgsrc/lang/perl5: hacks.mk

  Log Message:
  enable the GCC 4.5 op.c hack for sparc.

  To generate a diff of this commit:
  cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/perl5/hacks.mk

(spz)

2015-10-18 16:26:12 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4839 - requested by gdt
sysutils/dbus: build fix

Revisions pulled up:
- sysutils/dbus/distinfo                                        1.67
- sysutils/dbus/patches/patch-tools_dbus-print-message.c        1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: joerg
  Date: Thu Oct  8 14:32:09 UTC 2015

  Modified Files:
  pkgsrc/sysutils/dbus: distinfo
  Added Files:
  pkgsrc/sysutils/dbus/patches: patch-tools_dbus-print-message.c

  Log Message:
  Fix build on NetBSD 5.x and 6.x.

  To generate a diff of this commit:
  cvs rdiff -u -r1.66 -r1.67 pkgsrc/sysutils/dbus/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/sysutils/dbus/patches/patch-tools_dbus-print-message.c

(spz)

2015-10-18 16:02:17 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 1.7.3

(fhajny)

2015-10-18 16:02:05 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 1.7.3.
Fix the plugin script.

elasticsearch 1.7.3
===================

Enhancements
  Tribe Node:
    TransportNodesAction shouldn't hold on to cluster state

Bug fixes
  Internal:
    - An inactive shard is activated by triggered synced flush
    - Pending operations in the translog prevent shard from being
      marked as inactive
  Mapping:
    - Ensure more specific analyzer is used independent of the mapping order
  REST:
    - Expose nodes operation timeout in REST API
  Snapshot/Restore:
    - Snapshot restore operations throttle more than specified
  Tribe Node:
    - Increment tribe node version on updates

Upgrades
  Network:
    - Upgrade Netty to 3.10.5.final

elasticsearch 1.7.2
===================

Enhancements
  Allocation:
    - Avoid extra reroutes of delayed shards in RoutingService
  Packaging:
    - Shade joda-convert
  Query DSL:
    - Add a check if FieldMappers exists

Bug fixes
  Allocation:
    - Take relocating shard into consideration during awareness allocation
    - Take initializing shards into consideration during awareness allocation
    - Fix messaging about delayed allocation
  Internal:
    - Fix concurrency issue in PrioritizedEsThreadPoolExecutor.
  Nested Docs:
    - Nested query should only use bitset cache for parent filter
  Packaging:
    - Fix upgrade RPM script
  Plugins:
    - Plugin script: Fix ES_HOME with spaces
  Query DSL:
    - Do not track named queries that are null
    - multi_match query applies boosts too many times.
  Recovery:
    - Rethrow exception during recovery finalization even if source is
      not broken
  Snapshot/Restore:
    - Snapshot restore request should accept indices options
  Suggesters:
    - Prevent DirectCandidateGenerator to reuse an unclosed analyzer

(fhajny)

2015-10-18 15:57:56 UTC MAIN commitmail json YAML

Updated audio/mpg123 to 1.22.4; audio/wavpack to 4.75.2; audio/py-audiotools to 3.1; graphics/py-Pillow to 3.0.0; graphics/hugin to 2015.0.0

(adam)

2015-10-18 15:56:56 UTC MAIN commitmail json YAML

Changes 2015.0.0:
Hugin 2015.0 has a number of new features. Most of the changes are under the hood to improve stability, allow easier maintenance and easier addition of new features.
The makefile based stitching engine has been replaced with direct calls to the underlying programs. This should reduce the overhead of calling the same program too often and so speed up the whole process. Hopefully this also allows the usage of more unusual characters in the filename. Instead of pto2mk and make we now have hugin_executor which can also be used for running the assistant from the command line.
Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'. verdandi can be chosen as the blender by choosing "builtin" in the stitcher tab, and can also be set in the Preferences. verdandi can also be called as a command line tool.
The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention. Geometric distortion and vignetting data have to be loaded manually.
The fast preview window has a new tool to add or remove control points to selected areas in the output projection.
Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks.
The fine-tune and auto-estimate functions in the control point tab have been made projection aware. It should now work also with images with different fov or different projections. The fine-tune feature has had a significant speed up when Hugin is compiled with the libfftw3 library (optional).
PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode.
PTBatcherGUI now shows the thumbnails when searching for images in directories.
Many of the underlying tools in hugin are now able to use available cpu cores.

(adam)

2015-10-18 15:47:10 UTC MAIN commitmail json YAML

Changes 3.0.0:
* Saving Multipage Images
* Tiff ImageFileDirectory Rewrite
* Deprecated Methods
* LibJpeg and Zlib are Required by Default

(adam)

2015-10-18 15:25:04 UTC MAIN commitmail json YAML

2015-10-18 15:19:30 UTC MAIN commitmail json YAML

Changes 4.75.2:
* fixed: corrupt mono or multichannel files created with assembly code (rare)
* fixed: building on Clang systems like Darwin and FreeBSD (req. Clang 3.5+)
* fixed: explicitly sign-extend audio data (< 4-byte) to avoid corrupt files
* fixed: rare decoding errors due to integer overflow (ARM assembly code)
* added: assembly optimizations for "extra" mode on mono or multichannel

(adam)

2015-10-18 15:07:06 UTC MAIN commitmail json YAML

Changes 1.22.4:
- Fix stupid regression introduced with a bugfix in 1.14.1 to make
  free format streams work again. It took 3 years for someone to notice.
  I added a regression test for that now!

(adam)

2015-10-18 14:16:14 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.540

(tsutsui)

2015-10-18 14:15:23 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.540.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb15-27.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: October 16, 2015

Vulnerability identifier: APSB15-27

CVE number: CVE-2015-7645, CVE-2015-7647, CVE-2015-7648

Platform: All Platforms

(tsutsui)

2015-10-18 13:32:13 UTC MAIN commitmail json YAML

pbulk-0.59: Belatedly bump PBULK_CONFIG_VERSION to ensure that
sync_packages etc are present.

(joerg)

2015-10-18 12:24:54 UTC MAIN commitmail json YAML

add NVIDIA firmware license

(jmcneill)

2015-10-18 12:23:32 UTC MAIN commitmail json YAML

Added sysutils/tegra-firmware version 20151018

(jmcneill)

2015-10-18 12:22:33 UTC MAIN commitmail json YAML

2015-10-18 12:01:19 UTC MAIN commitmail json YAML

API bump for devel/deforaos-libsystem

(khorben)

2015-10-18 09:15:32 UTC MAIN commitmail json YAML

Added textproc/multimarkdown version 4.7.1

(ryoon)

2015-10-18 09:15:03 UTC MAIN commitmail json YAML

Add multimarkdown

(ryoon)

2015-10-18 09:14:11 UTC MAIN commitmail json YAML

Import multimarkdown-4.7.1 as textproc/multimarkdown.

MultiMarkdown, or MMD, is a tool to help turn minimally marked-up
plain text into well formatted documents, including HTML, PDF (by
way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument
or '.fodt', which can in turn be converted into RTF, Microsoft
Word, or virtually any other word-processing format).

MMD is a superset of the Markdown syntax, originally created by
John Gruber. It adds multiple syntax features (tables, footnotes,
and citations, to name a few), in addition to the various output
formats listed above (Markdown only creates HTML). Additionally,
it builds in "smart" typography for various languages (proper left-
and right-sided quotes, for example).

(ryoon)

2015-10-18 08:47:58 UTC MAIN commitmail json YAML

Updated net/rabbitmq-c to 0.7.1

(fhajny)

2015-10-18 08:47:46 UTC MAIN commitmail json YAML

Update net/rabbitmq-c to 0.7.1.

- Win32: Use WSAEWOULDBLOCK instead of EWOULDBLOCK on Win32 (win32
  clients would fail to connect)
- Lib: if channel_max is 0 use server's channel_max
- Lib: fix build on OpenBSD

(fhajny)

2015-10-18 08:28:35 UTC MAIN commitmail json YAML

Updated databases/redis to 3.0.5

(fhajny)

2015-10-18 08:28:22 UTC MAIN commitmail json YAML

Update databases/redis to 3.0.5.

--[ Redis 3.0.5 ] Release date: 15 Oct 2015

Upgrade urgency: MODERATE, the most important thing is a fix in the replication
                code that may make the slave hanging forever if the master
                remains with an open socket even if it is no longer able to
                reply.

* [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally
        fixed thanks to Andy Grunwald that reported it.
        (reported by Andy Grunwald, fixed by Salvatore Sanfilippo)
* [FIX] Fix a false positive in HSTRLEN test.
* [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back
        replies from the server incrementally. Now a mass import will use
        a lot less memory, and you can use --pipe to do incremental streaming.
        (reported by Twitter user @fsaintjacques, fixed by Salvatore
        Sanfilippo)
* [FIX] Slave detection of master timeout. (fixed by Kevin McGehee, refactoring
        and regression test by Salvatore Sanfilippo)

* [NEW] Cluster: redis-trib fix can fix an additional case for opens lots.
        (Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib import support for --copy and --replace options
        (David Thomson)

--[ Redis 3.0.4 ] Release date: 8 Sep 2015

Upgrade urgency: HIGH for Redis and Sentinel. However note that in order to
                fix certain replication bugs, the replication internals were
                modified in a very heavy way. So while this release is
                conceptually saner, it may contain regressions. For this
                reason, before the release, QA activities were performed by
                me (antirez) and Redis Labs and no evident bug was found.

* [FIX] A number of bugs related to replication PSYNC and the (yet experimental)
        diskless replication feature were fixed. The bugs could lead to
        inconsistency between masters and slaves. (Salvatore Sanfilippo, Oran
        Agra fixed the issue found by Yuval Inbar)
* [FIX] A replication bug in the context of PSYNC partial resynchonization was
        found and fixed. This bug happens even when diskless replication is off
        in the case different slaves connect at different times while the master
        is creating an RDB file, and later a partial resynchronization is
        attempted by a slave that connected not as the first one. (Salvatore
        Sanfilippo, Oran Agra)
* [FIX] Chained replication and PSYNC interactions leading to potential stale
        chained slaves data set, see issue #2694. (Salvatore Sanfilippo fixed
        an issue reported by "GeorgeBJ" user at Github)
* [FIX] redis-cli --scan iteration fixed when returned cursor overflows
        32 bit signed integer. (Ofir Luzon, Yuval Inbar)
* [FIX] Sentinel: fixed a bug during the master switch process, where for a
        failed conditional check, the new configuration is rewritten, during
        a small window of time, in a corrupted way where the master is
        also reported to be one of the slaves. This bug is rare to trigger
        but apparently it happens in the wild, and the effect is to see
        a replication loop where the master will try to replicate with itself.
        The bug was found by Jan-Erik Rediger using a static analyzer and
        fixed by Salvatore Sanfilippo.
* [FIX] Sentinel lack of arity checks for certain commands.
        (Rogerio Goncalves, Salvatore Sanfilippo)

* [NEW] Replication internals rewritten in order to be more resistant to bugs.
        The replication handshake in the slave side was rewritten as a non
        blocking state machine. (Salvatore Sanfilippo, Oran Agra)
* [NEW] New "replication capabilities" feature introduced in order to signal
        from the master to the slave what are the features supported, so that
        the master can choose the kind of replication to start (diskless or
        not) when master and slave are of different versions. (Oran Agra,
        Salvatore Sanfilippo)
* [NEW] Log clients details when SLAVEOF command is received. (Salvatore
        Sanfilippo with inputs from Nick Craver and Marc Gravell).

(fhajny)

2015-10-18 06:46:28 UTC MAIN commitmail json YAML

Updated inputmethod/kinput2 to 3.1nb4

(tsutsui)

2015-10-18 06:44:38 UTC MAIN commitmail json YAML

Apply kinput2-v3.1-canna37.diff, which enables Canna 3.7 new APIs.

Bump PKGREVISION.

Tested on NetBSD/i386 7.0 and NetBSD/luna68k 7.0.

(tsutsui)

2015-10-18 05:46:01 UTC MAIN commitmail json YAML

Updated databases/mongodb to 3.0.7

(ryoon)

2015-10-18 05:45:38 UTC MAIN commitmail json YAML

Update to 3.0.7

Changelog:
3.0.7 – Oct 13, 2015

    Improvements to WiredTiger memory handling and performance: SERVER-20159, SERVER-20204, SERVER-20091, and SERVER-20176.
    Fixed issue where replica set nodes will not step down: SERVER-19464.
    Additional privileges for built-in roles: SERVER-19131, SERVER-15893, and SERVER-13647.
    All issues closed in 3.0.7

(ryoon)

2015-10-18 04:02:51 UTC MAIN commitmail json YAML

Updated inputmethod/canna to 3.7pl3
Updated inputmethod/canna-canuum to 3.7pl3
Updated inputmethod/canna-dict to 3.7pl3
Updated inputmethod/canna-lib to 3.7pl3
Updated inputmethod/canna-server to 3.7pl3

(tsutsui)

2015-10-18 03:58:31 UTC MAIN commitmail json YAML

Update canna packages to 3.7pl3.

pkgsrc changes:
- reorganize patch filenames for maintainability
  - patch-ac is also merged into existing patch-dic_phono_Imakefile
- fix a missed 64 bit time_t issue in libRK
- add a hook in cmd.tmpl to disable installation of cmd/forcpp and
  cmd/kpdic in canna-lib
- tweak SUBDIRS patches in Makefiles to avoid unnecessary builds
  for each packages
- pull various updates to canuum from the original FreeWnn's uum,
  including posix_openpt(3) support, and disable the default but
  obsolete libspt support
- reorganize curses(3) ops in canuum per curses(3) documents
- fix misc compiler warnings
- take maintainership

Upstream changes:

All changes are noted in ChangeLog and CHANGES.jp in distfile.
I won't bother to quote ~1700 line ChangeLogs here,
because this latest 3.7pl3 was released on 2004/05/20 and
the previous 3.6pl4 was 2003/09/22.
Highlight points are:
  - binary dictionary format is changed
  - shlib versions are bumped to 1.2 from 1.1
  - new APIs for wchar
  - experimental 64 bit architecture support
  - IPv6 support

Both server and clients (canuum and mule-1.1) are tested on
NetBSD/i386 7.0, NetBSD/amd64 7.0, and NetBSD/luna68k 7.0.
Also thanks to Nobuyoshi SATO, for his initial patch posted
to tech-pkg-ja@.

(tsutsui)

2015-10-18 03:32:38 UTC MAIN commitmail json YAML

Updated www/drupal7 to 7.40

(wen)

2015-10-18 03:30:53 UTC MAIN commitmail json YAML

Update to 7.40

Upstream changes:
Drupal 7.40, 2015-10-14
-----------------------
- Made Drupal's code for parsing .info files run much faster and use much less
  memory.
- Prevented drupal_http_request() from returning an error when it receives a
  201 through 206 HTTP status code.
- Added support for autoloading traits via the registry on sites running PHP
  5.4 or higher.
- Allowed the user-picture.tpl.php theme template to have HTML classes besides
  the default "user-picture" class printed in it (markup change).
- Fixed the URL text filter to convert e-mail addresses with plus signs into
  mailto: links.
- Added alternate text to file icons displayed by the File module, to improve
  accessibility (string change, and minor API addition to theme_file_icon()).
- Changed one-time login link failure messages to be displayed as errors or
  warnings as appropriate, rather than as regular status messages (minor UI
  change and data structure change).
- Changed the default settings.php configuration to exclude private files from
  the "404_fast_paths" behavior.
- Changed the page that displays filter tips for a particular text format, for
  example filter/tips/full_html, to return "page not found" or "access denied"
  if the format does not exist or the user does not have access to it. This
  change adds a new menu item to the Filter module's hook_menu() entry (minor
  data structure change).
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
  cache keys used for caching a particular block.
- Made drupal_set_message() display and return messages when "0" is passed in
  as the message to set.
- Fixed non-functional "Files displayed by default" setting on file fields.
- The "worker callback" provided in hook_cron_queue_info() and the "finished"
  callback specified during batch processing can now be any PHP callable
  instead of just functions.
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
  where the PHP maximum execution time is already unlimited.
- Changed the default thousand marker for numeric fields from a space ("1 000")
  to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
- Prevented malformed theme .info files (without a "name" key) from causing
  exceptions during menu rebuilds. If an .info file without a "name" key is
  found in a module or theme directory, Drupal will now use the module or
  theme's machine name as the display name instead.
- Made the format column in the {date_format_locale} database table
  case-sensitive, to match the equivalent column in the {date_formats} table.
- Fixed a bug in the Statistics module that caused JavaScript files attached to
  a node while it is being viewed to be omitted from the page.
- Added an optional 'project:' prefix that can be added to dependencies in a
  module's .info file to indicate which project the dependency resides in (API
  addition: https://www.drupal.org/node/2299747).
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
  bootstrap and that caused module_implements() and drupal_alter() to cache an
  incomplete set of hook implementations for later use.
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
  certain web browsers from picking an unsafe MIME type.
- Prevented the database API from executing multiple queries at once on MySQL,
  if the site's PHP version is new enough to do so. This is a secondary defense
  against SQL injection (API change: https://www.drupal.org/node/2463973).
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
  to fail when there were multiple file records pointing to the same file.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

(wen)

2015-10-18 03:15:18 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.25.3

(wen)

2015-10-18 03:14:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Markdown to 3.003

(wen)

2015-10-18 03:11:27 UTC MAIN commitmail json YAML

Update to 1.25.3

Upstream changes:
== Security fixes ==

* Wikipedia user RobinHood70 reported two issues in the chunked upload API.
The API failed to correctly stop adding new chunks to the upload when the
reported size was exceeded (T91203), allowing a malicious users to upload add an
infinite number of chunks for a single file upload. Additionally, a
malicious user could upload chunks of 1 byte for very large files, potentially
creating a very large number of files on the server's filesystem (T91205).
<https://phabricator.wikimedia.org/T91203>
<https://phabricator.wikimedia.org/T91205>

* Internal review discovered that it is not possible to throttle file
uploads.
<https://phabricator.wikimedia.org/T91850>

* Internal review discovered a missing authorization check when removing
suppression from a revision. This allowed users with the 'viewsuppressed'
user right but not the appropriate 'suppressrevision' user right to unsuppress
revisions.
<https://phabricator.wikimedia.org/T95589>

* Richard Stanway from teamliquid.net reported that thumbnails of PNG files
generated with ImageMagick contained the local file path in the image
metadata.
<https://phabricator.wikimedia.org/T108616>

== Bug Fixes in 1.25.3 ==

* Fix having multiple callbacks for a single hook.
<https://phabricator.wikimedia.org/T98975>
* maintenance/refreshLinks.php did not always remove all links pointing to
  nonexistent pages.
<https://phabricator.wikimedia.org/T107632>
* $wgEmergencyContact and $wgPasswordSender now use their default value if
set to an empty string.
<https://phabricator.wikimedia.org/T104142>
* Provide fallbacks for use of mb_convert_encoding() in HtmlFormatter. It
was causing an error when accessing the api help page if the mbstring PHP
  extension was not installed.
<https://phabricator.wikimedia.org/T62174>
* Confirmation emails would sometimes contain invalid codes.
<https://phabricator.wikimedia.org/T105896>
* Fixed edit stash inclusion queries.
<https://phabricator.wikimedia.org/T105597>

(wen)

2015-10-18 00:54:19 UTC MAIN commitmail json YAML

2015-10-18 00:51:55 UTC MAIN commitmail json YAML

Take a stab at enabling threads on openbsd (most of the logic seems to
already be in place, except in the configure script) now that openbsd
has threads.

(dholland)

2015-10-18 00:29:55 UTC MAIN commitmail json YAML

2015-10-17 22:48:34 UTC MAIN commitmail json YAML

Since the configure script objects to OpenBSD's grep and this depends
on coreutils anyway, have it always just use ggrep.

(dholland)

2015-10-17 22:34:21 UTC MAIN commitmail json YAML

Improve the plop message generated when the OS isn't recognized.

(dholland)

2015-10-17 22:23:25 UTC MAIN commitmail json YAML

Treat openbsd and bitrig as netbsd.

(dholland)

2015-10-17 18:00:11 UTC MAIN commitmail json YAML

Updated devel/deforaos-libsystem to 0.2.3

(khorben)

2015-10-17 17:57:29 UTC MAIN commitmail json YAML

Package DeforaOS libSystem 0.2.3

This release brings:
- fixes for memory leaks in the Config and Plugin classes
- fix for memory corruption in the Event class
- improvements to configctl(1)
- additional test for the Event class
- portability fixes (build...)

(khorben)

2015-10-17 17:41:49 UTC MAIN commitmail json YAML

Turns out help2man is needed, so it is not in BUILD_DEPENDS

(adam)

2015-10-17 13:19:11 UTC MAIN commitmail json YAML

Updated sysutils/duplicity to 0.6.26

(adam)

2015-10-17 13:18:15 UTC MAIN commitmail json YAML

Changes 0.6.26:
Enhancements:
* Merged in lp:~m4ktub/duplicity/0.6-reliability
  - Per fix proposed in Bug 1395341.
* Modded .bzrignore to ignore *.egg test dependencies, normalized, sorted.
* Backport fix for bug 1278529
  - Use try/except around get_bucket() rather than bare lookup()
* Backport _librsyncmodule.c compilation bug

(adam)

2015-10-17 12:42:20 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Markdown to 3.003

(wen)

2015-10-17 12:39:25 UTC MAIN commitmail json YAML

Update to 3.003

Upstream changes:
3.003    2015-09-28T00:29:45Z

  - Bump Pod::Simple prereq to fix bugs that were causing test failures.
  - Use Pod::Simple's nbsp_for_S(1) by default instead of handling S<> sequences internally.
    This means the feature can now also be disabled if desired.
  - Portability improvements for non-ascii platforms.

3.002    2015-08-21T03:24:24Z

  - Add attribution to changelog.

3.001    2015-08-21T03:17:57Z

  - Increase Pod::Simple requirement to 3.26 for detected_encoding().
    Thanks to Lee J for reporting! (gh-15).

3.000    2015-08-16T21:55:14Z

  [Bug Fixes]
  - Literal ampersands and left angle brackets are encoded as html entities
    when necessary to avoid interpretation as html.
    http://stackoverflow.com/questions/28496298/escape-angle-brackets-using-podmarkdown

  [API Changes]
  - Make accessors read/write (instead of read-only)
    for consistency with Pod::Simple classes.
  - Passing unknown arguments to the constructor now produces a warning
    and in the future may throw an error.
  - For consistency with the other html-entity changes, NBSP characters (U+00A0)
    are now used literally for S<> sequences.
    This also fixes a bug with code spans nested inside of S<> sequences.

  [New Attributes]
  - Add `html_encode_chars` attribute to allow customizing what characters
    should be html entity encoded.
  - Add `match_encoding` attribute to use the same encoding as the input pod
    when writing to the output handle.
  - Add `output_encoding` attribute to specify the desired encoding
    to apply to the output handle.

  [pod2markdown script]
  - Add command line options corresponding to new module attributes.
  - The script now defaults to UTF-8 encoding if no encoding options are specified.
    Previous versions did not produce consistent output and would sometimes emit warnings.
    Closes gh-14 and rt-101536.

  [Documentation]
  - Remove documentation for deprecated API
    (parse_from_file(), parse_from_filehandle(), and as_markdown())
    to further discourage use.

  [New Packages]
  - Added Pod::Perldoc::ToMarkdown to enable `perldoc -o Markdown ...`
    Pod::Markdown maintains a backward compatible interface that is incompatible
    with perldoc's `-o` so this module has been added to enable the functionality.
    Thanks to Alberto Simç¹­es for investigating (gh-12) and providing some code to fix it (gh-13).

(wen)

2015-10-17 11:12:21 UTC MAIN commitmail json YAML

Updated www/awstats to 7.4; devel/py-pbr to 1.8.1; devel/py-lockfile to 0.11.0

(adam)

2015-10-17 11:09:58 UTC MAIN commitmail json YAML

Changes 0.11.0:
* Add deprecated warnings to index.rst
* Fix PIDLockFile.acquire() may loop indefinitely
* Fix failure - from lockfile import *
* lockfile.acquire doesn't accept a timeout of 0
* Update README format for our release script
* Begin moving some of the common code to a shared base
* Add pbr to dependency list
* The version of sphinx being brought in is broken
* Fix Git URLs

(adam)

2015-10-17 11:03:34 UTC MAIN commitmail json YAML

Changes 1.8.1:
* Handle the case where cmd.distribution has no pbr attribute
* test_integration cleanups
* Remove redundant testscenarios glue
* Add standard code coverage configuration file
* Add shields.io version/downloads links/badges into README.rst

(adam)

2015-10-17 11:03:09 UTC MAIN commitmail json YAML

Fix missing CONFIGURE_ARGS+= from last update

(fhajny)

2015-10-17 11:01:56 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.31

(wen)

2015-10-17 11:00:53 UTC MAIN commitmail json YAML

Update to 3.31

Upstream changes:
2015-08-23  Marc Green <marcgreen@cpan.org>
* Release 3.31
No changes since 3.30_1.

2015-07-19  Marc Green <marcgreen@cpan.org>
* Release 3.30_1
Simplified the detection of case-insensitivity in Pod::Simple::Search.

Fixed "Use of uninitialized value $1 in lc" warning in
Pod::Simple::Search.

If @INC includes the current directory symbol, '.', the survey()
method of Pod::Simple::Search no longer excludes it from its list
of directories to search. Instead, The survey() and find() methods
now both exclude duplicate directories from @INC (RT #102344).

Moved source repository and updated links to new perl-pod GitHub
organization: https://github.com/perl-pod/pod-simple.

Improved repository links and added GitHub issue tracking link to
the distribution metadata.

Switched from File::Spec's catdir to catfile for path names, to
fix failures on VMS. Also now use Unix path semantics where
they're not required to be platform-specific. Thanks to Craig A.
Berry for the patch (RT #105511).

Improved the example use of the 'html_encode_chars()' method in
the Pod::Simple::XHTML documentation. Patch from Randy Stauner.

(wen)

2015-10-17 10:46:45 UTC MAIN commitmail json YAML

Changes 7.4:
New features:
- Add debian patch debian-patches-1019_allow_frame_resize.patch to add
  option nboflastupdatelookuptosave on command line.
- 199 Added geoip6 plugin with support for IPv4 AND IPv6.
- Work with Amazon AWS log files (using %time5 tag).

Fixes:
- Fixes permission on some .pl scripts.
- 205 GetResolvedIP_ipv6 does not strip trailing dot.
- 496 tools scripts should print warnings and errors to STDERR.
- 919 Referrals not getting tracked due to improperly getting flagged as a search.
- Add debian patch 0007_russian_lang.patch.
- Add debian patch 2001_awstatsprog_path.patch.
- 921 Failure in the help text for geoip_generator.pl
- 909 awstats_buildstaticpages.pl noisy debug output.
- 680 Invalid data passed to Time::Local causes global destruction.
- 212 Fix CVE-2006-2237

(adam)

2015-10-17 10:35:47 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-Box to 2.118

(wen)

2015-10-17 10:34:37 UTC MAIN commitmail json YAML

Update to 2.118

Upstream changes:
version 2.118: Thu Feb 26 12:52:42 CET 2015

Fixes:
- imap: reconstruction of foldername from url should be kept
  in folderdir.
  rt.cpan.org#82983 [Rotkraut]
- ::Body::Scalar::file() did not construct ::FastScalar correctly
  [Andrew Beverley]
- fix attribute continuations
  rt.cpan.org#90342 [Claus Jeppesen]

Improvements:
- accept blanks in some Content-* fields
  rt.cpan.org#99183 [Randy Diffenderfer]

(wen)

2015-10-17 10:29:49 UTC MAIN commitmail json YAML

Add graphics/opencv2

(fhajny)

2015-10-17 10:29:02 UTC MAIN commitmail json YAML

Added graphics/opencv2 version 2.4.11

(fhajny)

2015-10-17 10:28:43 UTC MAIN commitmail json YAML

2015-10-17 10:17:32 UTC MAIN commitmail json YAML

Updated net/libpcap to 1.7.4; net/tcpdump to 4.7.4; www/apache24 to 2.4.17

(adam)

2015-10-17 10:16:35 UTC MAIN commitmail json YAML

Changes with Apache 2.4.17

  *) mod_http2: added donated HTTP/2 implementation via core module. Similar
    configuration options to mod_ssl.

  *) mod_proxy: don't recyle backend announced "Connection: close" connections
    to avoid reusing it should the close be effective after some new request
    is ready to be sent.

  *) mod_substitute: Allow to configure the patterns merge order with the new
    SubstituteInheritBefore on|off directive.

  *) mod_proxy: Fix ProxySourceAddress binding failure with AH00938.

  *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3,
    and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3",
    in accordance with RFC 7568.

  *) mod_ssl: append :!aNULL:!eNULL:!EXP to the cipher string settings,
    instead of prepending !aNULL:!eNULL:!EXP: (as was the case in 2.4.7
    and later). Enables support for configuring the SUITEB* cipher
    strings introduced in OpenSSL 1.0.2.

  *) mod_ssl: Add support for extracting the msUPN and dnsSRV forms
    of subjectAltName entries of type "otherName" into
    SSL_{CLIENT,SERVER}_SAN_OTHER_{msUPN,dnsSRV}_n environment
    variables.

  *) mod_logio: Fix logging of %^FB (time to first byte) on the first request on
    an SSL connection.

  *) mod_cache: r->err_headers_out is not merged into
    r->headers when mod_cache is enabled and the response
    is cached for the first time.

  *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
    can't create new (clear) slots while previous children gracefully stopping
    still use the old ones (e.g. Windows, OS2). mod_proxy_balancer failed to
    restart whenever the number of configured balancers/members changed during
    restart.

  *) core/util_script: make REDIRECT_URL a full URL.

  *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
    records for scalability.

  *) mod_proxy: Fix a race condition that caused a failed worker to be retried
    before the retry period is over.

  *) mod_autoindex: Allow autoindexes when neither mod_dir nor mod_mime are
    loaded.

  *) mod_rewrite:  Allow cookies set by mod_rewrite to contain ':' by accepting
    ';' as an alternate separator.

  *) apxs: Add HTTPD_VERSION and HTTPD_MMN to the variables available with
    apxs -q.

  *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
    when using RewriteMap with MapType dbd or fastdbd.

  *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.

  *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how
    long to keep idle connections with the memcache server(s).
    Change default value from 600 usec (!) to 15 sec.

  *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from
    appearing as a Content-Type response header when requests for a directory
    are rewritten by mod_rewrite.

(adam)

2015-10-17 10:08:22 UTC MAIN commitmail json YAML

Changes 4.7.4:
RPKI to Router Protocol: Fix Segmentation Faults and other problems
RPKI to Router Protocol: print strings with fn_printn()
wb: fix some bounds checks

(adam)

2015-10-17 10:07:54 UTC MAIN commitmail json YAML

Changes 1.7.4:
Include fix for GitHub issue 424 -- out of tree builds.

(adam)

2015-10-17 09:58:13 UTC MAIN commitmail json YAML

Updated devel/libev to 4.20; www/nghttp2 to 1.3.4

(adam)

2015-10-17 09:57:26 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME-ContentType to 1.018

(wen)

2015-10-17 09:56:40 UTC MAIN commitmail json YAML

Changes 1.3.4:
* Make traditional init script fail if new config file is broken
* nghttpx-logrotate: Don't use killall since we have multiple processes
* nghttpx: Fix improper signal handling

(adam)

2015-10-17 09:55:42 UTC MAIN commitmail json YAML

2015-10-17 09:55:28 UTC MAIN commitmail json YAML

Update to 1.018

Upstream changes:
1.018    2015-04-07 19:46:00-04:00 America/New_York
        - cope with space between "=" and parameter values, like:
          charset= "utf-8"

(wen)

2015-10-17 09:53:31 UTC MAIN commitmail json YAML

Changes 4.20:
- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
  watcher callbacks.

(adam)

2015-10-17 09:50:48 UTC MAIN commitmail json YAML

2015-10-17 09:50:41 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 1.300021

(wen)

2015-10-17 09:49:32 UTC MAIN commitmail json YAML

Update to 1.300021

Upstream changes:
1.300021  2015-10-15 13:53:52-04:00 America/New_York
        - when SMTP connection fails, include host and port in error

1.300020  2015-09-03 14:00:04-04:00 America/New_York
        - no changes since 1.300019

1.300019  2015-08-10 15:48:02-04:00 America/New_York (TRIAL RELEASE)
        - only work around Net::SMTP on broken (pre-3.07) versions
        - avoid uninitialized warning when delivering to Maildir

(wen)

2015-10-17 09:41:18 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 1.197

(wen)

2015-10-17 09:38:35 UTC MAIN commitmail json YAML

Update to 1.197

Upstream changes:
1.197    2015-10-16 22:57:05-04:00 America/New_York
        - improve detection of "no MXes" (thanks, Troy Morehouse)
        - avoid some avoidable warnings (thanks, Svetlana)

(wen)

2015-10-17 09:15:27 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.19.2

(adam)

2015-10-17 09:14:43 UTC MAIN commitmail json YAML

aria2 1.19.2

Release Note
------------
This release fixes the bug that progress summary is not shown timely.

Changes
-------
* Fix bug that progress summary is not shown timely

(adam)

2015-10-17 08:13:13 UTC MAIN commitmail json YAML

Updated textproc/lucene++ to 3.0.7nb1

(ryoon)

2015-10-17 08:12:43 UTC MAIN commitmail json YAML

2015-10-17 07:54:33 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.9.1; devel/git to 2.6.2; mail/dovecot2 to 2.2.19; mail/dovecot2-pigeonhole to 0.4.9

(adam)

2015-10-17 07:46:26 UTC MAIN commitmail json YAML

Changes 0.4.9:
* Properly implemented checking of ABI version for Sieve interpreter
  plugins, much like Dovecot itself does for plugins. This will prevent
  plugin ABI mismatches.
+ Implemented a vnd.dovecot.environment extension. This builds upon the
  standard environment extension and adds a few more environment items,
  such as username and default mailbox. It also creates a variables
  namespace so that environment items can be accessed directly. I am
  still thinking about more environment items that can be added.
+ Sieve extprograms plugin: Made line endings of the input passed to the
  external programs configurable. This can be configured separately for
  each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
  to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
  disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
  This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
  implicit keep when there is an explicit default destination folder.
  This caused message duplication.
- lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the
  optimal line length caused empty lines in the output, which would
  break the resulting message header. This surfaced in References:
  headers with very long message IDs.

(adam)

2015-10-17 07:45:43 UTC MAIN commitmail json YAML

Changes 2.2.19:
* pop3_deleted_flag has been broken since v2.2.10. Using it would
  cause buffer overflows, which could be exploitable. However, this
  bug would have become visible quite soon after users had deleted
  some POP3 mails, because the pop3 processes would have started
  crashing all the time even in normal use.
* "doveadm director flush" command has a changed meaning now:
  It safely moves users to their wanted backends, instead of simply
  forgetting the mapping entirely and leaving the existing connections
  untouched. Use -F parameter to get the original unsafe behavior.

+ Added imap-hibernate processes (see imap_hibernate_timeout setting).
  IDLEing IMAP connections can be hibernated, which saves memory.
+ Optimized tracking mailboxes' vsizes (= sum of all messages' sizes).
  If mailbox_list_index=yes, it's also stored in there. This makes it
  very efficient to look up vsizes for all mailboxes.
+ Added a quota "count" backend, which uses the mailbox vsizes to get
  the current quota usage. It requires using the new quota_vsizes=yes
  setting, which tracks the messages' "virtual sizes" rather than
  "physical sizes". Their distiction is minor and mostly irrelevant
  nowadays (if mail sizes should be counted with LF or CRLF newlines).
+ "doveadm director up/down" commands added. The monitoring script
  should be using these commands instead of changing the vhost count.
  This allows admin to manually disable a server by changing the vhost
  count to 0 without the monitoring script changing it back.
+ Added support for HAProxy protocol: http://wiki2.dovecot.org/HAProxy
+ Added push-notification plugin framework, which can be used to
  easily implement push notifications to various backends. Implemented
  "ox" backend for notifying Open-Xchange via HTTP/json.
+ imap_logout_format supports more variables now, e.g. number of
  deleted messages.
+ pop3: Added pop3_delete_type setting (related to pop3_deleted_flag).
+ plugin { fts_enforced=yes } setting now fails body searches unless
  it can be done via the full text search engine.
+ Added %{passdb:*} and %{userdb:*} variables to various places
+ auth: Added ":protected" suffix for passdb and userdb fields. If
  used, the field doesn't overwrite an existing field.
+ IMAP/POP3 proxy: If a backend server dies, avoid client reconnection
  spikes by slowly disconnecting clients over time. This is enabled by
  setting login_proxy_max_disconnect_delay=secs passdb extra field.
+ imap: Added new read-only METADATA entries: /private/specialuse,
  /shared/comment, /shared/admin
+ imap: If client disconnects in the middle of a command, log how long
  the command had been running.
- mdbox: Rebuilding could have caused message's reference count to
  overflow the 16bit number in some situations, causing problems when
  trying to expunge the duplicates.
- Various search fixes (fts, solr, tika, lib-charset, indexer)
- Various virtual plugin fixes
- Various fixes and optimizations to dsync, imapc and pop3-migration
- imap: Various RFC compliancy and crash fixes to NOTIFY

(adam)

2015-10-17 07:44:56 UTC MAIN commitmail json YAML

Changes 2.6.2:
* There were some classes of errors that "git fsck" diagnosed to its
  standard error that did not cause it to exit with non-zero status.

* A test script for the HTTP service had a timing dependent bug,
  which was fixed.

* Performance-measurement tests did not work without an installed Git.

* On a case insensitive filesystems, setting GIT_WORK_TREE variable
  using a random cases that does not agree with what the filesystem
  thinks confused Git that it wasn't inside the working tree.

* When "git am" was rewritten as a built-in, it stopped paying
  attention to user.signingkey, which was fixed.

* After "git checkout --detach", "git status" reported a fairly
  useless "HEAD detached at HEAD", instead of saying at which exact
  commit.

* "git rebase -i" had a minor regression recently, which stopped
  considering a line that begins with an indented '#' in its insn
  sheet not a comment, which is now fixed.

* Description of the "log.follow" configuration variable in "git log"
  documentation is now also copied to "git config" documentation.

* Allocation related functions and stdio are unsafe things to call
  inside a signal handler, and indeed killing the pager can cause
  glibc to deadlock waiting on allocation mutex as our signal handler
  tries to free() some data structures in wait_for_pager().  Reduce
  these unsafe calls.

* The way how --ref/--notes to specify the notes tree reference are
  DWIMmed was not clearly documented.

* Customization to change the behaviour with "make -w" and "make -s"
  in our Makefile was broken when they were used together.

* The Makefile always runs the library archiver with hardcoded "crs"
  options, which was inconvenient for exotic platforms on which
  people want to use programs with totally different set of command
  line options.

* The ssh transport, just like any other transport over the network,
  did not clear GIT_* environment variables, but it is possible to
  use SendEnv and AcceptEnv to leak them to the remote invocation of
  Git, which is not a good idea at all.  Explicitly clear them just
  like we do for the local transport.

* "git blame --first-parent v1.0..v2.0" was not rejected but did not
  limit the blame to commits on the first parent chain.

* Very small number of options take a parameter that is optional
  (which is not a great UI element as they can only appear at the end
  of the command line).  Add notice to documentation of each and
  every one of them.

Also contains typofixes, documentation updates and trivial code
clean-ups.

(adam)

2015-10-17 07:36:50 UTC MAIN commitmail json YAML

Changes 3.9.1:
Fix the json1 extension so that it does not recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159.
Add a few #ifdef and build script changes to address compilation issues that appeared after the 3.9.0 release.

(adam)

2015-10-17 06:06:49 UTC MAIN commitmail json YAML

fix patch to use strlen instead of d_reclen which is the length of the whole
allocated structure including padding.  Thanks joerg@.

(richard)

2015-10-17 05:52:00 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.535

(tsutsui)

2015-10-17 05:50:23 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.535.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb15-25.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: October 13, 2015

Last updated: October 14, 2015

Vulnerability identifier: APSB15-25

CVE number: CVE-2015-5569, CVE-2015-7625, CVE-2015-7626, CVE-2015-7627,
CVE-2015-7628, CVE-2015-7629, CVE-2015-7630, CVE-2015-7631, CVE-2015-7632,
CVE-2015-7633, CVE-2015-7634, CVE-2015-7635, CVE-2015-7636, CVE-2015-7637,
CVE-2015-7638, CVE-2015-7639, CVE-2015-7640, CVE-2015-7641, CVE-2015-7642,
CVE-2015-7643, CVE-2015-7644

Platform: All Platforms

(tsutsui)

2015-10-17 03:04:36 UTC MAIN commitmail json YAML

Added textproc/lucene++ version 3.0.7

(ryoon)

2015-10-17 03:04:00 UTC MAIN commitmail json YAML

2015-10-17 03:02:47 UTC MAIN commitmail json YAML

2015-10-17 01:50:46 UTC MAIN commitmail json YAML

Add the mapping for amd64 to its GNU architecture name x86_64.
Needed for switching OpenBSD/amd64 & Bitrig/amd64 to x86_64.

Reviewed by wiz@

(sevan)

2015-10-17 00:31:41 UTC MAIN commitmail json YAML

2015-10-16 20:56:18 UTC MAIN commitmail json YAML

Updated www/firefox to 41.0.2
Updated www/firefox-l10n to 41.0.2

(ryoon)

2015-10-16 20:55:18 UTC MAIN commitmail json YAML

2015-10-16 20:50:24 UTC MAIN commitmail json YAML

Update to 41.0.2

Changelog:
Security fix
Fixed in Firefox 41.0.2
    2015-115 Cross-origin restriction bypass using Fetch

(ryoon)

2015-10-16 20:09:02 UTC MAIN commitmail json YAML

SunOS doesn't define d_namlen element of dirent structure
but uses d_reclen instead, so define an alias.

(richard)

2015-10-16 17:00:24 UTC MAIN commitmail json YAML

2015-10-16 12:59:36 UTC MAIN commitmail json YAML

2015-10-16 12:58:16 UTC MAIN commitmail json YAML

gio is part of gtk2 not gnome, so dont make the gio extension conditional on the gnome pkg option. bump pkg revision.

(jmcneill)

2015-10-16 12:09:47 UTC MAIN commitmail json YAML

Fix command names with ruby version.

(ryoon)

2015-10-16 12:00:30 UTC MAIN commitmail json YAML

Remove duplicated whitespace.

(ryoon)

2015-10-16 10:44:13 UTC MAIN commitmail json YAML

Updated wm/windowmaker to 0.95.7

(adam)

2015-10-16 10:42:23 UTC MAIN commitmail json YAML

2015-10-16 10:18:48 UTC MAIN commitmail json YAML

fix build on NetBSD-current (%m printf modifier not allowed)

(tnn)

2015-10-16 01:16:12 UTC MAIN commitmail json YAML

Generalize the copyright holder (follow the mit example)

While there, sync the column width with the example by the original author
Poul-Henning Kamp <phk@FreeBSD.ORG> on Wikipedia "Beerware".

Reviewed by <leot>

(kamil)

2015-10-15 21:12:43 UTC MAIN commitmail json YAML

Do not include randrproto buildlink two times.

(leot)

2015-10-15 20:59:18 UTC MAIN commitmail json YAML

2015-10-15 20:48:35 UTC MAIN commitmail json YAML

2015-10-15 17:33:04 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.9.0; multimedia/ffmpeg2 to 2.8.1

(adam)

2015-10-15 17:31:32 UTC MAIN commitmail json YAML

Changes 3.9.0:
Policy Changes:
* The version numbering conventions for SQLite are revised to use the emerging standard of semantic versioning.

New Features And Enhancements:
* Added the json1 extension module in the source tree, and in the amalgamation. Enable support using the SQLITE_ENABLE_JSON1 compile-time option.
* Added Full Text Search version 5 (FTS5) to the amalgamation, enabled using SQLITE_ENABLE_FTS5. FTS5 will be considered "experimental" (subject to incompatible changes) for at least one more release cycle.
* The CREATE VIEW statement now accepts an optional list of column names following the view name.
* Added support for indexes on expressions.
* Added support for table-valued functions in the FROM clause of a SELECT statement.
* Added support for eponymous virtual tables.
* A VIEW may now reference undefined tables and functions when initially created. Missing tables and functions are reported when the VIEW is used in a query.
* Added the sqlite3_value_subtype() and sqlite3_result_subtype() interfaced (used by the json1 extension).
* The query planner is now able to use partial indexes that contain AND-connected terms in the WHERE clause.
* The sqlite3_analyzer.exe utility is updated to report the depth of each btree and to show the average fanout for indexes and WITHOUT ROWID tables.
* Enhanced the dbstat virtual table so that it can be used as a table-valued function where the argument is the schema to be analyzed.

Other changes:
* The sqlite3_memory_alarm() interface, which has been deprecated and undocumented for 8 years, is changed into a no-op.

Important fixes:
* Fixed a critical bug in the SQLite Encryption Extension that could cause the database to become unreadable and unrecoverable if a VACUUM command changed the size of the encryption nonce.
* Added a memory barrier in the implementation of sqlite3_initialize() to help ensure that it is thread-safe.
* Fix the OR optimization so that it always ignores subplans that do not use an index.
* Do not apply the WHERE-clause pushdown optimization on terms that originate in the ON or USING clause of a LEFT JOIN.

(adam)

2015-10-15 17:25:21 UTC MAIN commitmail json YAML

version 2.8.1:
- swscale: fix ticket 4881
- doc: fix spelling errors
- hls: only seek if there is an offset
- asfdec: add more checks for size left in asf packet buffer
- asfdec: alloc enough space for storing name in asf_read_metadata_obj
- avcodec/pngdec: Check blend_op.
- h264_mp4toannexb: fix pps offfset fault when there are more than one sps in avcc
- avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf
- avformat/avidec: Workaround broken initial frame
- avformat/hls: fix some cases of HLS streams which require cookies
- avcodec/pngdec: reset has_trns after every decode_frame_png()
- lavf/img2dec: Fix memory leak
- avcodec/mp3: fix skipping zeros
- avformat/srtdec: make sure we probe a number
- configure: check for ID3D11VideoContext
- avformat/vobsub: compare correct packet stream IDs
- avformat/srtdec: more lenient first line probing
- avformat/srtdec: fix number check for the first character
- avcodec/mips: build fix for MSA 64bit
- avcodec/mips: build fix for MSA
- avformat/httpauth: Add space after commas in HTTP/RTSP auth header
- libavformat/hlsenc: Use of uninitialized memory unlinking old files
- avcodec/x86/sbrdsp: Fix using uninitialized upper 32bit of noise
- avcodec/ffv1dec: Fix off by 1 error in quant_table_count check
- avcodec/ffv1dec: Explicitly check read_quant_table() return value
- dnxhddata: correct weight tables
- dnxhddec: decode and use interlace mb flag
- swscale: fix ticket 4877
- avcodec/rangecoder: Check e
- avcodec/ffv1: seperate slice_count from max_slice_count
- swscale: fix ticket 4850
- cmdutils: Filter dst/srcw/h
- avutil/log: fix zero length gnu_printf format string warning
- lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.
- swscale/swscale: Fix "unused variable" warning
- avcodec/mjpegdec: Fix decoding RGBA RCT LJPEG
- MAINTAINERS: add 2.8, drop 2.2
- doc: mention libavcodec can decode Opus natively
- hevc: properly handle no_rasl_output_flag when removing pictures from the DPB
- avfilter/af_ladspa: process all channels for nb_handles > 1
- configure: add libsoxr to swresample's pkgconfig
- lavc: Fix compilation with --disable-everything --enable-parser=mpeg4video.

(adam)

2015-10-15 15:09:52 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.163000

(wen)

2015-10-15 15:08:43 UTC MAIN commitmail json YAML

Update to 0.163000

Upstream changes:
0.163000  2015-10-15 12:47:57+02:00 Europe/Amsterdam

    [ DOCUMENTATION ]
    * GH: #1030: Fix pod references pointing to Dancer package
      (Mohammad S Anwar, Russell Jenkins)

0.162000_01 2015-10-13 17:05:09+02:00 Europe/Amsterdam (TRIAL RELEASE)

    [ BUG FIXES ]
    * GH #996: Fix warning with optional arguments. (Bas Bloemsaat)
    * GH #1001: Do not trigger an internal error on 404. (Russell Jenkins)
    * GH #1008,#976: Hack to quiet warning while plugins
      architecture is being rewritten. (Russell Jenkins)
    * Use Safe::Isa when calling their functions in the respected eval.
      (Sawyer X)

    [ ENHANCEMENTS ]
    * GH #738, #740, #988: route_parameters, request_parameters, and
      body_parameters keywords added, providing Hash::MultiValue objects!
      (Sawyer X)
    * #941, #999: delayed() keyword now has "on_error" option for controlling
      errors.
      (Sawyer X)
    * dancer2 app now support -s switch to supply an app skeleton
      (Nuno Carvalho)
    * "perl_version" token in templates now uses $^V, not $]. (Sawyer X)
    * GH #966: Remove Dist::Zilla::Plugin::AutoPrereqs. (Vernon)
    * GH #992: Deprecate creating route named placeholders ":captures"
      and ":splat". (Sawyer X)
    * Bump Moo requirement to 2.000000. (Alberto Sim膵�es)
    * GH #1012: Add :nopragmas import flag. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #974: Use correct classname. (Sawyer X)
    * GH #958: Fix manual example with loading additional routes. (Sawyer X)
    * GH #960: Fix a few links. (Sawyer X)
    * Document you can install Scope::Upper for greater speed. (Sawyer X)
    * GH #1000: Correct POD name for Dancer2::Manual::Deployment.
      (Jason A. Crome)
    * GH #1017: Fix instructions on running app.psgi. Highlight
      beginner-friendly application running instructions. (Jason Crome)
    * GH #920, #1020: Remove deprecated functionality from example plugin.
      (Jason Crome)
    * GH #1002: Correct execute_hook() call in plugins documentation.
      (Jason Crome)
    * Expand on auto-reloading options using Plack Shotgun loader.
      (Jason Crome, @girlwithglasses)
    * GH #1024: Document the need to define static_handler when changing
      the public_dir option. (S���bastien Deseille)

(wen)

2015-10-15 14:19:55 UTC MAIN commitmail json YAML

Add -std=c++11 to CXXFLAGS to fix some high value packages, pending
tech-pkg@ discussion on how to better declare need for C++11.

This is necessary due to libsigc++ headers and will probably be
required for everything that depends on gtkmm{,3}.
(there are ~25 or so such packages in pkgsrc the I have not yet tested)

(tnn)

2015-10-15 14:11:20 UTC MAIN commitmail json YAML

Avoid arbitrary decisions wrt troff being present or not to use a g'prefix.
Force it instead and use PKGGNUDIR logic to work it out.
Thanks for the heads up wiz@.

(richard)

2015-10-15 13:31:28 UTC MAIN commitmail json YAML

Do not check for or include sys/param.h
This resolves issues on platforms which MACHINE & MACHINE_ARCH is explicitly
defined, such as OpenBSD/amd64 & Bitrig/amd64 where we would like to build with
MACHINE_ARCH=x86_64 but can't as a platform check fails when installing
packages after bootstrap
pkg_add: Warning: package `digest-20121220' was built for a platform:
pkg_add: OpenBSD/x86_64 5.8 (pkg) vs. OpenBSD/amd64 5.8 (this host)

Tested on
Mac OS X Tiger/PowerPC
OpenBSD
Bitrig
Solaris 10/SPARC
FreeBSD 10.2-RELEASE & 11-CURRENT
DragonFlyBSD
Debian 8
OmniOS

Reviewed by joerg@

(sevan)

2015-10-15 13:15:50 UTC MAIN commitmail json YAML

2015-10-15 12:27:59 UTC MAIN commitmail json YAML

2015-10-15 12:27:50 UTC MAIN commitmail json YAML

Update links* to 2.12.

=== RELEASE 2.12 ===

Sat Sep 12 21:03:14 CEST 2015 mikulas:

Free cookies when changing the 'only proxies' checkbox - i.e. when
entering or leaving tor mode

Thu Sep 10 00:04:11 CEST 2015 mikulas:

Do not record compile time to allow reproducible builds

Tue Sep  8 20:57:26 CEST 2015 mikulas:

Support SSL client certificates

Mon Sep  7 20:55:44 CEST 2015 mikulas:

Security bug fixed: warn if the server uses old SSL2 or SSL3 protocol
to avoid the POODLE vulnerability

(wiz)

2015-10-15 12:26:01 UTC MAIN commitmail json YAML

Updated mail/tnef to 1.4.12

(wiz)

2015-10-15 12:25:52 UTC MAIN commitmail json YAML

Update tnef to 1.4.12:

* 1.4.12 [31 August 2014]
** Fixing bug in distribution tarball.
*** https://github.com/verdammelt/tnef/issues/9
** Fixing autoconf warnings
*** https://github.com/verdammelt/tnef/issues/4
*** https://github.com/verdammelt/tnef/pull/10
** Fixing compilation warning on Fedora
*** https://github.com/verdammelt/tnef/pull/8

* 1.4.11 [12 July 2014]
** Fixing bug when parsing files with multiple value MAPI attributes
*** https://github.com/verdammelt/tnef/issues/3
** Fixing compilation warnings
*** https://github.com/verdammelt/tnef/issues/5

* 1.4.10 [4 November 2013]
** Incorporating documentation patch from bentley (github)
** Fixing small problems from new versions of automake/gcc

* 1.4.9 [29 February 2012]
** Incorporating patches from Engelke Eschner <tekai@gmx.li>
*** (from github: https://github.com/verdammelt/tnef/pull/1)
*** Fixing some memory leaks
*** printing out MIME types

* 1.4.8 [18 April 2011]
** Switched to Git
** Applied patch for man page from Jari Aalto [patch #3104753]

* 1.4.7 [31 January 2010]
** Reverting to older UTF decoding method.  The public domain UTF converter
  I replaced my buggy/wrong version with was itself buggy and wrong it seems
  (didn't work on some platforms).
** Updating main copyright date notice.

* 1.4.6 [25 August 2009]
** Including patch from Randy Diffenderfer for a variety of fixes & tweaks.
** Replacing my buggy/wrong UTF converter code with public domain UTF converter code.

* 1.4.5 [28 Sept 2008]
** Fixing bug when reading from stdin [Bug #2126695]

* 1.4.4 [29 May 2008]
** Small updates after long absense
** Adding --ignore-checksum feature.

(wiz)

2015-10-15 12:24:21 UTC MAIN commitmail json YAML

Set GCC_REQD to 4.7.

This actually wants c++11, but we currently have no way of setting that.

(wiz)

2015-10-15 12:05:06 UTC MAIN commitmail json YAML

Needs c++11, set GCC_REQD to 4.7.

(wiz)

2015-10-15 11:47:47 UTC MAIN commitmail json YAML

pbulk-0.58: Create All if it doesn't exist yet. Noticed by asau@

(joerg)

2015-10-15 11:47:24 UTC MAIN commitmail json YAML

Updated devel/meld to 3.15.0

(wiz)

2015-10-15 11:47:14 UTC MAIN commitmail json YAML

Update meld to 3.15.0:

2015-10-05 meld 3.15.0
======================

  Features:

  * New API for version control plugins with more consistent interfaces and
    data structures across different plugins, enabling many minor
    improvements (Kai Willadsen)
    * Support the conflict resolution prompt in file comparisons for all VCs
    * Improve caching behaviour for some version control plugins
    * Better sensitivity handling for version control actions
    * Cache and show more metadata (e.g., file renames)
    * Several version control plugins have not been ported to the new API; the
      current list of support plugins is: Git, Mercurial, Subversion 1.7+,
      Bazaar
  * Faster rendering in file comparison view, enabled by new GtkTextView API
    (Kai Willadsen)
  * Move to using GtkSourceView style schemes with Meld-specific colour tags
    for highlight colours; this lets themes include colours that match the
    sourceview theme (Kai Willadsen)
  * Offer to open binary files externally (Pratik Dayama)
  * Show the common ancestor in conflicting regions (and the merged file
    everywhere else) when viewing conflicts through Meld's version control
    view; currently this is only supported under Git (Kai Willadsen)
  * Support showing staged/partially staged status of files under Git (Kai
    Willadsen)
  * Update preferences dialog to new style with headerbar (Kai Willadsen)

  Fixes:

  * Documentation updates (Andrew Beyer)
  * Fix crash with some GTK+ versions when using --output (Kai Willadsen)
  * Fix merge-all action not working at all (Kai Willadsen)
  * Fix creating patches with unicode path names (Kai Willadsen)
  * Fix copy-to-clipboard option in patch dialog (Kai Willadsen)
  * Fix diffmap alignment for new GTK+ allocation behaviour (Kai Willadsen)
  * Improve float accuracy in folder comparison timestamp resolution (Kai
    Willadsen)
  * Fix default SVN keyword filter to escape $ characters (Kai Willadsen)
  * Fix display of unicode --help from command line (Kai Willadsen)
  * Fix keyboard shortcut docs (Kai Willadsen)
  * Don't incorrectly show identical notification for changed folder
    comparisons (Kai Willadsen)

  Internal changes:

  * Requirements are now GTK+ 3.14, GtkSourceView 3.14 and GLib 2.36
  * Rewritten version control plugin API
  * Unified colour handling between linkmap, diffmap and file comparison
  * Move all textview drawing to a new GtkSourceView subclass, using the new
    GTK+ draw-layer API

  Translations:

  * Daniel Mustieles (es)
  * Gábor Kelemen (hu)
  * Jiri Grönroos (fi)
  * Josef Andersson (sv)
  * Marek ÄŒernocký (cs)
  * Piotr DrÄ…g (pl)

(wiz)

2015-10-15 11:15:22 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.40.0

(wiz)

2015-10-15 11:15:12 UTC MAIN commitmail json YAML

Update calibre to 2.40.0:

New Features

    A new tool to apply Tag mapper rules to existing books in the
    library. To use it, go to Preferences->Toolbars and add the
    tool to the toolbar.

    Kindle driver: Detect books in Amazon's new KFX format present
    on e-ink kindles.

    Note that this only detects KFX books and allows you to delete
    them. You cannot copy them to your calibre library. Doing so
    would be pointless anyway, as KFX books are specialised for
    individual devices. Instead go to your 'Manage my content' page
    an amazon.com and download them from there -- this will give
    you a regular azw3 file you can add to calibre.

Bug Fixes

    TXT Output: Do not fail when input contains HTML comments with
    double hyphens in the comment text.
    E-book polishing: Show a confirmation if the user selects both
    the add and remove jacket actions.
    Edit Book: Fix order of checkboxes in filter style information
    tool is random
    PDB Input: Ingore malformed metadata records.

    Closes tickets: 1499878
    Revert change in previous release to workaround broken xdg-open
    on linux. Apparently xdg-open is so badly broken that working
    around it is not possible.

    Closes tickets: 1500226
    ZIP Output: Fix system encoding being used instead of UTF-8
    for html files.

    Closes tickets: 1499514

Improved news sources

    The Philosopher's Magazine
    Harper's Magazine
    Ambito
    Perfil
    Telam
    Infobae.com
    La Nacion
    Clarin

(wiz)

2015-10-15 11:08:02 UTC MAIN commitmail json YAML

Updated graphics/cairomm to 1.12.0

(wiz)

2015-10-15 11:07:53 UTC MAIN commitmail json YAML

Update cairomm to 1.12.0:

1.12.0 (unstable):

* Cairo::RefPtr: Add move constructors and move operator=().
  (Murray Cumming)
* MSVC build fixes.
  (Chun-wei Fan)

1.11.4 (unstable):

* Use (and require) C++11.
  (Murray Cumming)
* Add Script and ScriptSurface.
  (Povilas Kanapickas)
* Context: get_surface_wrapper(): Handle CAIRO_SURFACE_TYPE_SCRIPT,
  returning a ScriptSurface.
  (Povilas Kanapickas)
* Surface: get_device(): Handle CAIRO_SURFACE_TYPE_SCRIPT,
  returning a Script.
  (Povilas Kanapickas)
* Wrap cairo script device and script surface APIs.
  (Povilas Kanapickas)
* FtFontFace: Add get/set/unset_synthesize().
  (Povilas Kanapickas)
* Update MSVC.Net 2010 project files.
  (David Weiß)

1.11.2 (unstable):

* Pattern: Add set_extend() and get_extend().
  (Povilas Kanapickas) Bug #73775
* ScaledFont: Add the missing get_extents() method implementation.
  (Murray Cumming) Bug #53981 (cheshirekow)
* Allow use from Objective-C instead of just allowing building.
  (Anton Bachin) Bug #66328
* Avoid dereferencing empty std::vector<>s.
  (Murray Cumming) Bug #36020 (Robert Kurjata)
* Documentation improvements.
  (Mark Vender)
* Fix linker problems in examples.
  (Murray Cumming)

(wiz)

2015-10-15 11:04:47 UTC MAIN commitmail json YAML

Updated devel/libsigc++ to 2.6.1

(wiz)

2015-10-15 11:04:37 UTC MAIN commitmail json YAML

Update libsigc++ to 2.6.1:

2.6.1 (stable):

* Add back deprecated adaptors/lambda API to avoid an unintented ABI break.
  (Kjell Ahlstedt) Bug #755550 (Michael Biebl)
* sigc::trackable: Move operations: Don't move the callback list
  (Kjell Ahlstedt) Bug #755393 (Tom Schoonjans)

2.6.0 (stable):

* C++11: deduce_result_type: Simplify with C++11 variadic template.
  (Murray Cumming, Marcin Kolny) Bug #753612
* Fix the build with MSVC.
  (Chun-wei Fan) Bug #754082
* Update the website.
  (Kjell Ahlstedt)

2.5.4 (unstable):

* slot_base::operator=(const &): Copy the blocked too,
  so the destionation is blocked if the source is blocked,
  regardless of whether the destionation was previously
  blocked, because this seems to be what we should expect.
  (Murray Cumming)
* C++11: slot_base, slot*, signal_base, signal*, trackable:
  Add move operations.
  (Murray Cumming)
* Update MSVC Projects, requiring at least MSVC++ .Net 2013
  for C++11 support.
  (Chun-wei Fan)

2.5.3 (unstable):

* Use C++11 "using" aliases to simplify code that uses type traits.
  (Murray Cumming) Bug #753580

2.5.2 (unstable):

* Remove useless headers:
    sigc++/class_slot.h
    sigc++/hide.h
    sigc++/method_slot.h
    sigc++/object.h
    sigc++/object_slot.h
    sigc++/retype.h
  Some of these still have equivalents in sigc++/adaptors/
  (Kjell Ahlstedt, Murray Cumming) Bug #752560
* C++11: Replace deprecated std::auto_ptr by std::unique_ptr.
  (Kjell Ahlstedt)
* C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>,
  removing sigc::is_base_and_derived<>.
  (Kjell Ahlstedt, Murray Cumming) Bug #752560
* C++11: Use of range-based for loops.
  (Murray Cumming)
* C++11: Use of the auto keyword.
  (Murray Cumming)
* C++11: Use of nullptr instead of 0.
  (Murray Cumming)
* sigc++/slot.h: Use a regular .h file instead of generating it
  from an .m4 file. Bug #752560
  (Kjell Ahlstedt)
* Visual Studio Builds: Move 2010 Projects to 2012 to support C++11.
  (Chun-wei Fan)
* Use -Wformat-security and -Wshadow with --enable-warnings=fatal.
  (Murray Cumming)

2.5.1 (unstable):

* Use (and require) C++11
  (Kjell Ahlstedt)
* Using C++11 lambda functions to create sigc::slots:
  Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
  (Kjell Ahlstedt)
* Remove the already-deprecated sigc::lambda (and sigc::group) API.
  This is an API change but should not be an ABI change, so it should
  only affect you when rebuilding applications, if you use this API.
  (Murray Cumming, Kjell Ahlstedt)

(wiz)

2015-10-15 11:00:02 UTC MAIN commitmail json YAML

2015-10-15 10:59:52 UTC MAIN commitmail json YAML

Update curl to 7.45.0:

Fixed in 7.45.0 - October 7 2015

Changes:

    added CURLOPT_DEFAULT_PROTOCOL
    added new tool option --proto-default
    getinfo: added CURLINFO_ACTIVESOCKET
    turned CURLINFO_* option docs as stand-alone man pages
    curl: point out unnecessary uses of -X in verbose mode

Bugfixes:

    curl_global_init_mem.3: Stronger thread safety warning
    buildconf.bat: Fixed issues when ran in directories with special chars
    cmake: Fix CurlTests check for gethostbyname_r with 5 arguments
    generate.bat: Fixed issues when ran in directories with special chars
    generate.bat: Only call buildconf.bat if it exists
    generate.bat: Added support for generating only the prerequisite files
    curl.1: Document weaknesses in SSLv2 and SSLv3
    CURLOPT_HTTP_VERSION.3: connection re-use goes before version
    docs: Update the redirect protocols disabled by default
    inet_pton.c: Fix MSVC run-time check failure
    CURLMOPT_PUSHFUNCTION.3: fix argument types
    rtsp: support basic/digest authentication
    rtsp: stop reading empty DESCRIBE responses
    travis: Upgrading to container based build
    travis.yml: Add OS X testbot
    FTP: make state machine not get stuck in state
    openssl: handle lack of server cert when strict checking disabled
    configure: change functions to detect openssl (clones)
    configure: detect latest boringssl
    runtests: Allow for spaces in server-verify curl custom path
    http2: on_frame_recv: get a proper 'conn' for the debug logging
    ntlm: mark deliberate switch case fall-through
    http2: remove dead code
    curl_easy_{escape,unescape}.3: "char *" vs. "const char *"
    curl: point out the conflicting HTTP methods if used
    cmake: added Windows SSL support
    curl_easy_{escape,setopt}.3: fix example
    curl_easy_escape.3: escape '\n'
    libcurl.m4: Put braces around empty if body
    buildconf.bat: Fixed double blank line in 'curl manual' warning output
    sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled
    inet_pton.c: Fix MSVC run-time check failure
    CURLOPT_FOLLOWLOCATION.3: mention methods for redirects
    http2: don't pass on Connection: headers
    nss: do not directly access SSL_ImplementedCiphers
    docs: numerous cleanups and spelling fixes
    FTP: do_more: add check for wait_data_conn in upload case
    parse_proxy: reject illegal port numbers
    cmake: IPv6 : disable Unix header check on Windows platform
    winbuild: run buildconf.bat if necessary
    buildconf.bat: fix syntax error
    curl_sspi: fix possibly undefined CRYPT_E_REVOKED
    nss: prevent NSS from incorrectly re-using a session
    libcurl-errors.3: add two missing error codes
    openssl: fix build with < 0.9.8
    openssl: refactor certificate parsing to use OpenSSL memory BIO
    openldap: only part of LDAP query results received
    ssl: add server cert's "sha256//" hash to verbose
    NTLM: Reset auth-done when using a fresh connection
    curl: generate easysrc only on --libcurl
    tests: disable 1801 until fixed
    CURLINFO_TLS_SESSION: always return backend info
    gnutls: Support CURLOPT_KEYPASSWD
    gnutls: Report actual GnuTLS error message for certificate errors
    tests: disable 1510 due to CI-problems on github
    cmake: Put "winsock2.h" before "windows.h" during configure checks
    cmake: Ensure discovered include dirs are considered
    configure: Add missing ')' for CURL_CHECK_OPTION_RT
    build: fix failures with -Wcast-align and -Werror
    FTP: fix uploading ASCII with unknown size
    readwrite_data: set a max number of loops
    http2: avoid superfluous Curl_expire() calls
    http2: set TCP_NODELAY unconditionally
    docs: fix unescaped '\n' in man pages
    openssl: Fix algorithm init to make (gost) engines work
    win32: make recent Borland compilers use long long
    runtests: Fix pid check in checkdied
    gopher: don't send NUL byte
    tool_setopt: fix c_escape truncated octal
    hiperfifo: fix the pointer passed to WRITEDATA
    getinfo: Fix return code for unknown CURLINFO options

(wiz)

2015-10-15 10:57:45 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.0.4

(wiz)

2015-10-15 10:57:36 UTC MAIN commitmail json YAML

Update harfbuzz to 1.0.4:

Overview of changes leading to 1.0.4
Wednesday, September 30, 2015
====================================

- Fix minor out-of-bounds read error.

(wiz)

2015-10-15 10:56:21 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 18.4

(wiz)

2015-10-15 10:56:12 UTC MAIN commitmail json YAML

Update py-setuptools to 18.4:

----
18.4
----

* Issue #446: Test command now always invokes unittest, even
  if no test suite is supplied.

(wiz)

2015-10-15 10:53:44 UTC MAIN commitmail json YAML

Updated misc/xdg-utils to 1.1.1

(wiz)

2015-10-15 10:53:35 UTC MAIN commitmail json YAML

Update xdg-utils to 1.1.1:

=== xdg-utils 1.1.1 ===

2015-10-05 Per Olofsson <pelle@debian.org>
  * xdg-screensaver: Run 'xset -dpms' and then 'xset +dpms' to reset
    the DPMS timer. Thanks to Stephen Thomas for the idea.
    (Debian bug #745340)
  * xdg-open: Fix regression in generic mode (wrong variable name) which
    prevented files from being opened using the desktop file/mimeapps.list
    mechanism.
  * xdg-open: Add proper quoting so that files with spaces in their names
    can be opened in generic mode and LXDE. (Debian bug #801048)

=== xdg-utils 1.1.0 ===

2015-10-04 Per Olofsson <pelle@debian.org>
  * Add references to specifications to the manuals. (Debian bug #800826)
  * xdg-email: Remove obsolete references to
    http://portland.freedesktop.org/wiki/EmailConfig from the manual.

2015-10-03 Per Olofsson <pelle@debian.org>
  * xdg-email: Rewrite open_kde()
  * xdg-open: Only strip queries (?) and fragments (#) from file URLs before
    decoding them, not from (decoded) paths. Otherwise we can't open files
    with hash or question marks in their names. (Debian bug #800355)

2015-09-27 Per Olofsson <pelle@debian.org>
  * xdg-settings: Detect generic DE instead of failing. (Debian bug #787791)
  * xdg-settings: Add a proper generic mode.

2015-09-26 Per Olofsson <pelle@debian.org>
  * xdg-mime: Check ~/.config/mimeapps.list instead of
    ~/.config/applications/mimeapps.list when looking for default
    application.
  * xdg-open: Fall back to generic mode if gvfs-open and gnome-open
    are missing. Don't try to use gnome-open if running under GNOME 3 or
    Cinnamon. (Debian bug #685304)
  * xdg-open, xdg-email: Add iceweasel to the list of fallback browsers.
    (Debian bug #788047)

2015-09-25 Per Olofsson <pelle@debian.org>
  * xdg-utils-common: Add support for $XDG_CURRENT_DESKTOP value X-Generic.
    When set, xdg-utils will pretend that it is running under a generic DE
    which can be useful for debugging purposes.

2015-09-23 Per Olofsson <pelle@debian.org>
  * xdg-open: Percent-decode file:// URLs in open_lxde and add testcase.
    (BR89654)

2015-09-22 Per Olofsson <pelle@debian.org>
  * Add a fully automated (non-interactive) test suite (under development).
    Run it using "make autotest".
  * xdg-screensaver: Use the DBus API from a Perl script to inhibit
    gnome-screensaver. This is necessary since the SimulateUserActivity call
    is not implemented. Calling Inhibit using dbus-send does not work either
    since gnome-screensaver watches the pid of the calling process and
    dbus-send exits immediately. Distributions are advised to make xdg-utils
    depend on the Perl modules Net::DBus and X11::Protocol. Thanks to
    Ben Hutchings for writing the Perl script.
  * xdg-email: Add support for the $MAILER environment variable.
  * xdg-open: Add support for running without X.
  * xdg-open: Try www-browser first of the non-X browsers. (www-browser is
    a symlink to the preferred non-X browser in Debian.)
  * xdg-icon-resource: Don't try to install anything into empty $icon_dir's.

2015-09-20 Per Olofsson <pelle@debian.org>
  * xdg-open: Try $BROWSER first in generic mode if it is set by the user.

2015-09-18 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-email: Recipients passed to Thunderbird are incorrectly quoted (BR91996)

2015-09-16 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-screensaver support for xautolock (BR89655)
  * xdg-icon-resource: does not support filenames with spaces (BR91758)
  * xdg-open: Add support for multi-word $BROWSER commands (BR91989)
  * xdg-open shell script contains bash code (BR86028)
  * xdg-email: bashism: relies on bash's echo in run_thunderbird() (BR91990)
  * xdg-email: Icedove support (BR91997)
  * xdg-email: generic mode does nothing (BR92008)

2015-07-15 Rex Dieter <rdieter@fedoraproject.org>
  * better for other (non-gnome) GVfs-based desktops, from Yaakov Selkowitz <yselkowi@redhat.com>

2015-07-01 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-email: generic check for assigned mailto (BR79929)

2015-04-13 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-mime: search mimeinfo.cache in $xdg_user_dir too (BR31629)

2015-04-06 Rex Dieter <rdieter@fedorparoject.org>
  * xdg-open: does not exit if it does not recognize the mimetype (BR89902)

2015-04-04 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-desktop-menu:  does not support filenames with spaces (BR66605)

2015-03-23 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open:  fix regression where & gets replaced with \\& in URLs

2015-03-02 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-email: thunderbird launch in xdg-email in gnome3 fails (BR61475)

2015-02-24 Lionel Orry <lionel.orry@gmail.com>
  * xdg-mime: do not report multiple desktop files (BR60329)

2015-02-20 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open: safer xdg-open (BR89130), inspired by patch from Vincent Bernat <bernat@debian.org>

2015-01-19 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open: better fix for command injection vulnerability (BR66670)
  * xdg-open is extremely slow because get_key executes grep unnecessarily (BR88524)

2015-01-15 Reuben Thomas <rrt@sc3d.org>
  * xdg-mime: dereference symlinks when using mimetype or file (BR39923)
  * xdg-screensaver: Change screensaver_freedesktop's interpretation of GetActive (BR29859)

2015-01-05 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open: command injection vulnerability (BR66670)

2015-01-04 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-screensaver should control X11's screensaver in xfce as fallback (BR80089)

2014-10-09 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-screensaver plasma5 support

2014-09-22 Rex Dieter <rdieter@fedoraproject.org>
  * Initial support for Plasma5 (largely thanks to Karol Herbst)

2014-09-19 Rex Dieter <rdieter@fedoraproject.org>
  * XFCE .desktop file created for browser selection is broken (BR56092)
  * Unnecessary filtering file:// for pcmanfm (BR63153)
  * fails if user sets a custom IFS environment variable (BR81386)

2014-09-17 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-utils-common is broken, xdg-open uses bashism (BR83979)

2014-08-25 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-email: do not encode - character

2014-04-26 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open fails to open web browser urls with a query string (BR45857)

2014-02-07 Rex Dieter <rdieter@fedoraproject.org>
  * Improvement of detecting KDE session (BR63157)

2013-10-24 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-desktop-menu: improperly check for vendor prefix on Estonian locale (BR70742)

2013-09-16 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-desktop-menu: Unquoted file name (BR69399)

2013-07-13 Igor Murzov <e-mail@date.by>
  * xdg-open: detect Enlightenment and make use of it (BR66944)

2012-10-08 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-mime does not search mimeinfo.cache (BR31629)

2012-09-16 Rex Dieter <rdieter@fedoraproject.org>
  * recognize XDG_CURRENT_DESKTOP/DESKTOP_SESSION=MATE (BR54941)
  * xdg-su: use gnomesu for mate (BR54941)

2012-08-20 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-su: stop checking xsu (thanks to Jiri Slaby)
  * xdg-su: use gnomesu for xfce if available (thanks to Jiri Slaby)

2012-08-09 Rex Dieter  <rdieter@fedoraproject.org>
  * xdg-open fails to open a url in a "generic" environment (BR45859)
  * xdg-screensaver syntax error if DISPLAY isn't set (BR41144)
  * do not check for /etc/debian_version before using xdg-open (BR46814)
  * Setting $BROWSER=xdg-open can cause infinite loop (BR44047)

2012-03-10 Rex Dieter <rdieter@fedoraproject.org>
  * allow DESKTOP_SESSION='Xfce Session' to match xfce

2012-03-02 Rex Dieter <rdieter@fedoraproject.org>
  * "unknown DE" improvements (BR45295)
  * xdg-terminal incompatible with TERM=screen and TERM=rxvt-unicode (BR44357)
  * xdg-terminal doesn't handle TERM values like TERM=linux (BR44358)
  * add lubuntu support (BR44775)
  * xdg-open replaces "&" with "%U" in URLs (BR46002)

2011-12-09 Rex Dieter <rdieter@fedoraproject.org>
  * initial DE=mate support (mostly just xdg-open so far)

2011-12-07 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-screensaver: gnome-screensaver detection broken (BR43575)
  * xdg-open: fix spurious 'x-www-browser: command not found' (RH755553)

2011-09-30 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open: use x-scheme-handler/ instead of uri/ (BR35700)

2011-09-28 Rex Dieter <rdieter@fedoraproject.org>
  * Documentation spelling fixes (BR41193).  Thanks to Ville Skyttè¾°
  * Fix external links in docs, use <ulink> for them (BR41194). Thanks to
    Ville Skyttè¾°
  * Avoid some unnecessary stat calls (BR41195). Thanks to Ville Skyttè¾°
  * xdg-open: improve debugging output (BR40959)
  * xdg-open: look up default applications by URI scheme (BR35700)
  * xdg-settings: support registering default scheme handler (merge from
    chromium folks)

2011-08-29 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open cant open some valid urls if URL doesnt match existing
  filename (BR34915).  Thanks to Leho Kraav.

2011-08-27 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-terminal fails to open terminal on generic desktop (BR40418)

2011-08-12 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-email fails with unicode strings if using gawk (BR13139)
  * xdg-email: Thunderbird 5 needs unescaped addresses (BR40041)

2011-08-11 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-terminal : remove remaining '==' bash'isms (BR38959)

2011-07-19 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-utils-common.in: support $XDG_CURRENT_DESKTOP

2011-07-13 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-mime : use 'file --mime-type' instead of 'file -i' (BR39166)

2011-05-10 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-mime : handle home dirs with spaces, mimeapps.list not existing.  Thanks to Mike Mammarella.

2011-05-05 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-utils-common.in : add missing ;;

2011-05-04 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-utils-common.in : move a couple of utility functions here (from
  xdg-settings), needed for xdg-email
  * xdg-utils-common.in : binary_to_desktop_file, handle vendor dirs

2011-04-20 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-desktop-icon does not work when user desktop dir has spaces (BR36417)

2011-04-14 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open does not detect xfce (BR25941)
  * xdg-open's list of fallback browsers excludes seamonkey (BR33699)
  * text BROWSER=+elinks
  * xdg-open is sensitive to default grep options (BR34164)
  * xdg-{open,email} should try x-www-browser (BR33095)
  * xdg-email outputs errors with localized KDE4 (BR32924)
  * xdg-email runs kmailservice with incorrect locale (BR33106)
  * spurious capture of which in KMIMETYPEFINDER (BR31444)

2011-04-12 Rex Dieter <rdieter@fedoraproject.org>
  * suppress 'which gnome-default-applications-properties' output.  Thanks to Mike Mammarella.

2011-04-08 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-mime: add mimeapps.list support. Thanks to Chris Coulson.

2011-03-31 Rex Dieter <rdieter@fedoraproject.org>
  * Don't overwrite a /usr/share/applications/defaults.list symlink (BR35794)
  * Use D-Bus API for GNOME screensaver (BR29860)
  * Initial support for DE=Darwin, Default for $BROWSER under Mac OS (BR35500)

2011-03-28 Rex Dieter <rdieter@fedoraproject.org>
  * xdg-open cannot detect xfce 4.8 correctly (BR33321)
  * xdg-mime's info_generic doesn't normalize symlinks (BR33097)
  * mimetype support for xdg-mime (generic) (BR33094)
  * open_generic_xdg_mime is broken when a .desktop file
    Exec has arguments (BR30453)

2011-02-01 Rex Dieter <rdieter@fedoraproject.org>
  * add support for GNOME 3.x

2011-01-09 Fathi Boudra <fabo@freedesktop.org>
  * xdg-email: call kfmclient_fix_exit_code() under KDE 3 only.
    Thanks to Luc Menut. (BR32924)
  * xdg-utils-common: set C.UTF-8 locale to make sure the version parsing is
    done as expected. Under some locales the KDE version string doesn't start
    with "KDE".
  * xdg-terminal: Fix failure because the which std output is wrongly
    redirected to /dev/null in terminal_kde(). Thanks to Luc Menut.
    (BR32927)

(wiz)

2015-10-15 10:45:54 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.62

(wiz)

2015-10-15 10:45:44 UTC MAIN commitmail json YAML

Update iso-codes to 3.62:

iso-codes 3.62
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Thu, 1 Oct 2015

  [ ISO 639-3 translations ]
  * Russian by Dmitry Sivachenko (TP)
  * Turkish by Volkan Gezer (TP)

  [ ISO 639 translations ]
  * Turkish by Volkan Gezer (TP)

(wiz)

2015-10-15 10:41:02 UTC MAIN commitmail json YAML

Updated sysutils/user_darwin to 20151015

(jperkin)

2015-10-15 10:40:52 UTC MAIN commitmail json YAML

Update user-darwin to version 20151015.

Increase the pkgsrc UID range to 300-499.  We can no longer afford to avoid
conflicts with the 400-499 range used by Fink, as pkgsrc now has around 200
users and the previous range was insufficient for bulk builds.

Ideally there would be a way to use a temporary OpenDirectory database for
builds, as while a large range is required for full bulk builds and we're going
to hit even this additional limit soon, it's unlikely a user installation will
require the full range.  However, finding a way to do this is proving elusive.

(jperkin)

2015-10-15 10:38:53 UTC MAIN commitmail json YAML

Updated lang/py-six to 1.10.0

(wiz)

2015-10-15 10:38:43 UTC MAIN commitmail json YAML

Update py-six to 1.10.0:

1.10.0
------

- Issue #122: Improve the performance of `six.int2byte` on Python 3.

- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
  on non-Windows platforms.

- Pull request #60 and issue #108: Add `six.moves.getcwd` and
  `six.moves.getcwdu`.

- Pull request #64: Add `create_unbound_method` to create unbound methods.

(wiz)

2015-10-15 10:37:49 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.5.2

(wiz)

2015-10-15 10:37:39 UTC MAIN commitmail json YAML

Update py-tortoisehg to 3.5.2:

TortoiseHg 3.5.2

TortoiseHg 3.5.2 is a regularly scheduled bugfix release.

Bug Fixes

    repotab: do not close removed repo in the middle of switching tabs (fixes #4253)
    settings: fix noop deletion of unnamed hook (fixes #4289)
    shelve: create patchctx by MQ patch name if appropriate (fixes #4308)

Installer

    wix: resurrect kdiff3-noauto for bundled kdiff3 (fixes #4309)

(wiz)

2015-10-15 10:35:02 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.5.2

(wiz)

2015-10-15 10:34:53 UTC MAIN commitmail json YAML

Update mercurial to 3.5.2:

Mercurial 3.5.2 (2015-10-01)

Regularly-scheduled bugfix release.

    hgweb: use latest mtime for caching tag (issue4814)
    largefiles: restore archiving largefiles with hgweb (issue4859)
    localrepo: recreate phasecache if changelog was modified (issue4855)
    monoblue: fix page subtitle on help pages
    unbundle: cleanly abort on unknown bundle2 feature

(wiz)

2015-10-15 09:50:31 UTC MAIN commitmail json YAML

Updated audio/abcde to 2.7.1

(wiz)

2015-10-15 09:50:22 UTC MAIN commitmail json YAML

Update to 2.7.1:

abcde 2.7.1

  * Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve
    McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from
    the Slackware Forums. This closes Issue 4:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=4
  * Fix incorrect use of 'break'. Thanks to Reuben Thomas for the
    bug report and fix which closes Issue 6:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
  * Make older versions of id3 happy when 'Genre' field is empty.
    Thanks to Martin Husemann for the fix which closes Issue 8:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
  * Add YEAR and GENRE variables to do_getalbumart(). Thanks to
    Johannes Gernemann for this patch which closes issue 9:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
  * Support added for encoding to True Audio using tta while still
    supporting the older ttaenc. Tagging is with mid3v2.
  * Support added for encoding to MPEG-1 Audio Layer II (mp2)
    with either twolame or FFmpeg / avconv. Tagging with mid3v2.
  * Encoding to WavPack with FFmpeg. Some slight changes to WavPack
    syntax with backward compatibility built in for abcde 2.7.
  * Encoding to m4a container with FFmpeg or avconv. This allows
    for alac encoding with FFmpeg's reverse engineered alac encoder.
  * AAC encoding with fhgaacenc via Wine. Tagging is provided
    by AtomicParsley which has been added back to abcde :). This
    allows encoding with HE-AAC v2, unavailable with qaac.
  * Support added for AAC encoding with qaac via Wine. This
    also allows for Apple Lossless Audio Coding (alac) using
    either qaac or refalac. This closes Issue 142, thanks to
    Bernd Fischer-Krellenberg for the enhancement request.
  * Grab year information too when using musicbrainz. Thanks to
    Marco Hoppstaedter for the patch. Closes issue 10:
    http://abcde.einval.com/bugzilla/show_bug.cgi?id=10

(wiz)

2015-10-15 09:48:06 UTC MAIN commitmail json YAML

Updated devel/pkg-config to 0.29

(wiz)

2015-10-15 09:47:56 UTC MAIN commitmail json YAML

Update to 0.29. Regen patches.

pkg-config 0.29
===

- Fixed a regression from 0.28 in system -L flag handling. If the pc
  file has multiple system -L flags, every other flag will be left as
  is. Thanks to Andrew Oakley for the fix. (#78077)
- Quoting of variables queried through --variable is removed so that the
  output can be used verbatim in subsequent shell commands. Thanks to
  Marek Kasik for the fix. (#67904)
- Fixed a regression from 0.28 in -L flag handling on Windows. A .libs
  suffix was inadvertantly being added to the library path.
- Added a --validate option to check pc file syntax. This works just
  like --exists, but package dependencies are disabled. (#7000)
- Added the PKG_PREREQ autoconf macro. Whereas PKG_PROG_PKG_CONFIG is
  used to check the version of the pkg-config tool, this is used to
  check the version of the pkg-config autoconf macros in use.
- Added the PKG_CHECK_MODULES_STATIC autoconf macro. This will
  temporarily add --static to the pkg-config calls while invoking
  PKG_CHECK_MODULES. (#19541)
- Many fixes to the testsuite for Windows. It should now pass for a
  MinGW, Cygwin, and cross-compiled MinGW using Wine for test execution.
  (#66939)
- More consistent handling of prefix redefinition. On Windows, the
  prefix was always being redefined based on the pc file path. This
  feature can now be enabled or disabled at runtime on all platforms
  using the --define-prefix and --dont-define-prefix options. (#63602)
- Continue listing packages with --list-all even if there are errors in
  pc files. (#26615)
- Various documentation improvements. (#62018, #62374, #66155)
- Fixed a bug when multiple -isystem arguments are used. (#72584)
- pkg-config is now built with largefile support to ensure that it works
  correctly on filesystems with 64 bit inodes. Thanks to Peter Jones for
  the fix. (#90078)
- Bugs fixed: 7000, 19541, 26615, 62018, 62374, 63602, 66155, 66939,
  67904, 70690, 72584, 78077, 80378, 80380, 89267, 90078, 90437, 92002.

(wiz)

2015-10-15 08:41:25 UTC MAIN commitmail json YAML

Updated x11/xkeyboard-config to 2.16

(wiz)

2015-10-15 08:41:15 UTC MAIN commitmail json YAML

Update xkeyboard-config to 2.16:

Another stable release of xkeyboard-config is out there!

Andriy Rysin (1):
      Move apostrophe U+0027 to the first level and add U+02BC one to
ua(unicode)

Benjamin Tissoires (1):
      Add support for chromebooks layout

Giuseppe Bilotta (1):
      Add missing semicolons in symbols/inet

Roland Kaufmann (1):
      Undo incompatible us(dvp) layout additions

Sascha Brawer (1):
      Define a keyboard layout for the Ol Chiki script

Sergey Udaltsov (11):
      new layout - Russian Phonetic Czech
      Correct capitalization and naming of us(dvp) "Programmer Dvorak"
      added swap_lalt_lwin
      fixed Icelandic Dvorak
      Broken xml fixed
      Fixed mac file, use utf-8
      Added Teck keyboard
      added missing Teck file
      Version 2.15.99
      prerelease translation sync
      Release 2.16

Tomi Leppè¾°nen (1):
      Added Finnish DAS layout

(wiz)

2015-10-15 04:59:30 UTC MAIN commitmail json YAML

Fixed some of the pkglint warnings

(rillig)