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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:23:52 UTC Now

2016-04-15 12:17:25 UTC MAIN commitmail json YAML

Import p5-LWP-ConsoleLogger-0.000022 as www/p5-LWP-ConsoleLogger.

It can be hard (or at least tedious) to debug mechanize scripts.
LWP::Debug is deprecated. It suggests you write your own debugging
handlers, set up a proxy or install Wireshark. Those are all workable
solutions, but this module exists to save you some of that work.

(wiz)

2016-04-15 12:15:43 UTC MAIN commitmail json YAML

Added www/p5-Plack-Test-Agent version 1.4

(wiz)

2016-04-15 12:15:34 UTC MAIN commitmail json YAML

+ p5-Plack-Test-Agent

(wiz)

2016-04-15 12:15:14 UTC MAIN commitmail json YAML

Import p5-Plack-Test-Agent-1.4 as www/p5-Plack-Test-Agent.

Plack::Test::Agent is an OO interface to test PSGI applications.
It can perform GET and POST requests against PSGI applications
either in process or over HTTP through a Plack::Handler compatible
backend.

(wiz)

2016-04-15 12:05:05 UTC MAIN commitmail json YAML

Added textproc/p5-String-Trim version 0.005

(wiz)

2016-04-15 12:04:55 UTC MAIN commitmail json YAML

+ p5-String-Trim

(wiz)

2016-04-15 12:04:43 UTC MAIN commitmail json YAML

Import p5-String-Trim-0.005 as textproc/p5-String-Trim.

String::Trim trims whitespace off your strings. chomp trims only
$/ (typically, that's newline), but trim will trim all leading and
trailing whitespace.

(wiz)

2016-04-15 11:52:32 UTC MAIN commitmail json YAML

Added www/p5-URI-Query version 0.15

(wiz)

2016-04-15 11:52:21 UTC MAIN commitmail json YAML

+ p5-URI-Query

(wiz)

2016-04-15 11:51:55 UTC MAIN commitmail json YAML

Import p5-URI-Query-0.15 as www/p5-URI-Query.

URI::Query provides simple URI query string manipulation, allowing
you to create and manipulate URI query strings from GET and POST
requests in web applications. This is primarily useful for creating
links where you wish to preserve some subset of the parameters to
the current request, and potentially add or replace others. Given
a query string this is doable with regexes, of course, but making
sure you get the anchoring and escaping right is tedious and
error-prone - this module is simpler.

(wiz)

2016-04-15 11:48:12 UTC MAIN commitmail json YAML

Added textproc/p5-Text-SimpleTable-AutoWidth version 0.09

(wiz)

2016-04-15 11:48:02 UTC MAIN commitmail json YAML

+ p5-Text-SimpleTable-AutoWidth

(wiz)

2016-04-15 11:47:49 UTC MAIN commitmail json YAML

Import p5-Text-SimpleTable-AutoWidth-0.09 as textproc/p5-Text-SimpleTable-AutoWidth.

Simple eyecandy ASCII tables with auto-width selection.

(wiz)

2016-04-15 11:43:48 UTC MAIN commitmail json YAML

Added mail/p5-Parse-MIME version 1.003

(wiz)

2016-04-15 11:43:39 UTC MAIN commitmail json YAML

+ p5-Parse-MIME

(wiz)

2016-04-15 11:43:26 UTC MAIN commitmail json YAML

Import p5-Parse-MIME-1.003 as mail/p5-Parse-MIME.

This module provides basic functions for handling mime-types. It
can handle matching mime-types against a list of media-ranges.

(wiz)

2016-04-15 11:38:33 UTC MAIN commitmail json YAML

Added devel/p5-MooX-StrictConstructor version 0.008

(wiz)

2016-04-15 11:38:21 UTC MAIN commitmail json YAML

+ p5-MooX-StrictConstructor

(wiz)

2016-04-15 11:38:07 UTC MAIN commitmail json YAML

Import p5-MooX-StrictConstructor-0.008 as devel/p5-MooX-StrictConstructor.

Simply loading this module makes your constructors "strict". If
your constructor is called with an attribute init argument that
your class does not declare, then it dies. This is a great way to
catch small typos.

(wiz)

2016-04-15 11:37:06 UTC MAIN commitmail json YAML

Added textproc/p5-Pod-Coverage-TrustPod version 0.100003

(wiz)

2016-04-15 11:36:56 UTC MAIN commitmail json YAML

+ p5-Pod-Coverage-TrustPod

(wiz)

2016-04-15 11:36:40 UTC MAIN commitmail json YAML

Import p5-Pod-Coverage-TrustPod-0.100003 as textproc/p5-Pod-Coverage-TrustPod.

This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare
certain symbol names trusted.

(wiz)

2016-04-15 11:35:47 UTC MAIN commitmail json YAML

Added www/p5-HTTP-CookieMonster version 0.09

(wiz)

2016-04-15 11:23:28 UTC MAIN commitmail json YAML

+ p5-HTTP-CookieMonster

(wiz)

2016-04-15 11:22:57 UTC MAIN commitmail json YAML

Import p5-HTTP-CookieMonster-0.09 as www/p5-HTTP-CookieMonster.

This module was created because messing around with HTTP::Cookies
is non-trivial. HTTP::Cookies a very useful module, but using it
is not always as easy and clean as it could be. For instance, if
you want to find a particular cookie, you can't just ask for it by
name.

(wiz)

2016-04-15 11:13:38 UTC MAIN commitmail json YAML

Added www/p5-HTML-Restrict version 2.2.2

(wiz)

2016-04-15 11:13:12 UTC MAIN commitmail json YAML

+ p5-HTML-Restrict.

(wiz)

2016-04-15 11:12:32 UTC MAIN commitmail json YAML

Import p5-HTML-Restrict-2.2.2 as www/p5-HTML-Restrict.

This module uses HTML::Parser to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.

(wiz)

2016-04-15 10:37:00 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Warnings to 0.026

(wiz)

2016-04-15 10:36:51 UTC MAIN commitmail json YAML

Update p5-Test-Warnings to 0.026.

0.026    2016-01-27 03:13:25Z
          - fixed use of modules loaded by t/zzz-check-breaks.t
          - fix stderr suppression on perl 5.6

0.025    2016-01-24 02:59:28Z
          - prereqs lowered from required to suggested:
            - CPAN::Meta::Check
            - CPAN::Meta::Requirements
          - tests are now quieter to avoid causing confusion, by suppressing
            the printing of stderr in tests

(wiz)

2016-04-15 10:35:54 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Deep to 1.120

(wiz)

2016-04-15 10:35:44 UTC MAIN commitmail json YAML

Update p5-Test-Deep to 1.120.

0.120    2015-11-27
        - no changes since 0.119_01

0.119_01  2015-11-19
        - add none() test; it's like any(), but negative
        - fix stringification of any() expectations

(wiz)

2016-04-15 10:29:59 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Format to 2.12

(wiz)

2016-04-15 10:29:50 UTC MAIN commitmail json YAML

Update p5-HTML-Format to 2.12.

2.12      2015-10-10 17:49:45+01:00 Europe/London
    - Minor test related fixes
    - Transition to using File::Slurper in place of File::Slurp
      Thanks to Karen Etheridge for the patch
    - Add Travis CI integration

(wiz)

2016-04-15 10:23:19 UTC MAIN commitmail json YAML

Updated archivers/innoextract to 1.6

(wiz)

2016-04-15 10:23:10 UTC MAIN commitmail json YAML

Update innoextract to 1.6.

innoextract 1.6 (2016-03-24)
- Added support for Inno Setup 5.5.7 (and 5.5.8) installers
- Added a --collisions=rename-all option
- Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file
- Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option
- Fixed build error with CMake 3.5
- Now compiles in C++14 mode if supported
- Unsafe characters in special constant strings (ie ':' in {code:…}) are now replaced with '$'
- Windows: Fixed error message if the source file could not be opened
- Windows: Fixed progress bar flickering while printing extracted filenames
- Windows binaries: Fixed crash on platforms without AVX support

(wiz)

2016-04-15 10:15:40 UTC MAIN commitmail json YAML

Updated sysutils/py-dbus to 1.2.4

(wiz)

2016-04-15 10:15:29 UTC MAIN commitmail json YAML

Updated sysutils/dbus-python-common to 1.2.4

(wiz)

2016-04-15 10:15:15 UTC MAIN commitmail json YAML

Update python dbus bindings to 1.2.4.

D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================

The “75,000 microchips” release.

Enhancements:

• Continous integration metadata for travis-ci.org is now available.
  Similar to dbus, this is split into .travis.yml (Travis-specifics)
  and tools/ci-build.sh (intended to be useful for any CI framework,
  although it does include various workarounds for travis-ci oddities).
  (Simon McVittie)

Fixes:

• Make dbus.version a tuple again, not a list, for consistent sorting.
  This was a regression in 1.2.2. (Debian #816729, Simon McVittie)

• Use inspect.signature() instead of inspect.getargspec() on Python
  versions that have it. inspect.getargspec() is deprecated in recent
  Python 3 and seems to have disappeared from 3.6 nightly builds.
  (Simon McVittie)

• Make the tests pass in "narrow" Python builds where unicode objects
  are UTF-16, rather than the UCS-4 used in Linux distributions.
  (fd.o #57140, Simon McVittie)

• Always include headers in a consistent order (Debian #749133, Simon McVittie)

• Include config.h in all C code that we compile. This is necessary
  on platforms where it might contain something like "#define _GNU_SOURCE"
  or "#define inline __inline".
  (Simon McVittie)

(wiz)

2016-04-15 09:29:30 UTC MAIN commitmail json YAML

transmission* updated to 2.92.

(wiz)

2016-04-15 09:28:40 UTC MAIN commitmail json YAML

Update transmission* to 2.92.

=== Transmission 2.92 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity All tickets closed by this release]
==== Mac Client ====
  * Build OSX.KeRanger.A ransomware removal into the app

=== Transmission 2.91 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix Makefile.am to include Windows patches into source archive
  * Fix miniupnpc script to handle spaces and other special chars in paths
==== Mac Client ====
  * Prevent crash during group rules removal in some cases
  * Fix failure to remove seeding completion notifications from notification center
  * Show main window and scroll to torrent on notification click
  * Fix issue on Yosemite where peers view didn't occupy all the available space when web seed view was hidden
==== Qt Client ====
  * Fix existing running instance detection and torrents delegation when using DBus
==== Daemon ====
  * Fix building on Windows x86
  * Add `--blocklist-update` argument description to transmission-remote man page
  * Use `-rad` as short form of `--remove-and-delete` option in transmission-remote

=== Transmission 2.90 (2016/02/28) ===
[http://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix renaming torrent files with common prefix
  * Fix some more thread safety bugs in the tr_list datatype
  * Fix infinite loop when removing torrent data
  * Add support for CyaSSL/WolfSSL and PolarSSL cryptographic backends; bump OpenSSL minimum to v0.9.7
  * Initial CMake build system support
  * Many improvements to support Windows builds with MSVS and MinGW; drop XP/2003 support, only Vista and up now
  * Allow building against system UTP and DHT libraries
  * Fix several memory leaks and buffer overflows
  * Support miniupnpc API v14
  * Fix "prefetch-enabled" value type in settings.json (boolean instead of integer)
  * Fix some issues discovered by static analysis (cppcheck, coverity)
  * Fix invalid JSON encoding for non-printable characters
  * Fix multi-threaded locale use when encoding/decoding JSON data
  * Fix encrypted communication with libevent 2.1+
  * Prevent completed pieces modification by webseeds
  * Require absolute paths in RPC requests
  * Fix and unify torrent origin display in GTK+, Qt and web clients
  * Fix crash on session shutdown (evdns_getaddrinfo_cancel)
  * Retry if RPC server fails to bind to specified address
  * Improve error checking on metadata retrieval
  * Improve UTF-8 validity checking (merge changes from LLVM)
  * Don't build transmission-cli by default (it's long deprecated)
==== Mac Client ====
  * UI fixes for OS X 10.9+
  * Trim potential URIs from clipboard
  * Allow downloading files from http servers (not https) on OS X 10.11+
  * Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
  * Fix global options popover layout
  * Fix building with Xcode 7+
  * Drop OS X 10.6 support
==== GTK+ Client ====
  * Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window
  * Don't require DISPLAY if started with `--version` argument
==== Qt Client ====
  * Improve performance in Torrent Properties dialog for torrents with lots of files
  * Prevent entering file renaming mode with mouse double-click
  * Add context menu on files tab of Torrent Properties dialog resembling that of Mac client
  * Remove torrent file from watch directory even if "show options dialog" is not set
  * Use theme-provided icons in system tray and About dialog
  * Fix initial watch directory scan
  * Improve filter bar look and feel; lots of other small visual fixes; RTL layout fixes
  * Show message to the user when duplicate torrent is being added
  * Improve magnets handling in main window
  * Display notifications via tray icon if D-Bus is not available
  * Show notice on top of filtered torrents list; clear whole filter on notice double-click
  * Add proper compiler flags to indicate C++11 use
  * Fix translation files loading
  * Add Chinese (China), German, Indonesian, Italian (Italy), Korean, Polish (Poland), Ukrainian translations; update existing translations
==== Daemon ====
  * Run as service on Windows when in background mode
  * Rework directory watching, add support for native mechanisms on BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges)
  * Don't make assumptions of remote path validity in transmission-remote
==== Web Client ====
  * Content Security Policy enhancements
  * Enable "resume now" for queued torrents
  * Mark appropriate fields in preferences dialog as HTML5 number fields
  * Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones

(wiz)

2016-04-15 09:07:49 UTC MAIN commitmail json YAML

Updated chat/farstream to 0.2.8

(wiz)

2016-04-15 09:07:40 UTC MAIN commitmail json YAML

Update farstream to 0.2.8.

farstream 0.2.8 (March 10, 2016)
==================================
- Add "require-encryption" parameter to ignore unencrypted packets
- Enable building static GStreamer and transmitter plugins
- Make OPUS plugin work and select it as default codec
- Bug fixes

(wiz)

2016-04-15 09:06:09 UTC MAIN commitmail json YAML

Updated audio/alsa-plugins-pulse to 1.1.1

(wiz)

2016-04-15 09:05:54 UTC MAIN commitmail json YAML

Updated audio/alsa-plugins-oss to 1.1.1

(wiz)

2016-04-15 09:05:41 UTC MAIN commitmail json YAML

Update alsa-plugins-* to 1.1.1.

No relevant changes for the ones we have in pkgsrc, I think.

Changelog:

Core

    Release v1.1.1

A52 Output plugin

    a52: Fix usage of obsoleted avcodec_*_frame() functions
    a52: Make compatible with ffmpeg 3.0
    a52: fix reported input channel order

Public Parrot Hack rate converter

    pph: include config.h from rate_speexrate.c

Speex PCM plugin

    speex: Add missing include config.h

(wiz)

2016-04-15 08:50:31 UTC MAIN commitmail json YAML

Updated audio/alsa-utils to 1.1.1

(wiz)

2016-04-15 08:50:21 UTC MAIN commitmail json YAML

Update alsa-utils to 1.1.0.

Core

    Release v1.1.1
    alsabat: add tinyalsa support
    alsabat: add standalone mode
    aconnect: Show sequencer sound card numer/PID via aconnect

ALSA Control (alsactl)

    alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value}
    alsactl: remove debug line in set_ctl_values()

aconnect

    aconnect: Show sequencer sound card numer/PID via aconnect

alsa-info.sh

    alsa-info: add alsa-info.sh.1 to EXTRA_DIST
    alsa-info.sh: add man page

amixer

    amixer: skip showing asoc tlv byte controls

aplay/arecord

    aplay/arecord: handle parsing errors of parameter values

bat (basic audio tester)

    alsabat: add tinyalsa support
    alsabat: move alsa process to a single block
    alsabat: use general data generator function
    alsabat: clean return value for playback and capture threads
    alsabat: use general function for wav header update
    alsabat: refactoring alsa capture thread
    alsabat: use variable for thread return value
    alsabat: fix fopen and messages
    alsabat: fix misusing of errno
    alsabat: add bash test script
    alsabat: add standalone mode
    alsabat: add default device name for playback and capture
    alsabat: truncate sample frames for faster FFT analysis
    alsabat: rename to avoid naming conflict
    bat: Don't pass incompatible function pointers to pthread_cleanup_push()
    bat: Avoid local signal.h file

(wiz)

2016-04-15 08:48:00 UTC MAIN commitmail json YAML

Updated audio/alsa-lib to 1.1.1

(wiz)

2016-04-15 08:47:50 UTC MAIN commitmail json YAML

Update alsa-lib to 1.1.1.

I got many patches integrated upstream, still more to go.

Core

    Release v1.1.1
    Define some types if missing
    Define EBADFD in terms of EBADF if it doesn't exist.

Control API

    control: keep consistent usage of assertion
    control: initialize element channel values according to identification number at adding a new element
    control: fulfill a description about element type with integer64
    coverity fixes
    control: add missing asserts to ctl_elem_set functions

PCM API

    pcm: fix 'unable to create IPC shm instance' caused by fork from a thread
    Introduce bswap.h for portable definitions of byte swap macros.
    coverity fixes
    pcm_hw: fix possible memory leak (coverity)
    pcm: simple: Fix asserts

Sequencer API

    seq: Provide sequencer sound card number / PID via alsa-lib

Timer API

    Only use F_SETSIG fcntl where it exists.

Topology API

    topology: Add support for widget byte controls
    topology: add support for CTL access flags to config file
    topology: add support for pasring external ops in conf files
    topology: Add ops to bytes control.
    topology: Remove unnecessary includes
    topology: fix debug output to print correct "max" value.
    topology: Quit and show error message on big-endian machines
    topology: Not compare a for loop iterator with ABI __le32 variables
    topology: Fix comparison of unsigned expression < 0
    topology: Remove unused variables
    topology: Remove unused function write_data_block()
    topology: open topology files with O_TRUNC
    topology: Add missing include sys/stat.h

Use Case Manager API

    Use alphasort where versionsort is not available.

/include/Makefile.am

    Introduce bswap.h for portable definitions of byte swap macros.
    Define some types if missing

ALSA Server

    coverity fixes

Compatibility routines

    Add more compatibility defines.
    Introduce bswap.h for portable definitions of byte swap macros.
    Define some types if missing

Configuration

    Use alphasort where versionsort is not available.
    config files - do not include ucm/topology configuration when not requested

Kernel Headers

    seq: Provide sequencer sound card number / PID via alsa-lib
    Update include/sound/asequencer.h from 4.6-pre kernel uapi
    Update include/sound/asound.h from 4.6-pre kernel uapi

(wiz)

2016-04-15 08:43:30 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.54.0

(wiz)

2016-04-15 08:43:20 UTC MAIN commitmail json YAML

Update calibre to 2.54.0.

2.54.0

New Features
Edit metadata in bulk dialog: Allow configuring the types of generated covers.
E-book viewer: Make the detection of note boundaries for popup footnotes a little more robust
E-book viewer: Add options to control the amount the mouse wheel and arrow keys scroll by in flow mode
When running the content server do not hide the main calibre window during shutdown until the content server has stopped. Show a shutting down message in the window so that the user knows what is happening.
Edit Book: Check Book: Add a check for empty links
DOCX Input: When the document has a Table of Contents created using the Word Table of Contents tool, keep a reference to it in the metadata. This is useful when converting to old style MOBI and you want to precisely control placement of the ToC.
Bug Fixes
Fix auto-mounting of some types of devices not working on FreeBSD
calibredb add: Fix the --cover option not working if the book being added has its own cover.
E-book viewer: Fix mathematics being typeset at too small a font size on windows
PDF Output: Fix occasional blank pages erroneously inserted in the text (at the end of an internal html file).
Book details panel: Fix url:file:// identifiers not becoming links
Fix fetch news dialog not rendering properly on HiDPI screens
Fix a hard to trigger crash introduced in the previous release when using the conversion dialog

2.53.0

New Features

    Edit Book: A new tool to transform book styling using easy to create rules.
    Conversion: Allow creating rules to transform styles during conversion, as above. Available in the conversion dialog at 'Look & Feel->Transform style'
    Edit metadata dialog: Make the hide toolbars right click menu action persistent. Also fix very large number of custom fields causing the basic metadata tab to not be aligned properly
    Portable Installer: Do not ask to launch calibre when running an automated install. Automated installs will now never launch calibre.

Bug Fixes

    E-book viewer: Hide list numbers for popup footnotes when the footnotes are use
        as the number are likely to be incorrect.
    DOCX Input: Ignore the hidden bookmark Word 2010 inserts to enable the go to last edit feature.
    Fix keyboard focus lost after merging book records
    E-book viewer: Handle
    Edit Book: Fix spelling correction suggestions not being shown when using the context menu key with the cursor at the end of the word

(wiz)

2016-04-15 08:26:36 UTC MAIN commitmail json YAML

Updated devel/liblangtag to 0.6.0nb1

(wiz)

2016-04-15 08:26:26 UTC MAIN commitmail json YAML

2016-04-15 07:42:41 UTC pkgsrc-2016Q1 commitmail json YAML

2016-04-15 07:33:22 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #4959 - requested by hauke
sysutils/radmind: bugfix

Revisions pulled up:
- sysutils/radmind/Makefile                                    1.37
- sysutils/radmind/distinfo                                    1.21
- sysutils/radmind/patches/patch-command.c                      1.2

---
  Module Name:    pkgsrc
  Committed By:  hauke
  Date:          Thu Apr 14 11:17:31 UTC 2016

  Modified Files:
          pkgsrc/sysutils/radmind: Makefile distinfo
          pkgsrc/sysutils/radmind/patches: patch-command.c

  Log Message:
  Fix setting custom permission bits, user and group information from
  a special transcript. Late fallout from Radmind bug #221.

(bsiegert)

2016-04-15 07:27:22 UTC pkgsrc-2016Q1 commitmail json YAML

2016-04-15 07:25:11 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #4958 - requested by manu
net/samba4: security fix

Revisions pulled up:
- net/samba4/Makefile                                          1.17
- net/samba4/PLIST                                              1.6
- net/samba4/distinfo                                          1.9

---
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Wed Apr 13 08:26:10 UTC 2016

  Modified Files:
          pkgsrc/net/samba4: Makefile PLIST distinfo

  Log Message:
  Update net/samba4 to 4.3.8

  This fixes the Badlock bug (CVE-2016-2118) and others vulnerabilities:
  o  CVE-2016-2118 (SAMR and LSA man in the middle attacks possible)
  o  CVE-2016-2115 (SMB IPC traffic is not integrity protected)
  o  CVE-2016-2114 ("server signing = mandatory" not enforced)
  o  CVE-2016-2113 (Missing TLS certificate validation)
  o  CVE-2016-2112 (LDAP client and server don't enforce integrity)
  o  CVE-2016-2111 (NETLOGON Spoofing Vulnerability)
  o  CVE-2016-2110 (Man in the middle attacks possible with NTLMSSP)
  o  CVE-2015-7560 (Incorrect ACL get/set allowed on symlink path)
  o  CVE-2016-0771 (Out-of-bounds read in internal DNS server)
  o  CVE-2015-5370 (Multiple errors in DCE-RPC code)

(bsiegert)

2016-04-14 23:43:55 UTC MAIN commitmail json YAML

Updated sysutils/deforaos-browser to 0.5.1

(khorben)

2016-04-14 23:37:33 UTC MAIN commitmail json YAML

Package DeforaOS Browser 0.5.1

This release brings:
- re-license as 3-clause BSD
- minor performance improvements (refreshing, thumbnails)
- improved image rendering in view(1) and the "preview" plug-in
- manual pages build reproducibly
- more portable build as PIE
- fix build with multiple jobs
- fix crash when closing windows in embedded mode

(khorben)

2016-04-14 23:21:45 UTC MAIN commitmail json YAML

Add support for CFLAGS and LDFLAGS

This fixes the build with PKGSRC_MKPIE.

(khorben)

2016-04-14 23:18:04 UTC MAIN commitmail json YAML

2016-04-14 22:10:31 UTC MAIN commitmail json YAML

Two more patch comments. Also, remove a debug print that leaked in a year
ago and that nobody's apparently noticed in the interim.

(dholland)

2016-04-14 22:10:06 UTC MAIN commitmail json YAML

2016-04-14 22:04:47 UTC MAIN commitmail json YAML

2016-04-14 21:59:08 UTC MAIN commitmail json YAML

Set BOX explicitly for x86_64 instead of accidentally by default.
No actual effect.

(dholland)

2016-04-14 21:58:49 UTC MAIN commitmail json YAML

2016-04-14 21:58:27 UTC MAIN commitmail json YAML

2016-04-14 21:58:22 UTC MAIN commitmail json YAML

2016-04-14 21:53:06 UTC MAIN commitmail json YAML

Updated devel/ruby-mercenary to 0.3.6

(wiz)

2016-04-14 21:52:55 UTC MAIN commitmail json YAML

2016-04-14 21:47:38 UTC MAIN commitmail json YAML

MAME is now BSD+GPLv2, remove old license

(wiz)

2016-04-14 21:47:18 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.172

(wiz)

2016-04-14 21:47:07 UTC MAIN commitmail json YAML

Update mame to 0.172.

It's with great pleasure that we announce the release of MAME 0.172.
This release includes several notable things above and beyond the
usual assortment of new systems, new features, and bug fixes.

Most importantly, this is the first release of MAME since the change
to a proper open-source licensing scheme as announced earlier this
month. From this release onward, MAME will be distributed under a
GPL-2.0+ license, with the bulk of code being covered under a
3-clause BSD license.

MAME now has an up-to-date set of documentation! You can find it
under the "Documentation" drop-down at the top of this site, or go
to http://docs.mamedev.org/ to check it out.

Due to the large number of configuration changes made in this
version, we strongly advise all users to delete their existing INI
configuration files and re-create them using the "-cc" option.

In case you are just overwriting previous release files note that
you better remove plugin folder first

For those of you running MAME on authentic CRT monitors, MAME now
incorporates a number of scaling-related features from GroovyMAME,
thanks to its author being brought on board the team, which should
help reduce user fragmentation. Please note: If you have issues
with MAME 0.172's graphics output, please ensure that "unevenstretch"
is set to 1 in your MAME configuration.

MAME 0.172 will also introduce a new high-score saving system using
Lua scripting. The feature is still experimental, but it's something
to keep an eye on for interesting future developments!

This version additionally marks the creation of a cross-platform
data-driven shader system via the BGFX renderer, which allows you
to apply shader effects per-screen, and more.

(wiz)

2016-04-14 21:09:07 UTC MAIN commitmail json YAML

2016-04-14 19:56:45 UTC MAIN commitmail json YAML

Look in DESTDIR for the dynamic PLIST additions, fixing my own snafu in
the last revision.

(joerg)

2016-04-14 14:30:52 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-LibBuilder to 0.08

(mef)

2016-04-14 14:30:32 UTC MAIN commitmail json YAML

- make test fails as follows, but that is not with this update.
  t/01-simple.t ..... ld: cannot find -lfoo
  error building /tmp/DGF3X5mKcu/foo from /tmp/DGF3X5mKcu/test.o
  at /usr/pkg/lib/perl5/5.22.0/ExtUtils/CBuilder/Base.pm line
  320, <DATA> line 226.

(upstream)
- Updated to devel/p5-ExtUtils-LibBuilder-0.08
--------------------------------------------
0.08    Mon Oct 19 17:46:02 WEST 2015
        - Minor spelling fix (thanks to Gregor Herrmann,
        from Debian community).

0.07    Mon Sep 28 14:53:40 WEST 2015
        - Added minimum required Perl Version (kwalitee++).

(mef)

2016-04-14 14:24:40 UTC MAIN commitmail json YAML

Remove extra, old redundant, line, sorry.

(mef)

2016-04-14 13:41:42 UTC MAIN commitmail json YAML

- Add following line for make test
  +# for make test
  +BUILD_DEPENDS+=        p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean

(mef)

2016-04-14 13:37:29 UTC MAIN commitmail json YAML

Updated devel/liblangtag to 0.6.0

(wiz)

2016-04-14 13:37:20 UTC MAIN commitmail json YAML

Update liblangtag to 0.6.0.

0.5.8 -> 0.6.0
=================
Akira TAGOH (20):
      Initialize databases just once.
      Fix a build fail when --enable-debug
      Support BCP47-like locale representation
      Add deprecation macros
      Use deprecation macros
      Add a lookup table to catch up a script/language from language/script
      Update to add more files into .gitignore
      Fix the behavior on lt_tag_transform() according to tr#35
      Fix a segfault if no territory or script is given to lt_tag_convert_from_locale_string()
      Add missing header file
      Add lt_db_set_val() to change the place of database
      Fix memory leaks
      missing gobject function for lt_relation_db thing
      Support the language alias for the canonicalization
      Fix lt_trie_keys() not working
      Fix OOM handling
      Improve the bootup time
      Get rid of deprecated macro
      Add docs
      Update the library versioning

(wiz)

2016-04-14 13:06:03 UTC MAIN commitmail json YAML

- Add following line for make test
  +# for make test (when t/05_more.t 'require (File::DesktopEntry);'
  +BUILD_DEPENDS+=        p5-URI-[0-9]*:../../www/p5-URI

(mef)

2016-04-14 12:57:37 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.7.3

(wiz)

2016-04-14 12:57:28 UTC MAIN commitmail json YAML

Update py-tortoisehg to 3.7.3.

TortoiseHg 3.7.3 is a regularly scheduled bugfix release, primarily to pick up security bug fixes in Mercurial 3.7.3.

(wiz)

2016-04-14 12:52:33 UTC MAIN commitmail json YAML

Updated time/p5-Time-Duration-Parse to 0.13

(wiz)

2016-04-14 12:52:24 UTC MAIN commitmail json YAML

Update p5-Time-Duration-Parse to 0.13.

0.13 2015-10-25 NEILB
    - Added additional abbrevations for 'months': 'mo', 'mon', 'mons'.
      Thanks to PERLANCAR.
    - Rewrote the main testsuite to be data driven, to make it easy to
      add test cases, as for the above change.
    - Updated github repo URL after changing my github username

(wiz)

2016-04-14 12:52:07 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Symdump to 2.1600

(mef)

2016-04-14 12:51:47 UTC MAIN commitmail json YAML

Updated to devel/p5-Devel-Symdump-2.1600
----------------------------------------
2016-04-11  k  <andk@cpan.org>
        * release 2.16
        * docs only change: create a real link to perlref.pod (Slaven Rezić)

(mef)

2016-04-14 12:51:45 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Memory-Cycle to 1.06

(wiz)

2016-04-14 12:51:36 UTC MAIN commitmail json YAML

Update p5-Test-Memory-Cycle to 1.06.

1.06    Wed Jan 27 22:36:55 CST 2016
        This release has no changes in functionality.

        [FIXES]
        * One of the tests used to use CGI.pm, but it was not a declared
          dependency, so Perl 5.22+ would fail because CGI.pm is no longer
          shipped as core.  The test now uses a local module for testing.
          Thanks, Graham Ollis.

(wiz)

2016-04-14 12:50:43 UTC MAIN commitmail json YAML

Updated devel/p5-Search-Elasticsearch to 2.00

(wiz)

2016-04-14 12:50:34 UTC MAIN commitmail json YAML

Update p5-Search-Elasticsearch to 2.00.

2.00    2015-10-28

        The default client is now '2_0::Direct', for use with Elasticsearch 2.x.
        Specify client '1_0::Direct' if using with Elasticsearch 1.x.

        Breaking:
        * The field parameter to indices.get_field_mapping() has been renamed to fields

        New features:
        * Added fields param to Bulk helper
        * The name parameter to indices.get_template() can accept multiple options
        * Added indices.forcemerge() and deprecated indices.optimize()
        * The index parameter to indices.open() and indices.close() is required
        * Added allow_no_indices, expand_wildcards, and ignore_unavailable params
          to indices.flush_synced()
        * Added the timeout param to cluster.stats(), nodes.hot_threads(),
          nodes.stats(), and nodes.info()
        * cluster.health() can accept multiple indices
        * Added cat.repositories() and cat.snapshots()
        * Added detect_noop param to update()
        * search_shards() accepts multi values for index/type
        * delete_template() requires an id
        * Add fork protection to Scroll and Async::Scroll

        Bug fix:
        * Added missing debug QS param

(wiz)

2016-04-14 12:49:33 UTC MAIN commitmail json YAML

Updated devel/p5-Test-MockModule to 0.11

(wiz)

2016-04-14 12:49:24 UTC MAIN commitmail json YAML

Update p5-Test-MockModule to 0.11.

Changes not documented.

(wiz)

2016-04-14 12:48:35 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.59

(wiz)

2016-04-14 12:48:26 UTC MAIN commitmail json YAML

Update p5-Variable-Magic to 0.59.

0.59    2015-10-05 19:05 UTC
        + Chg : The magic callbacks are now always executed in a new stack.
                This should have no negative impact (performance-wise or
                behaviour-wise) on your code, but may actually fix some obscure
                bugs.
        + Fix : [RT #107294] : Crash during install of Variable-Magic-0.58
                running "t\18-opinfo.t".
                A recent change in the core implementation of transliterations
                caused an undefined behaviour when it interacted with this
                module, which resulted in visible stack corruption on Win32
                perls compiled with MSVC when the op_info feature was enabled.
                This was fixed by using a separate stack for the magic
                callbacks.
                Thanks Peter Stokes for reporting and providing greatly
                helpful feedback.
        + Fix : The object op_info feature will now handle correctly Unicode
                transliteration, multideref and custom ops.

(wiz)

2016-04-14 12:47:46 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Exception to 0.43

(wiz)

2016-04-14 12:47:36 UTC MAIN commitmail json YAML

Update p5-Test-Exception to 0.43.

0.43  [2015-12-28]

    -  No Changes from developer build 0.42_1

0.42_1 [2015-12-28]

    -  Remove Test2/Test-Stream special cases, they are not needed

0.41  [2015-12-21]
    -  Updated for Test2

(wiz)

2016-04-14 12:46:51 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.36

(wiz)

2016-04-14 12:46:41 UTC MAIN commitmail json YAML

Update p5-Test-Harness to 3.36.

        - Accept YAML with trailing whitespace in header (Maik Hentsche)
        - Stop bundling Test::More for testing

(wiz)

2016-04-14 12:45:29 UTC MAIN commitmail json YAML

Updated to devel/p5-Config-AutoConf-0.313
-----------------------------------------
0.313  2016-04-11
        - release 0.312_001 without further changes

0.312_001      2016-04-07
        - fix "check_member" test (RT#113271)
        - update Copyright notice
        - add license files
        - improve compile_if_else/link_if_else by proving whether object
          or binary file (compile result) exists
        - fix some typos and other POD quirks
        - Update README.md from updated POD

(mef)

2016-04-14 12:44:41 UTC MAIN commitmail json YAML

Updated x11/libxkbcommon to 0.6.1

(wiz)

2016-04-14 12:44:32 UTC MAIN commitmail json YAML

Update libxkbcommon to 0.6.1.

libxkbcommon 0.6.1 - 2016-04-08
==================

- Add LICENSE to distributed files in tarball releases.

- Minor typo fix in xkb_keymap_get_as_string() documentation.

libxkbcommon 0.6.0 - 2016-03-16
==================

- If the XKB_CONFIG_ROOT environment variable is set, it is used as the XKB
  configuration root instead of the path determined at build time.

- Tests and benchmarks now build correctly on OSX.

- An XKB keymap provides a name for each key it defines.  Traditionally,
  these names are limited to at most 4 characters, and are thus somewhat
  obscure, but might still be useful (xkbcommon lifts the 4 character limit).

  The new functions xkb_keymap_key_get_name() and xkb_keymap_key_by_name()
  can be used to get the name of a key or find a key by name.  Note that
  a key may have aliases.

- Documentation improvements.

- New API:
  xkb_keymap_key_by_name()
  xkb_keymap_key_get_name()

(wiz)

2016-04-14 12:43:39 UTC MAIN commitmail json YAML

Updated textproc/hunspell-de to 20160407

(wiz)

2016-04-14 12:43:28 UTC MAIN commitmail json YAML

Update hunspell-de to 20160407.

since 20151222:
- some new words
- check for broken GNU grep during build

(wiz)

2016-04-14 12:39:19 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 2.62

(mef)

2016-04-14 12:39:07 UTC MAIN commitmail json YAML

Updated to devel/p5-CPAN-Perl-Releases
--------------------------------------
version 2.62 at 2016-04-10 17:43:33 +0000
-----------------------------------------
    Updated for v5.22.2-RC1

(mef)

2016-04-14 12:38:23 UTC MAIN commitmail json YAML

Add comment:

When updating this package, make sure that no strings like
"PR 12345" are in the commit message. Upstream likes
to reference their own PRs this way, but this ends up
in NetBSD GNATS.

(wiz)

2016-04-14 12:36:13 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Checksums to 2.11

(mef)

2016-04-14 12:36:01 UTC MAIN commitmail json YAML

Updated to devel/p5-CPAN-Checksums-2.11
---------------------------------------
2016-04-09  k  <andk@cpan.org>
        * Version 2.11
        * address #113615: extend the production rules for compressed file to
        .tgz and .tbz. Up to now those did not get a checksum for the uncompress
        file (requested by Ralf Neubauer)

        * bump the Module::Signature version that decides whether to test or not
        to test (Salve J. Nilsen)

        * never let t/00signature.t actually fail

(mef)

2016-04-14 12:27:57 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CppGuess to 0.11

(mef)

2016-04-14 12:27:42 UTC MAIN commitmail json YAML

- make test fails at following symptom, but this is the same as previous 0.9
  so updated  ( perl-5.22.0 and perl-5.22.1 does not make difference)
    at t/001_load.t line 6.
      Tried to use 'CppGuessTest'.
    Error: Can't load
        for module CppGuessTest:
        /WRKOBJDIR/devel/p5-ExtUtils-CppGuess/work/ExtUtils-CppGuess-0.09/
t/makemaker/blib/arch/auto/CppGuessTest/CppGuessTest.so:
        Undefined PLT symbol "_ZNSsC1ERKSs" (symnum = 7) at
        /usr/pkg/lib/perl5/5.22.0/x86_64-netbsd-thread-multi/DynaLoader.pm
        line 193.
(upstream)
- Updated to devel/p5-ExtUtils-CppGuess-0.11
---------------------------------------------
0.11  Thu Sep 10 13:12:17 MDT 2015
    - Add leading whitespace to $cflags in _get_cflags (bulk88)

0.10  Tue Sep 08 21:15:30 MDT 2015
    - Config's ccflags must always be used. (bulk88)

(mef)

2016-04-14 12:19:39 UTC MAIN commitmail json YAML

Updated www/apache24 to 2.4.20

(adam)

2016-04-14 12:16:10 UTC MAIN commitmail json YAML

Changes with Apache 2.4.20

  *) core: Do not read .htaccess if AllowOverride and AllowOverrideList
    are "None". PR 58528.

  *) mod_proxy_express: Fix possible use of DB handle after close.  PR 59230.

  *) core/util_script: relax alphanumeric filter of enviroment variable names
    on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
    unadulterated in 64 bit versions of Windows. PR 46751.

  *) mod_http2: incrementing keepalives on each request started so that logging
    %k gives increasing numbers per master http2 connection.
    New documented variables in env, usable in custom log formats: H2_PUSH,
    H2_PUSHED, H2_PUSHED_ON, H2_STREAM_ID and H2_STREAM_TAG.

  *) mod_http2: more efficient passing of response bodies with less contention
    and file bucket forwarding.

  *) mod_http2: fix for missing score board updates on request count, fix for
    memory leak on slave connection reuse.

  *) mod_http2: Fix build on Windows from dsp files.

(adam)

2016-04-14 12:15:55 UTC MAIN commitmail json YAML

Fix additional libraries on SunOS.

(jperkin)

2016-04-14 12:03:47 UTC MAIN commitmail json YAML

SunOS needs an explicit -liconv.

(jperkin)

2016-04-14 11:49:48 UTC MAIN commitmail json YAML

SunOS needs an explicit -lwraster.

(jperkin)

2016-04-14 11:46:39 UTC MAIN commitmail json YAML

2016-04-14 11:41:53 UTC MAIN commitmail json YAML

2016-04-14 11:35:47 UTC MAIN commitmail json YAML

SunOS needs an explicit -lnsl.

(jperkin)

2016-04-14 11:34:43 UTC MAIN commitmail json YAML

Updated security/py-service_identity to 16.0.0nb1

(leot)

2016-04-14 11:34:23 UTC MAIN commitmail json YAML

py-service_identity from version 16.0.0 also needs attrs module
(hi wiz! :))

DEPENDS on devel/py-attrs now that we have it and bump PKGREVISION.
While here also simplify MASTER_SITE.

(leot)

2016-04-14 11:32:45 UTC MAIN commitmail json YAML

SunOS needs an explicit -lm.

(jperkin)

2016-04-14 11:30:56 UTC MAIN commitmail json YAML

Updated devel/autoconf-archive to 2016.03.20

(wiz)

2016-04-14 11:30:46 UTC MAIN commitmail json YAML

Update autoconf-archive to 2016.03.20.

Provided by Andreas Kusalananda K辰h辰ri on pkgsrc-users.

More macros, as usual.

(wiz)

2016-04-14 11:29:06 UTC MAIN commitmail json YAML

Link explicitly against -lXext on SunOS.

(jperkin)

2016-04-14 11:28:58 UTC MAIN commitmail json YAML

Updated devel/automake to 1.15nb3

(wiz)

2016-04-14 11:28:48 UTC MAIN commitmail json YAML

Fix warning with perl-5.22, using upstream patch.

While here, add support for python3.5 in python checking macro.

Bump PKGREVISION.

(wiz)

2016-04-14 11:17:31 UTC MAIN commitmail json YAML

Fix setting custom permission bits, user and group information from
a special transcript. Late fallout from Radmind bug #221.

(hauke)

2016-04-14 11:16:28 UTC MAIN commitmail json YAML

Add socket libraries on SunOS.

(jperkin)

2016-04-14 11:11:10 UTC MAIN commitmail json YAML

2016-04-14 11:07:42 UTC MAIN commitmail json YAML

Added devel/py-attrs version 15.2.0

(leot)

2016-04-14 11:07:18 UTC MAIN commitmail json YAML

2016-04-14 11:06:27 UTC MAIN commitmail json YAML

Import py-attrs-15.2.0 as devel/py-attrs

attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.

You just specify the attributes to work with and attrs gives you:

* a nice human-readable __repr__,
* a complete set of comparison methods,
* an initializer,
* and much more

without writing dull boilerplate code again and again.

This gives you the power to use actual classes with actual types in your code
instead of confusing tuples or confusingly behaving namedtuples.

So put down that type-less data structures and welcome some class into your
life!

(leot)

2016-04-14 10:59:58 UTC MAIN commitmail json YAML

Updated www/libsass to 3.3.4; www/sassc to 3.3.4

(adam)

2016-04-14 10:58:40 UTC MAIN commitmail json YAML

This is the SassC for LibSass 3.3.4.
Check out LibSass release notes for more information.

(adam)

2016-04-14 10:55:16 UTC MAIN commitmail json YAML

Changes 3.3.4:
Fixes:
* Inconsistent error message produced when nesting functions and mixins
* Ensure custom importers are executed for all @imports
* Ensure custom importers are executed in the correct order
* Possible segfault when generating sourcemaps
* Memory leak
* Unused variable warning
* Segfaulting when @extending an undefined selector
* Incorrectly erring when @extending inside a mixin
* Handle signed char when considering @charset
* New link to sassc-ruby in documentation
* Incorrectly quoting interpolated strings join with +
* Incorrectly erring when using & and interpolation together
* Incorrectly duplicating nested pseudo selectors
* Unused function breaking breaking unity builds
* Segfaulting when url() is empty
* Should error when & is used without a parent selector

(adam)

2016-04-14 10:47:12 UTC MAIN commitmail json YAML

Explicitly pull in -lX11 on SunOS.

(jperkin)

2016-04-14 10:42:31 UTC MAIN commitmail json YAML

2016-04-14 09:40:09 UTC MAIN commitmail json YAML

Remove GNU ld --no-add-needed on SunOS.

(jperkin)

2016-04-14 09:16:54 UTC MAIN commitmail json YAML

Update to SBCL 1.3.4

New in version 1.3.4

* enhancement: who-sets and who-references work on DEFGLOBAL.
* enhancement: CONSTANTP understands backquote.
  e.g. (CONSTANTP '`(0 (,CHAR-CODE-LIMIT))) => T
* optimization: improvements to sequence functions: CONCATENATE,
  SUBSTITUTE, REVERSE.
* bug fix: SB-EVAL does not signal an error for (THE KEYWORD :FOO)
* bug fix: a DEFTYPE name that is redefined into a DEFSTRUCT name
  is less likely to cause confusion in the compiler.
* bug fix: DOCUMENTATION works as intended for classes
  with non-standard metaclasses
* bug fix: (TYPEP <extended-sequence> <extended-sequence-class>)
  no longer returns NIL in certain situations
* bug fix: MAKE-SEQUENCE, MAP, CONCATENATE and MERGE accept class
  objects as result-type
* bug fix: MAKE-SEQUENCE, MAP, CONCATENATE and MERGE expand
  DEFTYPEs in result-type

(asau)

2016-04-14 08:41:19 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.20.0

(prlw1)

2016-04-14 08:40:57 UTC MAIN commitmail json YAML

Update evince3 to 3.20.0

================
Evince    3.20.0
================

Translation updates:

    * scootergrisen (da)
    * dooteo (eu)
    * Gabor Kelemen (hu)
    * Gianvito Cavasoli (it)
    * Jiro Matsuzawa (ja)
    * Changwoo Ryu (ko)

================
Evince  3.19.92
================

New features and improvements:

    * Use a popover for view and action menus (#760527, Felipe Borges)
    * Add shortcuts help window (#757828, Felipe Borges)
    * Add Shift+Space keybinding to go back in presentation mode
      (#758162, Jaakko Hannikainen)
    * Rename links sidebar title from Index to Outline (#732547,
      Germán Poo-Caamaño)
    * Add missing tooltips to the headerbar (#595467, Germán
      Poo-Caamaño)
    * Show the page label instead of page number in find sidebar
      (#756683, Germán Poo-Caamaño)
    * Add a systemd user unit corresponding to the D-Bus session
      service (#755897, Simon McVittie)
    * Recognize multipage DjVu MIME type (#754467, Marek Kasik)
    * Add support for utf8 filenames on Mac OS X to comics backend
      (#761161, Tom Schoonjans)

Bug fixes:

    * Fix text selection on Wayland (#759506, Marek Kasik)
    * Manually destroy the search popover on toolbar dispose in
      browser plugin to try to fix a crashes on plugin destruction
      (#762838, Carlos Garcia Campos)
    * Check boundaries of accessible pages to avoid crashes when the
      document is reloaded due to changes in the document file
      (#735744, Germán Poo-Caamaño)
    * Fix translations in thumbnailer help message (#760418, Ting-Wei Lan)
    * Fix text selections in annotation popups (#749727, Giselle Reis)
    * Fix special characters in path to cbz (#643843, Jürn Brodersen)
    * Fix css style of loading message (#758356, Germán Poo-Caamaño)
    * Fix warning with no document loaded (#758596, Bastien Nocera)
    * Fix unbalanced quote in configure script (Bastien Nocera)
    * Fix installation of symbolic app icon (Michael Catanzaro)
    * Fix the position of the zoom action GtkPopover in Wayland
      (#756976, Germán Poo-Caamaño)
    * Make the message area work in recent view mode too (#755064,
      Felipe Borges)
    * Fix performance regression with recent versions of GTK+ when
      getting colors from GtkStyleContext for a different state
      (#755442, Sebastian Keller)
    * Fix a crash in PDF backend when opening documents containing screen
      annotations with no actions (#756572, Germán Poo-Caamaño)
    * Ignore right clicks while adding new annotations (#755619, José Aliste)
    * Escape bookmark titles to be correctly rendered when they
      contain characters like & (#66301, José Aliste)
    * Fix handling of multiple files provided as command line
      arguments (#755796, Felipe Borges)
    * Do not crash when the rendering or thumbnail jobs fail (#744049,
      Marek Kasik)

Translation updates:

    * Khaled Hosny (ar)
    * Alexander Shopov (bg)
    * Sadia Afroz (bn)
    * Samir Ribić (bs)
    * David Medina (ca)
    * Marek Černocký (cs)
    * Mario Blättermann (de)
    * Dawa pemo (dz)
    * Efstathios Iosifidis (el)
    * Daniel Mustieles (es)
    * Inaki Larranaga Murgoitio (eu)
    * Jiri Grönroos (fi)
    * Claude Paroz (fr)
    * GunChleoc (gd)
    * Fran Dieguez (gl)
    * Yosef Or Boczko (he)
    * Meskó Balázs (hu)
    * Claudio Arseni (it)
    * Jiro Matsuzawa (ja)
    * Baurzhan Muftakhidinov (kk)
    * Khoem Sokhem (km)
    * Rakesh Pandit (ks)
    * Erdal Ronahî (ku)
    * Aurimas Černius (lt)
    * Rūdolfs Mazurs (lv)
    * Badral (mn)
    * Sandeep Shedmake (mr)
    * Umarzuki Bin Mochlis Moktar (ms)
    * KYAW MYAT THU (my)
    * Åka Sikrom (nb)
    * Nils-Christoph Fiedler (nds)
    * Narayan Kumar Magar (ne)
    * Cédric Valmary (totenoc.eu) (oc)
    * Manoj Kumar Giri (or)
    * A S Alam (pa)
    * Piotr Drąg (pl)
    * Fábio Nogueira (pt_BR)
    * Pedro Albuquerque (pt)
    * Daniel Șerbănescu (ro)
    * Stas Solovey (ru)
    * Danishka Navin (si)
    * Dušan Kazik (sk)
    * Miroslav Nikolić (sr@latin)
    * Мирослав Николић (sr)
    * Sebastian Rasmussen (sv)
    * Shantha kumar (ta)
    * Krishnababu Krothapalli (te)
    * Victor Ibragimov (tg)
    * Theppitak Karoonboonyanan (th)
    * Gheyret Kenji (ug)
    * Daniel Korostil (uk)
    * Trần Ngọc Quân (vi)
    * YunQiang Su (zh_CN)
    * Chao-Hsiung Liao (zh_TW)

(prlw1)

2016-04-14 08:40:44 UTC MAIN commitmail json YAML

Conclude the previous fix by not installing bfd.info either. Makes
package co-exist finally with devel/binutils. Bump PKGREVISION.

(fhajny)

2016-04-14 05:47:52 UTC MAIN commitmail json YAML

add and enable xhyve

(jnemeth)

2016-04-14 05:40:45 UTC MAIN commitmail json YAML

add and enable libtelnet

(jnemeth)

2016-04-14 03:26:31 UTC MAIN commitmail json YAML

Updated cad/gtkwave to 3.3.72

(mef)

2016-04-14 03:24:24 UTC MAIN commitmail json YAML

Update to cad/gtkwave-3.3.72
----------------------------
3.3.72          Revert to old gtkwave.appdata.xml as the new one is causing
                problems with appstream-util validation.

(mef)

2016-04-13 21:40:54 UTC MAIN commitmail json YAML

Updated devel/libwnck3 to 3.14.1

(prlw1)

2016-04-13 21:40:33 UTC MAIN commitmail json YAML

Update libwnck3 to 3.14.1

=============
Version 3.14.1
=============

  Release bump to 3.14.1

  Fixes

  * WnckWindow: Add a new 'type-changed' signal (Sebastian Geiger)
  * don't use deprecated style properties (Alberts Muktupāvels)
  * pager: use correct state flags (Alberts Muktupāvels)
  * selector: avoid warnings from GtkStyleContext (Alberts Muktupāvels)
  * tasklist: avoid warnings from GtkStyleContext (Alberts Muktupāvels)
  * Back to dependency on gtk+-3.0 >= 3.10

  Translators

  * Aurimas Černius (lt)
  * Cédric Valmary (oc)
  * Cheng-Chia Tseng (zh_TW)
  * Jordi Mas (ca)
  * Maria  Mavridou (el)
  * Mario Blättermann (de)
  * Muhammet Kara (tr)
  * Pedro Albuquerque (pt)
  * Piotr Drąg (pl)
  * Samir Ribic (bs)

(prlw1)

2016-04-13 21:23:29 UTC MAIN commitmail json YAML

R and p5-Unicode-Normalize updates

(markd)

2016-04-13 21:10:11 UTC MAIN commitmail json YAML

Update p5-Unicode-Normalize to 1.25

1.25  Wed Dec 16 03:05:57 UTC 2015
    - Fix Normalize.xs to work on releases earlier than 5.8.  The problem was
      introduced in this module's version 1.24
    - Go back to shipping pure perl version as well as XS, as was done up
      through release 1.17

1.24  Sun Nov 29 05:48:44 UTC 2015
    - Updated to use most recent GNU license file.
      ( https://rt.cpan.org/Public/Bug/Display.html?id=108003 )
    - Silence compiler warning message
      ( https://rt.cpan.org/Public/Bug/Display.html?id=109577 )
    - Add kwalitee suggested changes.

1.23  Sun Oct 25 14:50:28 UTC 2015
    - Fix mkhdr to work on releases earlier than 5.8

1.22  Thu Oct 08 16:50:17 2015
    - Reinstate XSUB, now works on modern EBCDIC perls as well.
    - Kwalitee changes
    - Makefile fixes
    - small bug fix in header generation script.

1.21  Fri Oct 02 15:33:17 2015
    - Get pure perl version to work on modern EBCDIC perls.
    - Some comment and pod improvements

1.20  Fri Oct 02 15:30:40 2015
    - Not officially released, was incomplete import of 1.19

1.19  Sat Jul 11 12:39:38 2015
    - [rt.cpan.org #105620] Useless dependency on bytes and File::Copy

(markd)

2016-04-13 21:04:05 UTC MAIN commitmail json YAML

Update to R 3.2.4

3.2.4
NEW FEATURES

install.packages() and related functions now give a more informative
warning when an attempt is made to install a base package.

summary(x) now prints with less rounding when x contains infinite values.

provideDimnames() gets an optional unique argument.

shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows.

The data.frame method of rbind() gains an optional argument stringsAsFactors
(instead of only depending on getOption("stringsAsFactors")).

smooth(x, *) now also works for long vectors.

tools::texi2dvi() has a workaround for problems with the texi2dvi script
supplied by texinfo 6.1.

It extracts more error messages from the LaTeX logs when in emulation mode.

DEPRECATED AND DEFUNCT

Use of SUPPORT_OPENMP from header ���Rconfig.h��� is deprecated in favour of
the standard OpenMP define _OPENMP.

(This has been the recommendation in the manual for a while now.)

The make macro AWK which is long unused by R itself but recorded in file
���etc/Makeconf��� is deprecated and will be removed in R 3.3.0.

The C header file ���S.h��� is no longer documented: its use should be
replaced by ���R.h���.

3.2.3

NEW FEATURES

Some recently-added Windows time zone names have been added to the
conversion table used to convert these to Olson names. (Including
those relating to changes for Russia in Oct 2014, as in PR#16503.)

(Windows) Compatibility information has been added to the manifests
for ���Rgui.exe���, ���Rterm.exe��� and ���Rscript.exe���. This should allow
win.version() and Sys.info() to report the actual Windows version up
to Windows 10.

Windows "wininet" FTP first tries EPSV / PASV mode rather than only
using active mode (reported by Dan Tenenbaum).

which.min(x) and which.max(x) may be much faster for logical and integer
x and now also work for long vectors.

The ���emulation��� part of tools::texi2dvi() has been somewhat enhanced,
including supporting quiet = TRUE. It can be selected by texi2dvi =
"emulation".

(Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015:
tools::texi2dvi() tries texify.exe if it is not found.

(Windows only) Shortcuts for printing and saving have been added to
menus in Rgui.exe.

loess(..., iterTrace=TRUE) now provides diagnostics for robustness
iterations, and the print() method for summary(<loess>) shows slightly
more.

The included version of PCRE has been updated to 8.38, a bug-fix release.

View() now displays nested data frames in a more friendly way.

(markd)

2016-04-13 20:40:56 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 45.0.2

(ryoon)

2016-04-13 20:39:40 UTC MAIN commitmail json YAML

2016-04-13 20:38:47 UTC MAIN commitmail json YAML

Updated www/firefox to 45.0.2

(ryoon)

2016-04-13 20:37:33 UTC MAIN commitmail json YAML

Update to 45.0.2

Changelog:
Fixed:
    Fix an issue impacting the cookie header when third-party cookies are blocked (1257861)
    Fix a web compatibility regression impacting the srcset attribute of the image tag (1259482)
    Fix a regression with the copy and paste with some old versions of some Gecko applications like Thunderbird (1254980)
    Fix a crash impacting the video playback with Media Source Extension (1258562)
    Fix a regression impacting some specific uploads (1255735)

(ryoon)

2016-04-13 19:45:47 UTC MAIN commitmail json YAML

Updated net/py-twisted-docs to 16.1.1

(wiz)

2016-04-13 19:45:38 UTC MAIN commitmail json YAML

Update py-twisted-docs to 16.1.1.

(wiz)

2016-04-13 19:44:59 UTC MAIN commitmail json YAML

Updated net/py-twisted to 16.1.1

(wiz)

2016-04-13 19:44:49 UTC MAIN commitmail json YAML

Update py-twisted to 16.1.1.

Twisted Web 16.1.1 (2016-04-08)
===============================

Bugfixes
--------
- twisted.web.http.Request once again has a reference to the
  HTTPFactory which created it, the absence of which was preventing
  log messages from being created.  (#8272)

Twisted Core 16.1.0 (2016-04-04)
================================

Features
--------
- twisted.application.internet.ClientService, a service that
  maintains a persistent outgoing endpoint-based connection; a
  replacement for ReconnectingClientFactory that uses modern APIs.
  (#4735)
- Twisted now uses setuptools' sdist to build tarballs. (#7985)

Bugfixes
--------
- Twisted is now compatible with OpenSSL 1.0.2f. (#8189)

Other
-----
- #4543, #8124, #8193, #8210, #8220, #8223, #8226, #8242

Twisted Conch 16.1.0 (2016-04-04)
=================================

Features
--------
- twisted.conch.checkers is now ported to Python 3. (#8225)
- twisted.conch.telnet is now ported to Python 3. (#8228)
- twisted.conch.manhole_ssh.ConchFactory (used by `twistd manhole`)
  no longer uses a hardcoded SSH server key, and will generate a
  persistent one, saving it in your user appdir. If you use
  ConchFactory, you will now need to provide your own SSH server key.
  (#8229)

Other
-----
- #8237, #8240

Twisted Web 16.1.0 (2016-04-04)
===============================

Features
--------
- twisted.web.http.Request.addCookie now supports both unicode and
  bytes arguments, with unicode arguments being encoded to UTF-8.
  (#8067)

Bugfixes
--------
- twisted.web.util.DeferredResource no longer causes spurious
  "Unhandled error in Deferred" log messages. (#8192)
- twisted.web.server.site.makeSession now generates an uid of type
  bytes on both Python 2 and 3. (#8215)

Other
-----
- #8238

Twisted Core 16.0.0 (2016-03-10)
================================

Features
--------
- todo parameter for IReporter.addExpectedSuccess and
  IReporter.addUnexpectedSuccess is no longer required. If not
  provided, a sensible default will be used instead. (#4811)
- A new string endpoint type, "tls:", allows for properly-verified
  TLS (unlike "ssl:", always matching hostname resolution with
  certificate hostname verification) with faster IPv4/IPv6
  connections.  This comes with an accompanying function,
  twisted.internet.endpoints.wrapClientTLS, which can wrap an
  arbitrary client endpoint with client TLS. (#5642)
- twisted.python.filepath.makedirs accepts an ignoreExistingDirectory
  flag which ignore the OSError raised by os.makedirs if requested
  directory already exists. (#5704)
- twisted.protocols.amp has been ported to Python 3. (#6833)
- twisted.internet.ssl.trustRootFromCertificates returns an object
  suitable for use as trustRoot= to
  twisted.internet.ssl.optionsForClientTLS that trusts multiple
  certificates. (#7671)
- twisted.python.roots is now ported to Python 3. (#8131)
- twisted.cred.strports has been ported to Python 3. (#8216)

Bugfixes
--------
- Expected failures from standard library unittest no longer fail
  with Trial reporters. (#4811)
- twisted.internet.endpoints.HostnameEndpoint.connect no longer fails
  with an AlreadyCalledError when the Deferred it returns is
  cancelled after all outgoing connection attempts have been made but
  none have yet succeeded or failed. (#8014)
- twisted.internet.task.LoopingCall.withCount when run with internal
  of 0, now calls the countCallable with 1, regardless of the time
  passed between calls. (#8125)
- twisted.internet.endpoints.serverFromString, when parsing a SSL
  strports definition, now gives the correct error message when an
  empty chain file is given. (#8222)

Improved Documentation
----------------------
- The Twisted Project has adopted the Contributor Covenant as its
  Code of Conduct. (#8173)

Deprecations and Removals
-------------------------
- twisted.internet.task.LoopingCall.deferred is now deprecated. Use
  the deferred returned by twisted.internet.task.LoopingCall.start()
  (#8116)
- twisted.internet.gtkreactor, the GTK+ 1 reactor deprecated since
  Twisted 10.1, has been removed. This does not affect the GTK2,
  GLib, GTK3, or GObject-Introspection reactors. (#8145)
- twisted.protocols.mice, containing a Logitech MouseMan serial
  driver, has been deprecated. (#8148)
- The __version__ attribute of former subprojects (conch, mail,
  names, news, pair, runner, web, and words) is deprecated in
  preference to the central twisted.__version__. (#8219)

Other
-----
- #6842, #6978, #7668, #7791, #7881, #7943, #7944, #8050, #8104,
  #8115, #8119, #8122, #8139, #8144, #8154, #8162, #8180, #8187,
  #8220

Twisted Conch 16.0.0 (2016-03-10)
=================================

Features
--------
- twisted.conch now uses cryptography instead of PyCrypto for its
  underlying crypto operations. (#7413)
- twisted.conch.ssh.keys is now ported to Python 3. (#7998)

Bugfixes
--------
- twisted.conch.ssh.channel.SSHChannel's getPeer and getHost methods
  now return an object which provides IAddress instead of an old-
  style tuple address. (#5999)
- twisted.conch.endpoint.SSHCommandClientEndpoint, when
  authentication is delegated to an SSH agent, no longer leaves the
  agent connection opened when connection to the server is lost.
  (#8138)

Other
-----
- #7037, #7715, #8200, #8208

Twisted Web 16.0.0 (2016-03-10)
===============================

Features
--------
- twisted.web.http_headers._DictHeaders now correctly handles
  updating via keyword arguments in Python 3 (therefore
  twisted.web.http_headers is now fully ported to Python 3). (#6082)
- twisted.web.wsgi has been ported to Python 3. (#7993)
- twisted.web.http_headers.Headers now accepts both Unicode and
  bytestring keys and values, encoding to iso-8859-1 and utf8
  respectively. (#8129)
- twisted.web.vhost ported to Python 3. (#8132)

Bugfixes
--------
- twisted.web.http.HTTPChannel now correctly handles non-ascii method
  name by returning 400. Previously non-ascii method name was causing
  unhandled exceptions. (#8102)
- twisted.web.static.File on Python 3 now redirects paths to
  directories without a trailing slash, to a path with a trailing
  slash, as on Python 2. (#8169)

Deprecations and Removals
-------------------------
- twisted.web.http.Request's headers and request_headers attributes,
  deprecated since Twisted 13.2, have been removed. (#8136)
- twisted.web.static.addSlash is deprecated. (#8169)

Other
-----
- #8140, #8182

(wiz)

2016-04-13 18:51:15 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 15.0.1

(wiz)

2016-04-13 18:51:05 UTC MAIN commitmail json YAML

2016-04-13 18:49:17 UTC MAIN commitmail json YAML

Updated devel/py-test-runner to 2.7.1

(wiz)

2016-04-13 18:49:08 UTC MAIN commitmail json YAML

2016-04-13 18:47:56 UTC MAIN commitmail json YAML

Updated x11/xf86-video-amdgpu to 1.1.0

(wiz)

2016-04-13 18:47:46 UTC MAIN commitmail json YAML

Update xf86-video-amdgpu to 1.1.0

I'm pleased to announce the 1.1.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.9-1.18.

Highlights:

* Support for the upcoming Polaris family of GPUs.
* Option "TearFree" can now prevent tearing with rotation/reflection as
  well (with Xorg >= 1.16).
* RandR CRTC transforms now work correctly (but for now still exhibit
  tearing even with TearFree).
* The RandR 1.4 provider name is now no longer hardcoded to "amdgpu"
  but constructed from the GPU chipset name and bus ID, allowing
  several GPUs supported by this driver to be distinguished by name.
* The RandR primary output is now always explicitly marked as such.
* The driver can prevent clients trying to use the DRI3 extension over a
  display connection forwarded via SSH from hanging.
* VDPAU/OpenGL interoperation can now work with DRI3 enabled.
* Many more fixes for issues using the DRI3/Present extensions.

Plus many other small improvements and fixes. Thanks to everybody who
contributed to this release in any way!

(wiz)

2016-04-13 18:46:43 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 7.7.0

(wiz)

2016-04-13 18:46:34 UTC MAIN commitmail json YAML

Update xf86-video-ati to 7.7.0.

I'm pleased to announce the 7.7.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.9-1.18.

Highlights:

* Option "TearFree" can now prevent tearing with rotation/reflection as
  well (with Xorg >= 1.16).
* RandR CRTC transforms now work correctly (but for now still exhibit
  tearing even with TearFree).
* The RandR 1.4 provider name is now no longer hardcoded to "radeon"
  but constructed from the GPU chipset name and bus ID, allowing
  several GPUs supported by this driver to be distinguished by name.
* The RandR primary output is now always explicitly marked as such.
* The driver can now make use of more than 256MB of VRAM for scanout
  buffers, allowing e.g. virtual desktop sizes >= 8192x8192 to work.
* The driver can prevent clients trying to use the DRI3 extension over a
  display connection forwarded via SSH from hanging.
* Many more fixes for issues using the DRI3/Present extensions.

Plus many other small improvements and fixes. Thanks to everybody who
contributed to this release in any way!

(wiz)

2016-04-13 18:44:55 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-xephyr to 1.18.3

(wiz)

2016-04-13 18:43:27 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-server to 1.18.3

(wiz)

2016-04-13 18:43:17 UTC MAIN commitmail json YAML

Update modular-xorg-server to 1.18.3.

A few fixes relative to 1.18.2, including one fairly important
performance fix to the Present extension. Thanks to all for fixes and
testing.

Adam Jackson (2):
      vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS
      xserver 1.18.3

Chris Wilson (1):
      Xext/vidmode: Reduce verbosity of GetModeLine debug messages

Dave Airlie (1):
      glamor: swizzle RED to 0 for alpha textures

Michel Dänzer (2):
      present: Only requeue for next MSC after flip failure
      xfree86/modes: Make sure the HW cursor is hidden when it should be

Olivier Fourdan (2):
      xwayland: do not include frequency in mode name
      xwayland: Pretend we support viewport in vidmode

Sonny Jiang (1):
      DRI2: add Polaris PCI IDs

(wiz)

2016-04-13 18:39:31 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.9.1

(wiz)

2016-04-13 18:39:21 UTC MAIN commitmail json YAML

Update py-test to 2.9.1.

2.9.1
=====

**Bug Fixes**

* Improve error message when a plugin fails to load.
  Thanks `@nicoddemus`_ for the PR.

* Fix (`#1178 <https://github.com/pytest-dev/pytest/issues/1178>`_):
  ``pytest.fail`` with non-ascii characters raises an internal pytest error.
  Thanks `@nicoddemus`_ for the PR.

* Fix (`#469`_): junit parses report.nodeid incorrectly, when params IDs
  contain ``::``. Thanks `@tomviner`_ for the PR (`#1431`_).

* Fix (`#578 <https://github.com/pytest-dev/pytest/issues/578>`_): SyntaxErrors
  containing non-ascii lines at the point of failure generated an internal
  py.test error.
  Thanks `@asottile`_ for the report and `@nicoddemus`_ for the PR.

* Fix (`#1437`_): When passing in a bytestring regex pattern to parameterize
  attempt to decode it as utf-8 ignoring errors.

* Fix (`#649`_): parametrized test nodes cannot be specified to run on the command line.

.. _#1437: https://github.com/pytest-dev/pytest/issues/1437
.. _#469: https://github.com/pytest-dev/pytest/issues/469
.. _#1431: https://github.com/pytest-dev/pytest/pull/1431
.. _#649: https://github.com/pytest-dev/pytest/issues/649

.. _@asottile: https://github.com/asottile

2.9.0
=====

**New Features**

* New ``pytest.mark.skip`` mark, which unconditionally skips marked tests.
  Thanks `@MichaelAquilina`_ for the complete PR (`#1040`_).

* ``--doctest-glob`` may now be passed multiple times in the command-line.
  Thanks `@jab`_ and `@nicoddemus`_ for the PR.

* New ``-rp`` and ``-rP`` reporting options give the summary and full output
  of passing tests, respectively. Thanks to `@codewarrior0`_ for the PR.

* ``pytest.mark.xfail`` now has a ``strict`` option, which makes ``XPASS``
  tests to fail the test suite (defaulting to ``False``). There's also a
  ``xfail_strict`` ini option that can be used to configure it project-wise.
  Thanks `@rabbbit`_ for the request and `@nicoddemus`_ for the PR (`#1355`_).

* ``Parser.addini`` now supports options of type ``bool``.
  Thanks `@nicoddemus`_ for the PR.

* New ``ALLOW_BYTES`` doctest option. This strips ``b`` prefixes from byte strings
  in doctest output (similar to ``ALLOW_UNICODE``).
  Thanks `@jaraco`_ for the request and `@nicoddemus`_ for the PR (`#1287`_).

* Give a hint on ``KeyboardInterrupt`` to use the ``--fulltrace`` option to show the errors.
  Fixes `#1366`_.
  Thanks to `@hpk42`_ for the report and `@RonnyPfannschmidt`_ for the PR.

* Catch ``IndexError`` exceptions when getting exception source location.
  Fixes a pytest internal error for dynamically generated code (fixtures and tests)
  where source lines are fake by intention.

**Changes**

* **Important**: `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
  merged into the ``pytest`` repository as ``pytest._code``. This decision
  was made because ``py.code`` had very few uses outside ``pytest`` and the
  fact that it was in a different repository made it difficult to fix bugs on
  its code in a timely manner. The team hopes with this to be able to better
  refactor out and improve that code.
  This change shouldn't affect users, but it is useful to let users aware
  if they encounter any strange behavior.

  Keep in mind that the code for ``pytest._code`` is **private** and
  **experimental**, so you definitely should not import it explicitly!

  Please note that the original ``py.code`` is still available in
  `pylib <http://pylib.readthedocs.org>`_.

* ``pytest_enter_pdb`` now optionally receives the pytest config object.
  Thanks `@nicoddemus`_ for the PR.

* Removed code and documentation for Python 2.5 or lower versions,
  including removal of the obsolete ``_pytest.assertion.oldinterpret`` module.
  Thanks `@nicoddemus`_ for the PR (`#1226`_).

* Comparisons now always show up in full when ``CI`` or ``BUILD_NUMBER`` is
  found in the environment, even when ``-vv`` isn't used.
  Thanks `@The-Compiler`_ for the PR.

* ``--lf`` and ``--ff`` now support long names: ``--last-failed`` and
  ``--failed-first`` respectively.
  Thanks `@MichaelAquilina`_ for the PR.

* Added expected exceptions to ``pytest.raises`` fail message.

* Collection only displays progress ("collecting X items") when in a terminal.
  This avoids cluttering the output when using ``--color=yes`` to obtain
  colors in CI integrations systems (`#1397`_).

**Bug Fixes**

* The ``-s`` and ``-c`` options should now work under ``xdist``;
  ``Config.fromdictargs`` now represents its input much more faithfully.
  Thanks to `@bukzor`_ for the complete PR (`#680`_).

* Fix (`#1290`_): support Python 3.5's ``@`` operator in assertion rewriting.
  Thanks `@Shinkenjoe`_ for report with test case and `@tomviner`_ for the PR.

* Fix formatting utf-8 explanation messages (`#1379`_).
  Thanks `@biern`_ for the PR.

* Fix `traceback style docs`_ to describe all of the available options
  (auto/long/short/line/native/no), with `auto` being the default since v2.6.
  Thanks `@hackebrot`_ for the PR.

* Fix (`#1422`_): junit record_xml_property doesn't allow multiple records
  with same name.

.. _`traceback style docs`: https://pytest.org/latest/usage.html#modifying-python-traceback-printing

.. _#1422: https://github.com/pytest-dev/pytest/issues/1422
.. _#1379: https://github.com/pytest-dev/pytest/issues/1379
.. _#1366: https://github.com/pytest-dev/pytest/issues/1366
.. _#1040: https://github.com/pytest-dev/pytest/pull/1040
.. _#680: https://github.com/pytest-dev/pytest/issues/680
.. _#1287: https://github.com/pytest-dev/pytest/pull/1287
.. _#1226: https://github.com/pytest-dev/pytest/pull/1226
.. _#1290: https://github.com/pytest-dev/pytest/pull/1290
.. _#1355: https://github.com/pytest-dev/pytest/pull/1355
.. _#1397: https://github.com/pytest-dev/pytest/issues/1397
.. _@biern: https://github.com/biern
.. _@MichaelAquilina: https://github.com/MichaelAquilina
.. _@bukzor: https://github.com/bukzor
.. _@hpk42: https://github.com/hpk42
.. _@nicoddemus: https://github.com/nicoddemus
.. _@jab: https://github.com/jab
.. _@codewarrior0: https://github.com/codewarrior0
.. _@jaraco: https://github.com/jaraco
.. _@The-Compiler: https://github.com/The-Compiler
.. _@Shinkenjoe: https://github.com/Shinkenjoe
.. _@tomviner: https://github.com/tomviner
.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt
.. _@rabbbit: https://github.com/rabbbit
.. _@hackebrot: https://github.com/hackebrot

(wiz)

2016-04-13 18:34:36 UTC MAIN commitmail json YAML

Updated sysutils/mc to 4.8.16

(wiz)

2016-04-13 18:34:27 UTC MAIN commitmail json YAML

Update mc to 4.8.16

Version 4.8.16

- Core
  * Support for ash + bugfixes for bash, fish (#2742)
  * Find file: empty file name matches any file name (#3593)
  * Find file: empty value of "Content" is used instead of "Search for content" checkbox to disable search for content (#3594)
  * Listbox: don't wraparound on mouse scroll (#3554)
  * Internals:
    * Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
    * Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)

- VFS
  * Support lzip compression format (#2673, #1541)
  * Support lz4 compression format (#3523)
  * patchfs: support xz compression (#3443)
  * Update uc1541 version (#3527)
  * Add mc.ext patterns for initramfs / initrd (#3115)

- Editor
  * Add golang syntax (MidnightCommander/mc#84)
  * Update Puppet syntax (MidnightCommander/mc#86)

- Misc
  * Code cleanup (#3555, #3547, #3587)
  * Better subshell documentation (#3556)
  * Fixes to the English man pages by Denys Vlasenko

- Fixes
  * Insufficient quoting in `mc.menu` (#2947)
  * Broken ./configure --without-internal-edit (#3601)
  * Memory leaks (#3547, #3561, #3567, #3572)
  * No preallocation if appending during file copy (#3577)
  * Cannot set mini-format for "brief" listing type (#3588)
  * Info panel: incorrect inode information in some cases (#3214)
  * Info panel: wrong device name with symbolic link (#3412)
  * Info panel: buffer overflow (#3582)
  * Regression: match filename, not full path in mc.ext (#3578)
  * Broken case insensitive search in non-unicode locale (#3491)
  * Error message prefixed with no sense "0:" (#3269)
  * mcedit: buffer overflow (#3579)
  * mcedit: "Lower case selection" command in User Menu (#3586)
  * mcedit: close on ctrl-g (#3557)
  * mcview: "Not found" result isn't reported in some cases (#3543)
  * VFS: isofs doesn't show .dotfiles (#3537)
  * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851)
  * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433)
  * VFS: SFTP: various bugs (#3581)
  * VFS: FISH: provide major/minor info for block/char devices (#3599)
  * Bashism in gitfs+ extfs helper (#3379)
  * Non-portable invocation of man (#3509)
  * mc-wrapper leaves MC_USER set (#3550)
  * Broken silent opening of files in background (#3574)
  * Run `identify` on JPEGs even if `exif` is not installed (#3568)

(wiz)

2016-04-13 18:30:51 UTC MAIN commitmail json YAML

Updated security/p5-Net-SSLeay to 1.74

(wiz)

2016-04-13 18:30:41 UTC MAIN commitmail json YAML

Update p5-Net-SSLeay to 1.74.

1.74 2016-04-12
    README.OSX was missing from the distribution

1.73 2016-04-11
    Added X509_get_X509_PUBKEY. Patch supplied by GUILHEM. Thanks.
    Added README.OSX with instructions on how to build for recent OS X.
    Added info about using OPENSSL_PREFIX to README.Win32.
    Added comments in POD about installation documentation.
    Added '/usr/local/opt/openssl/bin/openssl' to Openssl search path for
    latest version of  OSX homebrew openssl. Patch from Shoichi Kaji.

(wiz)

2016-04-13 18:28:20 UTC MAIN commitmail json YAML

Updated devel/p5-PadWalker to 2.2

(wiz)

2016-04-13 18:28:10 UTC MAIN commitmail json YAML

Update p5-PadWalker to 2.2.

2.2  Fri 23 Oct 2015 17:55:31 BST
    - Convert to PERL_NO_GET_CONTEXT
      https://github.com/robinhouston/PadWalker/pull/2

(wiz)

2016-04-13 18:26:32 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any to 1.04.0

(wiz)

2016-04-13 18:26:23 UTC MAIN commitmail json YAML

Update p5-Log-Any to 1.040.

1.040    2016-02-24 17:47:00-05:00 America/New_York

    [Fixed]

    - Fixed duplicated documentation sections.

1.038    2016-02-10 14:15:31-07:00 America/Mazatlan

    - No changes from 1.037

1.037    2016-02-05 20:22:34-05:00 America/New_York (TRIAL RELEASE)

    [Fixed]

    - Fixed t/filescreen.t Unicode string tests to use a backwards
      compatible form.  Should fix tests before 5.16.

1.035    2016-02-04 14:47:20-05:00 America/New_York (TRIAL RELEASE)

    [Changed]

    - The default formatter now replaces a code reference argument with
      the results of calling the code reference ONLY when it is the first
      argument (in place of a format string).  Code references in
      subsequent arguments (to sprintf) are not executed, as this would
      break backwards compatibility.

    [Documented]

    - Noted that repeatedly calling 'set' to set an adapter without calling
      'remove' or using the 'lexically' feature will leak memory.

1.033    2016-02-03 10:32:57-05:00 America/New_York (TRIAL RELEASE)

    [Added]

    - The default formatter now expands code references.  If the first
      argument is a code reference, it is expanded and returned.  If an
      argument to "sprintf" style formatting is a code reference, it is
      expanded.

    [Changed]

    - The File adapter now opens files with the ":utf8" layer.  It also
      takes a 'binmode' attribute to change the default.

    [Fixed]

    - does_not_contain_ok test adapter function now gives proper
      diagnostic message

    - all diagnostic messages that output the captured log now
      correctly dump the log with pretty formatting

    [Documented]

    - documented the 'proxy_class' argument to `get_logger`

    [~Internal~]

    - Data::Dumper is loaded lazily, to reduce module load times
      for programs that don't need it.

(wiz)

2016-04-13 18:25:14 UTC MAIN commitmail json YAML

Updated devel/py-setuptools_trial to 0.6.0

(wiz)

2016-04-13 18:25:05 UTC MAIN commitmail json YAML

Update py-setuptools_trial to 0.6.0.

0.6.0 (2016-XX-XX)
------------------

- Fix working with recent versions of setuptools.

- Python versions < 2.7 support was dropped.
  Currently Python 2.7 and Python 3.4, 3.5 versions are supported
  (should work in other Python 3 releases too, but it is not tested).

- Package "zip-safety" is determined by setuptools.

- New package home page is https://github.com/rutsky/setuptools-trial,
  please report issues there!

Internal changes:

- Getting version from Darcs VCS was removed.

- Remove trash files (prebuild eggs, PKG-INFO).

- Source code is not PEP8 and pyflakes conformant.

- Simple integration tests were added.

(wiz)

2016-04-13 18:21:28 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 20.6.7

(wiz)

2016-04-13 18:21:19 UTC MAIN commitmail json YAML

Update py-setuptools to 20.6.7.

v20.6.7
-------

* Issue #523: Disabled support for environment markers
  introduced in v20.5.

v20.6.6
-------

* Issue #503: Restore support for PEP 345 environment
  markers by updating to Packaging 16.6.

v20.6.0
-------

* New release process that relies on
  `bumpversion <https://github.com/peritus/bumpversion>`_
  and Travis CI for continuous deployment.
* Project versioning semantics now follow
  `semver <https://semver.org>`_ precisely.
  The 'v' prefix on version numbers now also allows
  version numbers to be referenced in the changelog,
  e.g. https://pythonhosted.org/setuptools/history.html#v20-6-0.

20.5
----

* BB Pull Request #185: Add support for environment markers
  in requirements in install_requires, setup_requires,
  tests_require as well as adding a test for the existing
  extra_requires machinery.

20.4
----

* Issue #422: Moved hosting to
  `Github <https://github.com/pypa/setuptools>`_
  from `Bitbucket <https://bitbucket.org/pypa/setuptools>`_.
  Issues have been migrated, though all issues and comments
  are attributed to bb-migration. So if you have a particular
  issue or issues to which you've been subscribed, you will
  want to "watch" the equivalent issue in Github.
  The Bitbucket project will be retained for the indefinite
  future, but Github now hosts the canonical project repository.

20.3.1
------

* Issue #519: Remove import hook when reloading the
  ``pkg_resources`` module.
* BB Pull Request #184: Update documentation in ``pkg_resources``
  around new ``Requirement`` implementation.

20.3
----

* BB Pull Request #179: ``pkg_resources.Requirement`` objects are
  now a subclass of ``packaging.requirements.Requirement``,
  allowing any environment markers and url (if any) to be
  affiliated with the requirement
* BB Pull Request #179: Restore use of RequirementParseError
  exception unintentionally dropped in 20.2.

(wiz)

2016-04-13 18:19:59 UTC MAIN commitmail json YAML

Updated net/py-foolscap to 0.11.0

(wiz)

2016-04-13 18:19:49 UTC MAIN commitmail json YAML

Update py-foolscap to 0.11.0.

* Release 0.11.0 (23-Mar-2016)

** Packaging Fixes

Foolscap now declares a dependency on "twisted[tls]" instead of just
"twisted": the "[tls]" extra means "we need Twisted and its TLS support".
That's how we ask for Twisted to depend upon service_identity and other
supporting packages. By using "[tls]", we no longer need to manually depend
upon service_identity ourselves. If Twisted switches to some other scheme for
TLS support, this will correctly ask for that to be included. (#249)

Note that we still depend on pyOpenSSL ourselves, because we need its code to
control certificate validation (if Twisted actually moved away from pyOpenSSL
for TLS, Foolscap might break altogether).

The Twisted dependency was updated to >=16.0.0 (the current version), to get
an important HostnameEndpoint fix (#155).

The "flogtool", "flappserver", and "flappclient" executables are now provided
as "entry_points" on all platforms, not just windows. The old bin/* scripts
have been removed. The "flogtool" entrypoint was fixed (a one-character typo
in the setup.py specification): apparently it was always broken on windows
and nobody noticed.

We now use "tox" to run tests, instead of "trial foolscap", although the
latter is still fine when run in a virtualenv into which Foolscap has been
installed (and is what "tox" does under the hood).

This release also moves all source code from "foolscap/" to "src/foolscap/",
which should avoid some confusion as to which code is being tested.
Developers who work from a git checkout should manually "rm -rf foolscap"
after pulling this change, because otherwise the leftover .pyc files are
likely to cause spurious test failures. (#250, #251)

** partial IPv6 support

Foolscap's outbound connections now use HostnameEndpoint, which means that
connection hints which contain DNS names which map to AAAA (and maybe A6)
records should successfully connect to those IPv6 addresses. There is not yet
any support to *listen* on IPv6 ports, so this probably does not enable IPv6
completely. But a client running this release may be able to connect to
server running some future IPv6-capable release and advertising v6-based
hostnames. (#155)

(wiz)

2016-04-13 18:18:21 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.36

(wiz)

2016-04-13 18:18:12 UTC MAIN commitmail json YAML

Update py-anki2 to 2.0.36.

Changes in 2.0.36

    Fix a problem starting the app on Vista. If you don窶冲 have trouble starting 2.0.35, there is no need to upgrade.

(wiz)

2016-04-13 18:17:34 UTC MAIN commitmail json YAML

Updated time/p5-Time-HiRes to 1.9728

(wiz)

2016-04-13 18:17:25 UTC MAIN commitmail json YAML

Update p5-Time-HiRes to 1.9728.

1.9728 [2015-11-13]
  - No changes since 1.9727_03

1.9727_03 [2015-11-06]
  - use PERL_UNUSED_ARG() in the not-here-croak branches
  - Makefile.PL/metadata improvements

1.9727_02 [2015-08-29]
  - correct documentation to note that Time::NVtime is NV, not double
    [perl #123879]
  - avoid a warning about clock_t on OS X / clang 3.6 - 3.6
    [rt.cpan.org #102718]

1.9727_01 [2015-08-17]
  - Remove usage of 5.005 thread APIs in favor of 5.6 and up thread APIs
    [rt.cpan.org #102799].
  - Silence a C++ compiler warning [rt.cpan.org #101497].
  - respect $Config{run} for cross-compiling [rt.cpan.org #92607]

(wiz)

2016-04-13 18:13:59 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.24

(wiz)

2016-04-13 18:13:49 UTC MAIN commitmail json YAML

Update py-cython to 0.24.

0.24 (2016-03-xx)
=================

Features added
--------------

* PEP 498: Literal String Formatting (f-strings).
  Original patch by Jelle Zijlstra.
  https://www.python.org/dev/peps/pep-0498/

* PEP 515: Underscores as visual separators in number literals.
  https://www.python.org/dev/peps/pep-0515/

* Parser was adapted to some minor syntax changes in Py3.6, e.g.
  https://bugs.python.org/issue9232

* The embedded C code comments that show the original source code
  can be discarded with the new directive ``emit_code_comments=False``.

* Cpdef enums are now first-class iterable, callable types in Python.

* Ctuples can now be declared in pure Python code.

* Posix declarations for DLL loading and stdio extensions were added.
  Patch by Lars Buitinck.

* The Py2-only builtins ``unicode()``, ``xrange()``, ``reduce()`` and
  ``long`` are now also available in compile time ``DEF`` expressions
  when compiling with Py3.

* Exception type tests have slightly lower overhead.
  This fixes ticket 868.

* @property syntax fully supported in cdef classes, old syntax deprecated.

* C++ classes can now be declared with default template parameters.

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

* C++ exceptions raised by overloaded C++ operators were not always
  handled.  Patch by Ian Henriksen.

* C string literals were previously always stored as non-const global
  variables in the module.  They are now stored as global constants
  when possible, and otherwise as non-const C string literals in the
  generated code that uses them.  This improves compatibility with
  strict C compiler options and prevents non-const strings literals
  with the same content from being incorrectly merged.

* Compile time evaluated ``str`` expressions (``DEF``) now behave in a
  more useful way by turning into Unicode strings when compiling under
  Python 3.  This allows using them as intermediate values in expressions.
  Previously, they always evaluated to bytes objects.

* ``isinf()`` declarations in ``libc/math.pxd`` and ``numpy/math.pxd`` now
  reflect the actual tristate ``int`` return value instead of using ``bint``.

* Literal assignments to ctuples avoid Python tuple round-trips in some
  more corner cases.

* Iteration over ``dict(...).items()`` failed to get optimised when dict
  arguments included keyword arguments.

* cProfile now correctly profiles cpdef functions and methods.

0.23.5 (2016-03-26)
===================

* Compile errors and warnings in integer type conversion code.  This fixes
  ticket 877.  Patches by Christian Neukirchen, Nikolaus Rath, Ian Henriksen.

* Reference leak when "*args" argument was reassigned in closures.

* Truth-testing Unicode strings could waste time and memory in Py3.3+.

* Return values of async functions could be ignored and replaced by ``None``.

* Compiler crash in CPython 3.6.

* Fix prange() to behave identically to range().  The end condition was
  miscalculated when the range was not exactly divisible by the step.

* Optimised ``all(genexpr)``/``any(genexpr)`` calls could warn about unused
  code.  This fixes ticket 876.

(wiz)

2016-04-13 18:08:15 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.9.3

(wiz)

2016-04-13 18:08:05 UTC MAIN commitmail json YAML

Update py-vdirsyncer to 0.9.3.

Version 0.9.3
=============

*released on 22 March 2016*

- :storage:`singlefile` and :storage:`http` now handle recurring events
  properly.
- Fix a typo in the packaging guidelines.
- Moved to ``pimutils`` organization on GitHub. Old links *should* redirect,
  but be aware of client software that doesn't properly handle redirects.

Version 0.9.2
=============

*released on 13 March 2016*

- Fixed testsuite for environments that don't have any web browser installed.
  See :ghpr:`384`.

Version 0.9.1
=============

*released on 13 March 2016*

- Removed leftover debug print statement in ``vdirsyncer discover``, see commit
  ``3d856749f37639821b148238ef35f1acba82db36``.

- ``metasync`` will now strip whitespace from the start and the end of the
  values. See :gh:`358`.

- New ``Packaging Guidelines`` have been added to the documentation.

(wiz)

2016-04-13 18:06:19 UTC MAIN commitmail json YAML

Updated sysutils/spice-protocol to 0.12.11

(wiz)

2016-04-13 18:06:10 UTC MAIN commitmail json YAML

Update spice-protocol to 0.12.11.

Major changes in 0.12.11
========================
* protocol: add support for the VP8 and h264 video codecs
* protocol: add unix GL scanout messages
* remove code generation scripts, moved back to spice-common
* macros improvements, more type safety

(wiz)

2016-04-13 18:05:09 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.54

(wiz)