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

2024-05-13 14:06:01 UTC Now

2016-02-16 12:19:41 UTC MAIN commitmail json YAML

Updated databases/lmdb to 0.9.18

(mef)

2016-02-16 12:16:28 UTC MAIN commitmail json YAML

Update to 0.9.18
----------------
LMDB 0.9.18 Release (2016/02/05)
Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
Fix page_search_root assert on FreeDB (ITS#8336)
Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334)
Fix mdb_copy of large files on Windows
Fix subcursor move after delete (ITS#8355)
Fix mdb_midl_shirnk off-by-one (ITS#8363)
Check for utf8_to_utf16 failures (ITS#7992)
Catch strdup failure in mdb_dbi_open
Build
Additional makefile var tweaks (ITS#8169)
Documentation
Add Getting Started page
Update WRITEMAP description

(mef)

2016-02-16 11:54:12 UTC MAIN commitmail json YAML

2016-02-16 10:49:53 UTC MAIN commitmail json YAML

Add a setup detail to the MESSAGE:

Make sure
        ${PREFIX}/share/roundcube/temp/
exists and is writable by the web server user.

(wiz)

2016-02-16 09:53:02 UTC MAIN commitmail json YAML

- php-mecab-0.6.0.

It was already updated.

(taca)

2016-02-16 08:59:20 UTC MAIN commitmail json YAML

Removed audio/moc-devel successor audio/moc.

(leot)

2016-02-16 08:56:27 UTC MAIN commitmail json YAML

2016-02-16 08:54:42 UTC MAIN commitmail json YAML

2016-02-16 08:51:57 UTC MAIN commitmail json YAML

Convert UTF-8 space to a regular ASCII one.

(jperkin)

2016-02-16 08:46:32 UTC MAIN commitmail json YAML

2016-02-16 08:46:01 UTC MAIN commitmail json YAML

Update audio/moc to 2.5.0.
Patch provided by Onno van der Linden via pkg/50803.

Changes:
2.5.0 - "Consolidation"
* Autotools and packaging changes:
  - Upgraded autoconf version requirement to 2.60
  - Added '--with-alsa' to suppress ALSA sound driver inclusion
  - Added '--without-oss' to suppress OSS sound driver inclusion
  - Added '--disable-cache' to remove tags cache support
  - Added specific GDB support to '--enable-debug'
  - Refactor decoder plug-ins' autoconf scripts into source directories
  - Ensure that all decoders get into the source distribution tarball
  - Removed SID decoder's dependance on .la-file presence
  - Removed distribution-specific .spec file
  - Minor reformatting of the configure summary
  - Added warnings for various deprecations and potential problems
  - Added warnings for unmet future package requirements
  - Updated GNU boilerplate text
* Improved support for embedded systems:
  - Refined FFmpeg decoder configuration for use with cross-compilation
  - Provided use of Tremor with the Vorbis decoder
  - Improve portability to non-GNU library platforms
  - Added --with-libiconv-prefix configure option
* Audio driver changes:
  - Allow use of the OSSv4 per-application mixer API
  - Provided SNDIO support for OpenBSD systems (Alexander Polakov)
* New and changed audio decoders:
  - New TiMidity decoder for MIDI (Hendrik Iben)
  - Migrate AAC decoder to later FAAD2 API (Max Klinger)
  - Added AAC+ (HE-AAC) support to AAC decoder
  - New SidPlay2 decoder for SID (Hendrik Iben)
  - New Modplug decoder (Hendrik Iben)
  - New WavPack decoder (Alexandrov Sergey)
  - Renamed SndFile plugin for consistancy
  - Removed M4A format support from AAC decoder plugin
  - Removed WAV format support from ModPlug decoder plugin
  - Detect huge files in certain formats which SndFile cannot play
  - Improved (drastically in some cases) the accuracy of AAC durations
* Overhauled FFmpeg/LibAV decoder:
  - Resolved FFmpeg API deprecations
  - Provided LibAV compatibility
  - Provided proper stereo downmixing
  - Provided locking support for non-thread-safe library functions
  - Provided better FFmpeg or LibAV discrimination
  - Provided better audio duration reliability determination
  - Increased number of decodable formats (including Xiph Opus)
  - Added decoding of audio from video formats
  - Added logging of FFmpeg/LibAV messages
  - Added seeking in most (but not all) formats
  - Added handling for "planar" codecs
  - Excluded experimental codecs from decoding
  - Fixed misreporting of tags, duration and bitrates
  - Fixed memory and file descriptor leakages
  - Fixed severe distortion on 8-bit samples
  - Fixed loop playing FLAC files
  - Fixed many FFmpeg/LibAV API breakages
  - Fixed many miscellaneous bugs
  - Detect over-length (and therefore broken) WAV files
  - Fixed log formatting when FFmpeg messages contain newline characters
* Audio reproduction changes:
  - Improved support for 8-bit sample size
  - Added software mixer (Hendrik Iben)
  - Added parametric equalizer (Hendrik Iben)
  - Fixed many bugs which produced distorted sound
  - Fixed bugs in 24-bit sample handling (Tomasz Golinski)
* General configuration file changes:
  - Reconciled and regularised example config and keymap files
  - Introduced lists and function-like syntax
  - Introduced variable substitution
  - Introduced symbol and boolean option types
  - Improved security of the configuration file
  - Automatic clearing of an overridden default key binding
  - Made processing of keymap file consistant with that of config file
* Changed configuration file options:
  - Layout# options moved to a list and function-like syntax
  - SoundDriver option moved to a list syntax
  - Renamed OSSMixerChannel to OSSMixerChannel1
  - Renamed ALSAMixer to ALSAMixer1
  - QueueNextSongReturn moved to yes/no values
  - TagsCacheSize set to zero now disables tag caching
* New configuration file options:
  - OnSongChange: run an external command (Jack Miller)
  - RepeatSongChange: govern the running of the OnSongChange command
  - OnStop: run an external command on stopping
  - EnforceTagsEncoding: substitutes ID3v1TagsEncoding for ISO-8859-1
    encoding in ID3v2 tags (Aleks Sherikov)
  - FileNamesIconv: converts from local to UTF8 encoding for file names
    (Aleks Sherikov)
  - NonUTFXterm: converts UTF8 to local encoding for X-Term titles
(Aleks Sherikov)
  - AutoLoadLyrics: says whether MOC should look for lyrics files
  - PreferredDecoders: allow finer control over decoder selection
  - XTerms: externalises terminals regarded as X-Terms
  - UseMIMEMagic: says whether to identify audio files by using MIME
  - JackStartServer: autostart JACK the server (Max Klinger)
  - ShowTimePercent: set the percent played state (Daniel T. Borelli)
  - Various options for SidPlay2, Modplug and TiMidity support
* New command line options:
  - '-j' to jump to some position in the current track (Nuno Cardoso)
  - '-O' to override configuration file settings
  - '-Q' to display user formatted information (Juho H辰m辰l辰inen)
  - '-q' to queue files from command line (Martin Milata)
  - '-t' and '--on/off' to toggle or set playback options (Jack Miller)
  - '-v' to set the volume (Jack Miller)
* Screen handling changes:
  - Changed minimum screen height to 7 lines (Tero Marttila)
  - Added support for GNU screen title (Jonathan Derque)
  - Restored screen to console mode after reporting fatal errors
  - Populated playlist panel when loading default playlist file
  - Removed default playlist autofocus at start
  - Fixed overlength highlight bar
  - Fixed screen upset when tags contain control characters
  - Fixed some screen upsets when tags contain UTF-8 characters (firejox)
  - Fixed screen upset caused by screen(1) mis-detection
* New and updated client interaction features:
  - 'a' command: also add a directory to the playlist (Filippo Giunchedi)
  - 'L' command: display music lyrics (G辿raud Le Falher)
  - 'Y' command: prune unreadable files from the playlist (tyranix)
  - Queued messages for display in the message area
  - Added play queue (Martin Milata)
  - Mark a fragment of a file which can be passed to external commands
  - Clear status message after a stream open failure
  - Minor help menu clarifications
* Improve text entry history and editting:
  - Recognise ^u (by default) as delete to start of line
  - Recognise ^k (by default) as delete to end of line
  - Save and restore entered text prior to history scrolling
  - Save history entry modifications
  - Do not save adjacent duplicate entries
  - Do not save or modify with blank entries
  - Position cursor at end of restored or history line
* Theme changes:
  - Enabled highlighted playlist numbers and file times (Marc Tschiesche)
  - Fixed miscoloured frame when switching themes (Alexander Polakov)
  - Fixed default colour settings
  - Fixed cursor placement in themes menu (Alex Merenstein)
  - Fixed ordering of theme files in themes menu
  - Fixed new attributes application on theme switching (Alex Merenstein)
* General code cleaning:
  - Refactoring, optimisations and cosmetic improvements
  - Silenced many build warnings and errors
  - Replaced various deprecated, legacy and platform-specific functions
  - Improved thread safety
* Significant bug fixes:
  - Fixed stale locks freeze in tags cache database following a crash
  - Fixed CURL timeout for internet streaming errors (Daniel Stenberg)
  - Fixed audio distortion on MP3 file having overly long tag values
  - Fixed false positive stream detection in the MP3 decoder
  - Fixed Ogg/Vorbis stream detection in the Vorbis decoder
  - Fixed 'LRINTF error' raised when reconfiguring MOC
  - Fixed backspace key mishandling
  - Fixed client interface meta-key handling
  - Fixed pthread stack overflow segfault on OpenBSD
  - Fixed segfault when text entry history becomes full
  - Fixed segfault processing playlists with relative paths
  - Fixed memory corruptions when toggling tag reading
  - Fixed assertion when a second client is started
  - Fixed slow memory leak in client on long-playing streams
  - Fixed severe distortion on 11025Hz 16-bit mono audios
  - Fixed freeze at end of playing audio file
  - Fixed server crash when attempting to play a deleted file
  - Fixed MIME type detection on HTTP redirection
  - Fixed crash when mixer value is above 100%
  - Fixed handling of huge (greater than 2 GiB) files
  - Fixed sub-second audio truncation on ALSA
  - Fixed segfault when MIME-detected MP3 file has no "extension"
  - Fixed segfault when using '--format' without an audio playing
  - Workaround for streams that have the actual title as tags/comments
  - Indentified cause of "undefined symbol" build errors
  - Plugged all known memory and file descriptor leaks
  - Fixed nonsense duration values returned on some corrupt FLAC files
  - Fixed 'time >= 0' assertion at change of audio file
  - Fixed client event notification failure in some circumstances
  - Fixed client abort on duplicated playlist filenames
  - Fixed delayed client exit when server invokes long-running scripts
    (Alex Merenstein)
  - Fixed occasional server freeze on logging when running scripts
  - Fixed non-conforming 'User-Agent' HTTP request header
* Miscellaneous:
  - Updated and reformatted mocp manpage and equalizer README file
  - Made many warning and error reports more informative and consistant
  - Better logging of more problem determination information
  - More informative version information display
  - Introduced MD5-based decoder verification tools
  - Improved compatibility with 64-bit systems
  - Improved compatibility with big-endian systems
  - Moved tags cache to a Berkeley DB
  - Integration of down-stream distribution patches
  - Fixed frames to duration calculations in ALSA
  - Fixed some mutex management bugs
  - Fixed many bugs which crashed MOC

(leot)

2016-02-16 07:15:09 UTC MAIN commitmail json YAML

- pear-1.10.
+ adodb-5.20, ampache-3.8.2, davical-1.1.4, drupal-8.0.3,
  fengoffice-3.4.0.17, geeklog-2.1.1, horde-5.2.9, icinga-base-2.4.1,
  imp-6.2.12, ingo-3.2.8, kronolith-4.2.14, libthrift-0.9.3, p5-sqlrelay-0.64,
  pear-Console_Table-1.3.0, pear-DB-1.9.2, pear-Mail-1.3.0,
  phoronix-test-suite-6.2.0, php-excel-1.8.1, php-mrbs-1.5.0, php-mecab-0.6.0,
  php-mongo-1.6.12, php-mongodb-1.1.2, php-oauth-2.0.0, php-orangehrm-3.3.1,
  php-pthread-3.1.6, php-raphf-2.0.0, php-rrd-2.0.0, php-sqlrelay-0.64,
  phpmyadmin-4.5.4.1,  py-sqlrelay-0.64, sqlrelay-freetds-0.64,
  sqlrelay-mysql-0.64, sqlrelay-odbc-0.64, sqlrelay-pgsql-0.64,
  sqlrelay-sqlite-0.64, turba-4.2.12, zoneminder-1.29.0.

(Someone needs to maintain Horde Groupware.)

(taca)

2016-02-16 06:50:52 UTC MAIN commitmail json YAML

Note update of www/squid3 package to 3.5.14.

(taca)

2016-02-16 06:50:06 UTC MAIN commitmail json YAML

Update squid3 to 3.5.14 (Squid 3.5.14), security release.

Changes to squid-3.5.14 (16 Feb 2016):

- Bug 4437: Fix Segfault on Certain SSL Handshake Errors
- Bug 4431: C code is not compiled with CFLAGS
- Bug 4418: FlexibleArray compile error with GCC 6
- Bug 4378: assertion failed: DestinationIp.cc:60:
'checklist->conn() && checklist->conn()->clientConnection != NULL'
- Fix invalid FTP connection handling on blocked content
- Fix handling of shared memory left over by Squid crashes or bugs
- Fix mgr:config report 'qos_flows mark' output
- Fix compile error in CPU affinity
- Fix %un logging external ACL username
- Avoid more certificate validation memory leaks
- ... and some documentation updates

(taca)

2016-02-16 05:58:57 UTC MAIN commitmail json YAML

update of xymon and xymonclient from 4.3.17 to 4.3.25

The following security issues are fixed with this update:
* Resolve buffer overflow when handling "config" file requests (CVE-2016-2054)
* Restrict "config" files to regular files inside the $XYMONHOME/etc/ directory
  (symlinks disallowed) (CVE-2016-2055). Also, require that the initial filename
  end in '.cfg' by default
* Resolve shell command injection vulnerability in useradm and chpasswd CGIs
  (CVE-2016-2056)
* Tighten permissions on the xymond BFQ used for message submission to restrict
  access to the xymon user and group. It is now 0620. (CVE-2016-2057)
* Restrict javascript execution in current and historical status messages by
  the addition of appropriate Content-Security-Policy headers to prevent XSS
  attacks. (CVE-2016-2058)
* Fix CVE-2015-1430, a buffer overflow in the acknowledge.cgi script.
  Thank you to Mark Felder for noting the impact and Martin Lenko
  for the original patch.
* Mitigate CVE-2014-6271 (bash 'Shell shock' vulnerability) by
  eliminating the shell script CGI wrappers

Please refer to
https://sourceforge.net/projects/xymon/files/Xymon/4.3.25/Changes/download
for further information on fixes and new features.

(spz)

2016-02-16 04:21:40 UTC MAIN commitmail json YAML

update to octave-4.0.0

Octave 4.0 is a major new release with many new features,
including a graphical user interface, support for classdef
object-oriented programming, better compatibility with Matlab,
and many new and improved functions.

A list of important user-visible changes is availble at
http://octave.org/NEWS-4.0.html, by selecting the Release Notes
item in the News menu of the GUI, or by typing news at the Octave
command prompt.

(dbj)

2016-02-16 03:45:19 UTC MAIN commitmail json YAML

2016-02-16 03:40:44 UTC MAIN commitmail json YAML

remove symlinks for wx-config and wxrc in ${PREFIX}/bin
this avoids conflicts with wxGTK28 and
is the rest of the fix for PR pkg/50389

(dbj)

2016-02-16 03:37:30 UTC MAIN commitmail json YAML

help dependencies find the correct version of wxGTK
This is a partial fix for PR pkg/50389

(dbj)

2016-02-16 01:52:34 UTC MAIN commitmail json YAML

Avoid a crash on NetBSD when not every minion is present

>From the pull request pending, #31320:

  On NetBSD, Salt currently defaults to using lsof(8) to determine which
  minions are connected. It is however not always available, and even
  then quite unreliable. I found that just like on FreeBSD, sockstat(1)
  is a much safer alternative. Unfortunately its output is not exactly
  the same on NetBSD, where the port delimiter is a dot character
  instead. As a consequence I have decided to duplicate the relevant
  function for NetBSD; let me know if I should try to re-use the code
  supporting FreeBSD instead.

See also https://github.com/saltstack/salt/pull/31230.

(khorben)

2016-02-16 01:07:22 UTC MAIN commitmail json YAML

specify  --with-arch-${MACHINE_ARCH} on Darwin

(dbj)

2016-02-16 01:02:10 UTC MAIN commitmail json YAML

add xgettext msgmerge msgfmt to USE_TOOLS

(dbj)

2016-02-16 00:00:08 UTC MAIN commitmail json YAML

2016-02-15 23:28:34 UTC MAIN commitmail json YAML

Updated net/php-baikal to 0.3.1

(wiz)

2016-02-15 23:28:22 UTC MAIN commitmail json YAML

Update php-baikal to 0.3.1.

Ba誰kal 0.3.1 is now the recommended version of Ba誰kal. This release
fixes the most reported issues with Baikal, and also:

    Upgrades sabre/dav from version 1.8 to 3.1.
    Supports PHP 7.
    Makes the minimum PHP version 5.5.
    Adds support for calendar/addressbook export.
    Adds support for WebDAV-Sync.

Upgrade instructions are here:
http://sabre.io/baikal/upgrade/

(wiz)

2016-02-15 23:13:42 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.67

(wiz)

2016-02-15 23:13:32 UTC MAIN commitmail json YAML

Update libdrm to 2.4.67:

Alex Deucher (7):
      tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)
      tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic
      tests/amdgpu: add a test for cp write data
      tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic
      tests/amdgpu: add a test for cp dma fill
      tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic
      tests/amdgpu: add a test for cp dma copy

    Chunming Zhou (2):
      amdgpu: validate user memory for userptr
      tests/amdgpu: add semaphore test

    Damien Lespiau (1):
      xf86drm: Bound strstr() to the allocated data

    Emil Velikov (4):
      tests/kmstest: inverse the order of LDADD libraries
      amdgpu: add libdrm as private requirement/dependency
      radeon: add libdrm to Requires.private
      libkms: add libdrm to Requires.private

    Eric Anholt (3):
      vc4: Add the DRM header file.
      util: Add support for vc4.
      vc4: Add headers and .pc files for VC4 userspace development.

    Junwei Zhang (1):
      amdgpu: list each entry safely for sw semaphore when submit ib

    Ken Wang (1):
      amdgpu: fix for submition with no ibs

    Khem Raj (1):
      tests: Include sys/select.h

    Kylie McClain (1):
      tests: Include poll.h rather than sys/poll.h

    Marcin Ślusarz (1):
      configure.ac: don't detect disabled options dependencies

    Marek Olšák (2):
      configure.ac: disable annoying warning -Wmissing-field-initializers
      amdgpu: add semaphore support

    Michel Dänzer (2):
      amdgpu: Add new symbols to amdgpu-symbols-check
      radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl

    Rob Clark (4):
      freedreno: update uapi
      freedreno: small refactor for get_param
      freedreno: add support for FD_MAX_FREQ
      Bump version for release

    Rodrigo Vivi (1):
      intel/kbl: Add Kabylake PCI ids

    Stefan Agner (2):
      kmstest: Use util_open()
      tests: add fsl-dcu-drm to modules

    Sumit Semwal (1):
      android: enable building static version of libdrm

    Thierry Reding (1):
      tests: util: Fixup util_open() parameter order

    Ville Syrjälä (1):
      Fix memory leak with drmModeGetConnectorCurrent()

    monk.liu (1):
      amdgpu: drop address patching logics

(wiz)

2016-02-15 21:19:12 UTC MAIN commitmail json YAML

+ bzr-2.7.0, ed-1.13, ffmpeg-3.0, miller-3.4.0.

(wiz)

2016-02-15 16:37:24 UTC MAIN commitmail json YAML

Add ap-authnz-crowd.

(jperkin)

2016-02-15 16:34:49 UTC MAIN commitmail json YAML

Added www/ap-authnz-crowd version 2.2.2

(jperkin)

2016-02-15 16:34:32 UTC MAIN commitmail json YAML

Import ap-authnz-crowd version 2.2.2 into pkgsrc.

Crowd is an application security framework that handles authentication
and authorisation for your web-based applications. With Crowd you can
quickly integrate multiple web applications into a single security
architecture that supports single sign-on (SSO) and centralised identity
management.

Patches for Apache 2.4 and Subversion 1.8 suport from FreeBSD Ports.

(jperkin)

2016-02-15 15:11:09 UTC MAIN commitmail json YAML

2016-02-15 14:39:25 UTC MAIN commitmail json YAML

2016-02-15 12:45:28 UTC MAIN commitmail json YAML

Enable the examples, some of them are a little more than mere examples.
Adjust PLIST accordingly.
Bump PKGREVISION.

(he)

2016-02-15 12:39:21 UTC MAIN commitmail json YAML

2016-02-15 11:46:24 UTC MAIN commitmail json YAML

Updated x11/gtk to 1.2.10nb15

(jperkin)

2016-02-15 11:46:02 UTC MAIN commitmail json YAML

Fix broken wchar test.  Add LICENSE.  Bump PKGREVISION.

(jperkin)

2016-02-15 11:42:30 UTC MAIN commitmail json YAML

Updated devel/glib to 1.2.10nb11

(jperkin)

2016-02-15 11:42:11 UTC MAIN commitmail json YAML

Workaround broken configure tests for Darwin/clang.  Add LICENSE.

Bump PKGREVISION.

(jperkin)

2016-02-15 11:37:01 UTC MAIN commitmail json YAML

Updated www/py-werkzeug to 0.11.4.
Updated www/py-werkzeug-docs to 0.11.4.

(kleink)

2016-02-15 11:36:07 UTC MAIN commitmail json YAML

Update py-werkzeug (and py-werkzeug-docs) to 0.11.4.

Version 0.11.4
--------------

Released on February 14th 2016.

- Fixed werkzeug.serving not working from -m flag.
- Fixed incorrect weak etag handling.

(kleink)

2016-02-15 10:46:39 UTC MAIN commitmail json YAML

Set correct py-oauth2client minimum version, and fix PLIST for update to 1.4.2.

(wiz)

2016-02-15 10:45:52 UTC MAIN commitmail json YAML

Updated security/py-oauth2client to 1.5.2

(wiz)

2016-02-15 10:45:40 UTC MAIN commitmail json YAML

Update py-oauth2client to 1.5.2.

Needed by py-google-api-python-client-1.4.2.

## v1.5.2

* Add access token refresh error class that includes HTTP status (#310)
* Python3 compatibility fixes for Django (#316, #318)
* Fix incremental auth in flask_util (#322)
* Fall back to credential refresh on EDEADLK in multistore_file (#336)

## v1.5.1

* Fix bad indent in `tools.run_flow()` (#301, bug was
  introduced when switching from 2 space indents to 4)

## v1.5.0

* Fix (more like clarify) `bytes` / `str` handling in crypto
  methods. (#203, #250, #272)
* Replacing `webapp` with `webapp2` in `oauth2client.appengine` (#217)
* Added optional `state` parameter to
  `step1_get_authorize_url`. (#219 and #222)
* Added `flask_util` module that provides a Flask extension to aid
  with using OAuth2 web server flow. This provides the same functionality
  as the `appengine.webapp2` OAuth2Decorator, but will work with any Flask
  application regardless of hosting environment. (#226, #273)
* Track scopes used on credentials objects (#230)
* Moving docs to [readthedocs.org][1] (#237, #238, #244)
* Removing `old_run` module. Was deprecated July 2, 2013. (#285)
* Avoid proxies when querying for GCE metadata (to check if
  running on GCE) (#114, #293)

[1]: https://readthedocs.org/

## v1.4.12

* Fix OS X flaky test failure (#189).
* Fix broken OpenSSL import (#191).
* Remove `@util.positional` from wrapped request in `Credentials.authorize()`
  (#196, #197).
* Changing pinned dependencies to `>=` (#200, #204).
* Support client authentication using `Authorization` header (#206).
* Clarify environment check in case where GAE imports succeed but GAE services
  aren't available (#208).

## v1.4.11

* Better environment detection with Managed VMs.
* Better OpenSSL detection in exotic environments.

## v1.4.10

* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
  the `OpenSSL` directory.
* `tox` updates for new environment handling in `tox`.

## v1.4.9

* Ensure that the ADC fails if we try to *write* the well-known file to a
  directory that doesn't exist, but not if we try to *read* from one.

## v1.4.8

* Better handling of `body` during token refresh when `body` is a stream.
* Better handling of expired tokens in storage.
* Cleanup around `openSSL` import.
* Allow custom directory for the `well_known_file`.
* Integration tests for python2 and python3. (!!!)
* Stricter file permissions when saving the `well_known_file`.
* Test cleanup around config file locations.

## v1.4.7

* Add support for Google Developer Shell credentials.
* Better handling of filesystem errors in credential refresh.
* python3 fixes
* Add `NO_GCE_CHECK` for skipping GCE detection.
* Better error messages on `InvalidClientSecretsError`.
* Comment cleanup on `run_flow`.

## v1.4.6

* Add utility function to convert PKCS12 key to PEM. (#115)
* Change GCE detection logic. (#93)
* Add a tox env for doc generation.

## v1.4.5

* Set a shorter timeout for an Application Default Credentials issue on some
  networks. (#93, #101)
* Test cleanup, switch from mox to mock. (#103)
* Switch docs to sphinx from epydoc.

## v1.4.4

* Fix a bug in bytes/string encoding of headers.

## v1.4.3

* Big thanks to @dhermes for spotting and fixing a mess in our test setup.

* Fix a serious issue with tests not being run. (#86, #87, #89)
* Start credentials cleanup for single 2LO/3LO call. (#83, #84)
* Clean up stack traces when re-raising in some places. (#79)
* Clean up doc building. (#81, #82)
* Fixed minimum version for `six` dependency. (#75)

(wiz)

2016-02-15 09:38:10 UTC MAIN commitmail json YAML

2016-02-15 09:06:59 UTC MAIN commitmail json YAML

Explicitly pass --disable-java to avoid PLIST failures when it is found on
the host system.

(jperkin)

2016-02-15 07:36:14 UTC MAIN commitmail json YAML

Remove empty patch-configure.

>From David Shao in PR 50807.

(wiz)

2016-02-15 06:31:47 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160213

(adam)

2016-02-15 06:30:51 UTC MAIN commitmail json YAML

Changes 2016.02.13:
* Improve dailymotion embed detection
* strip http urls in smil manifest
* Improve base url construction
* Pass mpd base url to _parse_mpd_formats
* Allow bestvideo+bestaudio for any extractor
* Add direct mpd url test
* Improve multifeed videos extraction

(adam)

2016-02-15 03:05:55 UTC MAIN commitmail json YAML

Updated print/zathura to 0.3.5

(leot)

2016-02-15 03:05:41 UTC MAIN commitmail json YAML

Update print/zathura to 0.3.5.

Changes:
o Build even without SyncTex
o Children should not fork
o Several fixes and improvements

(leot)

2016-02-15 03:04:57 UTC MAIN commitmail json YAML

Updated print/zathura-pdf-mupdf to 0.3.0

(leot)

2016-02-15 03:04:27 UTC MAIN commitmail json YAML

2016-02-15 00:53:03 UTC MAIN commitmail json YAML

Updated sysutils/pciutils to 3.4.1.

(msaitoh)

2016-02-15 00:51:13 UTC MAIN commitmail json YAML

Update to 3.4.1

ChangeLog:
2016-01-03  Martin Mares <mj@ucw.cz>

* Released as 3.4.1.

* New capabilities decoded: Process Address Space, Page Request
  Interface, Enhanced Allocation. Thanks to David Daney and
  David Woodhouse.

* DevCap SlotPowerLimit is now decoded for all components with
  upstream ports.

* Database mirror at SourceForge moved to GitHub.

* Updated pci.ids to the current snapshot of the database.

2015-09-14  Martin Mares <mj@ucw.cz>

* Released as 3.4.0.

* On Linux, we report NUMA nodes of devices.

* The sysfs back-end does not die on read errors
  of optional attributes. Instead, a warning is produced.

* Fixed several minor bugs.

* Updated pci.ids to the current snapshot of the database.

2015-04-09  Martin Mares <mj@ucw.cz>

* Released as 3.3.1.

* Removed hacks for backward compatibility with Linux libc5,
  which were breaking newer non-glibc Linux systems. Thanks
  to Felix Janda.

* Display VirtIO vendor-specific capability. Patch by Gerd
  Hoffmann.

* Fixed memory leak in name cache.

* Updated pci.ids to the current snapshot of the database.

(msaitoh)

2016-02-15 00:21:43 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client to 1.4.2

(mef)

2016-02-15 00:21:29 UTC MAIN commitmail json YAML

Update 1.3.1 to 1.4.2
---------------------
v1.4.2
  Version 1.4.2

  Add automatic caching for the discovery docs.

v1.4.1
  Version 1.4.1

  Add the googleapiclient.discovery.Resource.new_batch_http_request method.

v1.4.0
  Version 1.4.0

  Python 3 support.

v1.3.2
  Version 1.3.2

  Small bugfix release.

  - Fix an infinite loop for downloading small files.
  - Fix a unicode error in error encoding.
  - Better handling of `content-length` in media requests.
  - Add support for methodPath entries containing colon.

(mef)

2016-02-15 00:18:50 UTC MAIN commitmail json YAML

2016-02-14 19:55:12 UTC MAIN commitmail json YAML

Updated misc/libreoffice5-bin to 5.1.0

(ryoon)

2016-02-14 19:54:47 UTC MAIN commitmail json YAML

Update to 5.1.0

Changelog:
New features:
Writer:
Spelling dialog no longer automatically closes once spellcheck is complete. tdf#79312 (Marek Dolezel)
Widow/Orphan paragraph text-flow enabled by default for new documents. tdf#89714 (SIL)
Hide Whitespace option added to View menu tdf#39080 (Ashod Nakashian, Collabora)
Outline split button available in formatting toolbar, but hidden by default tdf#95403 (Maxim Monastirsky)
While in print preview mode to jump a specific page, the only thing you have to do to enter the page number on the numeric field in the toolbar. tdf#80657 (Gülşah Köse)

Calc:
New commands to add rows below and columns right. (Philippe Jung)
Formula Wizard shows the values of parameters and results on the Structure page. (Benjamin Ni)
Statistics regression: linear, logarithmic, power: Add a new statistics dialog for calculating regression. tdf#74667 commit (Tomaz Vajngerl, Collabora)
Organize sheet level context menus. commit (Yousuf Philips)
PNG export in LibreOffice Calc was added, as in Writer and Impress. blog entry (Miklos Vajna, Collabora)
Option to search formatted display strings using find bar and also "Find & Replace" dialog. tdf#48456 (Dennis Francis)
INDIRECT function: better compatibility for legacy OOo documents, improved interoperability with Excel tdf#92256,tdf#93688 (Katarina Behrens, CIB)
Custom number formats with question mark in decimal part (such as 0.???), to get decimal alignment without '0', are now saved in ODF tdf#40517 (Laurent BP)

Formula engine:
Table structured references

tdf#85063 (Eike Rathke, Red Hat)

    The following restrictions of Table structured references that were present in 5.0 were addressed:
        The column names must not be present as cell content in the table's header row any more; column-header-less tables are now supported.
            For this, for new database ranges without header cells or with empty header cell content, internal names are generated, for example Column1, Column2, ...
            Internal names are imported from OOXML spreadsheet documents and continue to function in formula expressions.
        Saving to OOXML, structured references are now written (not transformed to A1 notation any more) and the table context is maintained.
        Saving to OOXML, the defined database ranges are now exported as <table> elements.
    Modifying header cell content updates the internal table column names.
        When deleting header cell content, formulas referring the column name continue to function and are still editable using the previous name.
        When duplicating header cell content, duplicated column names internally are numbered. For example, having two FooBar header cells the column names will be FooBar and FooBar2. This is
automatically reflected in existing formula expressions.
        When inserting columns within a table, numbered column names are internally generated for empty header cells, starting with the column number within the table. For example, inserting two
columns before the third column of a table the generated names are Column3 and Column4.
            The generated column names are updated if text is entered in such an empty cell.
        All internal column names are unique within one table, which is reflected when displaying existing formula expressions.

Sticky end column/row anchors

tdf#92779 (Eike Rathke, Red Hat)

    For range references that encompass at least two columns or rows where the end reference points to the last column or row, i.e. AMJ or 1048576, the end column or row is sticky now and not moved
when inserting or deleting columns or rows.
    When inserting columns or rows and updating a reference the end reference would be shifted out of the sheet bounds, the reference is anchored at the last column or row instead of generating a
#REF! error.
        For example a reference B2:B1048575 when inserting two rows will be updated to B2:B1048576.
        The column or row will become sticky then, in the example row 1048576.
    A reference like B1048576:C1048576 does not have a sticky end row anchor, because only one row is referenced.

Compatibility with ODF 1.2

Function WEEKNUM strictly complies with ODF 1.2 function definition and ISOWEEKNUM has been introduced. tdf#50950 (Winfried Donkers + Eike Rathke)

    In the UI the WEEKNUM_ADD function has been renamed to WEEKNUM_EXCEL2003 to point out it exists for interoperability of documents created with Microsoft Excel.
        Importing such documents created with older Microsoft Excel versions map the WEEKNUM function to WEEKNUM_EXCEL2003
        Saving to ODF or OOXML writes WEEKNUM, older LibreOffice and OpenOffice.org release map that to WEEKNUM_ADD.
        For new documents the WEEKNUM function should be used.
    WEEKNUM now supports all arguments of the second parameter as defined in ODF OpenFormula (ODFF), see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#WEEKNUM
    The ISOWEEKNUM function has been implemented to calculate the week number according to ISO 8601, see http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#ISOWEEKNUM
    WEEKNUM_OOO provides compatibility with older LibreOffice and OpenOffice.org releases for cases that can not be mapped to WEEKNUM or ISOWEEKNUM as defined in the standard, specifically if the
mode argument is 1 the old WEEKNUM implementation returned a week number calculated as if it was an ISO 8601 calculation but with the week starting on Sunday instead of Monday. This is not covered by
any standard.
        Not offered in the Function Wizard to prevent accidental use. Use it only if interoperability with older LibreOffice or OpenOffice.org releases is required.
        Currently still saved wrongly as ISOWEEKNUM with 2 parameters for interoperability with older LibreOffice or OpenOffice.org releases.
    be changed in future for release 5.3 and the function will be saved as ORG.LIBREOFFICE.WEEKNUM_OOO, the current 5.1 release is already enabled to read that.

Impress and Draw:

    Slide navigation and sorting commands were added with corresponding shortw appears in a different background color to normal view. tdf#87905 (Katarina Behrens, CIB)
    KDE, XFCE, and Mate ScreenSavers are now also inhibited when presenting (Andrzej Hunt).

Impress Mode selection

Several modes were active in Impress:

    Pag Master to edit Notes container
    Plan to sketch a presentation
    Handout to define the handout format
    Slide sorter to organise presentation

It was hard to navigate between Master / non master modes. Tabs above the working area were jumping right and left, consuming screen space.

Now, two toolbox icons have been added:

    one to toggle Tab bar visibility. It is hidden by default. Clicking the toggle disables the new Mode Selection tool and restores the previous behaviour.
    one to Select the Working mode among the 7 modes listed above. It is divided in two zones: top zone is regular mode (dealing with content of the presentation), bottom zone is the Master mode
(dealing with container).

Slide Design

Slide Design dialog in Slide ▸ Slide Design now affects all selected (standard) slides. (Caolán McNamara, Red Hat)
Equalize Width/Height

When multiple objects are selected, the right click context menu Shapes submenu now supports Equalize Width and Equalize Height which adjusts the width/height of the selected objects to the
width/height of the last selected object. (Caolán McNamara, Red Hat)

Save Background Image

Right clicking a slide now supports saving a background image to file, this matches the pre-existing set background image option. (Caolán McNamara, Red Hat)

View/Edit Control Points

The Shape Properties dialog for enhanced shapes now lists and enables editing the control points. This is in addition to the preexisting mechanism of selecting with the mouse the yellow control
handle of the shape, but enables viewing and fine control over the control values. (Caolán McNamara, Red Hat)

Presenter Console

There is now a button on the presenter console to restart the timer of the slideshow without restarting the slideshow itself (see this blog entry) (Miklos Vajna, Collabora; Andreas Kainz)

OpenGL Transitions

All OpenGL transitions have been ported to OpenGL 2.1+, which removes support for very old GPUs but allows a better usage of modern ones. Four new transitions have been added and exploit these new
available features. (Emmanuel Gil Peyrot, Collabora; Tomaž Vajngerl, Collabora)

Math:

    Autoclosing brackets is optional now tdf#43090

Import MathML from Clipboard

(Regina Henschel)

    The tool “Math Input Panel” in Windows or the context menu of a formula in a browser allow to copy the MathML source to clipboard. The Math module in LibreOffice has got a new item “Import MathML
from Clipboard” in menu Tools to import such source and convert it into LibreOffice’s own formula syntax StarMath.

MathML and StarMath have some differences and therefore sometimes corrections on the imported formula are needed, but most of the formula should be correct. If a conversion is not possible, nothing
happens.

The import expects, that a <math> element exists, which has an attribute xmlns="http://www.w3.org/1998/Math/MathML";.

Base:
Ancient SeaMonkey based mozab driver was only used on Windows 32 bit and is removed now. This functionality is replaced with mork driver, that supports Thunderbird address book.

Given that SeaMonkey based mozab driver also provided Outlook and Outlook Express address book integration, that Windows 32 bit only feature is lost for now. Note that Windows 64 bit never supported
ancient SeaMonkey based mozab driver.

Chart:
Trend Line

    Exponential and Power trend lines accept negative Y values tdf#70673 (Laurent BP)
    Improve equation rendering by removing some useless 1: (Laurent BP)
        polynomial: f(x) = 1x^2 + 1x +1 => f(x) = x^2 + x +1

Core:

Unicode character input with Alt+X

Some Windows applications, such as Microsoft Word and WordPad, permit the user to input arbitrary Unicode characters by typing an hexadecimal code point (for example, 2026 for …) and then pressing
Alt+X. LibreOffice now includes this functionality as well. (Note: This feature adds to the long-existing, equivalent Linux/GTK functionality of pressing Ctrl+⇧ Shift+U+hexadecimal code point.)
tdf#73691 (SIL)

Details:

    Toggles (switches back and forth) between the character before the cursor and its Unicode notation.
    Intelligently handles combining characters, expanding the entire character immediately.
    Selection is not necessary, but if used will limit the input to those characters. (Draw/Impress/Calc have the final result selected, but not Writer.)
    Handles all 16 Unicode planes
    Available in Writer, Draw, Impress, Calc and Math.
    Re-assignable keyboard shortcut: Tools ▸ Customize ▸ Keyboard ▸ Category:Options ▸ Function:Toggle Unicode Notation. Defaults to Alt+X assigned at the global level. (Alt+C used for
Basque/Dutch/Galician/German/Brazilian-Portugese locales and ⌘ Command+⌥ Option+X used for MacOS).

WebDav Improvements

    Better LOCK/UNLOCK support tdf#82744 (Giuseppe Castagno)
    Support a (https-like) non-standard vnd.sun.star.webdavs URL scheme in addition to the non-standard (http-like) vnd.sun.star.webdav scheme, core commit d3de490437df4c9093f32e97fc185066d64c0f46
(Stephan Bergmann, Red Hat)

Filters:
New import filters

    Gnumeric is now an officially supported import format (does not work on Windows) (It was supported as part of the experimental features for some time) (Markus Mohrhard)
    Microsoft Write (.wri files) can now be imported, via libwps. (Sean Young)
    Apple Keynote 6 files can now be imported, via libetonyek. tdf#88682 (David Tardon, Red Hat)

Improvements in OpenXML filter

    Export of the modified VBA stream back to binary Microsoft formats and OOXML (Rosemary Sebastian, Markus Mohrhard)
        There is a new configuration value that allows to control whether to use this feature (by default yes) or switch back to the old behavior of discarding or writing back the unchanged stream
        The following features are not yet (completely) supported: Protected macros, macro sheets, active x and some of the designer features.
    Improved export of embedded objects to DOCX and PPTX, including export of Math formulas (Michael Stahl, Red Hat)
    Numerous other improvements to the Microsoft OOXML import and export filters, the Microsoft Office binary file formats and the RTF format. Details:
        OOXML Filters → OOXML, DOCX, XLSX, PPTX, VML, drawingML
        Microsoft Office binary file filters → DOC, XLS, PPT, "ww8"
        RTF Filters → RTF

Improvements in MS Visio filter

    Implement overriding of colour of lines and of text from layer properties and the visibility and/or printability of a layer. tdf#50309, tdf#68392 (Fridrich Strba)
    Fix incorrect handling of stencil text. tdf#90154 (Fridrich Strba)
    Basic initial implementation of hatch fill. tdf#44552, tdf#76835 (Fridrich Strba)
    Implement support of bullets/lists. tdf#92349 (Fridrich Strba)
    Implement support of default tab-stops and custom tab-sets in paragraph properties. (Fridrich Strba)
    Instead of line-break, spit out a new paragraph when a paragraph break is found. (Fridrich Strba)
    Initial emulation of line rounding property. (tdf#90603) (Fridrich Strba)
    VSDX theme color import fix (tdf#92270) (Andras Timar, Collabora)
    fix VSDX char background handling (tdf#92271) (Andras Timar, Collabora)

Improvements in CorelDRAW filter

    Do not drop empty text lines. tdf#67873 (David Tardon)

GUI:
    In dialog Tools ▸ Options ▸ LibreOffice ▸ View was added displays the current status OpenGL: Enabled or Disabled

Reorganization of the menus

The main menus in Writer, Calc and Impress were reorganized to improve usability, group similar functions together, add functions that were not present and sorting items based on their usage and
importance. blog entry

    Reorganization of the menus in Writer, including the addition of a Styles menu tdf#91781 (Yousuf Philips)

    Reorganization of the menus in Calc, including the addition of a Sheet menu tdf#91820 (Yousuf Philips)

Remote Files Dialog

    In Start screen and menu File was added item Open remote files for opening file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
    In menu File was added item Save to remote server for saving file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
    Blog entry

Sidebar

    Sidebar Deck and Panel states are saved between sessions tdf#67770 (Laurent Godard)

    Reorganize the Area content panel found in the Properties deck. tdf#90078 (Rishabh Kumar, Yousuf Philips)

To left section Area in Libreoffice 5.0, to right - in LibreOffice 5.1

    Reorganize the Line content panel found in the Properties deck. tdf#89543 (Rishabh Kumar, Yousuf Philips, Katarina Behrens [CIB])

To left section Line in Libreoffice 5.0, to right - in LibreOffice 5.1

    Creation of a Shadow content panel found in the Properties deck in Calc, Impress and Draw. tdf#87702 (Rishabh Kumar, Yousuf Philips)

New section Shadow in Sidebar in LibreOffice 5.1

    Addition of new contour and spacing controls to the Wrap content panel in Writer. core commit 30c2ae28eecb3f1a4454784974c0c2bffc60334e tdf#93775 (Rishabh Kumar, Yousuf Philips)

To left section Wrap in Libreoffice 5.0, to right - in LibreOffice 5.1

    Increase and decrease font size buttons added to sidebar properties pane in Calc. tdf#86179 (Maxim Monastirsky)

On top - section Character in Calc 5.0, from below - in Calc 5.1

    Cell reference edge added to alignment section of sidebar in Calc. tdf#91802 (Rishabh Kumar)

    Cell styles added to properties pane in Calc. tdf#73071 (Rishabh Kumar, Yousuf Philips, Maxim Monastirsky)

    Grouped Slide Transitions for easy selection and added icon based selection palette to Sidebar in Impress tdf#36946 (Tor Lillqvist, Collabora; Michael Meeks, Collabora; Andreas Kainz, Yousuf
Philips)

Section Slide Transition in Impress 5.1

    New Chart sidebar tdf#91063 (Markus Mohrhard, Yousuf Philips, Heiko Tietze)
        Some limitations still apply

    Image flip buttons are now available in Writer also (Samuel Mehrbrodt [CIB])

    Icons now honor RTL/Vertical Text settings and rotate/flip accordingly, as in the toolbar. tdf#85767 (Samuel Mehrbrodt [CIB])

    An "AutoCorrect Options" item has been added in the spell checking context menu. Users can now directly enter the autocorrect replacement table when there's no satisfying suggestion in the
"Always correct to" submenu. tdf#92341 (Yousuf Philips, Samuel Mehrbrodt [CIB])

    The Spelling Dialog now has a toolbar for pasting and inserting special characters. tdf#95682 (Caolán McNamara, Red Hat, Inc.)

Linux/Gtk

    Enable auto-accelerator behaviour for gtk tdf#92630 (Simon Long, Raspberry Pi)

Localization:
New languages/locales with locale data

Available as default document language and for locale specific formatting.

    Added locale data for Arabic [ar-BH] [ar-IQ] [ar-JO] [ar-LY] [ar-MA] [ar-QA] [ar-SY] [ar-YE]. tdf#95485 (Ghasan Al-Sakkaf and Eike Rathke)

Improvements to proofing tools and language support

    Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved (tdf#96782):
        The spell-check dictionary now contains over 250,000 words. The new version adds over 20,000 new words.
        The thesaurus now contains over 135,000 words in over 35,000 meaning groups. The new version adds ~ 35,000 new words.
        The hyphenation patterns have been updated and contain an improved exception list.
    Updated Slovenian thesaurus (Martin Srebotnjak)
    New Guarani (gug-PY) thesaurus (Giovanni Caligaris and Olivier Hallot)
    Updated Hungarian spell-check dictionary (tdf#95024), major update, implemented the spelling reform defined by the 12th edition of Rules of Hungarian Spelling (by the Hungarian Academy of
Science, 2015) (László Németh, Collabora)
    Updated Greek spell-check dictionary (tdf#94415)
    Updated Portuguese (pt-PT) spell-check dictionary
    Updated Swedish spell-check dictionary
    Updated Spanish spellcheck dictionary (Ricardo Palomares)

(ryoon)

2016-02-14 19:48:13 UTC MAIN commitmail json YAML

Fix rpath for pgsql module. From Timshell Knoll-Miller in PR pkg/50800.
Bump PKGREVISION.

(bsiegert)

2016-02-14 17:56:57 UTC pkgsrc-2015Q4 commitmail json YAML

2016-02-14 17:55:41 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4922 - requested by he
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                            1.157-1.160
- www/curl/distinfo                                            1.112,1.115

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  mef
  Date:          Thu Jan 28 11:46:02 UTC 2016

  Modified Files:
          pkgsrc/www/curl: Makefile distinfo

  Log Message:
  Update 7.46.0 to 7.47.0
  -----------------------
  Curl and libcurl 7.47.0

    Public curl releases:        151
    Command line options:        179
    curl_easy_setopt() options:  221
    Public functions in libcurl:  61
    Contributors:                1340

  This release includes the following changes:

    o version: Add flag CURL_VERSION_PSL for libpsl
    o http: added CURL_HTTP_VERSION_2TLS to do HTTP/2 for HTTPS only [8]
    o curl: use 2TLS by default
    o curl --expect100-timeout: added [10]
    o Add .dir-locals and set c-basic-offset to 2 (for emacs) [16]

  This release includes the following bugfixes:

    o curl: avoid local drive traversal when saving file on Windows [33]
    o NTLM: do not resuse proxy connections without diff proxy credentials [34]
    o tests: Disable the OAUTHBEARER tests when using a non-default port number [1]
    o curl: remove keepalive #ifdef checks done on libcurl's behalf
    o formdata: Check if length is too large for memory [2]
    o lwip: Fix compatibility issues with later versions [3]
    o openssl: BoringSSL doesn't have CONF_modules_free
    o config-win32: Fix warning HAVE_WINSOCK2_H undefined
    o build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS [4]
    o http2: Fix hanging paused stream [5]
    o scripts/Makefile: fix GNUism and survive no perl [6]
    o openssl: adapt to 1.1.0+ name changes
    o openssl: adapt to openssl >= 1.1.0 X509 opaque structs [7]
    o HTTP2.md: spell fix and remove TODO now implemented
    o setstropt: const-correctness [9]
    o cyassl: fix compiler warning on type conversion
    o gskit: Fix host subject altname verification [11]
    o http2: Support trailer fields [12]
    o wolfssl: handle builds without SSLv3 support
    o cyassl: deal with lack of *get_peer_certificate [13]
    o sockfilt: do not wait on unreliable file or pipe handle
    o make: build zsh script even in an out-of-tree build
    o test 1326: fix getting stuck on Windows
    o test 87: fix file check on Windows
    o configure: allow static builds on mingw [14]
    o configure: detect IPv6 support on Windows [15]
    o ConnectionExists: with *PIPEWAIT, wait for connections [17]
    o Makefile.inc: s/curl_SOURCES/CURL_FILES [18]
    o test 16: fixed for Windows
    o test 252-255: use datacheck mode text for ASCII-mode LISTings
    o tftpd server: add Windows support by writing files in binary mode
    o ftplistparser: fix handling of file LISTings using Windows EOL
    o tests first.c: fix calculation of sleep timeout on Windows
    o tests (several): use datacheck mode text for ASCII-mode LISTings
    o CURLOPT_RANGE.3: for HTTP servers, range support is optional
    o test 1515: add MSYS support by passing a relative path
    o curl_global_init.3: Add Windows-specific info for init via DLL [19]
    o http2: Fix client write for trailers on stream close [20]
    o mbedtls: Fix ALPN support
    o connection reuse: IDN host names fixed [21]
    o http2: Fix PUSH_PROMISE headers being treated as trailers [22]
    o http2: handle the received SETTINGS frame [23]
    o http2: Ensure that http2_handle_stream_close is called [24]
    o mbedtls: implement CURLOPT_PINNEDPUBLICKEY
    o runtests: Add mbedTLS to the SSL backends
    o IDN host names: Remove the port number before converting to ACE [25]
    o zsh.pl: fail if no curl is found
    o scripts: fix zsh completion generation
    o scripts: don't generate and install zsh completion when cross-compiling [26]
    o lib: Prefix URLs with lower-case protocol names/schemes [27]
    o ConnectionExists: only do pipelining/multiplexing when asked [28]
    o configure: assume IPv6 works when cross-compiled [29]
    o openssl: for 1.1.0+ they now provide a SSLeay() macro of their own
    o openssl: improved error detection/reporting
    o ssh: CURLOPT_SSH_PUBLIC_KEYFILE now treats "" as NULL again [30]
    o mbedtls: Fix pinned key return value on fail [31]
    o maketgz: generate date stamp with LC_TIME=C [32]

  This release includes the following known bugs:

    o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

  This release would not have looked like this without help, code, reports and
  advice from friends like these:

    Alessandro Ghedini, Anders Bakken, Christian Stewart, Dan Fandrich,
    Daniel Schauenberg, Daniel Stenberg, Francisco Moraes, Gisle Vanem,
    Isaac Boukris, Johannes Schindelin, John Kohl, Kamil Dudka, Marc Hoersken,
    Michael Kaufmann, Mohammad AlSaleh, Patrick Monnerat, Ray Satiro, Steve Holme,
    Tatsuhiro Tsujikawa, Thomas Glanzmann, Thomas Klausner,
    (21 contributors)

          Thanks! (and sorry if I forgot to mention someone)

  To generate a diff of this commit:
  cvs rdiff -u -r1.156 -r1.157 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/curl/distinfo

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Thu Jan 28 12:04:45 UTC 2016

  Modified Files:
          pkgsrc/www/curl: Makefile

  Log Message:
  Remove gmake dependency, bug was fixed upstream before 7.47.0.

  To generate a diff of this commit:
  cvs rdiff -u -r1.157 -r1.158 pkgsrc/www/curl/Makefile

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Mon Feb  8 17:35:32 UTC 2016

  Modified Files:
          pkgsrc/www/curl: Makefile distinfo
  Removed Files:
          pkgsrc/www/curl/patches: patch-doc_examples_getredirect_c

  Log Message:
  Changes 7.47.1:
  Bugfixes:
  * getredirect.c: fix variable name
  * tool_doswin: silence unused function warning
  * cmake: fixed when OpenSSL enabled on Windows and schannel detected
  * curl.1: Explain remote-name behavior if file already exists
  * tool_operate: Don't sanitize --output path (Windows)
  * URLs: change all http:// URLs to https:// in documentation & comments
  * sasl_sspi: Fix memory leak in domain populate
  * COPYING: clarify that Daniel is not the sole author
  * examples/htmltitle: Use _stricmp on Windows
  * examples/asiohiper: Avoid function name collision on Windows
  * idn_win32: Better error checking
  * openssl: Fix signed/unsigned mismatch warning in X509V3_ext
  * curl save files: check for backslashes on cygwin

  To generate a diff of this commit:
  cvs rdiff -u -r1.158 -r1.159 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.114 -r1.115 pkgsrc/www/curl/distinfo
  cvs rdiff -u -r1.2 -r0 \
      pkgsrc/www/curl/patches/patch-doc_examples_getredirect_c

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Wed Feb 10 07:38:47 UTC 2016

  Modified Files:
          pkgsrc/www/curl: Makefile

  Log Message:
  The Curl website now enforces the use of HTTPS. Update the home page and
  master site URL accordingly.

  To generate a diff of this commit:
  cvs rdiff -u -r1.159 -r1.160 pkgsrc/www/curl/Makefile

(spz)

2016-02-14 14:50:35 UTC MAIN commitmail json YAML

Updated games/onscripter to 20150820

(tsutsui)

2016-02-14 14:49:41 UTC MAIN commitmail json YAML

Update onscripter to 20150820.

Upstream changes (no English changelog):

20150820:
- change 'a' key (auto-mode) behavior as the original NScripter
  (affects only Android)

20150811:
- make lsp and other insns accept decimal fraction as height and width
  values of rectangle drawing

20150810:
- fix a bug in split insn that causes segfault when number of split
  characters is equal to or larger than 256 bytes
- fix a bug of BGM loop on Android
- fix a bug of gettag insn
- fix a bug that LUA cannot recognize scripts which include '\'
  in the second byte of Shift-JIS chars
- implement getmclick insn, and also implement NSGetClick, NSGetMouse,
  NSDoEvents, NSSleep, NSSpCell, NSSp2GetInfo, NSSp2GetPos, NSSp2Load,
  and NSSp2Move insns for NSLua
- use the latest SDK and NDK for Android on Linux
- speed up extracting zip files on Android

(tsutsui)

2016-02-14 14:11:21 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.3.6

(tsutsui)

2016-02-14 14:10:35 UTC MAIN commitmail json YAML

Update mikutter to 3.3.6.

Upstream changes:

* post by shotcut keys didn't work on certain conditions
* selected characters of tweet by mouse drag were not shown correctly
  in some case

(tsutsui)

2016-02-14 14:09:24 UTC MAIN commitmail json YAML

Added print/zathura-pdf-mupdf version 0.2.9
Added print/zathura-pdf-poppler version 0.2.6
Added print/zathura-ps version 0.2.3

(leot)

2016-02-14 14:06:21 UTC MAIN commitmail json YAML

4.3.11 (20160212):
Fix bugs caught in the OpenMPT test cases:
- fix FT2 XM arpeggio clamp
- fix FT2 XM arpeggio + pitch slide
- fix XM tremor effect handling
- fix XM tremor recover after volume setting
- fix IT instrument after keyoff
- fix S3M first frame test in pattern delay
- fix Protracker tone portamento target setting
- fix Protracker arpeggio wraparound
- fix Protracker finetune setting
Other changes:
- fix range of MMD effect 9 (reported by Lamar McLouth)
- fix Visual C++ build (reported by Jochen Goernitz)
- fix invalid sample offset handling in Skale Tracker XM (reported by
  Vladislav Suschikh)
- fix Protracker sample loop to use full repeat only if start is 0
- fix Scream Tracker 4-channel MOD fingerprinting
- fix lite build with IT support disabled
- fix build with gcc 2.95 in Haiku

4.3.10 (20151231):
Fix bugs reported by Coverity Scan:
- fix out of bounds access in IT/XM/MDL/IMF envelopes
- fix out of bounds read in STX effect decoding
- fix RTM maximum sample name length
- fix AC1D converter number of patterns underflow
- fix PRU2 usage of uninitialized data
- fix Vorbis depacker usage of uninitialized data
- fix negative array index read when setting position
- fix resource leak in MFP loader
- fix resource leak in Chiptracker loader
- fix resource leak in Startrekker loader
- fix resource leak in module load error handling
- fix event decoding in LIQ loader
- fix JVS command parameter in MED synth
- fix 669 effect decoding
- fix memory violation in LZX decompressor
- fix sanity check in PTM orders loading
- add sanity check to smix sample loading
- add sanity check to PP21 format converter
- add sanity check to P40 and P61A format converters
- add sanity check to Zen Packer format converter
- add sanity check to TP3 format converter
- add error handling to many decompressors
- add error handling to many I/O operations
- remove dead code from NO loader
- remove dead code from Soundtracker loader
- remove dead code from GMC format converter
- remove dead code from LZX decompressor
- remove dead code in virtual channel manager reset
- remove unnecessary seeks in format loaders
- prevent division by zero in memory I/O
- change IFF info ID from string to binary buffer
- better IFF error handling
Fix problems caused by fuzz files (reported by Jonathan Neusch臟er):
- add sanity checks to LHA depacker
- add sanity checks to MED3 loader
- add sanity checks to ABK loader
- add sanity checks to Fuchs converter
- add sanity checks to GMC converter
Other changes:
- fix IT envelope release + fadeout (reported by NoSuck)
- fix SFX effects 5, 6, 7, and 8 (reported by Lamar McLouth)
- fix pattern loading in Galaxy 4 and 5 (reported by Anton Zab)
- fix memory leak in LZW decompressor (by Chris Spiegel)
- fix tone portamento target setting (reported by Georgy Lomsadze)
- fix IT autovibrato depth (reported by Travis Evans)
- disable ST3 sample size limit (reported by Jochen Goernitz)
- fix crash in Prowizard error handling
- fix IMS sample loop start
- fix LIQ pan setting and surround channel
- add sanity check for IFF chunk size
- refactor ProRunner2 event decoding

4.3.9 (20150623):
Fix bugs caught in the OpenMPT test cases:
- fix IT tone portamento on sample change and NNA
- fix IT tone portamento with offset
Fix problems caused by fuzz files (reported by Lionel Debroux):
- add sanity check to RTM/MMD/MDL/DBM/SFX/MASI/DT loaders
- add sanity check to Starpack/Fuzzac converter
- add sanity check to Oxm/vorbis depacker
- add sanity check to lha/MMCMP/s404 depacker
- fix memory leak in vorbis decoder
Fix problems caused by fuzz files (reported by Jonathan Neusch臟er):
- add sanity check to IT instrument name loader
- add sanity check to IT loader instrument mapping
- add sanity check to AMF module parameters and event loading
- initialize IT loader last event data
Other changes:
- detect Amiga frequency limits in MOD (reported by Mirko Buffoni)
- fix problems in Amiga split channels (reported by Gabriele Orioli)
- fix global volume on restart to invalid row (reported by Adam Purkrt)
- fix Oktalyzer note slide effect (by Dennis Lindroos)
- fix Oktalyzer volume setting in split channels (by Dennis Lindroos)
- fix external sample mixer for IT files (reported by honguito98)
- allow short sample reads (reported by Adam Purkrt)
- address problems reported by clang sanitizer

4.3.8 (20150404):
Fix bugs caught in the OpenMPT test cases:
- fix pre-increment of envelope indexes
- fix IT note release at end of envelope sustain loop
- reset channel flags in case of delay effect
Other changes:
- fix MMD3 16-bit samples (reported by jbb666)
- refactor XM envelopes
- refactor IT envelopes

4.3.7 (20150329):
Fix bugs caught in the OpenMPT test cases:
- fix IT sample mode note cut on invalid sample
- fix IT sample mode note end detection
- fix IT envelope handling with carry and fadeout
- fix IT tone portamento with sample changes
- fix IT initial global volume setting
- fix IT keyoff with instrument in old effects mode
- fix IT filter maximum values with resonance
Other changes:
- fix IT random volume variation
- fix pattern initialization sanity check
- fix ++ pattern handling in IT loader (reported by honguito98)
- fix Soundtracker short rip loading (reported by Shlomi Fish)
- add IT high offset command (SAx)
- add IT surround command (S9x)
- add IT surround channel support
- add IT sample pan setting support

4.3.6 (20150322):
Fix bugs caught in the OpenMPT test cases:
- fix IT volume column volume slide effect memory
- fix IT default filter cutoff on new note
- fix IT filter envelope memory
Fix crashes with fuzzed files (reported by Lionel Debroux):
- add sanity check to MED2/3/4 loader
- add sanity check to STIM/GDM/DBM/LIQ/ICE/PSM/PTM/MGT loader
- add sanity check to MDL/RAD/MGT/IMF/RTM/DT/LIQ/DTM pattern loader
- add sanity check to OKT/IMF/MMD/MDL sample loader
- add sanity check to Archimedes Tracker format test
- add sanity check to Digital Symphony track loader
- add sanity checks to SQSH, bzip2, arc, lha, lzx and S404 depackers
- add sanity check for AMD/STX number of patterns
- add sanity check for DSYM/MMD1/MMD3 number of channels
- add sanity check for MMD1/MMD3 instrument type
- add sanity check for IT old instrument loading
- add sanity checks and fix memory leaks in the Vorbis decoder
Other changes:
- fix instrument number in channel initialization
- fix sample size limit (reported by Jochen Goernitz)
- fix loading of OpenMPT 1.17 IT modules (reported by Dane Bush)
- fix sample number limit (reported by Lionel Debroux)
- fix Oktalyzer split channel replay (reported by Dennis Lindroos)
- fix Oktalyzer sample loop (by Dennis Lindroos)
- fix Oktalyzer note slide up/down effect
- fix ThePlayer pattern decoding
- fix XM loading for MED2XM modules (reported by Lorence Lombardo)
- add support to Amiga split channel loop and volume setting
- add IT random volume variation
- add IT random pan variation

(rxg)

2016-02-14 14:05:45 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.6.3

(tsutsui)

2016-02-14 14:05:24 UTC MAIN commitmail json YAML

+ zathura-{pdf-mupdf,pdf-poppler,ps}

(leot)

2016-02-14 14:04:16 UTC MAIN commitmail json YAML

Import zathura-ps-0.2.3 as print/zathura-ps.

The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library.

Packaged in pkgsrc-wip by myself.

(leot)

2016-02-14 14:04:16 UTC MAIN commitmail json YAML

Update mlterm to 3.6.3.

pkgsrc changes:
- use pre-configure rather than post-patch for SUBST_STAGEs to make
  mkpatches(1) and patchdiff(1) easier (suggested by jperkin@)
- add otl options
- enable m17nlib and the new otl options by default
- explicitly add --enable-anti-alias to CONFIGURE_ARGS for mlterm-fb
- sort PLIST

Changes noted in doc/en/ReleaseNote:

ver 3.6.3
* Bug fixes:
  Fix compiling error when ./configure is executed with
  "--with-gui=fb (--disable-anti-alias)" or
  "--with-gui=xlib,fb --enable-anti-alias" option.

ver 3.6.2
* Support composition of normalized unicode characters on MacOSX.
* Support visual and audible bell on MacOSX/Cocoa.
* Support KAM(CSI2h, CSI2l), SRM (CSI12h, CSI12l), DECBKM(CSI?67h, CSI?67l),
  DA3(CSI=c), DECDSR(CSI?n), WYSTCURM(CSI33h, CSI33l) OSC 104 and OSC 105.
* Snapshot screen and backlog by MC(CSI i).
* Add "use_ot_layout" / --otl option which enables to show substituting glyphs
  in open type fonts with the use of libotf or harfbuzz.
  (To layout indic scripts, build mlterm with harfbuzz (not libotf), add an
  indic script font to ~/.mlterm/*font, and start mlterm with -otl option.
  See mlterm-3.6.2/doc/en/README.indic in detail.)
* Add "OpenType Layout" to "Encoding" tab of mlconfig.
* Add "ot_script" / --ost and "ot_features" / --oft options.
* Add "regard_uri_as_word" / --uriword option which enables to select URI by double click
  regardless of "word_separators" option.
* Change the default value of "type_engine" option from "xft" to "cairo".
* Add vte_terminal_{set|get}_word_char_exceptions() to libvte compatible library.
* Add "Select URI by double click" to "Others" tab of mlconfig.
* Bug fixes:
  Fix "child-exited" signal of libvte (0.38 or later) compatible library.
  Fix position of a mouse pointer when EV_ABS event is received on Linux/Framebuffer.

(tsutsui)

2016-02-14 14:03:09 UTC MAIN commitmail json YAML

Import zathura-pdf-poppler-0.2.6 as print/zathura-pdf-poppler.

The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler
rendering engine.

Packaged in pkgsrc-wip by degroote@.

(leot)

2016-02-14 14:01:49 UTC MAIN commitmail json YAML

Import zathura-pdf-mupdf-0.2.9 as print/zathura-pdf-mupdf.

The zathura-pdf-mupdf plugin adds PDF support to zathura by using the
mupdf rendering library.

Packaged in pkgsrc-wip by myself.

(leot)

2016-02-14 14:00:07 UTC MAIN commitmail json YAML

Added graphics/zathura-djvu version 0.2.5

(leot)

2016-02-14 13:59:46 UTC MAIN commitmail json YAML

2016-02-14 13:59:12 UTC MAIN commitmail json YAML

Import zathura-djvu-0.2.5 as graphics/zathura-djvu.

The zathura-djvu plugin adds DjVu support to zathura by using the djvulibre
library.

Packaged in pkgsrc-wip by myself.

(leot)

2016-02-14 13:54:15 UTC MAIN commitmail json YAML

Added graphics/zathura-cb version 0.1.5

(leot)

2016-02-14 13:53:52 UTC MAIN commitmail json YAML

2016-02-14 13:53:23 UTC MAIN commitmail json YAML

Import zathura-cb-0.1.5 as graphics/zathura-cb.

The zathura-cb plugin adds comic book support to zathura.

Packaged in pkgsrc-wip by myself.

(leot)

2016-02-14 13:44:29 UTC MAIN commitmail json YAML

Added print/zathura version 0.3.4

(leot)

2016-02-14 13:44:09 UTC MAIN commitmail json YAML

2016-02-14 13:43:21 UTC MAIN commitmail json YAML

Import zathura-0.3.4 as print/zathura.

zathura is a highly customizable and functional PDF viewer based
on the poppler rendering library and the gtk+ toolkit. The idea
behind zathura is an application that provides a minimalistic and
space saving interface as well as an easy usage that mainly focuses
on keyboard interaction.

Initially packaged in pkgsrc-wip by bodie and updated by degroote@ and myself.
Discussed and ok degroote@.

(leot)

2016-02-14 13:39:47 UTC MAIN commitmail json YAML

Added graphics/girara version 0.2.5

(leot)

2016-02-14 13:39:24 UTC MAIN commitmail json YAML

2016-02-14 13:38:38 UTC MAIN commitmail json YAML

Import girara-0.2.5 as graphics/girara.

girara is a library that implements a user interface that focuses on simplicity
and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
provides an interface that focuses on three main components: A so-called view
widget that represents the actual application (e.g. a website (browser), an
image (image viewer) or the document (document viewer)), an input bar that is
used to execute commands of the application and the status bar which provides
the user with current information. girara was designed to replace and enhance
the user interface that is used by zathura and jumanji and other features that
those applications share.

Packaged in pkgsrc-wip by degroote@.

(leot)

2016-02-14 13:25:00 UTC MAIN commitmail json YAML

Updated ham/hamlib to 3.0.1

(gdt)

2016-02-14 13:24:03 UTC MAIN commitmail json YAML

Update to 3.0.1.

Packaging changes:

  Drop MAKE_JOBS_SAFE=no; it seems to build fine with -j4.
  Clean up workarounds for resolved issues.
  Drop rpc conditional, because upstream removed rpc entirely

Upstream changes:

  Many bug fixes and new radios.
  Drop RPC.
  Rototill build system.
  Add readline support (not packaged yet).
  Change to single library instead of many.

(gdt)

2016-02-14 13:14:06 UTC MAIN commitmail json YAML

2016-02-14 12:54:53 UTC MAIN commitmail json YAML

Updated chat/weechat to 1.4

(ryoon)

2016-02-14 12:52:13 UTC MAIN commitmail json YAML

Update to 1.4

* Fix PR pkg/50358 partially using dynamic python library.
  However if your system has python in /usr/bin and your current
  working directory is not your home directory, your weechat
  reads its library files and dies.

Changelog:
Among the new features:

- add a parent name in options, display inherited values if null in /set output
- add option weechat.look.paste_auto_add_newline
- add /fifo command
- track real names using extended-join and WHO (IRC)
- add support of SNI (Server Name Indication) in SSL connection to IRC server
- add support of IRC "cap-notify" capability
- add IRC command /cap
- add hex dump of messages in raw buffer when debug is enabled for irc plugin
- add option relay.irc.backlog_since_last_message
- add option script.scripts.download_timeout
- add scripts to build Debian packages
- many bugs fixed.

(ryoon)

2016-02-14 12:02:45 UTC MAIN commitmail json YAML

Updated math/p5-Math-Interpolate to 1.06

(wen)

2016-02-14 12:01:24 UTC MAIN commitmail json YAML

Update to 1.06
Add LICENSE

Upstream changes:
Release 1.06.

New 'mydist' Makefile target to sign and build a tarball.

Pass ABSTRACT, AUTHOR, LICENSE and MIN_PERL_VERSION to
ExtUtils::MakeMaker::WriteMakefile().

Correctly set $VERSION that doesn't trigger warnings:
https://rt.cpan.org/Ticket/Display.html?id=89020

Update documentation to include the URL to the project's new
source code repository at github.com:
https://github.com/blair/perl-math-interpolate

Update author contact email address.

(wen)

2016-02-14 11:56:21 UTC MAIN commitmail json YAML

Updated math/p5-Math-MatrixReal to 2.12

(wen)

2016-02-14 11:55:10 UTC MAIN commitmail json YAML

Update to 2.12

Upstream changes:
Changes in v2.12 - Jonathan "Duke" Leto
December 2014
--------------------------
    * Added as_list() function. (Ivan Baidakou (basiliscos))

Changes in v2.11 - Jonathan "Duke" Leto
January 2014
--------------------------
    * Add maximum/minimum functions. (Alberto Sim繭es)
    * Add reshape constructor. (Alberto Sim繭es)

Changes in v2.10 - Jonathan "Duke" Leto
November 2013
--------------------------
    * Fix tests on Windows, thanks to Russell Jenkins <veryrusty@gmail.com>

Changes in v2.09 - Jonathan "Duke" Leto
November 2011
--------------------------
    * as_latex() now works and is tested properly

(wen)

2016-02-14 11:50:30 UTC MAIN commitmail json YAML

Updated math/p5-Math-Permute-List to 1.007

(wen)

2016-02-14 11:49:17 UTC MAIN commitmail json YAML

Update to 1.007

Upstream changes:
1.005 24 Jan 2015 Permute the empty list per Philipp Rumpf
1.006 25 Jan 2015 Break memory loop      per Philipp Rumpf
1.007 25 Jan 2015 World writables set correctly using some excellent perl from http://www.perlmonks.org/?node=bart

(wen)

2016-02-14 11:45:46 UTC MAIN commitmail json YAML

Updated math/p5-Math-Prime-Util to 0.57

(wen)

2016-02-14 11:44:19 UTC MAIN commitmail json YAML

Update to 0.57

Upstream changes:
0.57 2016-01-03

    [ADDED]

    - formultiperm { ... } \@n            loop over multiset permutations
    - todigits(n[,base[,len]])            convert n to digit array
    - todigitstring(n[,base[,len]])      convert n to string
    - fromdigits(\@d[,base])              convert digit array ref to number
    - fromdigits(str[,base])              convert string to number
    - ramanujan_prime_count              counts Ramanujan primes in range
    - vecany { expr } @n                  true if any expr is true
    - vecall { expr } @n                  true if all expr are true
    - vecnone { expr } @n                true if no expr are true
    - vecnotall { expr } @n              true if not all expr are true
    - vecfirst { expr } @n                returns first element with expr true

    [FUNCTIONALITY AND PERFORMANCE]

    - nth_ramanujan_prime(997) was wrong.  Fixed.

    - Tighten Ramanujan prime bounds.  Big speedups for large nth Rp.

0.56 2015-12-13

    [ADDED]

    - is_carmichael(n)                    Returns 1 if n is a Carmichael number
    - forcomp { ... } n[,{...}]          loop over compositions

    [FUNCTIONALITY AND PERFORMANCE]

    - Faster, nonrecursive divisors_from_factors routine.

    - gcdext(0,0) returns (0,0,0) to match GMP and Pari/GP.

    - Use better prime count lower/upper bounds from B羹the 2015.

    - forpart and forcomp both use lexicographic order (was anti-lexico).

0.55 2015-10-19

    - Fixed test that was using a 64-bit number on 32-bit machines.

    [FUNCTIONALITY AND PERFORMANCE]

    - Speed up PP versions of sieve_prime_cluster, twin_primes,
      twin_prime_count, nth_twin_prime, primes.

0.54 2015-10-14

    [ADDED]

    - sieve_prime_cluster(low,high[,...]) find prime clusters

    [Misc]

    - Certain small primes used to return false with Frobenius and AES Lucas
      tests when given extra arguments.  Both are unusual cases never used
      by the main system.  Fixed.

0.53 2015-09-05

    [ADDED]

    - ramanujan_tau(n)                    Ramanujan's Tau function
    - sumdigits(n[,base])                sum digits of n

    [FUNCTIONALITY AND PERFORMANCE]

    - Don't use Math::MPFR unless underlying MPFR library is at least 3.x.

    - Use new Math::Prime::Util::GMP::sigma function for divisor_sum.

    - Use new Math::Prime::Util::GMP::sieve_twin_primes(a,b).

0.52 2015-08-09

    [ADDED]

    - is_square_free(n)                  Check for repeated factors

    [FUNCTIONALITY AND PERFORMANCE]

    - print_primes with 2 args was sending to wrong fileno.

    - Double speed of sum_primes.

    - Rewrote some internal sieve-walking code, speeds up next_prime,
      forprimes, print_primes, and more.

    - Small speedup for forcomposites / foroddcomposites.

    - Small speedup for is_prime with composite 32+ bit inputs.

    - is_frobenius_khashin_pseudoprime now uses Montgomery math for speed.

    - PrimeArray now treats skipping forward by relatively small amounts as
      forward iteration.  This makes it much more efficient for many cases,
      but does open up some pathological cases.

    - PrimeArray now allows exporting @primes (and a few others), which
      saves some typing.

    - PrimeArray now works for indices up to 2^32-1, after which it silently
      rolls over.  Previously it worked to 2^31-1 then croaked.

    - PrimeIterator now uses small segments instead of always next_prime.
      A little more memory, but 2-4x faster.

    - factor, divisor, fordivisors and some others should better keep
      bigint types (e.g. Math::GMPz input yields Math::GMPz output).

    - Faster GCD on some platforms.

    - Peter Dettman supplied a patch for Shawe-Taylor prime generation to
      make it deterministically match reference implementations.  Thanks!

    [Misc]

    - Check for old MPFR now using C library version, not module version.

    - prime_count_{lower,upper} now uses MPFR to give full precision.

    - Montgomery math and uint128_t enabled on Darwin/clang.

0.51 2015-06-21

    [ADDED]

    - sum_primes(lo,hi)                  Summation of primes in range
    - print_primes(lo,hi[,fd])            Print primes to stdout or fd
    - is_catalan_pseudoprime(n)          Catalan primality test
    - is_frobenius_khashin_pseudoprime(n) Khashin's 2013 Frobenius test

    [FUNCTIONALITY AND PERFORMANCE]

    - Slightly faster PP sieving using better code from Perlmonks.

    - Lucas sequence works with even valued n.

    - Used idea from Colin Wright to speed up is_perrin_pseudoprime 5x.
      We can check smaller congruent sequences for composites as a prefilter.

    - is_frobenius_pseudoprime no longer checks for perfect squares, and
      doesn't bail to BPSW if P,Q,D exceed n.  This makes it produce some
      pseudoprimes it did not before (but ought to have).

    [Misc]

    - Work with old MPFR (some test failures in older Win32 systems).

    - Don't assert in global destructor if a MemFree object is destroyed.

0.50 2015-05-03

    [ADDED]

    - harmfrac(n)              (num,den) of Harmonic number
    - harmreal(n)              Harmonic number as BigFloat
    - sqrtint(n)                Integer square root of n
    - vecextract(\@arr, mask)  Return elements from arr selected by mask
    - ramanujan_primes(lo,hi)  Ramanujan primes R_n in [lo,hi]
    - nth_ramanujan_prime(n)    the nth Ramanujan prime R_n
    - is_ramanujan_prime(n)    1 if n is a Ramanujan prime, 0 otherwise

    [FUNCTIONALITY AND PERFORMANCE]

    - Implement single-base hashed M-R for 32-bit inputs, inspired by
      Fori禳ek and Jan�ina 2015 as well as last year's tests with
      2-base (2^49) and 3-base (2^64) hashed solutions for MPU.  Primality
      testing is 20-40% faster for this size.

    - Small speedups for znlog.

    - PP nth_prime on 32-bit fixed for values over 2^32.

    [Misc]

    - Changes to nth_prime_{lower,upper}.  They use the Axler (2013) bounds,
      and the XS code will also use inverse prime count bounds for small
      values.  This gives 2-10x tighter bounds.

    - Tighten prime count bounds using Axler, Kotnik, B羹the.  Thanks to
      Charles R Greathouse IV for pointing me to these.

0.49  2014-11-30

    - Make versions the same in all packages.

0.48  2014-11-28

    [ADDED]

    - lucasu(P, Q, k)          U_k for Lucas(P,Q)
    - lucasv(P, Q, k)          V_k for Lucas(P,Q)

    [Misc]

    - Use Axler (2014) bounds for prime count where they improve on Dusart.

0.47  2014-11-18

    [ADDED]

    - is_mersenne_prime(p)      returns 1 iff 2^p-1 is prime

    [FUNCTIONALITY AND PERFORMANCE]

    - Standalone compilation (e.g. factoring without Perl installed) is easier.

    - For next_prime and prev_prime with bigints, stay in XS as long as
      possible to cut overhead.  Up to 1.5x faster.

    - Factoring on 64-bit platforms is faster for 32-bit inputs.

    - AKS is faster for larger than half-word inputs, especially on 64-bit
      machines with gcc's 128-bit types.

    - is_provable_prime goes through XS first, so can run *much* faster for
      small inputs.

    [OTHER]

    - NetBSD improperly exports symbols in string.h, including popcount.
      Rename our internal function to work around it.

    - is_power now takes an optional scalar reference third argument which
      will be set to the root if found.  It also works for negative n.

    - Changes to trim a little memory use.  lucas_sequence goes from
      PP->[XS,GMP,PP] to XS[->PP[->GMP]].  ecm_factor is moved out of root.
      Moved some primality proving logic out of root.

    - primes.pl when given one argument will show primes up to that number.

0.46  2014-10-21

    [API Changes]

    - is_pseudoprime has the same signature as is_strong_pseudoprime now.
      This means it requires one or more bases and has no default base.
      The documentation had never mentioned the default, so this should
      have little impact, and the common signature makes more sense.

    [ADDED]

    - hammingweight(n)          Population count (count binary 1s)
    - vecreduce {...} @v        Reduce/fold, exactly like List::Util::reduce

    [Misc]

    - Syntax fix from Salvatore.

    - vecmin / vecmax in XS, if overflows UV do via strings to avoid PP.

    - Add example for verifying prime gaps, similar to Nicely's cglp4.

    - divisor_sum wasn't running XS code for k=0.  Refactor PP code,
      includes speedup when input is a non-Math::BigInt (e.g. Math::GMP).

    - Improve test coverage.

    [PP Updates]

    - Large speedup for divisors with bigints in 64-100 bit range.

    - Revamp RiemannZeta.  Fixes some bignum output, but requires RT fixes.

    - Optimization for PP comparison to ~0.

    - PP factoring is faster, especially for small inputs.

0.45  2014-09-26

    [ADDED]

    - forcomb { ... } n, k      combinations iterator
    - forperm { ... } n        permutations iterator
    - factorial(n)              n!
    - is_bpsw_prime(n)          primality test with no pretests, just ES BPSW
    - is_frobenius_pseudoprime  Frobenius quadratic primality test
    - is_perrin_pseudoprime    Perrin primality test (unrestricted)
    - vecmin(@list)            minimum of list of integers
    - vecmax(@list)            maximum of list of integers
    - vecprod(@list)            product of list of integers
    - bernfrac(n)              (num,den) of Bernoulli number
    - bernreal(n)              Bernoulli number as BigFloat
    - stirling(n,m,[type])      Stirling numbers of first or second kind
    - LambertW(k)              Solves for W in k = W*exp(W)
    - Pi([digits])              Pi as NV or with requested digits

    [FUNCTIONALITY AND PERFORMANCE]

    - znorder algorithm changed from Das to Cohen for ~1% speedup.

    - factoring sped up a bit for 15-19 digits.

    - speedup for divisor_sum with very large exponents.

    [OTHER]

    - Alias added for the module name "ntheory".  The module has grown
      enough that it seems more appropriate.

    - Big build change: Try a GMP compilation and add Math::Prime::Util::GMP
      to dependency list if it succeeds.

    - Fixed a memory leak in segment_primes / segment_twin_primes introduced
      in previous release.  Thanks Valgrind!

(wen)

2016-02-14 11:03:31 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.3.20160209

(wiz)

2016-02-14 11:03:21 UTC MAIN commitmail json YAML

Update dialog to 1.3.20160209.

2016/02/09
+ modify editbox widget to add a trailing newline if the text has none
  to ensure the last line is not ignored (report by Florent Rougon).
+ change mouse initialization to look for button-presses rather than
  button-clicks, for better response.
+ modify dump_curses_key() to show mouse-coding in readable form.
+ correct mapping of mouse-clicks on the day-grid in calendar widget
  when "--week-start" is used to set the start of the week (report by
  Stefan Vogtner).
> integrated changes from Stefan Vogtner:
+ use Gregorian algorithm for leap year
+ use mktime if available; calendar was written just as it became
  standard.

(wiz)

2016-02-14 11:02:19 UTC MAIN commitmail json YAML

Updated devel/py-decorator to 4.0.9

(wiz)

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

Update py-decorator to 4.0.9.

## 4.0.9 (2016-02-08)

Same as 4.0.7 and 4.0.8, re-uploaded due to issues on PyPI

## 4.0.7 (2016-02-06)

Switched to a new changelog format (the one in http://keepachangelog.com/)
since it was contributed by Alexander Artemenko. Re-added a newline to support
old version of Python, as requested by [azjps](https://github.com/azjps).

(wiz)

2016-02-14 10:58:58 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 6.46

(wiz)

2016-02-14 10:58:10 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 14.0.6

(wiz)

2016-02-14 10:58:00 UTC MAIN commitmail json YAML

Update py-virtualenv to 14.0.6.

14.0.6 (2016-02-07)
-------------------

* Upgrade setuptools to 20.0

* Upgrade wheel to 0.29.0

* Fix an error where virtualenv didn't pass in a working ssl certificate for
  pip, causing "weird" errors related to ssl.

(wiz)

2016-02-14 10:56:46 UTC MAIN commitmail json YAML

Updated devel/afl to 2.00b

(wiz)

2016-02-14 10:56:37 UTC MAIN commitmail json YAML

Update afl to 2.00b.

--------------
Version 2.00b:
--------------

  - Cleaned up color handling after a minor snafu in 1.99b (affecting some
    terminals).

  - Made minor updates to the documentation.

--------------
Version 1.99b:
--------------

  - Substantially revamped the output and the internal logic of afl-analyze.

  - Cleaned up some of the color handling code and added support for
    background colors.

  - Removed some stray files (oops).

  - Updated docs to better explain afl-analyze.

--------------
Version 1.98b:
--------------

  - Improved to "boring string" detection in afl-analyze.

  - Added technical_details.txt for afl-analyze.

--------------
Version 1.97b:
--------------

  - Added afl-analyze, a nifty tool to analyze the structure of a file
    based on the feedback from AFL instrumentation. This is kinda experimental,
    so field reports welcome.

  - Added a mention of afl-cygwin.

  - Fixed a couple of typos, as reported by Jakub Wilk and others.

(wiz)

2016-02-14 10:54:39 UTC MAIN commitmail json YAML

Update p5-Mojolicious to 6.46. 6.44 tarball gone.

6.46  2016-02-13
  - Improved Mojo::Headers performance. (batman)
  - Fixed small proxy bug in Mojo::UserAgent::Transactor.

6.45  2016-02-09
  - Deprecated Mojo::Util::xss_escape in favor of Mojo::Util::xml_escape.
  - Improved Mojo::Template performance slightly.

(wiz)

2016-02-14 10:53:26 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 20.1.1

(wiz)

2016-02-14 10:53:17 UTC MAIN commitmail json YAML

Update py-setuptools to 20.1.1.

20.1.1
------

* Update ``upload_docs`` command to also honor keyring
  for password resolution.

20.1
----

* Added support for using passwords from keyring in the upload
command. See `the upload docs
<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
for details.

20.0
----

* Issue #118: Once again omit the package metadata (egg-info)
  from the list of outputs in ``--record``. This version of setuptools
  can no longer be used to upgrade pip earlier than 6.0.

(wiz)

2016-02-14 10:50:22 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 1.5.2

(wiz)

2016-02-14 10:50:12 UTC MAIN commitmail json YAML

Update py-cffi to 1.5.2.

v1.5.2
======

* Fix 1.5.1 for Python 2.6.

v1.5.1
======

* A few installation-time tweaks (thanks Stefano!)

* Issue #245: Win32: ``__stdcall`` was never generated for
  ``extern "Python"`` functions

* Issue #246: trying to be more robust against CPython's fragile
  interpreter shutdown logic

(wiz)

2016-02-14 10:46:44 UTC MAIN commitmail json YAML

Updated devel/py-test-runner to 2.7

(wiz)

2016-02-14 10:46:35 UTC MAIN commitmail json YAML

Update py-test-runner to 2.7.

2.7
~~~

* Moved hosting to Github.

(wiz)

2016-02-14 10:45:56 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.8.2

(wiz)

2016-02-14 10:45:46 UTC MAIN commitmail json YAML

Update cups-filters to 1.8.2:

CHANGES IN V1.8.2

- Allow disabling dependencies on Ghostscript and Foomatic
  (Bug #1342).
- cups-browsed: Optionally generate also local queues pointing
  to remote raw queues. Usually only queues pointing to remote
  queues with PPD/driver are created (Debian bug #814020,
  Debian bug #756724).

(wiz)

2016-02-14 10:19:22 UTC MAIN commitmail json YAML

Don't redefine mutex_exit().  Switch subst stage to pre-configure.

(jperkin)

2016-02-14 10:07:37 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.51.0

(wiz)

2016-02-14 10:07:26 UTC MAIN commitmail json YAML

Update calibre to 2.51.0:

New Features

Add an action to the context menu for the search bar to paste and instantly execute the search.
When adding multiple books from a single directory, added the books in order of the last modified time of the book files.

Bug Fixes

Fix a regression in 2.50 that prevented a small number of devices from being detected on windows
PDF metadata: Workaround for PDF files with corrupted XMP metadata packets, generated by Nitro PDF.
Edit Book Beautify: Do not beautify the insides of heading/p tags even when they are the only child of body
Amazon metadata download: Fix published date not being downloaded from amazon.it
Fix a regression in 2.50 that broke the user created device driver feature on windows
EPUB Input: Fix error when processing EPUB files that uses non-ascii characters for their unique ids.
When reading the cover from comic files, ignore any image files inside __MACOSX/ directories.
Fix calibre on OS X unable to connect to sites that support only TLS >= 1.1. Also update the version of Qt bundled on OS X to 5.5.1

(wiz)

2016-02-14 09:53:23 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous.

(wiz)

2016-02-14 09:53:10 UTC MAIN commitmail json YAML

Switch from bdb.bl3.mk to db4/bl3.mk.

Dependencies need to pull in the db used, and I don't know how to
find that out in bl3.mk. Also: who uses db2 or db3 by choice?

(wiz)

2016-02-14 09:45:09 UTC MAIN commitmail json YAML

jack headers include uuid.h, so include uuid bl3.mk in jack bl3.mk.

(wiz)

2016-02-14 09:22:48 UTC MAIN commitmail json YAML

Put back alloca.h, it's required on at least SunOS.  Change the configure
test to make it non-fatal for it to be missing instead.

(jperkin)

2016-02-14 09:21:58 UTC MAIN commitmail json YAML

+ MesaLib-11.1.2, afl-2.00b, calibre-2.51, cups-filters-1.8.2,
  denemo-2.0.2, dialog-1.3.20160209, py-cffi-1.5.2, py-decorator-4.0.9,
  py-setuptools-20.1.1, py-test-runner-2.7, py-virtualenv-14.0.6,
  x264-devel-20160213, xmp-4.3.11.

(wiz)

2016-02-14 08:48:32 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 1.22

(wiz)

2016-02-14 08:48:22 UTC MAIN commitmail json YAML

Update p5-Params-Validate to 1.22:

1.22    2016-02-13

- Fixed a bug when a callback failed but did not die. The resulting error
  message had a pointless colon in it. Reported by Slaven Rezic. RT #111036.

- Made the pure Perl version use Carp's croak rather than confess. The XS
  version has never included a stack trace in errors. You can use the on_fail
  setting to get a stack trace if you prefer. Reported by Slaven Rezic. RT
  #111036.

- The pure Perl code now uses "(unknown)" when it cannot determine the sub
  that failed, instead of "N/A". Reported by Slaven Rezic. RT #111036.

- Documented the PARAMS_VALIDATE_IMPLEMENTATION environment
  variable. Requested by Slaven Rezic. RT #111035.

(wiz)

2016-02-14 08:40:10 UTC MAIN commitmail json YAML

Updated archivers/p7zip to 15.09nb1

(ryoon)

2016-02-14 08:39:47 UTC MAIN commitmail json YAML

2016-02-14 08:37:25 UTC MAIN commitmail json YAML

make the name of the header file correct here too

(agc)

2016-02-14 08:06:54 UTC MAIN commitmail json YAML

Fix a small typo to ensure the name of the header file is correct.

(agc)

2016-02-14 07:55:55 UTC MAIN commitmail json YAML

2016-02-14 07:55:19 UTC MAIN commitmail json YAML

Added comms/picocom version 2.1

(ryoon)

2016-02-14 07:54:51 UTC MAIN commitmail json YAML

Import picocom-2.1 as comms/picocom.

As its name suggests, picocom is a minimal dumb-terminal emulation
program. It is, in principle, very much like minicom, only it's
"pico" instead of "mini"!

It was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech serial communications program to allow access to all types
of devices that provide serial consoles. It could also prove useful
in many other similar tasks.

(ryoon)

2016-02-14 07:34:00 UTC MAIN commitmail json YAML

2016-02-14 07:31:46 UTC MAIN commitmail json YAML

Added security/tor-browser version 5.5.2

(ryoon)

2016-02-14 07:30:55 UTC MAIN commitmail json YAML

Import tor-browser-5.5.2 as security/tor-browser.

What is the Tor Browser?

The Tor software protects you by bouncing your communications around
a distributed network of relays run by volunteers all around the
world: it prevents somebody watching your Internet connection from
learning what sites you visit, it prevents the sites you visit from
learning your physical location, and it lets you access sites which
are blocked.

(ryoon)

2016-02-14 07:26:18 UTC MAIN commitmail json YAML

Updated converters/dos2unix to 7.3.3

(ryoon)

2016-02-14 07:25:53 UTC MAIN commitmail json YAML

Update to 7.3.3

Changelog:
2016-02-13: Version 7.3.3. New flags h (print header) and p (remove
path from file name) for option -i, --info. Fixed printing text in
unicode UTF-16 mode on Windows, so that when it is redirected to
a file, a correct UTF-16 file is created. Fixed printing of East-Asian
text on Windows with an East-Asian regional setting.

(ryoon)

2016-02-14 07:08:01 UTC MAIN commitmail json YAML

2016-02-14 06:59:39 UTC MAIN commitmail json YAML

Fix PLIST.long_double_math logic.

(jperkin)

2016-02-14 06:55:08 UTC MAIN commitmail json YAML

Update MASTER_SITE_RUBYGEMS to avoid extra redirection.

(taca)

2016-02-14 05:12:43 UTC MAIN commitmail json YAML

Fix gtk3 option packaging. Thank you, wiz@.

(ryoon)

2016-02-14 04:22:32 UTC MAIN commitmail json YAML

extra-cmake-modules and oxygen-icons updates

(markd)

2016-02-14 04:21:25 UTC MAIN commitmail json YAML

update oxygen-icons dependency.

(markd)

2016-02-14 04:20:24 UTC MAIN commitmail json YAML

Don't install icons that oxygen-icons now installs. Bump PKGREVISION.

(markd)

2016-02-14 04:18:40 UTC MAIN commitmail json YAML

Don't install icons that oxygen-icons now installs. Bump PKGREVISION.

(markd)

2016-02-14 04:16:19 UTC MAIN commitmail json YAML

Update oxygen-icons to 5.19.0

Remove broken linked files
Add app icons from the kde applications
Add breeze places icons into oxygen
Sync oxygen mimetype icons with breeze mimetype icons

(markd)

2016-02-14 04:13:32 UTC MAIN commitmail json YAML

Update extra-cmake-modules to 5.19.0

ECMAddAppIcon: Use absolute path when operating on icons
Make sure the prefix is looked-up on Android
Add a FindPoppler module
Use PATH_SUFFIXES in ecm_find_package_handle_library_components()

(markd)

2016-02-14 03:06:35 UTC MAIN commitmail json YAML

2016-02-14 02:55:40 UTC MAIN commitmail json YAML

Updated devel/cmockery2 to 1.3.9

(mef)

2016-02-14 02:55:23 UTC MAIN commitmail json YAML

Update 1.3.8 to 1.3.9
---------------------
Mon Apr 13 2015 Luis Paboen (Pabón), Jr. <lpabon@redhat.com>
        * Version v1.3.9
        * Minor bug fixes(thanks kerrigan29a and RocFang)
        * FreeBSD package support (thanks harshavardhana)

(mef)

2016-02-14 02:51:19 UTC MAIN commitmail json YAML

-  Cleanup some Githubify stuff
-  Update HOMEPAGE
Those will make check-update (finding new verison) automation clear, thanks.

(mef)

2016-02-13 20:41:59 UTC MAIN commitmail json YAML

Apply patch from upstream to fix compilation on CentOS 7. From Thomas
Orgis via mail.

(bsiegert)

2016-02-13 18:52:30 UTC MAIN commitmail json YAML

go-review addition

(bsiegert)

2016-02-13 18:11:34 UTC MAIN commitmail json YAML

Updated emulators/xnp2 to 0.85

(tsutsui)

2016-02-13 18:10:17 UTC MAIN commitmail json YAML

Update xnp2 to 0.85.

pkgsrc changes:
- explicitly disable SDL2
  (SDL2_mixer with smpeg2 cannot coexist with SDL_mixer with smpeg)

upstream changes (no English changelog):
- fix crash on reset after changing sound settings on some environments
- add SDL 2.0 support
- fix sound issue when PulseAudio is used as SDL audio backend
- add SPFM Light and C86BOX support

(tsutsui)

2016-02-13 18:07:55 UTC MAIN commitmail json YAML

New package, go-review.

This package contains the git-codereview tool that the upstream Go
project uses for working with Gerrit.

It is probably mainly useful if you want to submit code to Go itself,
though it may be usable for other projects too.

(bsiegert)

2016-02-13 16:30:39 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup tickets #4920 and #4921.

(bsiegert)

2016-02-13 16:30:05 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4921 - requested by rillig
pkgtools/pkglint: bugfix

Revisions pulled up:
- pkgtools/pkglint/select.mk                                    1.2-1.3

---
  Module Name:    pkgsrc
  Committed By:  rillig
  Date:          Mon Feb  1 21:40:39 UTC 2016

  Modified Files:
          pkgsrc/pkgtools/pkglint: select.mk

  Log Message:
  Fixed boolean expression for selecting the proper pkglint version

  It had been wrong for SunOS-*-i386, which is not supported by the Go
  programming language, but was forced to use the Go version nevertheless.

---
  Module Name:    pkgsrc
  Committed By:  rillig
  Date:          Tue Feb  2 08:00:10 UTC 2016

  Modified Files:
          pkgsrc/pkgtools/pkglint: select.mk

  Log Message:
  Fixed dependency pattern for pkglint4

(bsiegert)

2016-02-13 16:25:41 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4920 - requested by bouyer
net/nagios-base: bugfix
net/nagios-plugins: fix packaging issue

Revisions pulled up:
- net/nagios-base/Makefile                                      1.63
- net/nagios-base/distinfo                                      1.30
- net/nagios-base/patches/patch-base_checks.c                  1.2
- net/nagios-base/patches/patch-base_events.c                  1.2
- net/nagios-base/patches/patch-base_logging.c                  1.3
- net/nagios-base/patches/patch-base_nerd.c                    1.2
- net/nagios-base/patches/patch-cgi_avail.c                    1.4
- net/nagios-base/patches/patch-cgi_histogram.c                1.4
- net/nagios-base/patches/patch-cgi_trends.c                    1.4
- net/nagios-base/patches/patch-common_downtime.c              1.2
- net/nagios-base/patches/patch-html_Makefile.in                1.4
- net/nagios-base/patches/patch-lib_test-squeue.c              1.2
- net/nagios-base/patches/patch-lib_worker.c                    1.2
- net/nagios-plugins/Makefile                                  1.41
- net/nagios-plugins/distinfo                                  1.19
- net/nagios-plugins/patches/patch-plugins-root_Makefile.in    1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Tue Feb  9 10:12:53 UTC 2016

  Modified Files:
  pkgsrc/net/nagios-base: Makefile distinfo
  pkgsrc/net/nagios-base/patches: patch-base_checks.c patch-base_events.c
      patch-base_logging.c patch-base_nerd.c patch-cgi_avail.c
      patch-cgi_histogram.c patch-cgi_trends.c patch-common_downtime.c
      patch-html_Makefile.in patch-lib_test-squeue.c patch-lib_worker.c

  Log Message:
  Bug fix for workers busy-waiting for child completion: when read()ing a
  non-bloking descriptor after a poll(), don't loop forever on EAGAIN
  as poll() may return POLLIN for a descriptor which doesn't have data
  to be read. Bump PKGREVISION.
  While there add user-destdir support.

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Tue Feb  9 10:13:17 UTC 2016

  Modified Files:
  pkgsrc/net/nagios-plugins: Makefile distinfo
  Added Files:
  pkgsrc/net/nagios-plugins/patches: patch-plugins-root_Makefile.in

  Log Message:
  Add user-destdir support

(bsiegert)

2016-02-13 15:55:17 UTC MAIN commitmail json YAML

Updated net/ruby-twitter 5.16.0

(tsutsui)

2016-02-13 15:54:15 UTC MAIN commitmail json YAML

Updated www/ruby-http to 1.0.2

(tsutsui)

2016-02-13 15:52:35 UTC MAIN commitmail json YAML

Update ruby-twitter to 5.16.0.

pkgsrc changes:
- remove unnecesary OVERRIDE_GEMSPEC for ruby-http
- add a new OVERRIDE_GEMSPEC for equalizer-0.0.11
  (briefly tested with net/ruby-tw)

No CHANGELOG.md entry (and no announcement) in upstream.
(one notable change in github is "Update http dependency to ~> 1.0")

(tsutsui)

2016-02-13 15:32:08 UTC MAIN commitmail json YAML

Update ruby-http to 1.0.2.

Upstream changes (from CHANGES.md):

## 1.0.2 (2016-01-15)

* [#295](https://github.com/httprb/http/pull/295):
  Fix redirect following when used with persistent mode.
  ([@ixti])

(tsutsui)

2016-02-13 15:25:06 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.569

(tsutsui)

2016-02-13 15:23:46 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.569.

Upstream announcement:

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

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: February 9, 2016

Vulnerability identifier: APSB16-04

CVE number: CVE-2016-0964, CVE-2016-0965, CVE-2016-0966, CVE-2016-0967,
CVE-2016-0968, CVE-2016-0969, CVE-2016-0970, CVE-2016-0971, CVE-2016-0972,
CVE-2016-0973, CVE-2016-0974, CVE-2016-0975, CVE-2016-0976, CVE-2016-0977,
CVE-2016-0978, CVE-2016-0979, CVE-2016-0980, CVE-2016-0981, CVE-2016-0982,
CVE-2016-0983, CVE-2016-0984, CVE-2016-0985

Platform: Windows, Macintosh and Linux

(tsutsui)

2016-02-13 15:02:40 UTC MAIN commitmail json YAML

Removed sysutils/ruby-libnotify

(tsutsui)

2016-02-13 15:00:10 UTC MAIN commitmail json YAML

2016-02-13 11:45:28 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 11.1.2

(wiz)

2016-02-13 11:45:17 UTC MAIN commitmail json YAML

Update MesaLib to 11.1.2. Remove patch that was merged upstream.

Changes:
Mesa 11.1.2 is a bug fix release which fixes bugs found since the 11.1.1
release.

Mesa 11.1.2 implements the OpenGL 4.1 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv
(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers
don't support all the features required in OpenGL 4.1. OpenGL 4.1 is only
available if requested at context creation because compatibility contexts are
not supported.

Bug fixes

This list is likely incomplete.

  • Bug 91596 - EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI
  • Bug 93628 - Exception: attempt to use unavailable module DRM when building
    MesaGL 11.1.0 on windows
  • Bug 93648 - Random lines being rendered when playing Dolphin (geometry
    shaders related, w/ apitrace)
  • Bug 93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
  • Bug 93717 - Meta mipmap generation can corrupt texture state
  • Bug 93722 - Segfault when compiling shader with a subroutine that takes a
    parameter
  • Bug 93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is
    bound to a specific location
  • Bug 93761 - A conditional discard in a fragment shader causes no depth
    writing at all

Changes

Ben Widawsky (1):

  • i965/bxt: Fix conservative wm thread counts.

Dave Airlie (1):

  • glsl: fix subroutine lowering reusing actual parmaters

Emil Velikov (6):

  • docs: add sha256 checksums for 11.1.1
  • cherry-ignore: drop the i965/kbl .num_slices patch
  • i915: correctly parse/set the context flags
  • targets/dri: android: use WHOLE static libraries
  • egl/dri2: expose srgb configs when KHR_gl_colorspace is available
  • Update version to 11.1.2

Eric Anholt (2):

  • vc4: Don't record the seqno of a failed job submit.
  • vc4: Throttle outstanding rendering after submission.

François Tigeot (1):

  • gallium: Add DragonFly support

Grazvydas Ignotas (1):

  • r600g: don't leak driver const buffers

Ian Romanick (2):

  • meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for
    GL_TEXTURE_RECTANGLE
  • meta: Use internal functions to set texture parameters

Ilia Mirkin (6):

  • st/mesa: use surface format to generate mipmaps when available
  • glsl: always compute proper varying type, irrespective of varying packing
  • nvc0: avoid crashing when there are holes in vertex array bindings
  • nv50,nvc0: fix buffer clearing to respect engine alignment requirements
  • nv50/ir: fix false global CSE on instructions with multiple defs
  • st/mesa: treat a write as a read for range purposes

Jason Ekstrand (3):

  • i965/vec4: Use UW type for multiply into accumulator on GEN8+
  • i965/fs/generator: Take an actual shader stage rather than a string
  • i965/fs: Always set channel 2 of texture headers in some stages

Jose Fonseca (2):

  • scons: Conditionally use DRM module on pipe-loader.
  • pipe-loader: Fix PATH_MAX define on MSVC.

Karol Herbst (1):

  • nv50/ir: fix memory corruption when spilling and redoing RA

Kenneth Graunke (2):

  • glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
  • glsl: Allow implicit int -> uint conversions for bitwise operators (&, ^,
    |).

Leo Liu (2):

  • vl: add zig zag scan for list 4x4
  • st/omx/dec/h264: fix corruption when scaling matrix present flag set

Marek Olšák (1):

  • radeonsi: don't miss changes to SPI_TMPRING_SIZE

Nicolai Hähnle (11):

  • mesa/bufferobj: make _mesa_delete_buffer_object externally accessible
  • st/mesa: use _mesa_delete_buffer_object
  • radeon: use _mesa_delete_buffer_object
  • i915: use _mesa_delete_buffer_object
  • i965: use _mesa_delete_buffer_object
  • util/u_pstipple.c: copy immediates during transformation
  • radeonsi: extract the VGT_GS_MODE calculation into its own function
  • radeonsi: ensure that VGT_GS_MODE is sent when necessary
  • radeonsi: add DCC buffer for sampler views on new CS
  • st/mesa: use the correct address generation functions in st_TexSubImage
    blit
  • radeonsi: fix discard-only fragment shaders (11.1 version)

Timothy Arceri (4):

  • glsl: fix segfault linking subroutine uniform with explicit location
  • mesa: fix segfault in glUniformSubroutinesuiv()
  • glsl: fix interface block error message
  • glsl: create helper to remove outer vertex index array used by some stages

(wiz)

2016-02-13 09:55:46 UTC MAIN commitmail json YAML

Updated www/liferea to 1.10.18

(leot)

2016-02-13 09:55:30 UTC MAIN commitmail json YAML

Update www/liferea to 1.10.18.

Changes:
* Fixes #287: media:content support broken
  (patch by Leiaz)
* Fixes #279: Rules not visible in searchdialog
  (patch by Leiaz)
* Fixes #83: Segfault when sorting feeds in folder
  (patch by Leiaz)
* Fixes #302: Broken compilation with --disable-notify
  (reported by vostorga)

(leot)

2016-02-13 08:46:52 UTC MAIN commitmail json YAML

Updated devel/mdds to 1.0.0

(wiz)

2016-02-13 08:46:03 UTC MAIN commitmail json YAML

2016-02-13 08:40:22 UTC MAIN commitmail json YAML

Update mdds to 1.0, based on the wip version by coypu and leot.

mdds 1.0.0

* all

  * introduced API versioning to ease parallel installation of API
    incompatible versions.  Version 1.0.0 will have an API versoin of
    1.0.

  * C++11 is now a hard requirement.

  * added API documentation via Doxygen, Sphinx and Breathe.

* mixed_type_matrix

  * officially removed for good in favor of multi_type_matrix.

* multi_type_vector

  * added memory usage reduction by conditionally shrinking the
    capacity of the underlying vector containers.

  * added slight performance gain by revising block adjustment policy
    during splitting of blocks.

* sorted_string_map

  * fixed a bug where a non-matching key was incorrectly returned as a
    matching key.

(wiz)

2016-02-13 08:37:57 UTC MAIN commitmail json YAML

Updated converters/libetonyek to 0.1.6

(wiz)

2016-02-13 08:37:45 UTC MAIN commitmail json YAML

Update libetonyek to 0.1.6:

libetonyek 0.1.6

- All formats:
  + Improved handling of text language, e.g., written language props now
    include country and script.
- Keynote 6:
  + Parse links.
  + Parse text language.
  + Parse lists (bullets).
  + Resize tables properly.
  + Fix handling of texts containing non-ASCII characters (i.e., the
    majority of non-English languages).
- Miscellaneous:
  + Fix build with boost 1.54/1.55.
  + Make help output of conversion tools more help2man-friendly.
  + Fix build with recent clang, which does not like 'register' keyword.
  + Various small fixes and improvements.

libetonyek 0.1.5

- Parse slide background.
- Parse shape style: fill, line stroke, opacity, shadow.
- Parse table style: default cell borders, background etc.
- Various fixes and improvements.

libetonyek 0.1.4

- Parse formulas.
- Parse cell type and number format.
- Require mdds 1.0 by default (but 0.12.1 is still supported).
- Add support for Keynote 6. Imported features include: shapes, images,
  text + text formatting, presentation notes, tables (only simple tables
  are supported.)

libetonyek 0.1.3

- Common:
  + Import more text formatting properties.
  + Correctly interpret properties set by paragraph style, but turned
    off in character style.
  + Import paragraph borders.
  + Import metadata.
  + Collect styles and other referenceable entities even from skipped
    parts of the input.
  + Fix a typo that caused shapes being dropped from output.
  + Import table borders.
  + Add dependency on mdds.
  + Various small bugfixes and improvements.
- Pages:
  + Import headers and footers.
  + Import footnotes and endnotes.
  + Import images.
  + Import shapes.
  + Import text columns.
  + Accept documents created by Pages 1-3.
- Numbers:
  + Accept documents created by Numbers 1.

libetonyek 0.1.2

- Use symbol visibility on Linux. The library only exports the two public
  functions now.
- Refactor the parser to allow sharing of code among Keynote, Pages and
  Numbers parsers.
- Add initial support for Pages (v. 4 only): text and text formatting,
  tables.
- Parse text language.
- Parse links.
- Fix parsing of tab stops.
- Add dependency on glm.
- Add initial support for Numbers (v. 2 only): sheets and cell content.
- Fix parsing of simple cell text content, which was ignored previously.
- Various small bugfixes and improvements.

(wiz)

2016-02-13 07:02:40 UTC MAIN commitmail json YAML

Updated devel/gtexinfo to 6.1

(ryoon)

2016-02-13 07:02:08 UTC MAIN commitmail json YAML

Update to 6.1

Changelog:
6.1 (06 February 2016)

* Language:
  . You can now omit the @menu from nodes with other nodes below them in
    the document structure.  If you use "@validatemenus off" near the
    start of a Texinfo file, makeinfo will, where needed, create a menu
    for nodes lacking one given explicitly.
  . An @setfilename line is no longer required at the start of a
    Texinfo file.  (Be aware, though, that some other tools may require
    it, for example Automake.)
  . For processing with TeX, a comma is automatically provided following
    a cross-reference command (such as @xref) when needed to separate
    the page number from following text, so you don't need to add one
    yourself.  See the `Parts of a Cross Reference' node in the manual
    for details.  Behavior when followed by punctuation, as always
    recommended previously, is unchanged.

* texi2any:
  . Some Perl modules have been rewritten in C to increase speed.
    If Perl extensions can be created, they are used by default;
    otherwise the pure Perl implementations are still used.
    Disable at build time with "configure --disable-perl-xs".  The
    environment variable TEXINFO_XS controls how they are used by
    texi2any.
  . Quotation marks are left out for node names and index entries in
    Info output where they would have been produced by commands such
    as @file or @option.
  . New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
    a quoting mechanism for problematic constructs in Info output, for
    example node names containing colons or commas.
  . Commands like @heading are affected by @lowersections and @raisesections
    again, as was the case before Texinfo 5.0.

* texinfo.tex:
  . You may explicitly specify a sort key for an index entry by preceding
    the text of the entry with the @sortas commmand with the sort key
    desired as a braced argument.  Additionally, you may choose to
    ignore all occurences of the characters \, @, <, and - using new
    flags you can specify with @set: `txiindexbackslashignore',
    `txiindexatsignignore', `txiindexlessthanignore', and
    `txiindexhyphenignore' respectively.
  . Changes to macro handling to more closely match makeinfo.  Ends of
    lines are preserved in an argument to a macro taking a single
    argument.
  . By default, suppress heading line on a page with a chapter on it, to
    avoid having the chapter title repeated.
  . Use a larger font for arguments in a @deffn line and similar.
  . The default indices (cp, ky and so on) now don't get a file opened
    for them unless they are actually used.  This reduces the number of
    files that a run of TeX produces, and also allows for a greater
    number of user-defined indices, because you will not bump into TeX's
    limit of 16 open files at once so soon.
  . For initials in indices that are non-alphanumeric characters (for
    example, backslash, or braces), avoid use of a typewriter font.
    This gives a more consistent appearance.
  . Have a stronger preference for breaking a column in an index before
    a letter heading.
  . Formatting improvements in tables of contents and indices.  Entries
    can extend slightly into the margin instead of being broken across
    two lines, and text is split more evenly across lines.  Reduce
    chance of an orphaned index entry appearing at the top of a column.
  . Support character encodings beyond ASCII for XeTeX and LuaTeX by
    reading file input byte-by-byte.

* texi2dvi:
  . Support for determining the output files using the `-recorder'
    option to TeX, to help to support more TeX engines.

* info:
  . New user variables `link-style', `active-link-style', and
    `match-style' enable customization of how cross-references and search
    matches are highlighted.
  . By default only the node pointers are displayed at the top of a node.
    Customize this with the `nodeline' variable.
  . New command M-x tree-search to search all subnodes of a node.
  . Now tries to find referenced manuals in the same directory as the
    current file first, before looking in search path.  Customize this
    with new variable `follow-strategy'.
  . The `mouse' variable is now off by default, in order not to
    interfere with the selection of text in a terminal emulator window.
  . `q' closes a window instead of quitting altogether if there's more
    than one, for example if a help window is open.
  . Several bug fixes, including:
      . one causing the wrong position in a node to be shown when
        following an "anchor" cross-reference
      . one causing a test failure in the t/c-u-m-x-scroll-forward.sh
        test on some platforms
  . Internal changes to reduce memory use and increase speed of
    searches, relative to last release
  . The meaning of the `key-time' variable has changed when its value
    is 0.  This value meant to wait forever in the last release, but now
    it means that the next byte must be available immediately.

* Documentation:
  . The `info.info' file (and `info.texi' source) is no longer
    distributed with Texinfo.  Now this manual is only in Emacs.

* Distribution:
  . automake-1.15, gettext-0.19.6.

(ryoon)

2016-02-13 02:35:58 UTC MAIN commitmail json YAML

Updated net/py-google-cloud-sdk to 96.0.0

(ryoon)

2016-02-13 02:35:16 UTC MAIN commitmail json YAML

Update to 96.0.0

96.0.0 (2016/2/10)
Breaking Changes
Google App Engine

    Google App Engine components updated to 1.9.32. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes

    The gcloud preview app gen-config command now offers to automatically update the runtime field in app.yaml if necessary.

IAM

    The gcloud beta iam command group has launched.

Emulators

    The Pub/Sub emulator now supports Gzip-encoded requests.

Google Compute Engine

    The gcloud compute copy-files|scp commands on Windows now treat path arguments with a drive prefix as local files.

Configurations

    The config configurations delete command now takes multiple configuration names.

Containers

    kubectl is updated to v1.1.7.

    Bugfix on the gcloud container clusters get-credentials when run from a client without edit permissions.

Misc. Changes

    The default floating point output format precision is 6. Exponent notation is used for abs(n) < 1e-04 and abs(n) >= 1e+09.
    The arrow and page up/down/home/end keys now work in the Windows help pager.

95.0.0 (2016/2/3)
Breaking Changes

    Use gcloud compute networks create --mode=legacy to create non-subnet networks.

Google Compute Engine

    gcloud compute copy-files and gcloud compute ssh on Windows now use standard PuTTY plink.exe, pscp.exe and putty.exe. A standalone winkeygen.exe generates PuTTY and ssh compatible keys. The Windows PuTTY executables are up to date at version 0.66.

Google Compute Engine subnets

    Added gcloud compute networks subnets.

    Added --mode flag to gcloud compute networks create.

    Added --subnet flag to gcloud compute instances create and gcloud compute instance-templates create.

    Added --local-traffic-selector flag to gcloud compute vpn-tunnels create.

Google App Engine

    Added support for streaming logs when the use_cloud_build=1 property is set.

    Moved the nodejs install script into the docker image.

Projects

    gcloud projects update|undelete|delete have been moved to beta.

gcloud --format

    Added nested table formatting by --format="table(field1,listField2:format=FORMAT-STRING)" where FORMAT-STRING can be any format (json, table, ...). Try: gcloud compute instances list --format="table[box](name, disks:format='table[no-heading](deviceName:sort=1, kind)')"

    Added list field aggregation formatting (similar to nested formatting) by --format="table(listField2:format=FORMAT-STRING)". When the main table has no columns each nested format is aggregated into a single list. Try: gcloud compute instances list --format="table(disks:format='table[box](deviceName:sort=1, kind)')"

94.0.0 (2016/1/27)
Google Compute Engine

    Added gcloud alpha compute url-maps list-cache-invalidations command.

Google App Engine

    Google App Engine components updated to 1.9.31. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes

    Added --runtime flag to gcloud preview app gen-config to specify a runtime when a directory identifies as multiple runtimes. This flag can be used in conjunction with --custom.

Google Container Engine

    gcloud container cluster describe and list commands now notify the user when their cluster versions are about to go out of support or are unsupported.

Google Cloud Logging

    gcloud beta logging write and gcloud beta logging logs delete commands now use the V2beta1 API. The gcloud beta logging write command now uses the global resource descriptor (which translates to "custom.googleapis.com" service in V1).

Cloud Dataproc

    gcloud beta dataproc clusters create now supports --tags and --metadata flags to set instance tags and metadata on all instances in the Dataproc cluster.

PubSub Emulator

    A new --host flag can be used to specify the address the emulator should bind as. The flag can be left unspecified, set to "localhost", a hostname, or an explicit IP address.

Projects

    Added commands get-iam-policy, set-iam-policy, add-iam-policy-binding, and remove-iam-policy-binding for the gcloud beta projects surface.

    Added the gcloud projects list command that can be used to list projects.

93.0.0 (2016/1/20)

    kubectrl upgraded to 1.1.4.

    gcloud beta dataproc cluster create now supports --properties flag to set properties for installed packages.

    Datastore emulator's DATASTORE_LOCAL_HOST environment variable changed to DATASTORE_EMULATOR_HOST.

    gcloud source repos clone now supports --dry-run flag to show equivalent git command.

92.0.0 (2016/1/13)

    Because of the rollback of 91.0.0, this release contains all of the changes from 91.0.0 in addition to the changes listed below.

Breaking Changes

    gcloud preview app deploy

        Changed deployments to set the deployed versions to receive all traffic for their modules by default.

        To keep the old behavior (traffic split remains the same), use the --no-promote flag or run gcloud config set app/promote_by_default true.

        Note that your old versions are still running, and must be stopped manually. This behavior will change in a future release.

        Removed deprecated --set-default flag. Please use --promote instead.

        gcloud preview app deploy: Removed deprecated --env-vars flag.

    The output of the gcloud preview app modules list command has been changed to include the traffic split percentage instead of the 'default version' field.

    Removed deprecated gcloud preview app modules cancel-deployment command.

    This command is no longer necessary due to recent improvements in the Deployment API.

    Removed deprecated gcloud preview app modules download command.

    This command is no longer necessary due to recent improvements in the Deployment API.

    Removed deprecated gcloud preview app run command. Please use dev_appserver.py instead.

    Changed behavior of the --zone/-z flag in the gcloud dns record-sets command group. This flag can no longer precede the command. For instance, gcloud dns record-sets -z=mz list will not work, but gcloud dns record-sets list -z=mz will.

    Changed --password-file option for sql instances set-root-password; password now does not include trailing newline from password file. This matches the documented behavior, but not the previous behavior. (Fixes https://code.google.com/p/google-cloud-sdk/issues/detail?id=419)

    Removed meta/active_configuration from the results of gcloud config list since it is not a property that can be set. You can continue to use the gcloud config configurations commands to view and manage your configurations.

Cloud SDK

    Added gcloud config proxy settings. Users can configure gcloud to use a proxy via the following settings:

        gcloud config proxy/address

        gcloud config proxy/password

        gcloud config proxy/port

        gcloud config proxy/type

        gcloud config proxy/username

    Added alpha and beta components to Debian packages.

    Removed unused config properties: app/hosted_registry, app/host, app/admin_host, app/api_host.

Google Cloud Logging

    Migrated to v2beta1 API release.

        Moved gcloud beta logging sinks commands to v2beta1.

        Added gcloud beta logging resource-descriptors command to display supported resources from various services.

        Added gcloud beta logging read command to retrieve log entries using filters.

Google Container Engine

    Added gcloud container clusters resize for resizing Container Engine clusters.

    Added notifications when node upgrades are available to gcloud container cluster describe and list commands.

Google App Engine

    Fixed bug where initial deployments using --image-url failed.

    Changed gcloud preview app modules set_default command to use the App Engine Admin API.

    Changed gcloud preview app modules list command to use the App Engine Admin API.

(ryoon)

2016-02-13 00:46:06 UTC MAIN commitmail json YAML

2016-02-12 23:42:15 UTC MAIN commitmail json YAML

2016-02-12 23:29:14 UTC MAIN commitmail json YAML

Updated textproc/grep to 2.23

(ryoon)

2016-02-12 23:28:43 UTC MAIN commitmail json YAML

Update to 2.23

Changelog:
* Noteworthy changes in release 2.23 (2016-02-04) [stable]

** Bug fixes

  Binary files are now less likely to generate diagnostics and more
  likely to yield text matches.  grep now reports "Binary file FOO
  matches" and suppresses further output instead of outputting a line
  containing an encoding error; hence grep can now report matching text
  before a later binary match.  Formerly, grep reported FOO to be
  binary when it found an encoding error in FOO before generating
  output for FOO, which meant it never reported both matching text and
  matching binary data; this was less useful for searching text
  containing encoding errors in non-matching lines.
  [bug introduced in grep-2.21]

  grep -c no longer stops counting when finding binary data.
  [bug introduced in grep-2.21]

  grep no longer outputs encoding errors in unibyte locales.
  For example, if the byte '\x81' is not a valid character in a
  unibyte locale, grep treats the byte as binary data.
  [bug introduced in grep-2.21]

  grep -oP is no longer susceptible to an infinite loop when processing
  invalid UTF8 just before a match.
  [bug introduced in grep-2.22]

  --exclude and related options are now matched against trailing
  parts of command-line arguments, not against the entire arguments.
  This partly reverts the --exclude-related change in 2.22.
  [bug introduced in grep-2.22]

  --line-buffer is no longer ineffective when combined with -l.
  [bug introduced in grep-2.5]

  -xw is now equivalent to -x more consistently, with -P and with backrefs.
  [bug only partially fixed in grep-2.19]

(ryoon)

2016-02-12 20:02:19 UTC MAIN commitmail json YAML

Restore long double math functions for sufficiently new Darwin.

(schmonz)

2016-02-12 19:34:29 UTC MAIN commitmail json YAML

2016-02-12 15:24:48 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 44.0.2

(ryoon)

2016-02-12 15:23:40 UTC MAIN commitmail json YAML

Update to 44.0.2

* Sync with firefox-44.0.2

(ryoon)

2016-02-12 15:23:04 UTC MAIN commitmail json YAML

Updated www/firefox to 44.0.2

(ryoon)

2016-02-12 15:21:48 UTC MAIN commitmail json YAML

Update to 44.0.2

Changelog:
Fix: Firefox hangs or crashes on startup (1243098)

Security bug:
2016-13 Same-origin-policy violation using Service Workers with plugins

(ryoon)

2016-02-12 14:25:37 UTC MAIN commitmail json YAML

Updated devel/boost-headers to 1.60.0nb2
Updated devel/boost-libs to 1.60.0nb1
Updated meta-pkgs/boost to 1.60.0nb1

(ryoon)

2016-02-12 14:24:50 UTC MAIN commitmail json YAML

Bump PKGREVISION from child packages update

(ryoon)

2016-02-12 14:24:01 UTC MAIN commitmail json YAML

Disable long double math functions for NetBSD and FreeBSD.
Bump PKGREVISION for devel/boost-headers and devel/boost-libs.

This fixes databases/mongodb build.

(ryoon)

2016-02-12 14:13:00 UTC MAIN commitmail json YAML

Updated sysutils/amtterm to 1.4

(mef)

2016-02-12 14:11:24 UTC MAIN commitmail json YAML

(pkgsrc)
- Update HOMEPAGE
- Drop serveral patches, those were from git repository and now included in
  release.
(upstream)
- Update 1.3 to 1.4
  ChangeLog unknown.

(mef)

2016-02-12 14:08:22 UTC MAIN commitmail json YAML

Fix -install_name failure on Darwin.

(jperkin)

2016-02-12 14:08:15 UTC MAIN commitmail json YAML