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 (57m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:51:22 UTC Now

2015-12-29 05:54:18 UTC MAIN commitmail json YAML

Drop checksum for nonexistent patch.

(dholland)

2015-12-29 05:11:43 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.559

(tsutsui)

2015-12-29 05:10:55 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.559.

Upstream announcement:

https://helpx.adobe.com/security/products/flash-player/apsb16-01.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: December 28, 2015

Vulnerability identifier: APSB16-01

CVE number: CVE-2015-8459, CVE-2015-8460, CVE-2015-8634, CVE-2015-8635,
CVE-2015-8636, CVE-2015-8638, CVE-2015-8639, CVE-2015-8640, CVE-2015-8641,
CVE-2015-8642, CVE-2015-8643, CVE-2015-8644, CVE-2015-8645, CVE-2015-8646,
CVE-2015-8647, CVE-2015-8648, CVE-2015-8649, CVE-2015-8650, CVE-2015-8651

Platform: All Platforms

(tsutsui)

2015-12-29 05:06:06 UTC MAIN commitmail json YAML

2015-12-29 05:00:14 UTC MAIN commitmail json YAML

Use canonical relative path.

(dholland)

2015-12-29 04:59:19 UTC MAIN commitmail json YAML

2015-12-29 04:54:40 UTC MAIN commitmail json YAML

2015-12-29 04:30:29 UTC MAIN commitmail json YAML

2015-12-29 04:25:32 UTC MAIN commitmail json YAML

Use canonical relative paths.

(dholland)

2015-12-29 04:22:50 UTC MAIN commitmail json YAML

2015-12-29 04:22:33 UTC MAIN commitmail json YAML

2015-12-29 04:04:32 UTC MAIN commitmail json YAML

2015-12-29 03:38:03 UTC MAIN commitmail json YAML

2015-12-29 03:23:50 UTC MAIN commitmail json YAML

2015-12-29 03:23:31 UTC MAIN commitmail json YAML

2015-12-29 03:20:56 UTC MAIN commitmail json YAML

2015-12-29 02:05:35 UTC MAIN commitmail json YAML

note addition of math/pcg

(agc)

2015-12-29 02:04:08 UTC MAIN commitmail json YAML

Add pcg version 0.94 to the packages collection

The PCG family of Random Number Generators combines properties not
previously seen together in the same generation scheme:

+ It's really easy to use, and yet its very flexible and offers
powerful features (including some that allow you to perform silly
party tricks).

+ It's very fast, and can occupy very little space.

+ It has small code size.

+ It's performance in statistical tests is excellent (see the PCG
paper for full details).

+ It's much less predictable and thus more secure than most generators.

+ It's open source software, with a permissive license (the Apache license).

(agc)

2015-12-29 00:57:28 UTC MAIN commitmail json YAML

Removed leading whitespace in variable assignment (found by pkglint)

(rillig)

2015-12-29 00:06:45 UTC MAIN commitmail json YAML

2015-12-29 00:05:54 UTC MAIN commitmail json YAML

2015-12-28 22:35:12 UTC MAIN commitmail json YAML

2015-12-28 21:17:20 UTC MAIN commitmail json YAML

Updated audio/mp3diags to 1.2.02

(adam)

2015-12-28 21:16:32 UTC MAIN commitmail json YAML

Changes 1.2.02:
- integrated changes from 1.3.01:
- fixed incorrect message occurring some times when start after a crash
- better logging and retries for write errors
- added offset to the output created via the command line
- fixed crash caused by saving very small images
- build fix
- disabled Discogs integration

(adam)

2015-12-28 21:01:40 UTC MAIN commitmail json YAML

Updated converters/librevenge to 0.0.3nb1

(ryoon)

2015-12-28 21:00:16 UTC MAIN commitmail json YAML

Restore -lboost_system to librevenge's pc file. Bump PKGREVISION
This fixes converters/libabw build at least.

(ryoon)

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

Added graphics/wm-icons version 0.4.0

(tsutsui)

2015-12-28 15:08:55 UTC MAIN commitmail json YAML

Import wm-icons 0.4.0 as graphics/wm-icons.

The Window Manager Icons is an efficient icon distribution designed to
be standardized and configurable.  Includes several themed icon sets,
a template icon set to help building new themed icon sets, scripts and
configurations for several window managers.

Closes my PR pkg/50545 assuming "approved by silence."

(tsutsui)

2015-12-28 14:35:12 UTC MAIN commitmail json YAML

Updated math/py-pandas to 0.17.1

(wiz)

2015-12-28 14:35:02 UTC MAIN commitmail json YAML

Update py-pandas to 0.17.1.

0.17.1

This is a minor bug-fix release from 0.17.0 and includes a large
number of bug fixes along several new features, enhancements, and
performance improvements. We recommend that all users upgrade to
this version.

Highlights include:

    Support for Conditional HTML Formatting, see here
    Releasing the GIL on the csv reader & other ops, see here
    Fixed regression in DataFrame.drop_duplicates from 0.16.2,
    causing incorrect results on integer values (GH11376)

0.17.0

This is a major release from 0.16.2 and includes a small number of
API changes, several new features, enhancements, and performance
improvements along with a large number of bug fixes. We recommend
that all users upgrade to this version.

Highlights include:

    Release the Global Interpreter Lock (GIL) on some cython
    operations, see here
    Plotting methods are now available as attributes of the .plot
    accessor, see here
    The sorting API has been revamped to remove some long-time
    inconsistencies, see here
    Support for a datetime64[ns] with timezones as a first-class
    dtype, see here
    The default for to_datetime will now be to raise when presented
    with unparseable formats, previously this would return the
    original input. Also, date parse functions now return consistent
    results. See here
    The default for dropna in HDFStore has changed to False, to
    store by default all rows even if they are all NaN, see here
    Datetime accessor (dt) now supports Series.dt.strftime to
    generate formatted strings for datetime-likes, and
    Series.dt.total_seconds to generate each duration of the
    timedelta in seconds. See here
    Period and PeriodIndex can handle multiplied freq like 3D,
    which corresponding to 3 days span. See here
    Development installed versions of pandas will now have PEP440
    compliant version strings (GH9518)
    Development support for benchmarking with the Air Speed Velocity
    library (GH8361)
    Support for reading SAS xport files, see here
    Documentation comparing SAS to pandas, see here
    Removal of the automatic TimeSeries broadcasting, deprecated
    since 0.8.0, see here
    Display format with plain text can optionally align with Unicode
    East Asian Width, see here
    Compatibility with Python 3.5 (GH11097)
    Compatibility with matplotlib 1.5.0 (GH11111)

(wiz)

2015-12-28 14:34:30 UTC MAIN commitmail json YAML

Update to 1.4.38
----------------------
- 1.4.38 - 2015-12-05
  * [stat-cache] fix handling of collisions, might have returned wrong
    data (fixes #2669)
  * [core] allocate at least 4k buffer for incoming data
  * [core] fix search for header end if split across chunks (fixes #2670)
  * [core] check configparserAlloc() result with force_assert
  * [mod_auth] implement and use safe_memclear, using memset_s or
    explicit_bzero if available (thx loganaden)
  * [core] don't buffer request bodies smaller than 64k on disk
  * add force_assert for many allocations and function results
  * [mod_secdownload] use a hopefully constant time comparison to check
    hash (fixes #2679)
  * [config] check config option scope; warn if server option is given
    in conditional
  * [core] revert increase of temp file size back to 1MB, provide a
    configure option "server.upload-temp-file-size" instead (fixes
    #2680)
  * [core] add '~' to safe characters in
    ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
  * [core] encode path with ENCODING_REL_URI in redirect to directory
    (fixes #2661, thx gstrauss)
  * [mod_secdownload] add required algorithm option; old behaviour
    available as "md5", new options "hmac-sha1" and "hmac-sha256"
  * [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes
    #2691, thx Kyle J. McKay)
  * [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay)
  * [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)

(mef)

2015-12-28 13:53:21 UTC MAIN commitmail json YAML

Updated devel/boost-headers to 1.60.0nb1

(ryoon)

2015-12-28 13:52:18 UTC MAIN commitmail json YAML

Add workaround for NetBSD 7.99 and 7. Fix converters/librevenge build
Bump PKGREVISION of devel/boost-headers.

(ryoon)

2015-12-28 13:48:30 UTC MAIN commitmail json YAML

Fix name of the flag variable in rc.d script. From ISIHARA Takanori in
PR pkg/50595.

(bsiegert)

2015-12-28 13:46:15 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.22.1

(adam)

2015-12-28 13:45:57 UTC MAIN commitmail json YAML

PKGREVISION removed after updating lang/perl5 to 5.22.1

(adam)

2015-12-28 13:44:03 UTC MAIN commitmail json YAML

Changes 5.22.1:
Several bugs, including a segmentation fault, have been fixed with the bounds checking constructs (introduced in Perl 5.22) \b{gcb}, \b{sb}, \b{wb}, \B{gcb}, \B{sb}, and \B{wb}. All the \B{} ones now match an empty string; none of the \b{} ones do.

* Module::CoreList has been upgraded from version 5.20150520 to 5.20151213.
* PerlIO::scalar has been upgraded from version 0.22 to 0.23.
* POSIX has been upgraded from version 1.53 to 1.53_01.
* Storable has been upgraded from version 2.53 to 2.53_01.
* warnings has been upgraded from version 1.32 to 1.34.
* Win32 has been upgraded from version 0.51 to 0.52.

(adam)

2015-12-28 13:31:37 UTC MAIN commitmail json YAML

Add dependency on adwaita-icon-theme if using gtk3. Fixes PR pkg/50268.
Bump pkgrevision.

(bsiegert)

2015-12-28 13:10:13 UTC MAIN commitmail json YAML

Updated converters/librevenge to 0.0.3

(adam)

2015-12-28 13:09:28 UTC MAIN commitmail json YAML

librevenge 0.0.3

- SVG generator: fix the center of rotation.
- Remove bashism in configure (libwpd#5).
- Fix some syntax errors in documentation.
- Text generator: handle footnotes and endnotes.
- Improve performance of RVNGPropertyListVector::append() and
  RVNGBinaryData::append().
- Fix several crashes or hangs when reading broken OLE2 or Zip files, found
  with the help of american-fuzzy-lop.
- Fix build with boost 1.59 (libwpd#6).
- Handle table:number-columns-repeated and table:number-rows-repeated in
  all spreadsheet generators.
- CSV generator: handle rows with uneven number of columns correctly.
- CSV generator: ignore empty rows at the end.
- Several minor improvements and fixes.

(adam)

2015-12-28 13:08:57 UTC MAIN commitmail json YAML

librevenge 0.0.3

- SVG generator: fix the center of rotation.
- Remove bashism in configure (libwpd-5).
- Fix some syntax errors in documentation.
- Text generator: handle footnotes and endnotes.
- Improve performance of RVNGPropertyListVector::append() and
  RVNGBinaryData::append().
- Fix several crashes or hangs when reading broken OLE2 or Zip files, found
  with the help of american-fuzzy-lop.
- Fix build with boost 1.59 (libwpd-6).
- Handle table:number-columns-repeated and table:number-rows-repeated in
  all spreadsheet generators.
- CSV generator: handle rows with uneven number of columns correctly.
- CSV generator: ignore empty rows at the end.
- Several minor improvements and fixes.

(adam)

2015-12-28 12:15:19 UTC MAIN commitmail json YAML

Update net/scamper to 20141211a. From maintainer in PR pkg/50138.

>From https://rommie.caida.org/pipermail/scamper-announce/2015-August/000003.html

* provide the ability for scamper's control socket to bind to a
  specific address.  this allows external systems to contact and drive
  scamper processes.  a more secure solution will follow in a month or
  two.

* when converting the source port of a control socket client to a
  string, print it in host byte order rather than network byte order

* add a TBT (too-big-trick) option to ping, use it in sc_speedtrap.  a
  simple optimisation to send up to M packets to get N fragmented
  responses.

* if an input list to sc_speedtrap contains the same IP address twice,
  ignore the duplicate address, rather than crash later.

* use a quicksort with a 3-way partition.  will make scamper more
  efficient in many places.

* add sc_warts2csv for samknows

* fix sc_tracediff so that it doesn't crash if the two warts files
  being compared traceroute to different sets of addresses.  reported
  by Job Snijders.

(bsiegert)

2015-12-28 12:03:44 UTC MAIN commitmail json YAML

go-tools and darkstat update

(bsiegert)

2015-12-28 12:02:10 UTC MAIN commitmail json YAML

Update darkstat to 3.0.719. From Bartosz Kuzma in PR pkg/50113.

v3.0.719 (24 May 2015)
- Implement tracking of remote ports: shows which ports the host
  is making outgoing connections to. Long time feature request.
- Bugfix: when the capture interface goes down, exit instead of
  busy-looping forever.
- Fix "clock error" due to machine reboot.
- SIGUSR1 now resets the time and bytes reported on the graphs
  page.
- Account for all IP protocols.
- Change the default ports_max to only twice the default
  ports_keep.

(bsiegert)

2015-12-28 11:58:12 UTC MAIN commitmail json YAML

Update go-tools to 1.5. cover and vet are no longer in the tools subdirectory
as they are now delivered with the main Go release as well.

>From David Bariod via email to pkgsrc-users.

(bsiegert)

2015-12-28 11:47:52 UTC MAIN commitmail json YAML

Updated multimedia/x264-devel to 20151227

(adam)

2015-12-28 11:44:46 UTC MAIN commitmail json YAML

2015-12-28 11:37:03 UTC MAIN commitmail json YAML

Changes 20151227:
* ppc: Add detection of AltiVec support for FreeBSD
* Don't assume 16-byte stack alignment by default on x86-32
* Fix a few static analyzer performance hints
* Revise the row VBV algorithm
* Fix high bit depth lookahead cost compensation algorithm
* Correctly update the intra row predictor in B-frames
* Change the predictors update algorithm

(adam)

2015-12-28 10:04:10 UTC MAIN commitmail json YAML

Updated www/py-djangocms-admin-style to 1.0.7

(adam)

2015-12-28 10:03:01 UTC MAIN commitmail json YAML

Changes 1.0.7:
revert changes on dashboard
adapt changelog [ci skip]
fix jumping on mobile devices
more comments
Revert dashboard and adaptions

(adam)

2015-12-28 03:32:37 UTC MAIN commitmail json YAML

Added audio/rubberband version 1.8.1

(kamil)

2015-12-28 03:30:37 UTC MAIN commitmail json YAML

2015-12-28 03:29:33 UTC MAIN commitmail json YAML

2015-12-28 00:21:23 UTC MAIN commitmail json YAML

Add build dependence on libX11. This is normally already included via
cairo, but if one turns off X in cairo it starts failing. Thanks to
markd for pointing out it's apparently only a build dependence.
Closes PR 50582.

(dholland)

2015-12-27 23:49:24 UTC MAIN commitmail json YAML

Updated devel/global to 6.5.2

(wiz)

2015-12-27 23:49:14 UTC MAIN commitmail json YAML

Update global to 6.5.2:

Version 6.5.2 - Dec 16 2015

[CHANGES]
New facilities:
o Improvements of gtags.conf
  - Including from another file: Label syntax is expanded. (:tc=label[@file]:)
  - Variable substitution: B shell like variable substitution is available.
  - Addition of variables: 'bindir', 'datadir', 'libdir' and 'localstatedir'.
    By default, these variables has a value given by the configure script.
  - gtags.conf(5): Online manual of the configuration file.
o global: Now the -N(--nearness) option also works with the -P and -g command
  as well as the tag search command.
o gtags.vim: New custom variable 'Gtags_Close_When_Single' (default 0).
  If this variable is set to 1, quickfix window is closed when single tag.

Changed:
o gtags-cscope: Title changed to reduce misunderstanding.
  Find locations calling this function: -> Find references of this function:

[FIXED BUGS]
o gtags.el: a strange error message in gtags-visit-rootdir was fixed.

$ cp /dev/null main.c
$ ls
main.c
$ emacs -f gtags-mode main.c
[Emacs mini buffer]
M-x gtags-visit-rootdir[ENTER]
Visit root directory: /tmp/test/[ENTER]
/tmp/test/main.c is not directory.      <= STRANGE ERROR

o gtags (C, C++): Gtags couldn't handle enums in the case that there are
  newlines between "enum" and " {". Now it can handle correctly.

+-------------
|typedef enum
|{
|  E_FIRST = 1,
|  E_SECOND
|} FIRST_SECOND;
+-------------
$ global -x '.*'
E_FIRST            3 test.h            E_FIRST = 1,
FIRST_SECOND        5 test.h          } FIRST_SECOND; <= E_SECOND not found
$ _

+-------------
|enum
|tag
|{ ... };
+-------------
$ global -x '.*'
$ _ <= tag not found

o gtags.conf: some part of a comment line (start with '#') was not skipped
  when the line is very large. Now it is skipped correctly.
o gtags: If the DLL path includes ':', loading failed. Now it works.

(wiz)

2015-12-27 23:46:35 UTC MAIN commitmail json YAML

Updated misc/p5-Business-ISBN-Data to 20140910.003

(wiz)

2015-12-27 23:46:26 UTC MAIN commitmail json YAML

Update p5-Business-ISBN-Data to 20140910.003.

20140910.003 2015-12-15T12:25:58Z
* Hide the Business::ISBN namespace

(wiz)

2015-12-27 23:44:39 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.6.2

(wiz)

2015-12-27 23:44:26 UTC MAIN commitmail json YAML

Update py-tortoisehg to 3.6.2:

Bugs Fixes

    repowidget: fix handling of patch.extract() result (hg 3.6) (fixes #4390)

Improvements

    doc: include link to download and use Python 2.7 SWIG bindings

(wiz)

2015-12-27 23:42:48 UTC MAIN commitmail json YAML

Added audio/vamp-plugin-sdk version 2.6

(kamil)

2015-12-27 23:41:35 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.7.4

(wiz)

2015-12-27 23:41:25 UTC MAIN commitmail json YAML

Update py-vdirsyncer to 0.7.4:

Version 0.7.4
=============

*released on 22 December 2015*

- Improved error messages instead of faulty server behavior, see :gh:`290` and
  :gh:`300`.
- Safer shutdown of threadpool, avoid exceptions, see :gh:`291`.
- Fix a sync bug for read-only storages see commmit
  `ed22764921b2e5bf6a934cf14aa9c5fede804d8e`.
- Etag changes are no longer sufficient to trigger sync operations. An actual
  content change is also necessary. See :gh:`257`.
- :storage:`remotestorage` now automatically opens authentication dialogs in
  your configured GUI browser.
- **Packagers:** ``lxml>=3.1`` is now required (newer lower-bound version).

(wiz)

2015-12-27 23:38:55 UTC MAIN commitmail json YAML

Updated devel/py-requests to 2.9.0

(wiz)

2015-12-27 23:38:46 UTC MAIN commitmail json YAML

Update to 2.9.0:

2.9.0 (2015-12-15)
++++++++++++++++++

**Minor Improvements** (Backwards compatible)

- The ``verify`` keyword argument now supports being passed a path to a
  directory of CA certificates, not just a single-file bundle.
- Warnings are now emitted when sending files opened in text mode.
- Added the 511 Network Authentication Required status code to the status code
  registry.

**Bugfixes**

- For file-like objects that are not seeked to the very beginning, we now
  send the content length for the number of bytes we will actually read, rather
  than the total size of the file, allowing partial file uploads.
- When uploading file-like objects, if they are empty or have no obvious
  content length we set ``Transfer-Encoding: chunked`` rather than
  ``Content-Length: 0``.
- We correctly receive the response in buffered mode when uploading chunked
  bodies.
- We now handle being passed a query string as a bytestring on Python 3, by
  decoding it as UTF-8.
- Sessions are now closed in all cases (exceptional and not) when using the
  functional API rather than leaking and waiting for the garbage collector to
  clean them up.
- Correctly handle digest auth headers with a malformed ``qop`` directive that
  contains no token, by treating it the same as if no ``qop`` directive was
  provided at all.
- Minor performance improvements when removing specific cookies by name.

(wiz)

2015-12-27 23:37:15 UTC MAIN commitmail json YAML

+vamp-plugin-sdk

(kamil)

2015-12-27 23:36:52 UTC MAIN commitmail json YAML

Updated devel/py-requests-toolbelt to 0.5.1

(wiz)

2015-12-27 23:36:43 UTC MAIN commitmail json YAML

Update py-requests-toolbelt to 0.5.1:

0.5.1 -- 2015-12-16
-------------------

More information about this release can be found on the `0.5.1 milestone`_.

Fixed Bugs
~~~~~~~~~~

- Now papers over the differences in requests' ``super_len`` function from
  versions prior to 2.9.0 and versions 2.9.0 and later.

(wiz)

2015-12-27 23:35:33 UTC MAIN commitmail json YAML

Import vamp-plugin-sdk 2.6 as audio/vamp-plugin-sdk

Vamp is an audio processing plugin system for plugins that extract descriptive
information from audio typically referred to as audio analysis plugins or
audio feature extraction plugins.

Just like an audio effects plugin (such as a VST), a Vamp plugin is a binary
module that can be loaded up by a host application and fed audio data. However,
unlike an effects plugin, a Vamp plugin generates not more audio, but some sort
of symbolic information. Typical things that a Vamp plugin might calculate
include the locations of moments such as note onset times, visualisable
representations of the audio such as spectrograms, or curve data such as power
or fundamental frequency.

(kamil)

2015-12-27 22:58:28 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 19.2

(wiz)

2015-12-27 22:58:18 UTC MAIN commitmail json YAML

Update py-setuptools to 19.2:

----
19.2
----

* Pull Request #163: Add get_command_list method to Distribution.
* Pull Request #162: Add missing whitespace to multiline string
  literals.

------
19.1.1
------

* Issue #476: Cast version to string (using default encoding)
  to avoid creating Unicode types on Python 2 clients.
* Issue #477: In Powershell downloader, use explicit rendering
  of strings, rather than rely on ``repr``, which can be
  incorrect (especially on Python 2).

----
19.1
----

* Issue #215: The bootstrap script ``ez_setup.py`` now
  automatically detects
  the latest version of setuptools (using PyPI JSON API) rather
  than hard-coding a particular value.
* Issue #475: Fix incorrect usage in _translate_metadata2.

----
19.0
----

* Issue #442: Use RawConfigParser for parsing .pypirc file.
  Interpolated values are no longer honored in .pypirc files.

------
18.8.1
------

* Issue #440: Prevent infinite recursion when a SandboxViolation
  or other UnpickleableException occurs in a sandbox context
  with setuptools hidden. Fixes regression introduced in Setuptools
  12.0.

(wiz)

2015-12-27 22:57:00 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Zip to 1.56

(wiz)

2015-12-27 22:56:51 UTC MAIN commitmail json YAML

Update p5-Archive-Zip to 1.56:

1.56 Thu 17 Dec 2015
    - fix $Archive::Zip::UNICODE issues [github/xlat]
        - on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was
          used in place of newName
        - make sure that file names are utf8 in memberNames
        - use Encode on all platform

(wiz)

2015-12-27 22:54:30 UTC MAIN commitmail json YAML

Updated audio/playitslowly to 1.5.0

(wiz)

2015-12-27 22:54:21 UTC MAIN commitmail json YAML

Update playitslowly to 1.5.0:

playitslowly 1.5
================
* Update to Python3, GTK3 and GStreamer 1.0
* Minor design cleanup
* Fixed a bug where the file chooser would not show the currently selected file

(wiz)

2015-12-27 22:52:51 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.19.12

(wiz)

2015-12-27 22:52:41 UTC MAIN commitmail json YAML

Updated musicpd to 0.9.12:

ver 0.19.12 (2015/12/15)
* fix assertion failure on malformed UTF-8 tag
* fix build failure on non-Linux systems
* fix LimitRTTIME in systemd unit file

(wiz)

2015-12-27 22:49:27 UTC MAIN commitmail json YAML

Mention "# used by audio/gst-plugins1-soundtouch/Makefile"

(wiz)

2015-12-27 22:48:19 UTC MAIN commitmail json YAML

Added audio/gst-plugins1-soundtouch version 1.6.1

(wiz)

2015-12-27 22:48:07 UTC MAIN commitmail json YAML

+ gst-plugins1-soundtouch

(wiz)

2015-12-27 22:47:53 UTC MAIN commitmail json YAML

Import gst-plugins1-soundtouch-1.6.1 as audio/gst-plugins1-soundtouch.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'bad' plugins for GStreamer.  It provides the
soundtouch plugin, which allows detecting BPM and changing pitch
of audio files.

(wiz)

2015-12-27 22:39:28 UTC MAIN commitmail json YAML

2015-12-27 22:39:19 UTC MAIN commitmail json YAML

Update p5-CGI to 4.25.

4.25 2015-12-17

    [ DOCUMENTATION ]
    - fix link to CONTRIBUTING file (thanks to Manwar for the fix)
    - clarify that "soft" deprecation means that the HTML functions
      are deprecated but will not raise any deprecation warnings

    [ SPEC / BUG FIXES ]
    - make the list context warning only happen once per process (or
      thread) to prevent excessive log noise in long running or in
      persistent processes (thanks to @dadamail for the suggestion)

4.23 2015-12-17

    [ DOCUMENTATION ]
    - add LICENSE file and LICENSE info to Makefile.PL

(wiz)

2015-12-27 22:37:01 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 1.4.2

(wiz)

2015-12-27 22:36:52 UTC MAIN commitmail json YAML

Update py-cffi to 1.4.2:

v1.4.2
======

Nothing changed from v1.4.1.

v1.4.1
======

* Fix the compilation failure of cffi on CPython 3.5.0.  (3.5.1 works;
  some detail changed that makes some underscore-starting macros
  disappear from view of extension modules, and I worked around it,
  thinking it changed in all 3.5 versions---but no: it was only in
  3.5.1.)

v1.4.0
======

* A `better way to do callbacks`__ has been added (faster and more
  portable, and usually cleaner).  It is a mechanism for the
  out-of-line API mode that replaces the dynamic creation of callback
  objects (i.e. C functions that invoke Python) with the static
  declaration in ``cdef()`` of which callbacks are needed.  This is
  more C-like, in that you have to structure your code around the idea
  that you get a fixed number of function pointers, instead of
  creating them on-the-fly.

* ``ffi.compile()`` now takes an optional ``verbose`` argument.  When
  ``True``, distutils prints the calls to the compiler.

* ``ffi.compile()`` used to fail if given ``sources`` with a path that
  includes ``".."``.  Fixed.

* ``ffi.init_once()`` added.  See docs__.

* ``dir(lib)`` now works on libs returned by ``ffi.dlopen()`` too.

* Cleaned up and modernized the content of the ``demo`` subdirectory
  in the sources (thanks matti!).

* ``ffi.new_handle()`` is now guaranteed to return unique ``void *``
  values, even if called twice on the same object.  Previously, in
  that case, CPython would return two ``cdata`` objects with the same
  ``void *`` value.  This change is useful to add and remove handles
  from a global dict (or set) without worrying about duplicates.
  It already used to work like that on PyPy.
  *This change can break code that used to work on CPython by relying
  on the object to be kept alive by other means than keeping the
  result of ffi.new_handle() alive.*  (The corresponding `warning in
  the docs`__ of ``ffi.new_handle()`` has been here since v0.8!)

.. __: using.html#extern-python
.. __: using.html#initonce
.. __: using.html#ffi-new-handle

(wiz)

2015-12-27 22:26:52 UTC MAIN commitmail json YAML

Added security/py-simplesha3 version 2015.09.22.post1

(wiz)

2015-12-27 22:26:39 UTC MAIN commitmail json YAML

+py-simplesha3

(wiz)

2015-12-27 22:26:23 UTC MAIN commitmail json YAML

Import py-simplesha3-2015.09.22.post1 as security/py-simplesha3.

This is a modified version of Daniel J. Bernstein's simplesha3
Python library that works in Python 3 in addition to the Python 2
of the original. This modified version is also available on pypi.

(wiz)

2015-12-27 22:17:38 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.10

(wiz)

2015-12-27 22:16:52 UTC MAIN commitmail json YAML

Update gnucash to 2.6.10:

2.6.10 - 20 December 2015
Announcement: GnuCash 2.6.10 Release 2015-12-20
GnuCash 2.6.10 released

The GnuCash development team proudly announces GnuCash 2.6.10, the
tenth maintenance release in the 2.6-stable series.

The following bugs are fixed:
    Bug 627692 - Report options, Account Selection, "select all" => not all
                  accounts selected, only visible ones
    Bug 646129 - Account selection in reports: 'Select Children' doesn't
                  actually select children if they are collapsed.
    Bug 662126 - Cannot create scheduled transaction for dividend reinvestment
    Bug 742321 - Reset temporary prefs on application startup
    Bug 745101 - No warning when quitting with unsaved file.
      When the file was first created without the New File Assistant.
    Bug 746155 - Reports: html-acct-table prepend-row! & prepend-col!
      unknown variables Fixed following the suggestions by
  Tony Kerns.
    Bug 754192 - Since Last Run Dialog asks for security price even if not
                  needed.
    Bug 754533 -  No Account Templates Error Patch
    Bug 755781 - Files with copyright but no grant of license.
    Bug 756335 - When importing, date selection causes exit crash
    Bug 756339 - Prices table not updated
    Bug 756720 - configure fails to find libgoffice 0.10-10 (0.10.18-1)
      While we can't support libgoffice 0.10 because that would
  require gtk3 we can improve the error message if no libgoffice
  0.8.x version is found.
    Bug 757378 - Display the user-defined display symbol for non-currency
                  commodities.
    Bug 759224 - illegal dates in stock transactions cause corrupt file.
    Bug 759294 - New the billing term are not saved during invoice editing.
                  Prevent editing the terms from the invoice view.

Other repairs that weren't marked as bugs in git:
    Revert the automatic inversion of prices whose value is less than 1.0.
        This corrects several regressions from 2.6.8 and 2.6.9; it proved to
be to big a change for a maintenance branch and will re-appear in the
next major release.
    Fix test failure due to trying to parse nanoseconds, which we don't
        actually use.
    Use @SHELL@ instead of hardcode /bin/sh in test shell scripts.
        This is a workaround for MacOS X 10.11's System Integrity Protection.
    Improve the revert action: Ask user confirmation and don't ask to save
        before reverting
    Have a more generic mechanism to set Save action's sensitivity and use it
        for Revert action as well
    Avoid assert in gnc_split_register_balance_trans if default_account is null.
    Performance improvements in the Cash Flow report.
    Add new account chart for Duch small businesses.
    Add some developer documentation.

New Translations:
    Portugal Portuguese
Updated Translations:
    Arabic, German

(wiz)

2015-12-27 21:53:33 UTC MAIN commitmail json YAML

Updated textproc/hunspell-de to 20151222

(wiz)

2015-12-27 21:53:23 UTC MAIN commitmail json YAML

Update hunspell-de to 20151222:

since 20131206:
- lots of new words
- some typo fixes
- affix fix for superlatives of adjectives ending on -igt
- fix or drop outdated documentation
- drop the additional obsolete OASIS license
- remove build date from dictionaries to make reproducible builds possible

(wiz)

2015-12-27 21:49:00 UTC MAIN commitmail json YAML

Updated devel/meld to 3.15.1

(wiz)

2015-12-27 21:48:50 UTC MAIN commitmail json YAML

Update meld to 3.15.1:

2015-12-15 meld 3.15.1
======================

  Features:

  * Text ignored by filters is now dimmed to give some visual feedback that
    it's being ignored (David Rabel)
  * Text filters now apply independently, improving consistency; note that
    this is a behaviour change as filter order no longer matters, and filters
    will always apply to the original (not the filtered) text (David Rabel,
    Kai Willadsen)
  * Recent menu items now show more detail in tooltips (Alan Suran)
  * Update dialog action area layout for GTK+ theme changes (Kai Willadsen)

  Fixes:

  * Conflict resolution prompt now resolves properly again (Andrew Sutherland)
  * Silence some GTK+ assertions on window close (Zain)
  * Fix default filter issues from recent rework (Erik Schilling)
  * Percent-containing commit messages no longer corrupt our recent commit
    messages store (Kai Willadsen)
  * Fix some problems with unicode user directories on Windows (Kai Willadsen)
  * Fix encoding issues when saving files with load errors (Kai Willadsen)
  * Fix drawing corruption when scrolling horizontally (Kai Willadsen)
  * Fix clicking on the diffmap scrolling to the wrong location (Kai Willadsen)
  * Fix off-by-one drawing error for final line in file (Kai Willadsen)
  * Fix introspection requires to silence startup warnings (Kai Willadsen)
  * Fix clearing syncpoints (Kai Willadsen)
  * Add manual appdata kudos markers (Kai Willadsen)
  * PEP8 fixes (David Rabel, Kai Willadsen)

  Translations:

  * Daniel Mustieles (es)
  * Marek Černocký (cs)
  * Milo Casagrande (it)
  * Pedro Albuquerque (pt)
  * Piotr Drąg (pl)
  * Rafael Fontenelle (pt_BR)

(wiz)

2015-12-27 21:46:18 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8.4

(wiz)

2015-12-27 21:45:56 UTC MAIN commitmail json YAML

Update ffmpeg2 to 2.8.4.

version 2.8.4
- rawdec: only exempt BIT0 with need_copy from buffer sanity check
- mlvdec: check that index_entries exist
- avcodec/mpeg4videodec: also for empty partitioned slices
- avcodec/h264_refs: Fix long_idx check
- avcodec/h264_mc_template: prefetch list1 only if it is used in the MB
- avcodec/h264_slice: Simplify ref2frm indexing
- avfilter/vf_mpdecimate: Add missing emms_c()
- sonic: make sure num_taps * channels is not larger than frame_size
- opus_silk: fix typo causing overflow in silk_stabilize_lsf
- ffm: reject invalid codec_id and codec_type
- golomb: always check for invalid UE golomb codes in get_ue_golomb
- sbr_qmf_analysis: sanitize input for 32-bit imdct
- sbrdsp_fixed: assert that input values are in the valid range
- aacsbr: ensure strictly monotone time borders
- aacenc: update max_sfb when num_swb changes
- aaccoder: prevent crash of anmr coder
- ffmdec: reject zero-sized chunks
- swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE*
- swscale/x86/rgb2rgb_template: Do not crash on misaligend stride
- avformat/mxfenc: Do not crash if there is no packet in the first stream
- lavf/tee: fix side data double free.
- avformat/hlsenc: Check the return code of avformat_write_header()
- avformat/mov: Enable parser for mp3s by old HandBrake
- avformat/mxfenc: Fix integer overflow in length computation
- avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
- avformat/matroskaenc: Check codecdelay before use
- avutil/mathematics: Fix division by 0
- mjpegdec: consider chroma subsampling in size check
- libvpxenc: remove some unused ctrl id mappings
- avcodec/vp3: ensure header is parsed successfully before tables
- avcodec/jpeg2000dec: Check bpno in decode_cblk()
- avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
- swscale/utils: Fix for runtime error: left shift of negative value -1
- avcodec/hevc: Fix integer overflow of entry_point_offset
- avcodec/dirac_parser: Check that there is a previous PU before accessing it
- avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
- avcodec/dirac_parser: Fix potential overflows in pointer checks
- avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
- avcodec/wmaprodec: Fix overflow of cutoff
- avformat/smacker: fix integer overflow with pts_inc
- avcodec/vp3: Fix "runtime error: left shift of negative value"
- avformat/riffdec: Initialize bitrate
- mpegencts: Fix overflow in cbr mode period calculations
- avutil/timecode: Fix fps check
- avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
- avcodec/apedec: Check length in long_filter_high_3800()
- avcodec/vp3: always set pix_fmt in theora_decode_header()
- avcodec/mpeg4videodec: Check available data before reading custom matrix
- avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
- avutil/integer: Fix av_mod_i() with negative dividend
- avformat/dump: Fix integer overflow in av_dump_format()
- avcodec/h264_refs: Check that long references match before use
- avcodec/utils: Clear dimensions in ff_get_buffer() on failure
- avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
- avcodec/hevc: Check max ctb addresses for WPP
- avcodec/vp3: Clear context on reinitialization failure
- avcodec/hevc: allocate entries unconditionally
- avcodec/hevc_cabac: Fix multiple integer overflows
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
- avcodec/hevc: Check entry_point_offsets
- lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
- avcodec/ffv1dec: Clear quant_table_count if its invalid
- avcodec/ffv1dec: Print an error if the quant table count is invalid
- doc/filters/drawtext: fix centering example

(wiz)

2015-12-27 21:38:21 UTC MAIN commitmail json YAML

2015-12-27 21:38:12 UTC MAIN commitmail json YAML

Update afl to 1.96b:

--------------
Version 1.96b:
--------------

  - Added -fpic to CFLAGS for the clang plugin, as suggested by Hanno Boeck.

  - Made another clang change (IRBuilder) suggested by Jeff Trull.

  - Fixed several typos, spotted by Jakub Wilk.

  - Added support for AFL_SHUFFLE_QUEUE, based on discussions with
    Christian Holler.

(wiz)

2015-12-27 21:32:23 UTC MAIN commitmail json YAML

Updated security/caff to 2.2

(wiz)

2015-12-27 21:32:14 UTC MAIN commitmail json YAML

Update caff to 2.2.

Pattern fixes for signature recognition.

(wiz)

2015-12-27 21:27:50 UTC MAIN commitmail json YAML

2015-12-27 21:08:45 UTC MAIN commitmail json YAML

Add a PRINT_PLIST_AWK pattern for python-3.5.

(wiz)

2015-12-27 21:08:10 UTC MAIN commitmail json YAML

py-borg update done.

(wiz)

2015-12-27 21:07:52 UTC MAIN commitmail json YAML

Mention py-borg update as py-borgbackup.

(wiz)

2015-12-27 21:06:49 UTC MAIN commitmail json YAML

2015-12-27 21:06:06 UTC MAIN commitmail json YAML

Re-Import sysutils/py-borg as sysutils/py-borgbackup.

Ok MAINTAINER bsiegert.

While doing that, update to current release, 0.29.0.
Changes since 0.24.0:

Version 0.29.0
--------------

Compatibility notes:

- when upgrading to 0.29.0 you need to upgrade client as well as server
  installations due to the locking and commandline interface changes otherwise
  you'll get an error msg about a RPC protocol mismatch or a wrong commandline
  option.
  if you run a server that needs to support both old and new clients, it is
  suggested that you have a "borg-0.28.2" and a "borg-0.29.0" command.
  clients then can choose via e.g. "borg --remote-path=borg-0.29.0 ...".
- the default waiting time for a lock changed from infinity to 1 second for a
  better interactive user experience. if the repo you want to access is
  currently locked, borg will now terminate after 1s with an error message.
  if you have scripts that shall wait for the lock for a longer time, use
  --lock-wait N (with N being the maximum wait time in seconds).

Bug fixes:

- hash table tuning (better chosen hashtable load factor 0.75 and prime initial
  size of 1031 gave ~1000x speedup in some scenarios)
- avoid creation of an orphan lock for one case, #285
- --keep-tag-files: fix file mode and multiple tag files in one directory, #432
- fixes for "borg upgrade" (attic repo converter), #466
- remove --progress isatty magic (and also --no-progress option) again, #476
- borg init: display proper repo URL
- fix format of umask in help pages, #463

New features:

- implement --lock-wait, support timeout for UpgradableLock, #210
- implement borg break-lock command, #157
- include system info below traceback, #324
- sane remote logging, remote stderr, #461:

  - remote log output: intercept it and log it via local logging system,
    with "Remote: " prefixed to message. log remote tracebacks.
  - remote stderr: output it to local stderr with "Remote: " prefixed.
- add --debug and --info (same as --verbose) to set the log level of the
  builtin logging configuration (which otherwise defaults to warning), #426
  note: there are few messages emitted at DEBUG level currently.
- optionally configure logging via env var BORG_LOGGING_CONF
- add --filter option for status characters: e.g. to show only the added
  or modified files (and also errors), use "borg create -v --filter=AME ...".
- more progress indicators, #394
- use ISO-8601 date and time format, #375
- "borg check --prefix" to restrict archive checking to that name prefix, #206

Other changes:

- hashindex_add C implementation (speed up cache re-sync for new archives)
- increase FUSE read_size to 1024 (speed up metadata operations)
- check/delete/prune --save-space: free unused segments quickly, #239
- increase rpc protocol version to 2 (see also Compatibility notes), #458
- silence borg by default (via default log level WARNING)
- get rid of C compiler warnings, #391
- upgrade OS X FUSE to 3.0.9 on the OS X binary build system
- use python 3.5.1 to build binaries
- docs:

  - new mailing list borgbackup@python.org, #468
  - readthedocs: color and logo improvements
  - load coverage icons over SSL (avoids mixed content)
  - more precise binary installation steps
  - update release procedure docs about OS X FUSE
  - FAQ entry about unexpected 'A' status for unchanged file(s), #403
  - add docs about 'E' file status
  - add "borg upgrade" docs, #464
  - add developer docs about output and logging
  - clarify encryption, add note about client-side encryption
  - add resources section, with videos, talks, presentations, #149
  - Borg moved to Arch Linux [community]
  - fix wrong installation instructions for archlinux

Version 0.28.2
--------------

New features:

- borg create --exclude-if-present TAGFILE - exclude directories that have the
  given file from the backup. You can additionally give --keep-tag-files to
  preserve just the directory roots and the tag-files (but not backup other
  directory contents), #395, attic #128, attic #142

Other changes:

- do not create docs sources at build time (just have them in the repo),
  completely remove have_cython() hack, do not use the "mock" library at build
  time, #384
- avoid hidden import, make it easier for PyInstaller, easier fix for #218
- docs:

  - add description of item flags / status output, fixes #402
  - explain how to regenerate usage and API files (build_api or
    build_usage) and when to commit usage files directly into git, #384
  - minor install docs improvements

Version 0.28.1
--------------

Bug fixes:

- do not try to build api / usage docs for production install,
  fixes unexpected "mock" build dependency, #384

Other changes:

- avoid using msgpack.packb at import time
- fix formatting issue in changes.rst
- fix build on readthedocs

Version 0.28.0
--------------

Compatibility notes:

- changed return codes (exit codes), see docs. in short:
  old: 0 = ok, 1 = error. now: 0 = ok, 1 = warning, 2 = error

New features:

- refactor return codes (exit codes), fixes #61
- add --show-rc option enable "terminating with X status, rc N" output, fixes 58, #351
- borg create backups atime and ctime additionally to mtime, fixes #317
  - extract: support atime additionally to mtime
  - FUSE: support ctime and atime additionally to mtime
- support borg --version
- emit a warning if we have a slow msgpack installed
- borg list --prefix=thishostname- REPO, fixes #205
- Debug commands (do not use except if you know what you do: debug-get-obj,
  debug-put-obj, debug-delete-obj, debug-dump-archive-items.

Bug fixes:

- setup.py: fix bug related to BORG_LZ4_PREFIX processing
- fix "check" for repos that have incomplete chunks, fixes #364
- borg mount: fix unlocking of repository at umount time, fixes #331
- fix reading files without touching their atime, #334
- non-ascii ACL fixes for Linux, FreeBSD and OS X, #277
- fix acl_use_local_uid_gid() and add a test for it, attic #359
- borg upgrade: do not upgrade repositories in place by default, #299
- fix cascading failure with the index conversion code, #269
- borg check: implement 'cmdline' archive metadata value decoding, #311
- fix RobustUnpacker, it missed some metadata keys (new atime and ctime keys
  were missing, but also bsdflags). add check for unknown metadata keys.
- create from stdin: also save atime, ctime (cosmetic)
- use default_notty=False for confirmations, fixes #345
- vagrant: fix msgpack installation on centos, fixes #342
- deal with unicode errors for symlinks in same way as for regular files and
  have a helpful warning message about how to fix wrong locale setup, fixes #382
- add ACL keys the RobustUnpacker must know about

Other changes:

- improve file size displays, more flexible size formatters
- explicitly commit to the units standard, #289
- archiver: add E status (means that an error occured when processing this
  (single) item
- do binary releases via "github releases", closes #214
- create: use -x and --one-file-system (was: --do-not-cross-mountpoints), #296
- a lot of changes related to using "logging" module and screen output, #233
- show progress display if on a tty, output more progress information, #303
- factor out status output so it is consistent, fix surrogates removal,
  maybe fixes #309
- move away from RawConfigParser to ConfigParser
- archive checker: better error logging, give chunk_id and sequence numbers
  (can be used together with borg debug-dump-archive-items).
- do not mention the deprecated passphrase mode
- emit a deprecation warning for --compression N (giving a just a number)
- misc .coverragerc fixes (and coverage measurement improvements), fixes #319
- refactor confirmation code, reduce code duplication, add tests
- prettier error messages, fixes #307, #57
- tests:

  - add a test to find disk-full issues, #327
  - travis: also run tests on Python 3.5
  - travis: use tox -r so it rebuilds the tox environments
  - test the generated pyinstaller-based binary by archiver unit tests, #215
  - vagrant: tests: announce whether fakeroot is used or not
  - vagrant: add vagrant user to fuse group for debianoid systems also
  - vagrant: llfuse install on darwin needs pkgconfig installed
  - vagrant: use pyinstaller from develop branch, fixes #336
  - benchmarks: test create, extract, list, delete, info, check, help, fixes #146
  - benchmarks: test with both the binary and the python code
  - archiver tests: test with both the binary and the python code, fixes #215
  - make basic test more robust
- docs:

  - moved docs to borgbackup.readthedocs.org, #155
  - a lot of fixes and improvements, use mobile-friendly RTD standard theme
  - use zlib,6 compression in some examples, fixes #275
  - add missing rename usage to docs, closes #279
  - include the help offered by borg help <topic> in the usage docs, fixes #293
  - include a list of major changes compared to attic into README, fixes #224
  - add OS X install instructions, #197
  - more details about the release process, #260
  - fix linux glibc requirement (binaries built on debian7 now)
  - build: move usage and API generation to setup.py
  - update docs about return codes, #61
  - remove api docs (too much breakage on rtd)
  - borgbackup install + basics presentation (asciinema)
  - describe the current style guide in documentation
  - add section about debug commands
  - warn about not running out of space
  - add example for rename
  - improve chunker params docs, fixes #362
  - minor development docs update

Version 0.27.0
--------------

New features:

- "borg upgrade" command - attic -> borg one time converter / migration, #21
- temporary hack to avoid using lots of disk space for chunks.archive.d, #235:
  To use it: rm -rf chunks.archive.d ; touch chunks.archive.d
- respect XDG_CACHE_HOME, attic #181
- add support for arbitrary SSH commands, attic #99
- borg delete --cache-only REPO (only delete cache, not REPO), attic #123

Bug fixes:

- use Debian 7 (wheezy) to build pyinstaller borgbackup binaries, fixes slow
  down observed when running the Centos6-built binary on Ubuntu, #222
- do not crash on empty lock.roster, fixes #232
- fix multiple issues with the cache config version check, #234
- fix segment entry header size check, attic #352
  plus other error handling improvements / code deduplication there.
- always give segment and offset in repo IntegrityErrors

Other changes:

- stop producing binary wheels, remove docs about it, #147
- docs:
  - add warning about prune
  - generate usage include files only as needed
  - development docs: add Vagrant section
  - update / improve / reformat FAQ
  - hint to single-file pyinstaller binaries from README

Version 0.26.1
--------------

This is a minor update, just docs and new pyinstaller binaries.

- docs update about python and binary requirements
- better docs for --read-special, fix #220
- re-built the binaries, fix #218 and #213 (glibc version issue)
- update web site about single-file pyinstaller binaries

Note: if you did a python-based installation, there is no need to upgrade.

Version 0.26.0
--------------

New features:

- Faster cache sync (do all in one pass, remove tar/compression stuff), #163
- BORG_REPO env var to specify the default repo, #168
- read special files as if they were regular files, #79
- implement borg create --dry-run, attic issue #267
- Normalize paths before pattern matching on OS X, #143
- support OpenBSD and NetBSD (except xattrs/ACLs)
- support / run tests on Python 3.5

Bug fixes:

- borg mount repo: use absolute path, attic #200, attic #137
- chunker: use off_t to get 64bit on 32bit platform, #178
- initialize chunker fd to -1, so it's not equal to STDIN_FILENO (0)
- fix reaction to "no" answer at delete repo prompt, #182
- setup.py: detect lz4.h header file location
- to support python < 3.2.4, add less buggy argparse lib from 3.2.6 (#194)
- fix for obtaining ``char *`` from temporary Python value (old code causes
  a compile error on Mint 17.2)
- llfuse 0.41 install troubles on some platforms, require < 0.41
  (UnicodeDecodeError exception due to non-ascii llfuse setup.py)
- cython code: add some int types to get rid of unspecific python add /
  subtract operations (avoid ``undefined symbol FPE_``... error on some platforms)
- fix verbose mode display of stdin backup
- extract: warn if a include pattern never matched, fixes #209,
  implement counters for Include/ExcludePatterns
- archive names with slashes are invalid, attic issue #180
- chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined -
  fixes building on OpenBSD.

Other changes:

- detect inconsistency / corruption / hash collision, #170
- replace versioneer with setuptools_scm, #106
- docs:

  - pkg-config is needed for llfuse installation
  - be more clear about pruning, attic issue #132
- unit tests:

  - xattr: ignore security.selinux attribute showing up
  - ext3 seems to need a bit more space for a sparse file
  - do not test lzma level 9 compression (avoid MemoryError)
  - work around strange mtime granularity issue on netbsd, fixes #204
  - ignore st_rdev if file is not a block/char device, fixes #203
  - stay away from the setgid and sticky mode bits
- use Vagrant to do easy cross-platform testing (#196), currently:

  - Debian 7 "wheezy" 32bit, Debian 8 "jessie" 64bit
  - Ubuntu 12.04 32bit, Ubuntu 14.04 64bit
  - Centos 7 64bit
  - FreeBSD 10.2 64bit
  - OpenBSD 5.7 64bit
  - NetBSD 6.1.5 64bit
  - Darwin (OS X Yosemite)

Version 0.25.0
--------------

Compatibility notes:

- lz4 compression library (liblz4) is a new requirement (#156)
- the new compression code is very compatible: as long as you stay with zlib
  compression, older borg releases will still be able to read data from a
  repo/archive made with the new code (note: this is not the case for the
  default "none" compression, use "zlib,0" if you want a "no compression" mode
  that can be read by older borg). Also the new code is able to read repos and
  archives made with older borg versions (for all zlib levels  0..9).

Deprecations:

- --compression N (with N being a number, as in 0.24) is deprecated.
  We keep the --compression 0..9 for now to not break scripts, but it is
  deprecated and will be removed later, so better fix your scripts now:
  --compression 0 (as in 0.24) is the same as --compression zlib,0 (now).
  BUT: if you do not want compression, you rather want --compression none
  (which is the default).
  --compression 1 (in 0.24) is the same as --compression zlib,1 (now)
  --compression 9 (in 0.24) is the same as --compression zlib,9 (now)

New features:

- create --compression none (default, means: do not compress, just pass through
  data "as is". this is more efficient than zlib level 0 as used in borg 0.24)
- create --compression lz4 (super-fast, but not very high compression)
- create --compression zlib,N (slower, higher compression, default for N is 6)
- create --compression lzma,N (slowest, highest compression, default N is 6)
- honor the nodump flag (UF_NODUMP) and do not backup such items
- list --short just outputs a simple list of the files/directories in an archive

Bug fixes:

- fixed --chunker-params parameter order confusion / malfunction, fixes #154
- close fds of segments we delete (during compaction)
- close files which fell out the lrucache
- fadvise DONTNEED now is only called for the byte range actually read, not for
  the whole file, fixes #158.
- fix issue with negative "all archives" size, fixes #165
- restore_xattrs: ignore if setxattr fails with EACCES, fixes #162

Other changes:

- remove fakeroot requirement for tests, tests run faster without fakeroot
  (test setup does not fail any more without fakeroot, so you can run with or
  without fakeroot), fixes #151 and #91.
- more tests for archiver
- recover_segment(): don't assume we have an fd for segment
- lrucache refactoring / cleanup, add dispose function, py.test tests
- generalize hashindex code for any key length (less hardcoding)
- lock roster: catch file not found in remove() method and ignore it
- travis CI: use requirements file
- improved docs:

  - replace hack for llfuse with proper solution (install libfuse-dev)
  - update docs about compression
  - update development docs about fakeroot
  - internals: add some words about lock files / locking system
  - support: mention BountySource and for what it can be used
  - theme: use a lighter green
  - add pypi, wheel, dist package based install docs
  - split install docs into system-specific preparations and generic instructions

(wiz)

2015-12-27 20:51:05 UTC MAIN commitmail json YAML

Added textproc/sift version 0.6.0

(wiz)

2015-12-27 20:50:50 UTC MAIN commitmail json YAML

2015-12-27 20:50:40 UTC MAIN commitmail json YAML

Import sift-0.6.0 as textproc/sift.

All the features you expect from a modern grep alternative.

RegEx - perl compatible regular expression syntax (no more escape
hell)

usable defaults - basic options known from grep but with usable
defaults

multiline support - find matches spanning over multiple lines
replace - replace output to reformat it to your needs without
relying on awk/sed

gzip files - search through normal and gzip'ed files in one program
call

multiple patterns - search for multiple patterns in one run
target selection - select or exclude search targets based on file
name, directory name, path and type

handling big data - sift handles big files without problems: files
>50GB, >5,000,000,000 lines and >5,000,000,000 matches successfully
tested

(wiz)

2015-12-27 20:44:45 UTC MAIN commitmail json YAML

Added devel/go-nbreader version 0.0.20150201

(wiz)

2015-12-27 20:44:34 UTC MAIN commitmail json YAML

+ go-nbreader.

(wiz)

2015-12-27 20:44:13 UTC MAIN commitmail json YAML

Import go-nbreader-0.0.20150201 as devel/go-nbreader.

go-nbreader provides a non-blocking io.Reader for go (golang).

(wiz)

2015-12-27 20:38:04 UTC MAIN commitmail json YAML

Added devel/go-flags-svent version 0.0.20141123

(wiz)

2015-12-27 20:37:32 UTC MAIN commitmail json YAML

+ go-flags-svent.

(wiz)

2015-12-27 20:37:11 UTC MAIN commitmail json YAML

Import go-flags-svent-0.0.20141123 as devel/go-flags-svent.

This library provides similar functionality to the builtin flag
library of go, but provides much more functionality and nicer
formatting. From the documentation:

Package flags provides an extensive command line option parser.
The flags package is similar in functionality to the go builtin
flag package but provides more options and uses reflection to
provide a convenient and succinct way of specifying command line
options.

(wiz)

2015-12-27 20:13:18 UTC MAIN commitmail json YAML

Added security/go-crypto version 0.0.20151215

(wiz)

2015-12-27 20:13:06 UTC MAIN commitmail json YAML

2015-12-27 20:12:47 UTC MAIN commitmail json YAML

Import go-crypto-0.0.20151215 as security/go-crypto.

Supplementary Go cryptography libraries.

XXX: there is no proper release for this, so this packages todays
git master head.

(wiz)

2015-12-27 19:41:29 UTC MAIN commitmail json YAML

Look in lang/go/*.mk for help topics too.

(wiz)

2015-12-27 19:41:10 UTC MAIN commitmail json YAML

Document variables this mk file provides.
Ok bsiegert@

(wiz)

2015-12-27 18:56:33 UTC MAIN commitmail json YAML

2015-12-27 18:40:34 UTC MAIN commitmail json YAML

Updated www/php-ja-wordpress to 4.4

(ryoon)

2015-12-27 18:39:57 UTC MAIN commitmail json YAML

Update to 4.4

Changelog:
On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.

For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.

Highlights

twenty-sixteen-white-desktop-1x.png

    New Default Theme - Twenty Sixteen
        Modern take on the classic blog design
        Flexible header and fun color schemes will make your content shine
        Mobile-first and responsive

The Finer Points
responsive-devices-desktop-1x.png

    Responsive images:

WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don窶冲 need to do anything to your theme, it just works.
wp embed preview.png

    Embed your WordPress content:

Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you窶况e set one. We窶冤l even include your site icon and links for comments and sharing.
reverbnation embed.png

    Even more embed providers:

In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
For Developers

    REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
    Term meta: Terms now support metadata, just like posts. See add_term_meta(), get_term_meta(), and update_term_meta() for more information.
    Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
    Term, comment, and network objects: New WP_Term, WP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.

What's New
General

    Developer reference - Improvements to inline code documentation.
    i18n support - Improvements to translation strings all over the core.
    Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
    Improvements to how list tables are displayed on all size screens

Posts

    The post/page permalink UI was simplified, linking the permalink and removing the "View" button

Media
Comments

    The "View Comment" link was relocated from the Status meta box in the comment-editing screen
    Many comment functions can now accept a full object instead of 'comment_ID' to reduce cache/db lookups
    Orphaned comments now fall back to the 'edit_posts' capability

Appearance

    Site icons will now fall back to the 'full' size URL when the 'thumbnail' size doesn't exist

Users
Install Process
Multisite

    The language chooser was added to the new site form on wp-signup.php
    Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json

Accessibility
Under The Hood
General

    Unclosed HTML elements in shortcode attributes were disallowed
    HTML was removed from all translatable text strings
    Rewrite rules are now flushed on theme switch
    Most core classes were moved to their own files

Embeds

    Add oEmbed support for Cloudup.
    Add oEmbed support for Reddit Comments.
    Add oEmbed support for ReverbNation.
    Add oEmbed support for Speaker Deck.
    Add oEmbed support for VideoPress.
    Remove oEmbed support for Blip.

JavaScript

    Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
    Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
    Customizer: Fixed clearing of a color control's setting by using proper empty value

Bug Fixes

    Fail gracefully when checking mapped capabilities against unregistered post types
    Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
    The $public_only parameter was added to count_user_posts()
    Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
    Users with no role are now redirected to the home page on login instead of their profile-editing screen

Multisite

    A network can now be retrieved by its ID through WP_Network::get_instance()
    A network can now be created or completed by passing arguments to WP_Network
    Network-level capabilities were clarified and some long-time bugs were fixed

Classes
What's New

    WP_Comment

    WP_Comment_Query->$found_comments
    WP_Comment_Query->$max_num_pages
    WP_Comment_Query->$meta_query_clauses
    WP_Comment_Query->$sql_clauses
    WP_Comment_Query::fill_descendants()
    WP_Comment_Query::get_comment_ids()

    WP_Customize_Manager->$autofocus
    WP_Customize_Manager->$preview_url
    WP_Customize_Manager->$return_url
    WP_Customize_Manager::customize_pane_settings()
    WP_Customize_Manager::get_autofocus()
    WP_Customize_Manager::get_document_title_template()
    WP_Customize_Manager::get_preview_url()
    WP_Customize_Manager::get_return_url()
    WP_Customize_Manager::is_ios()
    WP_Customize_Manager::set_autofocus()
    WP_Customize_Manager::set_preview_url()
    WP_Customize_Manager::set_return_url()

    WP_Customize_Setting->$is_multidimensional_aggregated
    WP_Customize_Setting->$is_previewed
    WP_Customize_Setting::$aggregated_multidimensionals
    WP_Customize_Setting::_multidimensional_preview_filter()
    WP_Customize_Setting::aggregate_multidimensional()
    get_root_value/ WP_Customize_Setting::get_root_value()
    id_data/ WP_Customize_Setting::id_data()
    set_root_value/ WP_Customize_Setting::set_root_value()

    WP_Customize_Widgets::get_widget_control_parts()
    WP_Customize_Widgets::is_panel_active()

    WP_Filesystem_SSH2::sftp_path()

    WP_HTTP_Response

    WP_List_Table::get_primary_column()

    WP_Locale->$start_of_week

    WP_MS_Sites_List_Table::column_id()

    WP_MS_Users_List_Table::column_id()

    WP_Media_List_Table->$comment_pending_count

    WP_Network

    WP_Posts_List_Table::get_edit_link()

    WP_Query->$is_embed
    WP_Query->$updated_comment_meta_cache
    WP_Query->$updated_term_meta_cache
    WP_Query::is_embed()
    WP_Query::lazyload_comment_meta()
    WP_Query::lazyload_term_meta()

    WP_REST_Request

    WP_REST_Response

    WP_REST_Server

    WP_Screen->$_screen_reader_content
    WP_Screen::get_screen_reader_content()
    WP_Screen::get_screen_reader_text()
    WP_Screen::remove_screen_reader_content()
    WP_Screen::render_list_table_columns_preferences()
    WP_Screen::render_meta_boxes_preferences()
    WP_Screen::render_screen_reader_content()
    WP_Screeb::render_view_mode()
    WP_Screen::set_screen_reader_content()

    WP_Term

    >$update WP_Theme

    WP_User::__unset()
    >$request WP_User_Query
    WP_User_Query::fill_query_vars()

    WP_Users_List_Table::get_role_list()

    WP_Widget_Calendar::$instance

    WP_Widget_Tag_Cloud::_get_current_taxonomy()

    WP_oEmbed_Controller

    wpdb->$termmeta

Deprecated
Functions
What's New

    _prime_comment_caches()
    add_network_option()
    add_term_meta()
    delete_network_option()
    delete_term_meta()
    enqueue_embed_scripts()
    get_header_image_tag()
    get_html_split_regex()
    get_network_option()
    get_oembed_endpoint_url()
    get_oembed_response_data()
    get_oembed_response_data_rich()
    get_password_reset_key()
    get_post_embed_html()
    get_post_embed_url()
    get_preview_post_link()
    get_rest_url()
    get_shortcode_atts_regex()
    get_subdirectory_reserved_names()
    get_term_meta()
    get_the_author_posts_link()
    get_the_comments_navigation()
    get_the_comments_pagination()
    get_the_post_thumbnail_url()
    is_embed()
    is_post_type_viewable()
    is_registered_sidebar()
    map_deep()
    print_embed_comments_button()
    print_embed_scripts()
    print_embed_sharing_button()
    print_embed_sharing_dialog()
    print_embed_styles()
    register_rest_route()
    rest_api_default_filters()
    rest_api_init()
    rest_api_loaded()
    rest_api_register_rewrites()
    rest_cookie_check_errors()
    rest_cookie_collect_status()
    rest_do_request()
    rest_ensure_request()
    rest_ensure_response()
    rest_get_date_with_gmt()
    rest_get_url_prefix()
    rest_handle_deprecated_argument()
    rest_handle_deprecated_function()
    rest_handle_options_request()
    rest_output_link_header()
    rest_output_link_wp_head()
    rest_output_rsd()
    rest_parse_date()
    rest_send_allow_header()
    rest_send_cors_headers()
    rest_url()
    signup_get_available_languages()
    strip_fragment_from_url()
    stripslashes_from_strings_only()
    the_comments_navigation()
    the_comments_pagination()
    the_excerpt_embed()
    the_header_image_tag()
    the_post_thumbnail_url()
    update_network_option()
    update_term_meta()
    update_termmeta_cache()
    urldecode_deep()
    wp_ajax_delete_inactive_widgets()
    wp_ajax_generate_password()
    wp_ajax_save_wporg_username()
    wp_calculate_image_sizes()
    wp_calculate_image_srcset()
    wp_embed_excerpt_attachment()
    wp_embed_excerpt_attachment()
    wp_filter_oembed_result()
    wp_get_attachment_image_sizes()
    wp_get_attachment_image_srcset()
    wp_get_attachment_image_url()
    wp_get_document_title()
    wp_get_server_protocol()
    wp_get_users_with_no_role()
    wp_handle_comment_submission()
    wp_image_add_srcset_and_sizes()
    wp_installing()
    wp_is_numeric_array()
    wp_make_content_images_responsive()
    wp_maybe_decline_date()
    wp_new_comment_notify_moderator()
    wp_new_comment_notify_postauthor()
    wp_oembed_add_discovery_links()
    wp_oembed_add_host_js()
    wp_oembed_ensure_format()
    wp_oembed_register_route()
    wp_parse_url()
    wp_remote_retrieve_cookie()
    wp_remote_retrieve_cookie_value()
    wp_remote_retrieve_cookies()
    wp_removable_query_args()
    wp_rest_server_class()
    wp_send_new_user_notifications()
    wp_term_is_shared()

Deprecated

    wp_get_http()

Actions & Filters
New Actions

    after_password_reset
    after_signup_site
    after_signup_user
    attachment_updated
    before_signup_header
    clean_user_cache
    customize_post_value_set
    customize_post_value_set_{$setting_id}
    delete_plugin
    delete_widget
    deleted_plugin
    edit_user_created_user
    embed_content
    embed_content_meta
    embed_footer
    embed_head
    enqueue_embed_scripts
    invite_user
    manage_posts_extra_tablenav
    ms_network_not_found
    network_site_new_created_user
    network_site_users_created_user
    network_user_new_created_user
    page_attributes_meta_box_template
    post_submitbox_minor_actions
    pre_auto_update
    register_new_user
    rest_api_init
    wp_add_nav_menu_item
    wp_mail_failed
    wp_verify_nonce_failed

New Filters

    admin_post_thumbnail_size
    comment_excerpt_length
    comment_form_fields
    content_pagination
    customize_loaded_components
    dashboard_recent_drafts_query_args
    dashboard_secondary_items
    default_hidden_columns
    document_title_parts
    document_title_separator
    duplicate_comment_id
    embed_html
    embed_oembed_discover
    embed_site_title_html
    embed_template
    embed_thumbnail_image_shape
    embed_thumbnail_image_size
    enclosure_links
    expiration_of_site_transient_{$transient}
    expiration_of_transient_{$transient}
    export_wp_filename
    feed_links_show_comments_feed
    feed_links_show_posts_feed
    found_comments_query
    get_header_image_tag
    get_page_of_comment
    get_page_uri
    get_post_status
    get_role_list
    get_sample_permalink
    get_terms_defaults
    get_{$adjacent}_post_excluded_terms
    hidden_columns
    illegal_user_logins
    image_get_intermediate_size
    insert_user_meta
    max_srcset_image_width
    mejs_settings
    nav_menu_item_args
    nav_menu_item_title
    navigation_markup_template
    network_admin_plugin_action_links
    network_admin_plugin_action_links_{$plugin_file}
    notify_moderator
    notify_post_author
    oembed_discovery_links
    oembed_endpoint_url
    oembed_min_max_width
    oembed_response_data
    old_slug_redirect_url
    plugin_action_links
    plugin_action_links_{$plugin_file}
    post_edit_category_parent_dropdown_args
    post_embed_url
    postmeta_form_keys
    pre_delete_post
    pre_get_document_title
    pre_get_lastpostmodified
    register_post_type_args
    register_taxonomy_args
    respond_link
    rest_url
    rest_url_prefix
    screen_options_show_submit
    show_network_active_plugins
    signup_get_available_languages
    subdirectory_reserved_names
    submenu_file
    taxonomy_labels_{$taxonomy}
    the_category_list
    the_excerpt_embed
    update_right_now_text
    user_profile_picture_description
    users_list_table_query_args
    view_mode_post_types
    wp_calculate_image_sizes
    wp_calculate_image_srcset
    wp_dropdown_users_args
    wp_http_ixr_client_headers
    wp_post_revision_title_expanded
    wp_prepare_revision_for_js
    wp_theme_editor_filetypes
    xmlrpc_chunk_parsing_size

(ryoon)

2015-12-27 18:36:40 UTC MAIN commitmail json YAML

Updated security/stunnel to 5.28

(ryoon)

2015-12-27 18:36:06 UTC MAIN commitmail json YAML

Update to 5.28

Changelog:
Version 5.28, 2015.12.11, urgency: HIGH
* New features
  - Build matrix (.travis.yml) extended with ./configure options.
  - mingw.mak updated to build tstunnel.exe (thx to Jose Alf.).
* Bugfixes
  - Fixed incomplete initialization.
  - Fixed UCONTEXT threading on OSX.
  - Fixed exit codes for information requests (as
    in "stunnel -version" or "stunnel -help").

Version 5.27, 2015.12.03, urgency: MEDIUM
* Security bugfixes
  - OpenSSL DLLs updated to version 1.0.2e.
    https://www.openssl.org/news/secadv_20151203.txt
* New features
  - Automated build testing configured with .travis.yml.
  - Added reading server certificates from hardware engines.
    For example: cert = id_45
  - Only attempt to use potentially harmful compiler or linker
    options if gcc was detected.
  - /opt/csw added to the OpenSSL directory lookup list.
  - mingw.mak updates (thx to Jose Alf.).
  - TODO list updated.

Version 5.26, 2015.11.06, urgency: MEDIUM
* Bugfixes
  - Compilation fixes for OSX, *BSD and Solaris.

Version 5.25, 2015.11.02, urgency: MEDIUM
* New features
  - SMTP client protocol negotiation support for
    "protocolUsername", "protocolPassword", and
    "protocolAuthentication" (thx to Douglas Harris).
  - New service-level option "config" to specify configuration
    commands introduced in OpenSSL 1.0.2 (thx to Stephen Wall).
  - The global option "foreground" now also accepts "quiet"
    parameter, which does not enable logging to stderr.
  - Manual page updated.
  - Obsolete OpenSSL engines removed from the Windows build:
    4758cca, aep, atalla, cswift, nuron, sureware.
  - Improved compatibility with the current OpenSSL 1.1.0-dev tree:
    gracefully handle symbols renamed from SSLeay* to OpenSSL*.
* Bugfixes
  - Fixed the "s_poll_wait returned 1, but no descriptor
    is ready" internal error.
  - Fixed "exec" hangs due to incorrect thread-local
    storage handling (thx to Philip Craig).
  - Fixed PRNG initialization (thx to Philip Craig).
  - Setting socket options no longer performed on PTYs.
  - Fixed 64-bit Windows build.

Version 5.24, 2015.10.08, urgency: MEDIUM
* New features
  - Custom CRL verification was replaced with the internal
    OpenSSL functionality.
  - *BSD support for "transparent = destination" and
    client-side "protocol = socks". This feature should
    work at least on FreeBSD, OpenBSD and OS X.
  - Added a new "protocolDomain" option for the NTLM
    authentication (thx to Andreas Botsikas).
  - Improved compatibility of the NTLM phase 1 message (thx
    to Andreas Botsikas).
  - "setuid" and "setgid" options are now also available
    in service sections.  They can be used to set owner
    and group of the Unix socket specified with "accept".
  - Added support for the new OpenSSL 1.0.2 SSL options.
  - Added OPENSSL_NO_EGD support (thx to Bernard Spil).
  - VC autodetection added to makew32.bat (thx to Andreas
    Botsikas).
* Bugfixes
  - Fixed the RESOLVE [F0] TOR extension support in SOCKS5.
  - Fixed the error code reported on the failed bind()
    requests.
  - Fixed the sequential log id with the FORK threading.
  - Restored the missing Microsoft.VC90.CRT.manifest file.

Version 5.23, 2015.09.02, urgency: LOW
* New features
  - Client-side support for the SOCKS protocol.
    See https://www.stunnel.org/socksvpn.html for details.
  - Reject SOCKS requests to connect loopback addresses.
  - New service-level option "OCSPnonce".
    The default value is "OCSPnonce = no".
  - Win32 directory structure rearranged.  The installer
    script provides automatic migration for common setups.
  - Added Win32 installer option to install stunnel for the
    current user only.  This feature does not deploy the NT
    service, but it also does not require aministrative
    privileges to install and configure stunnel.
  - stunnel.cnf was renamed to openssl.cnf in order to
    to prevent users from mixing it up with stunnel.conf.
  - Win32 desktop is automatically refreshed when the icon
    is created or removed.
  - The ca-certs.pem file is now updated on stunnel upgrade.
  - Inactive ports were removed from the PORTS file.
  - Added IPv6 support to the transparent proxy code.
* Bugfixes
  - Compilation fix for OpenSSL version older than 1.0.0.
  - Compilation fix for mingw.

Version 5.22, 2015.07.30, urgency: HIGH
* New features
  - "OCSPaia = yes" added to the configuration file templates.
  - Improved double free detection.
* Bugfixes
  - Fixed a number of OCSP bugs.  The most severe of those
    bugs caused stunnel to treat OCSP responses that failed
    OCSP_basic_verify() checks as if they were successful.
  - Fixed the passive IPv6 resolver (broken in stunnel 5.21).

Version 5.21, 2015.07.27, urgency: MEDIUM
* New features
  - Signal names are displayed instead of numbers.
  - First resolve IPv4 addresses on passive resolver requests.
    This speeds up stunnel startup on Win32 with a slow/defunct
    DNS service.
  - The "make check" target was modified to only build Win32
    executables when stunnel is built from a git repository (thx
    to Peter Pentchev).
  - More elaborate descriptions were added to the warning about
    using "verify = 2" without "checkHost" or "checkIP".
  - Performance optimization was performed on the debug code.
* Bugfixes
  - Fixed the FORK and UCONTEXT threading support.
  - Fixed "failover=prio" (broken since stunnel 5.15).
  - Added a retry when sleep(3) was interrupted by a signal
    in the cron thread scheduler.

(ryoon)

2015-12-27 18:27:19 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 43.0.2

(ryoon)

2015-12-27 18:26:55 UTC MAIN commitmail json YAML

Update to 43.0.2

* Sync with firefox-43.0.2

(ryoon)

2015-12-27 18:26:10 UTC MAIN commitmail json YAML

Updated www/firefox to 43.0.2

(ryoon)

2015-12-27 18:25:33 UTC MAIN commitmail json YAML

Update to 43.0.2

* Add OSS support, disabled by default

Changelog:
43.0.2:
Stability fixes.

43.0.1:
Not for non-Microsoft Windows platforms.

(ryoon)

2015-12-27 16:30:03 UTC MAIN commitmail json YAML

add finance/py-ofxparse

(richard)

2015-12-27 16:27:40 UTC MAIN commitmail json YAML

Add finance/py-ofxparse

ofxparse is a parser for Open Financial Exchange (.ofx) format files.
OFX files are available from almost any online banking site, so they work
well if you want to pull together your finances from multiple sources.
Online trading accounts also provide account statements in OFX files.

(richard)

2015-12-27 16:17:48 UTC MAIN commitmail json YAML

2015-12-27 15:45:11 UTC MAIN commitmail json YAML

Added sysutils/py-diffoscope version 44

(wiz)

2015-12-27 15:45:02 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.14.0

(leot)

2015-12-27 15:44:37 UTC MAIN commitmail json YAML

Update multimedia/mpv to 0.14.0.

Changes:
Release 0.14.0
==============
Build System Changes
--------------------
- build: install scalable svg icon as well
- vo_opengl: require --enable-gpl3 for nnedi
- win32: enable internal pthreads wrapper by default

Features
--------
New
~~~
- vo_opengl: add experimental dxinterop backend (renders with OpenGL, displays through Direct3D; broken with Intel drivers)
- vo_opengl: add initial ANGLE support
- windows: implement icc-profile-auto
- windows: support taskbar button progress indicator (issue #2399)

Removed
~~~~~~~
- Windows XP support
- demux: remove old subtitle parser (FFmpeg users are unaffected; Libav loses support for some minor formats)
- demux_libass: remove this demuxer (libavformat takes its place)
- stream: drop old Linux PVR support

Options and Commands
--------------------
Added
~~~~~
- command, vo: add estimated-display-fps property
- command: add vsync-ratio property
- command: export some per-video-frame information (issue #2444)
- vo_opengl: make LOOKUP_TEXTURE_SIZE configurable
- windows: add option to set VO MMCSS profile

Changed
~~~~~~~
- --sub-fix-timing now applies to ASS subtitles as well
- command: rename vo-missed-frame-count property to vo-delayed-frame-count
- input.conf: add default bindings for changing window scale (issue #2500)
- videotoolbox: make decoder format customizable
- vo_opengl: disable interpolation without display-sync
- vo_opengl: make tscale=mitchell:tscale-clamp the default
- vo_rpi: add an option to disable OSD

Fixes and Minor Enhancements
----------------------------
- af_lavrresample: clamp float output to range
- ao: disambiguate default device list entries
- ao_alsa: filter audio device list
- ao_alsa: list bidirectional devices too
- ao_openal: accommodate more sample formats (issue #2494)
- ao_openal: fix virtual speaker positioning
- ao_wasapi: only report per-app volume in shared mode
- ao_wasapi: work around DTS passthrough failure
- build: make vaapi-wayland depend on gl-wayland (issue #2476)
- demux: fix seeking in .ts
- demux_lavf: mark ASS tracks as always UTF-8
- demux_mkv: fix incremental indexing with single-keyframe files (issue #2498)
- drm: fix setting up connectors
- dxva2: reject 10 bit HEVC (issue #2516)
- player: replace mistimed-frame-count with vsync-ratio on status line
- sd_ass: fix secondary subtitle mode
- various display-sync improvements
- vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0
- vo_opengl: enable colormatrix even for RGB input
- vo_opengl: fix backend autoprobing, attempt to improve GLX vs. EGL backend detection
- vo_opengl: fix backend=x11 on Intel
- vo_opengl: fix issues with some obscure pixel formats (e.g. rgb555)
- vo_opengl: fix precision loss of fruit dithering matrix
- vo_opengl: force dumb mode if RG textures are not available
- vo_opengl: improve boundary check for polar filters
- vo_opengl: various GLES compatibility improvements
- vo_opengl: win32: test for exclusive mode
- vo_opengl_cb: do not block on flipping when redrawing
- vo_rpi: set aspect ratio
- win32: fix console output with raw stdio functions
- windows: try to avoid detection as exclusive fullscreen window (issue #2177)
- x11: request bypassing compositor (issue #2502)

(leot)

2015-12-27 15:44:15 UTC MAIN commitmail json YAML

+ py-diffoscope.

(wiz)

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

Import py-diffoscope-44 as sysutils/py-diffoscope.

diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
and transform various binary formats into more human readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.

It can be scripted through error codes, and a report can be produced
with the detected differences. The report can be text or HTML.
When no type of report has been selected, diffoscope defaults
to write a text report on the standard output.

diffoscope will exit with 0 if there's no differences and 1 if there
are. An HTML report can be produced with the detected differences.

diffoscope is developed as part of the "reproducible builds" Debian
project.
It is meant to be able to quickly understand why two builds of the same
package produce different outputs. diffoscope was previously named
debbindiff.

(wiz)

2015-12-27 14:53:04 UTC MAIN commitmail json YAML

Updated time/khal to 0.7.0

(wiz)

2015-12-27 14:52:53 UTC MAIN commitmail json YAML

Update khal to 0.7.0:

0.7.0
=====
released on 2015-11-24

There are no new or dropped dependencies.

* most of the internal representation of events was rewritten, the current
  benefit is that floating events are properly represented now, hopefully more
  is to come (Christian Geier)
* `printformats` uses a more sensible date now (John Shea)
* khal and ikhal can now highlight dates with events, at the moment, enabling it
  does noticably slow down (i)khal's start; set *[default] highlight_event_days
  = True* and see section *[highlight_days]* for further configuration (Dominik
  Joe Pantůček)
* fixed line wrapping for `at` (Thomas Schape)
* `calendar` and `agenda` optionally print location and description of all
  events, enable with the new --full/-f flag (Thomas Schaper)
* updated and improved zsh completion file (Oliver Kiddle)
* FIX: deleting events did not always work if an event with the same filename existed
  in an other calendar (but no data lost incurred) (Christian Geier)

ikhal
-----
* events are now displayed nicer (Thomas Glanzmann)
* support for colorschemes, a *light* and *dark* one are currently included,
  help is wanted to make them prettier and more functional (config option
  *[view] theme: (dark|light)*) (Christian Geier)
* ikhal can now display frames around some user interface elements, making it
  nicer to look at in some eyes (config option *[view] frame: True*) (Christian
  Geier)
* events can now be duplicated (default keybinding: *p*) (Christian Geier)
* events created while time ranges are selected (default keybinding to enable date range
  selection: *v*) will default to that date range (Christian Geier)
* when trying to delete recurring events, users are now asked if they want to
  delete the complete event or just this instance (Christian Geier)

(wiz)

2015-12-27 14:43:39 UTC MAIN commitmail json YAML

Repair the broken shellcode from the fix for PR pkg/49909.
What was I thinking?

ok wiz@

(bsiegert)

2015-12-27 12:50:54 UTC MAIN commitmail json YAML

Changes with Apache 2.4.18

*) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection
  if conn_rec itself holds no valid SSLConnRec*. Fixes 58666.

*) mod_http2: connection level window for flow control is set to protocol
  maximum of 2GB-1, preventing window exhaustion when sending data on many
  streams with higher cumulative window size.
  Reducing write frequency unless push promises need to be flushed.

*) mod_http2: required minimum version of libnghttp2 is 1.2.1

*) mod_proxy_fdpass: Fix AH01153 error when using the default configuration.
  In earlier version of httpd, you can explicitelly set the 'flusher' parameter
  to 'flush' as a workaround. (i.e. flusher=flush)
  Add documentation for the 'flusher' parameter when defining a proxy worker.

*) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure
  to only staple responses with certificate status "good".

*) mod_http2: new directive 'H2PushPriority' to allow priority specifications
  on server pushed streams according to their content-type.

*) mod_http2: fixes crash on connection abort for a busy connection.
  fixes crash on a request that did not produce any response.

*) mod_http2: trailers are sent after reponse body if set in request_rec
  trailers_out before the end-of-request bucket is sent through the
  output filters.

*) mod_http2: incoming trailers (headers after request body) are properly
  forwarded to the processing engine.

*) mod_http2: new directive 'H2Push' to en-/disable HTTP/2 server
  pushes a server/virtual host. Pushes are initiated by the presence
  of 'Link:' headers with relation 'preload' on a response.

*) mod_http2: write performance of http2 improved for larger resources,
  especially static files.

*) core: if the first HTTP/1.1 request on a connection goes to a server that
  prefers different protocols, these protocols are announced in a Upgrade:
  header on the response, mentioning the preferred protocols.

*) mod_http2: new directives 'H2TLSWarmUpSize' and 'H2TLSCoolDownSecs'
  to control TLS record sizes during connection lifetime.

*) mod_http2: new directive 'H2ModernTLSOnly' to enforce security
  requirements of RFC 7540 on TLS connections.

*) core: add ap_get_protocol_upgrades() to retrieve the list of protocols
  that a client could possibly upgrade to. Use in first request on a
  connection to announce protocol choices.

*) mod_http2: reworked deallocation on connection shutdown and worker
  abort. Separate parent pool for all workers. worker threads are joined
  on planned worker shutdown.

*) mod_ssl: when receiving requests for other virtual hosts than the handshake
  server, the SSL parameters are checked for equality. With equal
  configuration, requests are passed for processing. Any change will trigger
  the old behaviour of "421 Misdirected Request".
  SSL now remembers the cipher suite that was used for the last handshake.
  This is compared against for any vhost/directory cipher specification.
  Detailed examination of renegotiation is only done when these do not
  match.
  Renegotiation is 403ed when a master connection is present. Exact reason
  is given additionally in a request note.

*) core: Fix scoreboard crash (SIGBUS) on hardware requiring strict 64bit
  alignment (SPARC64, PPC64).

*) mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
  fields as described in RFC7230.

*) core/util_script: making REDIRECT_URL a full URL is now opt-in
  via new 'QualifyRedirectURL' directive.

*) core: Limit to ten the number of tolerated empty lines between request,
  and consume them before the pipelining check to avoid possible response
  delay when reading the next request without flushing.

*) mod_ssl: Extend expression parser registration to support ssl variables
  in any expression using mod_rewrite syntax "%{SSL:VARNAME}" or function
  syntax "ssl(VARNAME)".

(adam)

2015-12-27 12:46:53 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.22; multimedia/libdvdcss to 1.4.0; www/nghttp2 to 1.6.0; graphics/lensfun to 0.3.2; mail/dovecot2 to 2.2.21; meta-pkgs/boost to 1.60.0

(adam)

2015-12-27 12:41:42 UTC MAIN commitmail json YAML

Changes 1.60.0:
New Libraries
VMD:
Variadic Macro Data library, from Edward Diener.

Updated Libraries
Atomic:
* Enforced proper alignment of atomic<> storage. This should fix possible issues on platforms that support atomic operations on data units larger than the native word size. This may also change binary layout of user's data structures that have atomic<> members.
* Fixed compilation for PowerPC with IBM XL C++ compiler. Corrected memory barriers in PowerPC assembler.
* Fixed compilation with MSVC-8 for ARM.
* Fixed compilation with gcc 4.4 for x86-64, when 128-bit atomic operations were used. (10994)
* Optimized some gcc assembler blocks for x86/x86-64 to reduce the number of used registers. This may require binutils 2.10 or later.

Chrono - 2.0.5:
Fixes:
* 10778 VC14 CTP4 Atomic don't compile with boost::chrono durations which are not TriviallyCopyable
* 10840 Missing std:: qualifier for puts call in test_7868.cpp
* 10851 Missing std:: qualifier for puts call in time_point_output.cpp
* 10893 Minor doc typo in Boost.Chrono
* 10992 Chrono IO state savers inconsistent with Boost.IO state savers
* 10995 duration_put::put_value truncates fractional part
* 11006 Impossible to instantiate time_fmt_io_saver due to several errors.
* 11012 chrono_io v2 fail to compile with boost::chrono::duration< boost::rational<int> >

Container:
* Implemented Polymorphic Memory Resources.
* Add more BOOST_ASSERT checks to test preconditions in some operations (like pop_back, pop_front, back, front, etc.)
* Added C++11 back/front operations to basic_string.
Fixed bugs:
* Trac 11627: "small_vector<T,n>::swap() appears to be broken".
* Trac 11628: "small_vector<int,n> iterates over elements in destructor".
* Trac 11697: "Wrong initialization order in tuple copy-constructor".
* Trac 11698: "Missing return statement in static_storage_allocator".
* GitHub 29: Doc fixes for flap_map complexity requirements.
* GitHub 31: DL_SIZE_IMPL also dereference addr.

Context:
* 11603 typo in PPC32/MACH-O asm
* support for CYGWIN

Core:
* In symbol demangling tools, added support for gabi++ ABI implementation used in Android NDK.
* Added a new enable_if_has_type tool for performing SFINAE checks for presence of a nested type.

more...

(adam)

2015-12-27 12:38:58 UTC MAIN commitmail json YAML

USE_DESTDIR is now mandatory.

(joerg)

2015-12-27 12:37:29 UTC MAIN commitmail json YAML

Make USE_DESTDIR != yes an error.

(joerg)

2015-12-27 12:36:42 UTC MAIN commitmail json YAML

2015-12-27 12:36:37 UTC MAIN commitmail json YAML

Changes 2.2.21:
- doveadm mailbox list (and some others) were broken in v2.2.20
- director: Fixed making backend changes when running with only a
  single director server.
- virtual plugin: Fixed crash when trying to open nonexistent
  autocreated backend mailbox.

(adam)

2015-12-27 12:31:53 UTC MAIN commitmail json YAML

Changes 0.3.2:
* Incremented binary version number
* Improved vignetting interpolation
* Internal code cleanups
* Custom install directories can be configured by CMAKE_INSTALL_XXX variables (CMake GNUInstallD
irs)
* New LENSFUN_WINDOWS_DATADIR CMake variable for better windows compatibility
* Support for parallel installation of different database versions

(adam)

2015-12-27 12:28:32 UTC MAIN commitmail json YAML

Changes 1.6.0:
This release fixes heap-use-after-free bug in idle stream handling code. We strongly recommend to upgrade the older installation to this latest version as soon as possible. Other than that we have minor polish up in libnghttp2 code base, and some new features to asio library, and h2load.

(adam)

2015-12-27 12:18:20 UTC MAIN commitmail json YAML

2015-12-27 12:16:33 UTC MAIN commitmail json YAML

Changes between 1.3.99 and 1.4.0:
* Add key caching on Android
* Fix leaks, win32 build breakage, file descriptor initialization
* Expose version.h

(adam)

2015-12-27 12:11:36 UTC MAIN commitmail json YAML

Changes 2.4.22:

Lib/
* LDIFParser now also accepts value-spec without a space
  after the colon.
* Added key-word argument authz_id to LDAPObject methods
  sasl_non_interactive_bind_s(), sasl_external_bind_s() and
  sasl_gssapi_bind_s()
* Hmmpf! Added missing self to LDAPObject.fileno().
* ReconnectLDAPObject.sasl_bind_s() now correctly uses
  generic wrapper arguments *args,**kwargs
* LDIFParser.parse_change_records() now correctly calls
  LDIFParser.handle_change_modify()
* Corrected ldap.controls.pwdpolicy.__all__

Doc/
* Started missing docs for sub-module ldap.sasl.

(adam)

2015-12-27 12:08:28 UTC MAIN commitmail json YAML

Note update of devel/ruby-debugger-ruby_core_source package to 1.3.8nb2.

(taca)

2015-12-27 12:07:40 UTC MAIN commitmail json YAML

Force to support new Ruby 2.0 and drop ruby21 support.

Bump PKGREVISION.

(taca)

2015-12-27 12:06:16 UTC MAIN commitmail json YAML

2015-12-27 11:33:35 UTC MAIN commitmail json YAML

+ hunspell-de-20151222, libcdr-0.1.2, libvisio-0.1.4, playitslowly-1.5.0,
  py-backports.ssl_match_hostname-3.5.0.1, py-cffi-1.4.2,
  py-enum34-1.1.2, py-setuptools-19.2, py-vdirsyncer-0.7.4,
  x264-devel-20151226.

(wiz)

2015-12-27 11:32:14 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.6

(wiz)

2015-12-27 11:31:54 UTC MAIN commitmail json YAML

Update xorg-cf-files to 1.0.6.

This package contains the configuration files, platform data, & Makefile
templates for the old Imake build tool.

Today is the 10th anniversary of X.Org moving off this tool for our own
builds.  While we continue to accept patches and publish updates for the
benefit of other packages which still use Imake to build, we have not been
actively maintaining, testing, or adding new OS or platform support for
Imake.  Software that still uses Imake to build is encouraged to move
to another build system that is better maintained.

Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Remove very out of date OS2 DLL mappings for no-longer-shipped makedef.cmd
      sun.cf: limit SysV man page sections to Solaris 2.0-11
      sun.cf: Sun Studio 12.0 & later compilers prefer -m32/-m64
      README: reword status section
      Remove os2def.db from EXTRA_DIST
      xorg-cf-files 1.0.6

Andreas Boll (1):
      Imake.tmpl: Use gzip -n to not save the timestamps

James Cloos (1):
      Minor adjustment to the or1k patch.

Manuel A. Fernandez Montecelo (1):
      Add support for OpenRISC 1000 (or1k) CPU

Riku Voipio (1):
      add DefaultGcc2AArch64Opt to xorg.cf

Thomas Klausner (2):
      NetBSD: add AMD64Architecture, fix Arm32Architecture.
      Always include xorg.cf for GccAliasingArgs.

(wiz)

2015-12-27 11:31:45 UTC MAIN commitmail json YAML

2015-12-27 11:31:35 UTC MAIN commitmail json YAML

Update libXi to 1.7.6.

One significant change here: libXi was using raw serial numbers in event
cookies, the one read off the wire. All other events don't use that number
but a Xlib-internal serial number which is similar but not always the same.
This could cause events to look out of order. With this release, libXi is
now using the same serial number for event cookies as it uses for all other
events.

Javier Pello (1):
      Fix const compiler warnings

Peter Hutterer (2):
      Don't use raw serial numbers in XIEvents
      libXi 1.7.6

(wiz)

2015-12-27 10:30:34 UTC MAIN commitmail json YAML

Note the end of the pkgsrc-2015Q4 freeze.

(jperkin)

2015-12-27 10:27:01 UTC pkgsrc-2015Q4 commitmail json YAML

Add CHANGES file for the pkgsrc-2015Q4 branch.

(jperkin)

2015-12-27 09:28:13 UTC MAIN commitmail json YAML

Updated devel/sparsehash to 2.0.3

(joerg)

2015-12-27 07:36:49 UTC MAIN commitmail json YAML

Update to sparsehash-2.0.3: Allow building with more restrict C++
compilers.

(joerg)

2015-12-27 07:33:07 UTC MAIN commitmail json YAML

configure script demands -msse; mark it broken on non-x86 platforms.

(dholland)

2015-12-26 23:55:50 UTC MAIN commitmail json YAML

monodevelop-database

(dholland)

2015-12-26 23:54:08 UTC MAIN commitmail json YAML

lang/mono2 -> lang/mono.

The packages this depends on all use mono and not mono2. While this
package may not build with later mono, it will *definitely* not build
with mixed mono versions.

(dholland)

2015-12-26 23:50:07 UTC MAIN commitmail json YAML

2015-12-26 23:47:48 UTC MAIN commitmail json YAML

After extracting, delete generated file that was accidentally(?) shipped
by upstream hardwired to i386. Might fix the clang build; but in any event
should make the package work better on non-i386. PKGREVISION -> 1.

(dholland)

2015-12-26 23:35:46 UTC MAIN commitmail json YAML

2015-12-26 23:09:45 UTC MAIN commitmail json YAML

While passing by, set LICENSE.

(dholland)

2015-12-26 23:07:24 UTC pkgsrc-2015Q3 commitmail json YAML

Pullup ticket #4877 - requested by cyber
security/openssl: security fix

Revisions pulled up:
- security/openssl/Makefile                                    1.214-1.216
- security/openssl/PLIST.common                                1.26
- security/openssl/distinfo                                    1.116,1.118
- security/openssl/patches/patch-Makefile.shared                1.3

---
  Module Name:    pkgsrc
  Committed By:  jperkin
  Date:          Fri Oct  9 11:44:48 UTC 2015

  Modified Files:
          pkgsrc/security/openssl: Makefile

  Log Message:
  Force the "linux-elf" Configure target for Linux 32-bit, fixes the build when
  running with ABI=32 on a 64-bit native host.

---
  Module Name:    pkgsrc
  Committed By:  jperkin
  Date:          Mon Oct 26 09:42:47 UTC 2015

  Modified Files:
          pkgsrc/security/openssl: Makefile distinfo
          pkgsrc/security/openssl/patches: patch-Makefile.shared

  Log Message:
  Support SunOS/clang and pass -h linker argument correctly.  Doesn't fully
  fix the build yet, an additional patch to remove LD_LIBRARY_PATH is required
  but needs wider testing.

---
  Module Name:    pkgsrc
  Committed By:  jperkin
  Date:          Mon Dec  7 15:57:42 UTC 2015

  Modified Files:
          pkgsrc/security/openssl: Makefile PLIST.common distinfo

  Log Message:
  Update security/openssl to 1.0.2e.

  pkgsrc changes:

    - We now need to run 'make depend' after configure to pick up algorithm
      selection changes.

  Upstream changes:

    Changes between 1.0.2d and 1.0.2e [3 Dec 2015]

    *) BN_mod_exp may produce incorrect results on x86_64

        There is a carry propagating bug in the x86_64 Montgomery squaring
        procedure. No EC algorithms are affected. Analysis suggests that attacks
        against RSA and DSA as a result of this defect would be very difficult to
        perform and are not believed likely. Attacks against DH are considered just
        feasible (although very difficult) because most of the work necessary to
        deduce information about a private key may be performed offline. The amount
        of resources required for such an attack would be very significant and
        likely only accessible to a limited number of attackers. An attacker would
        additionally need online access to an unpatched system using the target
        private key in a scenario with persistent DH parameters and a private
        key that is shared between multiple clients. For example this can occur by
        default in OpenSSL DHE based SSL/TLS ciphersuites.

        This issue was reported to OpenSSL by Hanno B旦ck.
        (CVE-2015-3193)
        [Andy Polyakov]

    *) Certificate verify crash with missing PSS parameter

        The signature verification routines will crash with a NULL pointer
        dereference if presented with an ASN.1 signature using the RSA PSS
        algorithm and absent mask generation function parameter. Since these
        routines are used to verify certificate signature algorithms this can be
        used to crash any certificate verification operation and exploited in a
        DoS attack. Any application which performs certificate verification is
        vulnerable including OpenSSL clients and servers which enable client
        authentication.

        This issue was reported to OpenSSL by Lo誰c Jonas Etienne (Qnective AG).
        (CVE-2015-3194)
        [Stephen Henson]

    *) X509_ATTRIBUTE memory leak

        When presented with a malformed X509_ATTRIBUTE structure OpenSSL will leak
        memory. This structure is used by the PKCS#7 and CMS routines so any
        application which reads PKCS#7 or CMS data from untrusted sources is
        affected. SSL/TLS is not affected.

        This issue was reported to OpenSSL by Adam Langley (Google/BoringSSL) using
        libFuzzer.
        (CVE-2015-3195)
        [Stephen Henson]

    *) Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs.
        This changes the decoding behaviour for some invalid messages,
        though the change is mostly in the more lenient direction, and
        legacy behaviour is preserved as much as possible.
        [Emilia K辰sper]

    *) In DSA_generate_parameters_ex, if the provided seed is too short,
        return an error
        [Rich Salz and Ismo Puustinen <ismo.puustinen%intel.com@localhost>]

(bsiegert)

2015-12-26 23:07:11 UTC MAIN commitmail json YAML

Set missing USE_BSD_MAKEFILE. Not sure if this is causing the build
failure seen in Joerg's build (or what would be), but it's wrong and
should be fixed anyway.

(dholland)

2015-12-26 22:51:12 UTC pkgsrc-2015Q3 commitmail json YAML

Part 2 of pullup ticket #4876 - requested by ryoon
emulators/qemu: security fix

Revisions pulled up:
- emulators/qemu/distinfo                                      1.111
- emulators/qemu/patches/patch-configure                        1.9

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Tue Dec 22 23:52:00 UTC 2015

  Modified Files:
  pkgsrc/emulators/qemu: distinfo
  pkgsrc/emulators/qemu/patches: patch-configure

  Log Message:
  Build ivshmem* conditionally, fix broken if conditional

(bsiegert)

2015-12-26 22:36:07 UTC MAIN commitmail json YAML

Fix build.

1. Compile C code with the C compiler, not the fortran compiler.
2. Use f2c, not g95, as the fortran compiler.

XXX  This package builds only with f2c, not g95.
XXX  There does not appear to be any way to specify this other
XXX  than by abusively setting PKGSRC_FORTRAN. So do that for now.

(dholland)

2015-12-26 19:56:03 UTC MAIN commitmail json YAML

Repeat after me: I will double check the PLIST for bad substitutions
before committing it.

(joerg)

2015-12-26 14:28:59 UTC MAIN commitmail json YAML

Note update of mail/im package to 152.

(taca)

2015-12-26 14:28:13 UTC MAIN commitmail json YAML

Update im to 152, a leaf package.

152 (2015/12/20)

* Fix unescaped left brace in regex is deprecated for Perl 5.22
* Update config.guess and config.sub with autotools-dev 20150820.1
* Add gitlog2imchanges to easily generate 00changes

(taca)

2015-12-26 14:27:25 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.17.

(taca)

2015-12-26 14:26:37 UTC MAIN commitmail json YAML

Update typo3_62 to 6.2.17, a leaf package.

2015-12-21  b1ca8df                  [RELEASE] Release of TYPO3 6.2.17 (TYPO3 Release Team)
2015-12-18  2c7781e  #72322          [BUGFIX] Prevent Javascript error for Flexform sections (Oliver Hader)
2015-12-17  b2b531c  #72273          [!!!][BUGFIX] Severe data-loss on workspaces publishing action (Oliver Hader)
2015-12-17  f1c4c17  #72285          [BUGFIX] DBAL: use correct default value for native connection (Melanie Kalka)
2015-12-17  dc0134b  #72291          [TASK] Extend workspace functional tests on placeholder deletion (Oliver Hader)
2015-12-17  bfa250a  #72252          [BUGFIX] substituteMarkerArrayCached() must accept special chars (Markus Klein)
2015-12-17  5c14b25  #72289          [BUGFIX] Missing check before foreach loop (Oliver Hader)
2015-12-17  e6bee88  #72265          [BUGFIX] Disclose exceptions on CLI in production context (Helmut Hummel)
2015-12-16  cc59676  #72256          [TASK] Provide labels for all log types (Anja Leichsenring)
2015-12-16  2b1e896  #72263          [BUGFIX] Empty row in table content element shows &nbsp; (Wouter Wolters)

(taca)

2015-12-26 14:25:32 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.4.

(taca)

2015-12-26 14:24:48 UTC MAIN commitmail json YAML

Update roundcube to 1.1.4 including security fixes.

* Fix a potential path traversal vulnerability.
* Adds some measures against brute-force attacks

RELEASE 1.1.4
-------------
- Add workaround for https://bugs.php.net/bug.php?id=70757 (#1490582)
- Fix duplicate messages in list and wrong count after delete (#1490572)
- Fix so Installer requires PHP5
- Make brute force attacks harder by re-generating security token on every failed login (#1490549)
- Slow down brute-force attacks by waiting for a second after failed login (#1490549)
- Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)
- Fix mail view scaling on iOS (#1490551)
- Fix so database_attachments::cleanup() does not remove attachments from other sessions (#1490542)
- Fix responses list update issue after response name change (#1490555)
- Fix bug where message preview was unintentionally reset on check-recent action (#1490563)
- Fix bug where HTML messages with invalid/excessive css styles couldn't be displayed (#1490539)
- Fix redundant blank lines when using HTML and top posting (#1490576)
- Fix redundant blank lines on start of text after html to text conversion (#1490577)
- Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)
- Fix invalid LDAP query in ACL user autocompletion (#1490591)
- Fix regression in displaying contents of message/rfc822 parts (#1490606)
- Fix handling of message/rfc822 attachments on replies and forwards (#1490607)
- Fix PDF support detection in Firefox > 19 (#1490610)
- Fix path traversal vulnerability (CWE-22) in setting a skin (#1490620)
- Fix so drag-n-drop of text (e.g. recipient addresses) on compose page actually works (#1490619)

(taca)

2015-12-26 12:04:01 UTC MAIN commitmail json YAML

Limit memory use during installation since the Linux version of the JRE
doesn't honour many process limits properly.

(joerg)

2015-12-26 11:58:19 UTC MAIN commitmail json YAML

2015-12-26 10:48:13 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.26.2

(wen)

2015-12-26 10:45:45 UTC MAIN commitmail json YAML

Update to 1.26.2

Upstream changes:
MediaWiki 1.26.2

This is a maintenance release of the MediaWiki 1.26 branch.
Changes since 1.26.1
    (bug T121892) Various special pages resulted in fatal errors.

(wen)

2015-12-26 09:26:33 UTC MAIN commitmail json YAML

+ darktable-2.0, ruby-2.3.0, tigervnc-1.6.0.

(wiz)

2015-12-26 02:13:47 UTC MAIN commitmail json YAML

- Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori Ishihara
  (That includes Githubify).

(mef)

2015-12-26 00:39:06 UTC MAIN commitmail json YAML

Updated net/owncloudclient to 2.1.0

(ryoon)

2015-12-26 00:38:29 UTC MAIN commitmail json YAML

Update to 2.1.0

Changelog:
elease 2.1.0 December 3rd 2015

    GUI: Added a separate view for not synced items, ignores, errors
    GUI: Improved upload/download progress UI (#3403, #3569)
    Allowed sharing with ownCloud internal users and groups from Desktop
    Changed files starting in .* to be considered hidden on all platforms (#4023)
    Reflect read-only permissions in filesystem (#3244)
    Blacklist: Clear on successful chunk upload (#3934)
    Improved reconnecting after network change/disconnect (#4167 #3969 ...)
    Improved performance in Windows file system discovery
    Removed libneon-based propagator. As a consequence, The client can no longer provide bandwith limiting on Linux-distributions where it is using Qt < 5.4
    Performance improvements in the logging functions
    Ensured that local disk space problems are handled gracefully (#2939)
    Improved handling of checksums: transport validation, db (#3735)
    For *eml-files don't reupload if size and checksum are unchanged (#3235)
    Ensured 403 reply code is handled properly (File Firewall) (#3490)
    Reduced number of PROPFIND requests to server(#3964)
    GUI: Added Account toolbox widget to keep account actions (#4139)
    Tray Menu: Added fixes for Recent Activity menu (#4093, #3969)
    FolderMan: Fixed infinite wait on pause (#4093)
    Renamed env variables to include unit (#2939)
    FolderStatusModel: Attempt to detect removed undecided files (#3612)
    SyncEngine: Don't whipe the white list if the sync was aborted (#4018)
    Quota: Handle special negative value for the quota (#3940)
    State app name in update notification (#4020)
    PropagateUpload: Fixed double-emission of finished (#3844)
    GUI: Ensured folder names which are excluded from sync can be clicked
    Shell Integration: Dolphin support, requires KF 5.16 and KDE Application 15.12
    FolderStatusModel: Ensured reset also if a folder was renamed (#4011)
    GUI: Fixed accessiblity of remaing items in full settings toolbar (#3795)
    Introduced the term "folder sync connection" in more places (#3757)
    AccountSettings: Don't disable pause when offline (#4010)
    Fixed handling of hidden files (#3980)
    Handle download errors while resuming as soft errors (#4000)
    SocketAPI: Ensured that the command isn't trimmed (#3297)
    Shutdown socket API before removing the db (#3824)
    GUI: Made "Keep" default in the delete-all dialog (#3824)
    owncloudcmd: Introduced return code 0 for --version and --help
    owncloudcmd: Added --max-sync-retries (#4037)
    owncloudcmd: Don't do a check that file are older than 2s (#4160)
    Fixed getting size for selective sync (#3986)
    Re-added close button in the settings window (#3713)
    Added abililty to handle storage limitations gracefully (#3736)
    Updated 3rdparty dependencies: sqlite version 3.9.1
    Organized patches to our base Qt version into admin/qt/patches
    Plus: A lot of unmentioned improvements and fixes

(ryoon)

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

Updated audio/pulseaudio to 7.1nb2

(ryoon)

2015-12-25 23:09:49 UTC MAIN commitmail json YAML

2015-12-25 23:07:18 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 8.2.2

(ryoon)

2015-12-25 23:06:41 UTC MAIN commitmail json YAML

Update to 8.2.2

* Remove databases/php-mysql dependency, it is not used

Changelog:
Version 8.2.2 December 22 2015

    Sharing improvements
        Passing an empty base in this diagnosis call will not result in LDAP errors
        Send sharing link to more than one recipient
        Cannot share at all when share with link is disabled globally
        Delete share hotspot not wide enough
        Can't access a shared folder on external storage
        Fix S2S error handling, making WebDAV work and get rid of undeletable files
        Files/folders created while the users group was included in 'Exclude groups from sharing' cannot be shared even if the group is removed from the excluded groups.
        "unshare" action should be called "unshare" in the action menu and not "delete"
        Fix shared files of deleted users, detect DN change when checking for existence on LDAP
        Etag isn't propagated to the root of the share owner if the file is uploaded to a group reshare
        Empty etag after moving shared file into a commonly received share
        The ajax code path unshares a link share when updating the password
    Other fixes
        MySQL file socket not working during initial setup
        Multiple PUT requests to new DAV backend results in locked file
        Dont output paths in scan.php
        Activity oracle sql error for favorites
        Check the expiration date for null
        Stray locks not being cleaned: server replied: Locked
        Login attributes tab. Other attributes combobox does not keep the selection if the users click away
        Fix trashbin wrapper when no user is logged in
        Handle non existing files in version previews
        Properly preserve home folder naming enforcement setting
        User details not saved unless click Enter
        User management: Password change error display behavior
        Add listener for URL change and then close the PDF viewer - files_pdfviewer
        Remove white area below pdf viewer on public page - files_pdfviewer
        Unable to move /srv/http/owncloud/_oc-upgrade/8.2.1.4/core/resources to /srv/http/owncloud/resources - updater
        Fix minification quirks - updater
        Accessibility Bug for 8.2 UI
    Several UI improvements
    Security improvements
    Many small improvements

Version 8.2.1 November 18 2015

    Sharing improvements:
        Show path to file in error message about sharing with owner
        Replaced error numbers with details in the sharing error message
        Fix pagination on public link share page
        Deal with NoUserException in sharing code
        Fix cannot change share info after switching sections
        Fix changing expiration date of shared link breaks password
        Various other fixes
    Performance improvements:
        Optimize multiple shared locks for a single process
        Don't lock if we're only reading cache metadata
        Escape like parameter in cache operations
    Storage improvements:
        Improve dealing with Dropbox and Google Drive
        Moving files makes them disappear (SWIFT object store)
        Transactional file locking database backend warning is only shown when there is another warning.
        Don't lock /$user/files
        Include the final update in the transaction when moving a folder in the cache
        WebDAV MOVE on a non existing file results in Internal Server Error #20069
        Catch all exception if table doesn't exist #19884 #19893
        Various other objectstore fixes
    Usability and UI:
        Made error message about file not found more specific in federated sharing
        Improved CSS, fonts, text color on various buttons, login screen, menu and settings
        Hide strength indication after password change and hide notifications after time-out or on delete
        Fixes to inconsistent language and translation support, show language code for unknown languages
        Fix icons for share/public folders, fix spinner positions in share tab
        Close user menu when clicking on other menus
        Sidebar fixes and hiding sidebar for trashbin view
        Move alt text for favorite action to image
        Sidebar should not open, when renaming a file on mobile
        Do not register sidebar panels when no sidebar
        Update process: state which step we are going to start and warn if it might be slow
    User Management and LDAP fixes:
        LDAP fixes for quota, user mapper, initial user creation and connectivity
        Fix group admin settings, group assignment when group name is a number
        Enable proper CardDAV cookie authentication
    Documentation, reliability and stability fixes:
        Expose syslog tag in the configuration
        Update list of deprecated methods (documentation)
        Fixes to text editor
        Fixes to activity app
        Create several repair steps in update process to clean up shares
        Update certificate bundle
        Fix multiple issues for IE 8 and 9
        Memcache warning with memcached
        Fix File versioning with encryption
        Update the unencrypted size for versions
        Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"
        Make sure that remote shares use the correct uid casing
        Variables don't have a class, so we can't use toString() on it
        Use IRequest's `getScriptName` functionality instead of $_SERVER
        Don't trigger the scroll event of every single item we filter in the file list

(ryoon)

2015-12-25 20:14:10 UTC MAIN commitmail json YAML

Don't pick up cups2 accidently resulting in conflicts.

(joerg)

2015-12-25 20:13:18 UTC MAIN commitmail json YAML

2015-12-25 20:12:46 UTC MAIN commitmail json YAML

2015-12-25 20:12:16 UTC MAIN commitmail json YAML

2015-12-25 20:09:28 UTC MAIN commitmail json YAML

long is ambiguous for creating Fixed values on 64bit systems, so use
LongLong for the intermediate and let the compiler figure out how to
cast to it from long.

(joerg)

2015-12-25 20:08:38 UTC MAIN commitmail json YAML

NetBSD has no receive/send quotas, unbreak build. Fix format strings for
32bit vs 64bit differences between the BSDs.

(joerg)