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 (27m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 18:19:23 UTC Now

2014-08-13 21:09:06 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4472 - requested by prlw1
lang/gcc44: build fix

Revisions pulled up:
- lang/gcc44/Makefile                                          1.43

---
  Module Name:    pkgsrc
  Committed By:  prlw1
  Date:          Tue Aug 12 08:33:31 UTC 2014

  Modified Files:
          pkgsrc/lang/gcc44: Makefile

  Log Message:
  Fix for PR pkg/48683 based on a hint from wiz@.

(tron)

2014-08-13 20:56:34 UTC MAIN commitmail json YAML

Updated devel/astyle to 2.04

(wiz)

2014-08-13 20:56:25 UTC MAIN commitmail json YAML

Update to 2.04, a version from this century.
Last pkgsrc was version from 2002.

Changes in 2.04:

    Add new programming language Objective磴.
    Add new bracket style option "style=google" (-A14).
    Add new option "indent-preproc-cond" (xw) to indent preprocessor
    conditional statements (#118).
    Add new bracket modify options "attach-namespaces", "attach-classes",
    "attach-inlines", and "attach-extern-c".
    Add new option "indent-modifiers" (-xG) to indent class access
    modifiers one-half indent (#130).
    Add new option "remove-brackets" (-xj) to remove brackets from
    single line conditional statements.
    Add new option "remove-comment-prefix" (-xp) to remove the
    leading '*' from multi-line comments.
    Add new option "align-method-colon" (-xM) to align Objective磴
    method colons.
    Add new option "pad-method-colon=#" (-xP#) to space pad
    Objective磴 method colons.
    Add new options "pad-method-prefix" (-xQ), and "unpad-method-prefix"
    (-xR) to pad the Objective磴 "-" and "+" method prefix.
    Add new dll entry point AStyleMainUtf16 for processing C# UTF-16
    strings.
    Add formatting of C++11 raw string literals (#222).
    Add "style=knf" as an alternative to "style=linux".
    Remove depreciated "bracket=" options.
    Improve recognition and formatting of pointers and references
    (#174 and other changes).
    Improve the recognition of block-opening brackets.
    Improve code using a static code analyzer (#195).
    Change "max-code-length" to include Objective磴 methods.
    Change "indent-elseifs" and "break-blocks" to look ahead only
    if in command-type brackets (speed improvement).
    Fix linux bracket styles to break the opening bracket in inline
    function definitions (#185).
    Fix indentation of switch block comments (#164).
    Fix enums to indent with tabs when requested (#92, #121).
    Fix formatting of rvalue reference without a name in a declaration
    (#219).
    Fix "pad-first-paren-out" to not pad if the following parens
    are empty (#232).
    Fix end-of-statement reset when comments follow closing bracket.
    Fix the ASBeautifier active and waiting stacks to delete the
    ASBeautifier objects before deleting the pointers.
    Fix ASBeautifier "init" to delete the tempStack vectors before
    deleting the tempStack.
    Fix Linux piping problem by changing "cin" input to build a
    stringstream before formatting.
    Fix to identify the correct bracket type when 'extern "C"' is
    part of the enum definition.
    Fix to clear 'extern "C"' variables when the block is closed.
    Fix unindented 'extern "C"' to not indent when in a #else
    preprocessor directive.
    Fix not always correctly formatting linux type brackets for
    enum blocks.
    Fix align-pointer in a range-based for statement (#217).
    Fix pointer-reference argument alignment to correctly position
    a following comment (#235).
    Fix to not attach a bracket to a line ending in a backslash
    '\' (#186, #214, #220).
    Fix to recognize templates using multiple lines (#85, #87,
    #136).
    Fix formatting of template continuation lines (#85, #87, #136).
    Fix to allow '^' as an array operator (#233).
    Fix an "enum" argument being mistaken for an enumeration (#211).
    Fix to recognize a non-instatement array after a "},{" sequence.
    Fix "pad-oper" to not pad before a following comma.
    Fix recognition of an operator when the calculation contains
    a bitwise "not" '~' (#166).
    Fix to allow a preprocessor statement within a preprocessor
    define (#238).
    Fix preprocessor comparison to check for whole words (#246).
    Fix "add-brackets" when a line contains more than one paren
    pairs (#181).
    Fix to allow Mac old CR line endings in the options file (#129).
    Refactor to aid debugging and improve design and decomposition:
Move ALL preliminary indentation calculations to
computePreliminaryIndentation() in ASBeautifier.
Move calculation of 'force tab' indents to preLineWS() in
ASBeautifier.
Combine methods init() and init(ASSourceIterator*) in
ASBeautifier.
Extract method adjustParsedLineIndentation() in ASBeautifier.
Extract method parseCurrentLine() in ASEnhancer.
Remove astyle_main.cpp unused functions getFilesUnchanged,
getOptionsFileRequired, and setOptionsFileRequired.

Older changes included in distfile, or available on
http://astyle.sourceforge.net/notes.html

(wiz)

2014-08-13 20:43:51 UTC MAIN commitmail json YAML

Added devel/p5-Getopt-Tabular version 0.3

(wiz)

2014-08-13 20:43:42 UTC MAIN commitmail json YAML

+ p5-Getopt-Tabular

(wiz)

2014-08-13 20:43:07 UTC MAIN commitmail json YAML

Import p5-Getopt-Tabular-0.3 as devel/p5-Getopt-Tabular.

Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
vaguely inspired by John Ousterhout's Tk_ParseArgv.

(wiz)

2014-08-13 20:40:08 UTC MAIN commitmail json YAML

Added benchmarks/p5-Benchmark-Timer version 0.7102

(wiz)

2014-08-13 20:39:56 UTC MAIN commitmail json YAML

+ p5-Benchmark-Timer

(wiz)

2014-08-13 20:39:16 UTC MAIN commitmail json YAML

Import p5-Benchmark-Timer-0.7102 as benchmarks/p5-Benchmark-Timer.

The Benchmark::Timer class allows you to time portions of code
conveniently, as well as benchmark code by allowing timings of
repeated trials. It is perfect for when you need more precise
information about the running time of portions of your code than
the Benchmark module will give you, but don't want to go all out
and profile your code.

(wiz)

2014-08-13 20:35:43 UTC MAIN commitmail json YAML

Added math/p5-Statistics-TTest version 1.1.0

(wiz)

2014-08-13 20:35:35 UTC MAIN commitmail json YAML

+ p5-Statistics-TTest

(wiz)

2014-08-13 20:35:24 UTC MAIN commitmail json YAML

Import p5-Statistics-TTest-1.1.0 as math/p5-Statistics-TTest.

Perl module for computing confidence intervals in parameter estimation
with Student's T distribution.

(wiz)

2014-08-13 20:31:50 UTC MAIN commitmail json YAML

Added math/p5-Statistics-Distributions version 1.02

(wiz)

2014-08-13 20:31:41 UTC MAIN commitmail json YAML

+ p5-Statistics-Distributions

(wiz)

2014-08-13 20:31:23 UTC MAIN commitmail json YAML

Import p5-Statistics-Distributions-1.02 as math/p5-Statistics-Distributions.

Perl module for calculating critical values and upper probabilities
of common statistical distributions.

(wiz)

2014-08-13 20:27:26 UTC MAIN commitmail json YAML

Updated www/py-gunicorn to 19.1.0

(gls)

2014-08-13 20:27:09 UTC MAIN commitmail json YAML

Update www/py-gunicorn to 19.1.0

pkgsrc changes:
---------------
- Cleanups

Upstream changes:
-----------------

Complete changelog in share/doc/py-gunicorn/2014-news.rst.

19.1
====

Bugfix release.

19.0
====
Gunicorn 19.0 is a major release with new features and fixes. This
version improve a lot the usage of Gunicorn with python 3 by adding two
new workers to it: `gthread` a fully threaded async worker using futures
and `gaiohttp` a worker using asyncio.

Breaking Changes
~~~~~~~~~~~~~~~~
Switch QUIT and TERM signals
++++++++++++++++++++++++++++
With this change, when gunicorn receives a QUIT all the workers are
killed immediately and exit and TERM is used for the graceful shutdown.
Note: the old behaviour was based on the NGINX but the new one is more
correct according the following doc:
https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html
also it is complying with the way the signals are sent by heroku:
https://devcenter.heroku.com/articles/python-faq#what-constraints-exist-when-developing-applications-on-heroku

Deprecations
+++++++++++++
`run_gunicorn`, `gunicorn_django` and `gunicorn_paster` are now
completely deprecated and will be removed in the next release. Use the
`gunicorn` command instead.

(gls)

2014-08-13 20:22:09 UTC MAIN commitmail json YAML

Fix for build failure on Interix caused by sizeof(intmax_t) == 0
++pkgrevision

(cheusov)

2014-08-13 20:20:39 UTC MAIN commitmail json YAML

2014-08-13 20:20:23 UTC MAIN commitmail json YAML

Import p5-Sys-CPU-0.61 as sysutils/p5-Sys-CPU, packaged for wip by noud4
and myself.

In responce to a post on perlmonks.org, a module for counting the number of
CPU's on a system. Support has now also been added for type of CPU and clock
speed. While much of the code is from UNIX::Processors, win32 support has been
added (but not tested).

(wiz)

2014-08-13 20:07:56 UTC MAIN commitmail json YAML

2014-08-13 20:05:40 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.9.1

(gls)

2014-08-13 20:05:14 UTC MAIN commitmail json YAML

Update sysutils/fabric to 1.9.1.

Upstream changes:
-----------------

    [Bug] #1167: Add Jinja to test_requires in setup.py for the couple of newish tests that now require it. Thanks to Kubilay Kocak for the catch.
    [Bug] #600: Clear out connection caches in full when prepping parallel-execution subprocesses. This avoids corner cases causing hangs/freezes due to client/socket reuse. Thanks to Ruslan Lutsenko for the initial report and Romain Chossart for the suggested fix.
    [Bug] #1026: Fix a typo preventing quiet operation of is_link. Caught by @dongweiming.
    [Bug] #1059: Update IPv6 support to work with link-local address formats. Fix courtesy of @obormot.
    [Bug] #1096: Encode Unicode text appropriately for its target stream object to avoid issues on non-ASCII systems. Thanks to Toru Uetani for the original patch.
    [Bug] #852: Fix to respect template_dir for non Jinja2 templates in upload_template. Thanks to Adam Kowalski for the patch and Alex Plugaru for the initial test case.
    [Bug] #1134: Skip bad hosts when the tasks are executed in parallel. Thanks to Igor Maravić @i-maravic.
    [Bug] #1146: Fix a bug where upload_template failed to honor lcd when mirror_local_mode is True. Thanks to Laszlo Marai for catch & patch.
    [Bug] #1147: Use stat instead of lstat when testing directory-ness in the SFTP module. This allows recursive downloads to avoid recursing into symlinks unexpectedly. Thanks to Igor Kalnitsky for the patch.
    [Bug] #1165: Prevent infinite loop condition when a gateway host is enabled & the same host is in the regular target host list. Thanks to @CzBiX for catch & patch.

(gls)

2014-08-13 19:45:18 UTC MAIN commitmail json YAML

Updated devel/p5-Exporter-Lite to 0.06

(wiz)

2014-08-13 19:45:09 UTC MAIN commitmail json YAML

Update to 0.06:

0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.

(wiz)

2014-08-13 19:23:09 UTC MAIN commitmail json YAML

Fix build on 32bit platforms.

Bump the package revision as it is possible that the broken code compiled
on some platforms but won't work properly.

(tron)

2014-08-13 19:16:41 UTC MAIN commitmail json YAML

Mark it as needing java.

(wiz)

2014-08-13 19:05:08 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.3.2

(adam)

2014-08-13 19:04:25 UTC MAIN commitmail json YAML

Changes 2.3.2:
avcodec/snow: fix null pointer dereference in cleanup after allocation failure
avcodec/huffyuvdec: fix overread checks
avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened reader
avcodec/vc1dec: do not crash when flushing without an allocated frame

(adam)

2014-08-13 18:57:52 UTC MAIN commitmail json YAML

Added games/jin version 2.14.1

(wiz)

2014-08-13 18:57:40 UTC MAIN commitmail json YAML

2014-08-13 18:57:27 UTC MAIN commitmail json YAML

Import jin-2.14.1 as games/jin.

Jin is an open source, cross platform, graphical client for chess
servers, written in Java. Jin can run either as a standalone
application or as an applet, directly from your browser.

Currently supported servers are the Internet Chess Club and the
Free Internet Chess Server.

(wiz)

2014-08-13 18:48:09 UTC MAIN commitmail json YAML

Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).
pkgsrc'c check is broken, so, we set IS_BUILTIN.dl to "yes".

(cheusov)

2014-08-13 18:30:03 UTC MAIN commitmail json YAML

Always use system-wide getcwd(3) instead built-in replacement.
Do not use non-standard getcwd(NULL,0).
This fixes cvs on Interix
  (cvs [diff aborted]: cannot get working directory: No such file or
directory);

(cheusov)

2014-08-13 15:45:49 UTC MAIN commitmail json YAML

Updated textproc/the_silver_searcher to 0.24.1

(schmonz)

2014-08-13 15:45:35 UTC MAIN commitmail json YAML

Update to 0.24.1. Highlights from `git log`:

* portability
* clang support
* make --invert-match (-v) behave as in ack/grep
* more searchable file types (and --list-file-types option)
* default to smart-case when searching (differs from ack)

(schmonz)

2014-08-13 13:19:14 UTC MAIN commitmail json YAML

gsed needed on OS X. Dependency small enough, add it to TOOLS.
PR 49111 by Youri Mouton.

(wiz)

2014-08-13 13:04:40 UTC MAIN commitmail json YAML

Updated games/MyGoGrinder to 2.0.0.J6nb1

(wiz)

2014-08-13 13:04:28 UTC MAIN commitmail json YAML

2014-08-13 10:59:11 UTC MAIN commitmail json YAML

Updated meta-pkgs/boost to 1.56.0

(adam)

2014-08-13 10:57:38 UTC MAIN commitmail json YAML

2014-08-13 10:56:36 UTC MAIN commitmail json YAML

Changes 1.56.0:
Modularization
Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different.

Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are:

Assert:
Customizable assert macros. Maintained by Peter Dimov.
Core:
Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast:
General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.
Throw_Exception:
A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski.
Winapi:
Windows API declarations without <windows.h>, for internal Boost use.
New Libraries
Align:
Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index:
Runtime/Compile time copyable type info, from Antony Polukhin.

(adam)

2014-08-13 10:22:12 UTC MAIN commitmail json YAML

Updated www/py-flask-wtf to 0.10.0.

(kleink)

2014-08-13 10:21:06 UTC MAIN commitmail json YAML

Update py-flask-wtf to 0.10.0.

Version 0.10.0
--------------

Released 2014/07/16

- Add configuration: WTF_CSRF_METHODS
- Support WTForms 2.0 now
- Fix csrf validation without time limit (time_limit=False)
- CSRF exempt supports blueprint `#111`_.

.. _`#111`: https://github.com/lepture/flask-wtf/issues/111

(kleink)

2014-08-13 09:28:37 UTC MAIN commitmail json YAML

Backout Official Patch 5.  Some packages have already dealt with removal
of the obsolete "Function" and adding it back in breaks them.

Noted by Takahiro Kambe.

(markd)

2014-08-13 09:17:48 UTC MAIN commitmail json YAML

Updated x11/qt4-libs to 4.8.6nb1

(wiz)

2014-08-13 09:17:35 UTC MAIN commitmail json YAML

Fix pkg-config files (they contained duplicate lines, which made
pkg-config fall over). From Niclas Rosenvik in private mail.
Bump PKGREVISION.

(wiz)

2014-08-13 09:11:11 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.8.10

(adam)

2014-08-13 09:09:57 UTC MAIN commitmail json YAML

Changes  1.8.10:
This release addresses two security issues:
    CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
    CVE-2014-3528: credentials cached with svn may be sent to wrong server.

(adam)

2014-08-13 09:08:55 UTC MAIN commitmail json YAML

Changes  1.8.10:
This release addresses two security issues:
    CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
    CVE-2014-3528: credentials cached with svn may be sent to wrong server.

(adam)

2014-08-13 08:24:51 UTC MAIN commitmail json YAML

2014-08-13 08:24:02 UTC MAIN commitmail json YAML

Updated multimedia/xine-lib to 1.2.5nb5

(wiz)

2014-08-13 08:23:50 UTC MAIN commitmail json YAML

Switch to ffmpeg2. Requested by Thierry Laronde on pkgsrc-users.
Bump PKGREVISION and ABI depends.

(wiz)

2014-08-13 08:00:47 UTC MAIN commitmail json YAML

Remove Symbola-ttf, successor symbola-ttf

(wiz)

2014-08-13 08:00:00 UTC MAIN commitmail json YAML

2014-08-12 23:15:43 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_summary-utils to 0.65.1

(cheusov)

2014-08-12 23:15:28 UTC MAIN commitmail json YAML

Update to 0.65.1
  Build failure was fixed on Haiku.  Haiku provides strlwr(3) that
  conflicts with pkg_summary-utils' version.

(cheusov)

2014-08-12 21:23:37 UTC MAIN commitmail json YAML

2014-08-12 21:22:44 UTC MAIN commitmail json YAML

Added archivers/hs-zlib version 0.5.4.1

(szptvlfn)

2014-08-12 21:22:13 UTC MAIN commitmail json YAML

Import zlib-0.5.4.1 as archivers/hs-zlib,
packaged for wip by pho.

This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C library
so it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.

It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.

(szptvlfn)

2014-08-12 20:29:35 UTC MAIN commitmail json YAML

Updated x11/xf86-input-mouse to 1.9.1

(wiz)

2014-08-12 20:29:26 UTC MAIN commitmail json YAML

Update to 1.9.1:

This release delivers several fixes & enhancements for the driver on
Solaris & NetBSD, including absolute positioning improvements for both.

Alan Coopersmith (4):
      Wrap some overly long lines
      Use asprintf (or Xprintf on old servers) instead of strdup+sprintf
      Update some outdated language in a comment on obsolete hardware
      xf86-input-mouse 1.9.1

Michael Thayer (2):
      Do not drop the result of protocol detection
      Make absolute input reporting in Solaris aware of resolution changes

Patrik Jakobsson (1):
      Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libc

Thomas Klausner (4):
      Enable MSE_MISC on NetBSD as well.
      Make wsmouse (re-)init the version.
      For wsmouse, keep 3-button emulation status.
      Add support for absolute positioning (tablets).

(wiz)

2014-08-12 18:22:38 UTC MAIN commitmail json YAML

Use ffmpeg2 instead of ffmpeg and ffmpeg010.

(wiz)

2014-08-12 18:22:06 UTC MAIN commitmail json YAML

Use ffmpeg1 instead of ffmpeg.

(wiz)

2014-08-12 18:21:34 UTC MAIN commitmail json YAML

Depend on ffmpeg1 instead of ffmpeg.

(wiz)

2014-08-12 15:57:14 UTC MAIN commitmail json YAML

Update x11/xscreensaver to 5.29.

>From the changelog:

5.29    * Downgraded to Xcode 5.0.2 to make it possible to build savers
          that will still run on 10.6 and 10.7.  Sigh.
        * Updated `webcollage' for recent changes.

5.28    * Fixed some compilation problems and intermittent crashes.
        * Turned off the OSX 10.6 enable_gc hack. It didn't work.

5.27    * New hacks, `tessellimage' and `projectiveplane'.
        * Added support for pthreads, because Dave Odell is a madman.
        * Updated `webcollage' for recent changes.
        * Minor iOS tweaks to the `analogtv' hacks.
        * X11: Don't assume Suspend = 0 implies "No DPMS".
        * Minor updates to `boxed' and `klein'.
        * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'.
        * Fixed possible crash in OSX preferences.
        * OSX Performance improvements.
        * Plugged some leaks.

5.26    * More auto-updater tweaks.

5.25    * Try harder to bypass Quarrantine and Gatekeeper in OSX installer.
        * Some files were missing from the tarball.

5.24    * Added "Automatically check for updates" option on OSX.
        * Updated feed-loading for recent Flickr changes.
        * Updated `webcollage' for recent Google changes.
        * Added Instagram and Bing as `webcollage' image sources.
        * Updated to latest autoconf.
        * Bug fixes.

5.23    * New hack, `geodesic'.
        * iOS and OSX: huge XCopyArea performance improvements.
        * More heuristics for using RSS feeds as image sources.
        * Improved Wikipedia parser.
        * Updated `webcollage' for recent Flickr changes.
        * Added Android to `bsod'.
        * OSX: Added a real installer.
        * iOS and OSX: fixed a font-metrics bug.
        * iOS: Fixed aspect ratio bug in non-rotating apps when launched in
          landscape mode.
        * Made `quasicrystal' work on weak graphics cards.
        * iOS: fixed `ifs'.
        * Better compression on icons, plists and XML files: smaller
          distribution and installation footprint.
        * Reverted that DEACTIVATE change. Bad idea.
        * `Phosphor' now supports amber as well as green.

(hauke)

2014-08-12 15:56:35 UTC MAIN commitmail json YAML

Add libmongo-client

(fhajny)

2014-08-12 15:55:02 UTC MAIN commitmail json YAML

Updated x11/xscreensaver to 5.29

(hauke)

2014-08-12 15:53:51 UTC MAIN commitmail json YAML

Added databases/libmongo-client version 0.1.8

(fhajny)

2014-08-12 15:53:36 UTC MAIN commitmail json YAML

Import libmongo-client-0.1.8 as databases/libmongo-client.

This is an alternative C driver for MongoDB. It is meant to be a stable
(API, ABI and quality alike), clean, well documented and well tested shared
library, that strives to make the most common use cases as convenient
as possible.

(fhajny)

2014-08-12 09:47:17 UTC MAIN commitmail json YAML

2014-08-12 09:43:07 UTC MAIN commitmail json YAML

Update to nss 3.16.4

This release consists primarily of CA certificate changes as listed
below, and includes a small number of bug fixes.

Notable Changes:
* The following 1024-bit root CA certificate was restored to allow more
  time to develop a better transition strategy for affected sites. It was
  removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy
  forum led to the decision to keep this root included longer in order to
  give website administrators more time to update their web servers.
  - CN = GTE CyberTrust Global Root
* In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification
  Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit
  intermediate CA certificate has been included, without explicit trust.
  The intention is to mitigate the effects of the previous removal of the
  1024-bit Entrust.net root certificate, because many public Internet
  sites still use the "USERTrust Legacy Secure Server CA" intermediate
  certificate that is signed by the 1024-bit Entrust.net root certificate.
  The inclusion of the intermediate certificate is a temporary measure to
  allow those sites to function, by allowing them to find a trust path to
  another 2048-bit root CA certificate. The temporarily included
  intermediate certificate expires November 1, 2015.

(markd)

2014-08-12 08:33:31 UTC MAIN commitmail json YAML

Fix for PR pkg/48683 based on a hint from wiz@.

(prlw1)

2014-08-12 08:11:26 UTC MAIN commitmail json YAML

Not compatible with Python 3 yet.

(fhajny)

2014-08-12 07:58:48 UTC MAIN commitmail json YAML

Update to phonon-backend-vlc 0.7.2

* Initialize libvlc with appropriate arguments on OS X
* Prevent libvlc 2.2 argument warnings by not using the deprecated
  --album-art argument when building against 2.2. This argument will be
  removed entirely in a future feature release as its presence only
  reflected the libvlc default behavior anyway.
* Ensure playback is terminated when encountering an invalid queued
  MediaSource.
* Prevent a crash when when GUIs call setCdTrack on a not-yet-ready
  MediaPlayer.

(markd)

2014-08-12 07:56:32 UTC MAIN commitmail json YAML

Update to phonon-backend-gstreamer 4.7.2

* Prevent assertation failures with Qt 5 by not unlocking mutexes that have
  not been previously locked.
* Convert a direct call chain to QApplication::syncX() to a Qt queued call
  to prevent cross-thread usage of X11, ultimately causing XIO errors and
  crashes.

(markd)

2014-08-12 07:54:07 UTC MAIN commitmail json YAML

Update to phonon 4.7.2

* Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from
  kdelibs git.
* Prevent possible internal infinite loop call chains when trying to handle
  backend construction in simulation mode (i.e. without actual backend
  being installed on the system).
* When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make
  sure that the relative Qt paths are set according to whether the build is
  meant for Qt4 or 5. Previously this would always install to a path for
  qt5.

(markd)

2014-08-12 06:19:28 UTC MAIN commitmail json YAML

Improve DESCR, from Jan Danielsson on pkgsrc-users.

(wiz)

2014-08-12 05:50:58 UTC MAIN commitmail json YAML

2014-08-12 05:41:39 UTC MAIN commitmail json YAML

adjust a pattern to match 0.8 vs everything else.

fixes build on netbsd-7, which was matching "not everything else"

(mrg)

2014-08-12 05:12:41 UTC MAIN commitmail json YAML

Suggest a command sequence that is more likely to work as intended.

(schmonz)

2014-08-12 05:09:36 UTC MAIN commitmail json YAML

I've merely added security/nacl, not also updated it.

(schmonz)

2014-08-12 05:01:51 UTC MAIN commitmail json YAML

Updated security/nacl to 20110221

(schmonz)

2014-08-12 05:01:14 UTC MAIN commitmail json YAML

Add and enable nacl.

(schmonz)

2014-08-12 05:00:34 UTC MAIN commitmail json YAML

Initial import of NaCl.

NaCl (pronounced "salt") is a new easy-to-use high-speed software
library for network communication, encryption, decryption, signatures,
etc. NaCl's goal is to provide all of the core operations needed
to build higher-level cryptographic tools.

Of course, other libraries already exist for these core operations.
NaCl advances the state of the art by improving security, by improving
usability, and by improving speed.

(schmonz)

2014-08-11 23:21:11 UTC MAIN commitmail json YAML

2014-08-11 23:12:05 UTC MAIN commitmail json YAML

Mention ffmpeg, ffplay rename.

(wiz)

2014-08-11 23:10:51 UTC MAIN commitmail json YAML

2014-08-11 23:09:46 UTC MAIN commitmail json YAML

2014-08-11 23:02:10 UTC MAIN commitmail json YAML

Import ffplay1-1.2.7 as multimedia/ffplay1.

FFplay is a very simple and portable media player using the FFmpeg
libraries and the SDL library.  It is mostly used as a testbed for
the various FFmpeg APIs.

(wiz)

2014-08-11 23:01:50 UTC MAIN commitmail json YAML

2014-08-11 21:29:01 UTC MAIN commitmail json YAML

2014-08-11 21:22:15 UTC MAIN commitmail json YAML

2014-08-11 21:18:03 UTC MAIN commitmail json YAML

2014-08-11 21:17:20 UTC MAIN commitmail json YAML

2014-08-11 21:06:30 UTC MAIN commitmail json YAML

2014-08-11 21:04:33 UTC MAIN commitmail json YAML

Updated devel/hs-transformers-base to 0.4.3

(szptvlfn)

2014-08-11 21:03:58 UTC MAIN commitmail json YAML

2014-08-11 19:44:33 UTC MAIN commitmail json YAML

Updated graphics/ilmbase to 2.2.0; graphics/openexr to 2.2.0

(adam)

2014-08-11 19:42:46 UTC MAIN commitmail json YAML

Changes 2.2.0:
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec.
* IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.

(adam)

2014-08-11 19:42:33 UTC MAIN commitmail json YAML

Changes 2.2.0:
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec.
* IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.

(adam)

2014-08-11 14:20:27 UTC MAIN commitmail json YAML

SunOS still seems to need xf86-video-ati6
Enables graphics on HP Probook under omnios.

(richard)

2014-08-11 12:06:00 UTC MAIN commitmail json YAML

Use a (shell) "for" loop to deal with creating the symbolic links for both
include filenames instead of duplicating the code.

(tron)

2014-08-11 11:50:06 UTC MAIN commitmail json YAML

Also create "ncurses/ncurses.h" if we are using a builtin curses library.

Some packages (e.g. "cmake" version 3.0.1) automatically discover
"${PREFIX}/include/ncurses/ncurses.h" and derive the include filename
from this path.

(tron)

2014-08-11 11:20:37 UTC MAIN commitmail json YAML

2014-08-11 11:20:24 UTC MAIN commitmail json YAML

Adapt path for cmake-3.0. Bump PKGREVISION.

(wiz)

2014-08-11 06:16:44 UTC MAIN commitmail json YAML

Add PYTHON_VERSIONS_INCOMPATIBLE=26 due to devel/py-gobject3.

(jperkin)

2014-08-11 02:57:24 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Base to 0.79

(wen)

2014-08-11 02:56:22 UTC MAIN commitmail json YAML

Update to 0.79

Upstream changes:
0.79 Sat Aug  9 00:55:07 PDT 2014
- Dep on EU::MM 6.52

0.78 Sat Aug  9 00:23:58 PDT 2014
- Fix swim errors

0.77 Fri Aug  8 12:39:43 PDT 2014
- Change Provider test to use string eval, keeping it out of the eyes of
  Perl::Prereqs.

0.76 Thu Aug  7 00:29:39 PDT 2014
- Fix bad encoding in Pod

0.75 Wed Aug  6 22:04:50 PDT 2014
- Use PR/14 which makes old and new Test::Builders work. exodist++

0.74 Wed Aug  6 13:36:29 PDT 2014
- Add dependency on Filter::Util::Call just to be sure
- Spiffy requires it and we already require Spiffy

0.73 Wed Aug  6 13:24:45 PDT 2014
- Doc fix. Thanks @Perlover++

0.72 Wed Aug  6 10:31:52 PDT 2014
- Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x

0.71 Wed Aug  6 09:50:04 PDT 2014
- Applied PR/4 from schwern++

0.70 Wed Aug  6 09:30:03 PDT 2014
- Fixed doc typo

0.69 Wed Aug  6 09:09:34 PDT 2014
- Add $VERSION back into Test::Base

0.68 Wed Aug  6 08:56:09 PDT 2014
- PR/11 and fixes

0.67 Tue Aug  5 10:16:09 PDT 2014
- Add badges to doc

0.66 Mon Aug  4 00:39:44 PDT 2014
- Remove (c) from Copyright
- Ginish doc to Swim

0.65 Sat Aug  2 23:48:34 PDT 2014
- Fix copyright years.

0.64 Fri Aug  1 23:16:11 PDT 2014
- Add Algorithm::Diff and Text::Diff to test.requires

0.63 Fri Aug  1 23:04:30 PDT 2014
- Switch to Zilla-Dist

0.62 Mon Feb 10 14:45:04 PST 2014
- Bad plan in a test

0.61 Sat Feb  8 11:08:00 PST 2014
- Switch to dzil

(wen)

2014-08-11 02:31:36 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Tiny to 1.63

(wen)

2014-08-11 02:30:54 UTC MAIN commitmail json YAML

Update to 1.63

Upstream changes:
1.63      2014-06-11 21:58:18Z

        [FIXED]

        - incorrect error messages fixed, when $@ is clobbered when Carp
          wasn't loaded (GH#30, GH#31, Hilko Bengen)

        [CHANGED]

        - now checking for, and erroring on, duplicate keys found in a hash
          (GH#32, Hilko Bengen)

(wen)

2014-08-11 02:27:01 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-LibYAML to 0.47

(wen)

2014-08-11 02:26:14 UTC MAIN commitmail json YAML

Update to 0.47

Upstream changes:
0.47 Sat Aug  9 00:29:29 PDT 2014
- Fix swim errors

0.46 Tue Aug  5 10:32:41 PDT 2014
- Add badges to doc
- Fix ReadMe

0.45 Mon Aug  4 01:23:10 PDT 2014
- Fix Meta and add Contributing.

0.44 Sun Jul 13 15:19:41 PDT 2014
- Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this.

0.43 Sat Jul 12 10:04:07 PDT 2014
- Test::Base tests needed 'inc' in @INC

0.42 Fri Jul 11 14:45:58 PDT 2014
- Switch to Zilla::Dist
- No longer dep on Test::Base, Spiffy, and Filter::Util::Call
- Remove test/changes.t

(wen)

2014-08-11 02:22:05 UTC MAIN commitmail json YAML

Updated textproc/p5-Unicode-LineBreak to 2014.06

(wen)

2014-08-11 02:20:47 UTC MAIN commitmail json YAML

Update to 2014.06

Upstream changes:
2014.06  Fri Jun 20 2014
# Unicode 7.0.0, bundled sombok 2.3.3.

2014.004_26  Sat May 04 2014
# Unicode 7.0.0beta at Mar 18, bundled sombok-2.3.2beta1.
! lib/Unicode/LineBreak.pod
! lib/POD2/JA/Unicode/LineBreak.pod
! t/18currency.t
  - add a change for U+20BB.

(wen)

2014-08-11 02:12:33 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Unidecode to 1.01

(wen)

2014-08-11 02:11:28 UTC MAIN commitmail json YAML

Update to 1.01

Upstream changes:
2014-06-30  Sean M. Burke  sburke@cpan.org
* Release 1.01 -- first official Unidecode release since 2001!!!
* There are no real changes since the 2014-06-23 developer
release.  I'm just making this all official now.

2014-06-23  Sean M. Burke  sburke@cpan.org
* !DEVELOPER RELEASE!
* Release 1.00_03
* Now asserting that we need at least Perl 5.8.0
An automated test system that tried running the t/*.t
        under a 5.6.2 spewed all kinds of crazy error messages.
Hence the bump-up.
So, I added assertions for the version.
* I added some tests for more basic sanity assertions.

2014-06-17  Sean M. Burke  sburke@cpan.org
v1.00_02 - Not released.  Just internal rearranging.

2014-06-13  Sean M. Burke  sburke@cpan.org
* !DEVELOPER RELEASE!
* Release 1.00(_01!)- so many years later, finally we bump up to 1.*!

* My documentation is now BRILLIANT.
* Minor bugfixes.
* Some code comments for clarity.
* A modern test suite.

* A proper release will follow in a few days.

(wen)

2014-08-11 02:07:16 UTC MAIN commitmail json YAML

Updated devel/p5-Future to 0.29

(wen)

2014-08-11 02:06:20 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.29    2014/07/17 12:18:12
        [CHANGES]
        * Added Test::Future
        * Stronger deprecations - repeat {} on failures warns every time,
          ->and_then / ->or_else warn once

        [BUGFIXES]
        * Define the behaviour of dependent futures when components are
          cancelled. (Partially fixes RT96685)
        * Use Module::Build->prompt (RT96409)
        * Ensure that repeat on an empty foreach list or empty generator
          without 'otherwise' behaves correctly, just yield an immediate

0.28    2014/06/08 22:43:40
        [CHANGES]
        * Added ->label
        * Added ->btime, rtime, elapsed tracing timers
        * Better handling of 'breaks' version detection

0.27    2014/06/06 17:42:27
        [BUGFIXES]
        * Depend on Carp 1.25 for the new message format with trailing
          period, so tests work

0.26    2014/06/01 12:52:53
        [CHANGES]
        * Added ->is_failed accessor
        * Implement ->export_to_level in Future::Utils
        * Print a warning about lost sequence Futures
        * Allow Future->done and Future->fail as simple class constructors
          to return immediates
        * Added Future->unwrap

        [BUGFIXES]
        * Ensure that sequence futures are weaken()ed in the forward
          direction.
          **NOTE** This will potentially break existing code that depended on
            strong references. This old code was, however, broken.

(wen)

2014-08-11 02:01:49 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.26

(wen)

2014-08-11 02:00:55 UTC MAIN commitmail json YAML

Update to 5.26

Upstream changes:
5.26  2014-08-09
  - Improved WebSocket performance.
  - Fixed proxy exception handling bug in Mojo::UserAgent.
  - Fixed bug where Mojo::Transaction::WebSocket would build incorrect frames
    if the FIN bit was not set.

5.25  2014-08-07
  - Added reduce method to Mojo::Collection. (sri, batman)
  - Added if_none_match method to Mojo::Headers.
  - Added is_fresh method to Mojolicious::Static.
  - Added is_fresh helper to Mojolicious::Plugin::DefaultHelpers.
  - Improved Mojolicious to use MyApp::Controller namespace by default and
    encourage its use in the documentation.
  - Improved sort method in Mojo::Collection to use $a and $b. (batman)
  - Improved Mojolicious::Static to support ETag and If-None-Match headers.
  - Improved documentation browser CSS.
  - Fixed escaping bugs in Mojo::DOM::CSS.

(wen)

2014-08-11 01:54:09 UTC MAIN commitmail json YAML

Updated devel/p5-Inline to 0.68

(wen)

2014-08-11 01:53:13 UTC MAIN commitmail json YAML

Update to 0.68

Upstream changes:
0.68 Mon Aug 11 01:19:12 BST 2014
- Update "with" docs for EU::D 0.400.

(wen)

2014-08-10 20:51:28 UTC MAIN commitmail json YAML

Updated textproc/mdocml to 1.13.1

(wiz)

2014-08-10 20:51:01 UTC MAIN commitmail json YAML

Update to 1.13.1:

Changes in version 1.13.1, released on August 10, 2014

    --- MAJOR NEW FEATURES ---
* A complete apropos(1)/makewhatis(8)/man.cgi(8) suite
  based on SQLite3 is now included.
  CAVEAT: This also requires a working fts(3) implementation.
  If your system lacks that *and* you want apropos(1)/makewhatis(8),
  stay with 1.12.3 for now, then go to 1.12.4 and 1.13.2.
  [wiz: for this reason, the package does not enable these tools yet]
* The roff(7) parser now provides an almost complete implementation
  of numerical expressions.
* Warning and error messages have been improved in many ways.
  Almost all fatal errors were downgraded to normal errors and some
  even to warnings.  Almost all messages now mention the macro where
  the issue is detected and many indicate the workaround employed.
  The mandoc(1) manual now includes a list explaining all messages.
    --- MINOR NEW FEATURES ---
* The roff(7) parser now supports the .ami (append to macro with
  indirectly specified name), .as (append to user-defined
  string), .dei (define macro with indirectly specified name),
  .ll (line length), and .rr (remove register) requests.
* The roff(7) parser now supports string comparison and numerical
  conditionals in the .if and .ie requests.
* The roff parser now fully supports the \B (validate numerical
  expression) and partially supports the \w (measure text width)
  escape sequences.
* The terminal formatter now supports the \: (optional line break)
  escape sequence.
* The roff parser now supports expansion of user-defined strings
  involving indirect references.
* The roff(7) parser now handles some pre-defined read-only
  number registers that occur in the pod2man(1) preamble.
* For backward compatibility, the mdoc(7) parser and formatters
  now support the obsolete macros .En, .Es, .Fr, and .Ot.
* The mdoc(7) formatter non partially supports .Bd -centered.
* tbl(7) now handles leading and trailing vertical lines.
* The build system now provides fallback versions of strcasestr(3)
  and strsep(3) for systems lacking them.
* The mdoc(7) manual now explains how various standards
  supported by the .St macro are related to each other.
    --- BUGFIXES ---
* In the roff(7) parser, several bugs were fixed with respect
  to closing conditional blocks on macro lines.
* Parsing of roff(7) identifiers and escape sequences was improved
  in multiple respects.
* In the mdoc(7) parser, the handling of defective document
  prologues was improved in multiple ways.
* The mdoc(7) parser no longer skips content before the first section
  header, and it no longer deletes non-.% content from .Rs blocks.
* In the mdoc(7) parser, a crash was fixed related to weird .Sh headers.
* In the mdoc(7) parser, handling of .Sm with missing or invalid
  arguments was corrected.
* In the mdoc(7) parser, trailing punctuation at the end of partial
  implicit macros no longer triggers end-of-sentence spacing.
* In the terminal formatter, two crashes were fixed: one triggered by
  excessive indentation and another by excessively long .Nm arguments.
* In the terminal formatter, a floating point rounding bug was
  fixed that sometimes caused an off-by-one error in indentation.
* In the UTF-8 formatter, rendering of accents, breakable hyphens,
  and non-breakable spaces was corrected.
* In the HTML formatter, encoding of special characters was
  corrected in multiple respects.
* In the mdoc(7) formatter, rendering of .Ex and .Rv was
  improved for various edge cases.
* In the mdoc(7) formatter, handling of empty .Bl -inset item
  heads was improved.
* In the man(7) formatter, some bugs were fixed with respect
  to same-line detection in the context of .TP and .nf macros,
  and the indentation of .IP and .TP blocks was improved.
* The mandoc(3) library no longer prints to stderr.
    --- THANKS TO ---
  Abhinav Upadhyay (NetBSD), Andreas Voegele, Anthony Bentley (OpenBSD),
  Christian Weisgerber (OpenBSD), Havard Eidnes (NetBSD), Jan Stary,
  Jason McIntyre (OpenBSD), Jeremie Courreges-Anglas (OpenBSD),
  Joerg Sonnenberger (NetBSD), Juan Francisco Cantero Hurtado (OpenBSD),
  Marc Espie (OpenBSD), Matthias Scheler (NetBSD), Pascal Stumpf (OpenBSD),
  Paul Onyschuk (Alpine Linux), Sebastien Marie, Steffen Nurpmeso,
  Stuart Henderson (OpenBSD), Ted Unangst (OpenBSD), Theo de Raadt (OpenBSD),
  Thomas Klausner (NetBSD), and Ulrich Spoerlein (FreeBSD)
  for reporting bugs and missing features.

(wiz)

2014-08-10 18:27:18 UTC MAIN commitmail json YAML

Add py-python-rrdtool

(fhajny)

2014-08-10 18:26:53 UTC MAIN commitmail json YAML

Added databases/py-python-rrdtool version 1.4.7

(fhajny)

2014-08-10 18:26:33 UTC MAIN commitmail json YAML

Import python-rrdtool as databases/py-python-rrdtool.

This is a working Python Package of RRDtool binding to Python.
It delivers the same API as original binding.

(fhajny)

2014-08-10 17:36:09 UTC MAIN commitmail json YAML

2014-08-10 15:42:32 UTC MAIN commitmail json YAML

Updated devel/cmake to 3.0.1; databases/mysql55 to 5.5.39; databases/mysql56 to 5.6.20; multimedia/x264-devel to 20140809

(adam)

2014-08-10 15:39:15 UTC MAIN commitmail json YAML

2014-08-10 14:55:27 UTC MAIN commitmail json YAML

Updated converters/py-simplejson to 3.6.2

(wiz)

2014-08-10 14:55:08 UTC MAIN commitmail json YAML

Update to 3.6.2:

Version 3.6.2 released 2014-08-09

* Documentation updates

Version 3.6.1 released 2014-08-09

* Documentation updates

(wiz)

2014-08-10 14:54:23 UTC MAIN commitmail json YAML

Updated security/stunnel to 5.03

(wiz)

2014-08-10 14:54:12 UTC MAIN commitmail json YAML

Update to 5.03:

Version 5.03, 2014.08.07, urgency: HIGH:
* Security bugfixes
  - OpenSSL DLLs updated to version 1.0.1i.
    See https://www.openssl.org/news/secadv_20140806.txt
* New features
  - FIPS autoconfiguration cleanup.
  - FIPS canister updated to version 2.0.6.
  - Improved SNI diagnostic logging.
* Bugfixes
  - Compilation fixes for old versions of OpenSSL.
  - Fixed whitespace handling in the stunnel.init script.

Version 5.02, 2014.06.09, urgency: HIGH:
* Security bugfixes
  - OpenSSL DLLs updated to version 1.0.1h.
    See https://www.openssl.org/news/secadv_20140605.txt
* New features
  - Major rewrite of the protocol.c interface: it is now possible to add
    protocol negotiations at multiple connection phases, protocols can
    individually decide whether the remote connection will be
    established before or after SSL/TLS is negotiated.
  - Heap memory blocks are wiped before release.  This only works for
    block allocated by stunnel, and not by OpenSSL or other libraries.
  - The safe_memcmp() function implemented with execution time not
    dependent on the compared data.
  - Updated the stunnel.conf and stunnel.init templates.
  - Added a client-mode example to the manual.
* Bugfixes
  - Fixed "failover = rr" broken since version 5.00.
  - Fixed "taskbar = no" broken since version 5.00.
  - Compilation fix for missing SSL_OP_MSIE_SSLV2_RSA_PADDING option.

(wiz)

2014-08-10 14:52:30 UTC MAIN commitmail json YAML

Updated games/rftg to 0.9.2

(wiz)

2014-08-10 14:52:17 UTC MAIN commitmail json YAML

Update to 0.9.2:

Version 0.9.2 released, with support for the cards from Alien
Artifacts.

(wiz)

2014-08-10 14:46:16 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.6.1

(wiz)

2014-08-10 14:46:03 UTC MAIN commitmail json YAML

Update to 2.6.1:

2.6.1
-----------------------------------

- No longer show line numbers in the --verbose output, the output is now
  purely the nodeid.  The line number is still shown in failure reports.
  Thanks Floris Bruynooghe.

- fix issue437 where assertion rewriting could cause pytest-xdist slaves
  to collect different tests. Thanks Bruno Oliveira.

- fix issue555: add "errors" attribute to capture-streams to satisfy
  some distutils and possibly other code accessing sys.stdout.errors.

- fix issue547 capsys/capfd also work when output capturing ("-s") is disabled.

- address issue170: allow pytest.mark.xfail(...) to specify expected exceptions via
  an optional "raises=EXC" argument where EXC can be a single exception
  or a tuple of exception classes.  Thanks David Mohr for the complete
  PR.

- fix integration of pytest with unittest.mock.patch decorator when
  it uses the "new" argument.  Thanks Nicolas Delaby for test and PR.

- fix issue with detecting conftest files if the arguments contain
  "::" node id specifications (copy pasted from "-v" output)

- fix issue544 by only removing "@NUM" at the end of "::" separated parts
  and if the part has an ".py" extension

- don't use py.std import helper, rather import things directly.
  Thanks Bruno Oliveira.

(wiz)

2014-08-10 14:45:08 UTC MAIN commitmail json YAML

Updated devel/py-py to 1.4.23

(wiz)

2014-08-10 14:44:53 UTC MAIN commitmail json YAML

Update to 1.4.23:

1.4.23
==================================================

- use newer apipkg version which makes attribute access on
  alias modules resolve to None rather than an ImportError.
  This helps with code that uses inspect.getframeinfo()
  on py34 which causes a complete walk on sys.modules
  thus triggering the alias module to resolve and blowing
  up with ImportError.  The negative side is that something
  like "py.test.X" will now result in None instead of "importerror: pytest"
  if pytest is not installed.  But you shouldn't import "py.test"
  anyway anymore.

- adapt one svn test to only check for any exception instead
  of specific ones because different svn versions cause different
  errors and we don't care.

(wiz)

2014-08-10 14:43:35 UTC MAIN commitmail json YAML

+ ilmbase-2.2.0, libplist-1.11, nss-3.16.4, openexr-2.2.0,
  py-py-1.4.23, py-simplejson-3.6.2, py-test-2.6.1, rftg-0.9.2,
  stunnel-5.03, texmaker-4.3 [wip], vlc-2.1.5 [wip], wine-devel-1.7.24,
  x264-devel-20140809.

(wiz)

2014-08-10 14:42:40 UTC MAIN commitmail json YAML

Updated security/py-cryptography to 0.5.3

(wiz)

2014-08-10 14:42:25 UTC MAIN commitmail json YAML

Update to 0.5.3:

0.5.3 - 2014-08-06
~~~~~~~~~~~~~~~~~~

* Updated Windows wheels to be compiled against OpenSSL 1.0.1i.

(wiz)

2014-08-10 14:27:40 UTC MAIN commitmail json YAML

Changes 5.5.39:

CMake support was updated to handle CMake version 3.

The timed_mutexes system variable has no effect and is deprecated.

Bugs Fixed

InnoDB: Opening a parent table that has thousands of child tables could result in a long semaphore wait condition.

Partitioning: Selecting from a table having multiple columns in its primary key and partitioned by LIST COLUMNS(R), where R was the last (rightmost) column listed in the primary key definition, returned an incorrect result.

Replication: When using row-based replication, updating or deleting a row on the master that did not exist on the slave led to failure of the slave when it tried to process the change. This problem occurred with InnoDB tables lacking a primary key.

Replication: Quotation marks were not always handled correctly by LOAD DATA INFILE when written into the binary log.

Replication: A group of threads involved in acquiring locks could deadlock when the following events occurred:

Dump thread reconnects from slave; on master, a new dump thread tries to kill zombie dump threads; having acquired the thread's LOCK_thd_data, it is about to acquire LOCK_log.

Application thread executing show binary logs, having acquired LOCK_log and about to acquire LOCK_index.

Application thread executing PURGE BINARY LOGS; having acquired LOCK_index, it is about to acquire LOCK_thread_count.

Application thread executing SHOW PROCESSLIST (or SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST), having acquired LOCK_thread_count and about to acquire the zombie dump thread's LOCK_thd_data.

(adam)

2014-08-10 13:25:40 UTC MAIN commitmail json YAML

2014-08-10 13:25:29 UTC MAIN commitmail json YAML

Updated x11/qt5-qtwebkit to 5.2.1nb1

(wiz)

2014-08-10 13:24:54 UTC MAIN commitmail json YAML

Include libexecinfo/bl3.mk on Darwin, Linux, and NetBSD.
(Compare x11/qt5-qtbase/patches/patch-qtwebkit_Source_WTF_wtf_Assertions.cpp)
>From Niclas Rosenvik in PR 48609.
Bump PKGREVISION.

(wiz)

2014-08-10 13:13:09 UTC MAIN commitmail json YAML

Added games/MyGoGrinder version 2.0.0.J6

(wiz)

2014-08-10 13:12:45 UTC MAIN commitmail json YAML

+ MyGoGrinder

(wiz)

2014-08-10 13:12:31 UTC MAIN commitmail json YAML

Import MyGoGrinder-2.0.0.J6 as games/MyGoGrinder.

MyGoGrinder is a Java program to solve Go (Weiqi, Baduk) problems.
This work is based on GoGrinder.

(wiz)

2014-08-10 12:52:08 UTC MAIN commitmail json YAML

2014-08-10 12:21:49 UTC MAIN commitmail json YAML

Added textproc/igor version 0.0.20140517

(wiz)

2014-08-10 12:21:36 UTC MAIN commitmail json YAML

2014-08-10 12:21:22 UTC MAIN commitmail json YAML

Import igor-0.0.20140517 as textproc/igor.

The many rules for man pages and DocBook are a bit much to remember when
months can pass between working on the various types.

After not finding much to do automated checking, I slapped together a
Perl program called "igor" that does some of this.  At present it checks
all types of files for repeated words ("is is"), common spelling
mistakes collected from FreeBSD documents, FreeBSD obsolete features
(just "cvsup" so far), bad phrases ("the to"), and bad whitespace (blank
lines with whitespace or lines with trailing whitespace).
There's a separate style check that makes some subjective suggestions.

There are also particular tests for mdoc(7) and DocBook files.

(wiz)

2014-08-10 10:47:42 UTC MAIN commitmail json YAML

Use 'mkdir -p' in case ${PREFIX}/etc doesn't exist yet.

(wiz)

2014-08-10 10:16:24 UTC MAIN commitmail json YAML

Add openssl to bl3 if built with the ssl option.

(fhajny)

2014-08-10 10:02:51 UTC MAIN commitmail json YAML

Changes 3.0.1:
We are pleased to announce the release of CMake 3.0.0. In CMake 3.0, the CMake language has been extended with *Bracket Argument* and *Bracket Comment* syntax inspired by Lua long bracket, and the CMake documentation has been converted to reStructuredText.

Furthermore, new "CodeLite" and "Kate" extra generators are available for use with the Makefile or Ninja generators. In addition, the "add_library()" command learned a new "INTERFACE" library type, the "export()" command learned a new "EXPORT" mode that retrieves the list of targets to export from an export set configured by the "install(TARGETS)" command "EXPORT" option, and the "project()" command learned to set some version variables to values specified by the new "VERSION" option or to empty strings.

(adam)

2014-08-10 09:19:49 UTC MAIN commitmail json YAML

Updated sysutils/nautilus to 2.32.2.1nb21

(wiz)

2014-08-10 09:19:28 UTC MAIN commitmail json YAML

Avoid warnings due to non-standard mimetypes.
>From upstream via Benjamin Lorenz in PR 49095.
Bump PKGREVISION and fix a pkglint warning while here.

(wiz)

2014-08-10 09:10:10 UTC MAIN commitmail json YAML

Avoid redefinition warnings with _XOPEN_SOURCE using _POSIX_C_SOURCE
on SunOS (especially during bootstrapping)

(richard)

2014-08-10 09:08:36 UTC MAIN commitmail json YAML

Updated x11/xf86-video-vmware to 13.0.2nb2

(wiz)

2014-08-10 09:08:21 UTC MAIN commitmail json YAML

Add 2560x1440 to supported resolutions.

Native resolution on iMac 27".
Reported missing by Benjamin Lorenz in PR 49094.
Bump PKGREVISION.

(wiz)

2014-08-10 09:06:48 UTC MAIN commitmail json YAML

Fix build under Mac OS X.

(tron)

2014-08-10 08:21:46 UTC MAIN commitmail json YAML

2014-08-10 06:35:30 UTC MAIN commitmail json YAML

2014-08-10 03:46:25 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.0.4

(obache)

2014-08-10 03:46:16 UTC MAIN commitmail json YAML

Update mikutter to 3.0.4.

* always use primary account to send reply
* update translations

(obache)

2014-08-10 02:30:11 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-kkc to 1.5.21

(obache)

2014-08-10 02:30:00 UTC MAIN commitmail json YAML

Update ibus-kkc to 1.5.21.

    Drop support for libkkc <= 0.3.3

    setup: Check if the existing shortcut key is non-null, when removing

    setup: Set the "label" attribute properly when adding a shortcut

    Port to libgee 0.8 API

    Don't send update-property signal until properties are registered
    To reduce the number of D-Bus signals sent on focus-in.

    Update translations

(obache)

2014-08-10 02:27:34 UTC MAIN commitmail json YAML

Updated converters/libkkc to 0.3.4

(obache)

2014-08-10 02:27:24 UTC MAIN commitmail json YAML

Update libkkc to 0.3.4.

    Update translations
    Port to libgee 0.8 API
    rom-kana: Retain partial input when "convert-*" commands are called
    rom-kana: Assign "ly<X>" to HIRAGANA SMALL LETTER <X>

(obache)

2014-08-10 02:15:25 UTC MAIN commitmail json YAML

remove unwanted comment.

(obache)

2014-08-09 23:50:32 UTC MAIN commitmail json YAML

Added devel/commit-patch version 2.5

(wiz)

2014-08-09 23:50:16 UTC MAIN commitmail json YAML

+ commit-patch

(wiz)

2014-08-09 23:49:53 UTC MAIN commitmail json YAML

Import commit-patch-2.5 as devel/commit-patch.

A neat little utility that lets you check in select portions of a
file into Darcs, Git, Mercurial, Bazaar, Subversion, or CVS
repositories. It comes as a command line app and also and emacs
interface.

(wiz)

2014-08-09 23:18:33 UTC MAIN commitmail json YAML

Someone(TM) should package jitsi:
https://jitsi.org/
Secure Video Calls and Chat

However, Java is not my strong suite, and it's written in Java.

(wiz)

2014-08-09 23:08:41 UTC MAIN commitmail json YAML

2014-08-09 23:00:10 UTC MAIN commitmail json YAML

Added sysutils/watchman version 2.9.8

(wiz)

2014-08-09 22:59:47 UTC MAIN commitmail json YAML

2014-08-09 22:59:31 UTC MAIN commitmail json YAML

Import watchman-2.9.8 as sysutils/watchman.

Watchman exists to watch files and record when they actually change.
It can also trigger actions (such as rebuilding assets) when matching
files change.

(wiz)

2014-08-09 22:27:29 UTC MAIN commitmail json YAML

Added games/py-easyAI version 0.0.0.4

(wiz)

2014-08-09 22:27:16 UTC MAIN commitmail json YAML

2014-08-09 22:26:50 UTC MAIN commitmail json YAML

Import py27-easyAI-0.0.0.4 as games/py-easyAI.

EasyAI is a pure-Python artificial intelligence framework for
two-players abstract games such as Tic Tac Toe, Connect 4, Reversi,
etc.  It makes it easy to define the mechanisms of a game, and play
against the computer or solve the game.  Under the hood, the AI is
a Negamax algorithm with alpha-beta pruning and transposition
tables.

(wiz)

2014-08-09 22:13:25 UTC MAIN commitmail json YAML

Added lang/vala024 version 0.24.0

(wiz)

2014-08-09 22:13:15 UTC MAIN commitmail json YAML

2014-08-09 22:12:57 UTC MAIN commitmail json YAML

Import vala024-0.24.0 as lang/vala024 (based on vala020).

Vala is a programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.

This package contains the 0.24 release.

(wiz)

2014-08-09 22:11:02 UTC MAIN commitmail json YAML

2014-08-09 21:58:00 UTC MAIN commitmail json YAML

Added devel/bugs-everywhere version 1.1.1

(wiz)

2014-08-09 21:57:45 UTC MAIN commitmail json YAML

+ bugs-everywhere

(wiz)

2014-08-09 21:57:15 UTC MAIN commitmail json YAML

Import py27-bugs-everywhere-1.1.1 as devel/bugs-everywhere.

This is Bugs Everywhere (BE), a bugtracker built on distributed
version control.  It works with Arch, Bazaar, Darcs, Git, Mercurial,
and Monotone at the moment, but is easily extensible.  It can also
function with no VCS at all.

The idea is to package the bug information with the source code,
so that bugs can be marked "fixed" in the branches that fix them.
So, instead of numbers, bugs have globally unique ids.

(wiz)

2014-08-09 21:54:10 UTC MAIN commitmail json YAML

Added textproc/py-numpydoc version 0.5

(wiz)

2014-08-09 21:53:53 UTC MAIN commitmail json YAML

2014-08-09 21:53:31 UTC MAIN commitmail json YAML

Import py34-numpydoc-0.5 as textproc/py-numpydoc; packaged for wip
by jihbed.

Numpy's documentation uses several custom extensions to Sphinx.

The following extensions are available:

* numpydoc: support for the Numpy docstring format in Sphinx, and
  add the code description directives np:function, np-c:function,
  etc. that support the Numpy docstring syntax.
* numpydoc.traitsdoc: For gathering documentation about Traits
  attributes.
* numpydoc.plot_directive: Adaptation of Matplotlib's plot::
  directive. Note that this implementation may still undergo severe
  changes or eventually be deprecated.

(wiz)

2014-08-09 21:24:50 UTC MAIN commitmail json YAML

Added mail/trojita version 0.4.1

(wiz)

2014-08-09 21:24:35 UTC MAIN commitmail json YAML

2014-08-09 21:24:08 UTC MAIN commitmail json YAML

Import trojita-0.4.1 as mail/trojita.

This is Trojita, a Qt IMAP e-mail client.

Features:

* A pure Qt4 (and Qt5!) application with no additional dependencies
* Robust IMAP core implemented using Qt's Model-View framework
* Standards compliance is a design goal
* On-demand message list and body part loading
* Offline IMAP support
* Support for bandwidth-saving mode aimed at mobile users with
  expensive connection
* IMAP over SSH -- in addition to usual SSL/TLS connections, the
  server could be accessed via SSH
* Safe and robust dealing with HTML mail

(wiz)

2014-08-09 20:44:23 UTC pkgsrc-2014Q2 commitmail json YAML

2014-08-09 20:43:14 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4471 - requested by obache
security/openssl: security update

Revisions pulled up:
- security/openssl/Makefile                                    1.195
- security/openssl/PLIST.common                                1.19
- security/openssl/distinfo                                    1.108

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Aug  7 01:29:45 UTC 2014

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

  Log Message:
  Update openssl to 1.0.1i.

    Changes between 1.0.1h and 1.0.1i [6 Aug 2014]

    *) Fix SRP buffer overrun vulnerability. Invalid parameters passed to the
        SRP code can be overrun an internal buffer. Add sanity check that
        g, A, B < N to SRP code.

        Thanks to Sean Devlin and Watson Ladd of Cryptography Services, NCC
        Group for discovering this issue.
        (CVE-2014-3512)
        [Steve Henson]

    *) A flaw in the OpenSSL SSL/TLS server code causes the server to
  negotiate      TLS 1.0 instead of higher protocol versions when the
  ClientHello message      is badly fragmented. This allows a
  man-in-the-middle attacker to force a      downgrade to TLS 1.0 even if
  both the server and the client support a      higher protocol version, by
  modifying the client's TLS records.

        Thanks to David Benjamin and Adam Langley (Google) for discovering and
        researching this issue.
        (CVE-2014-3511)
        [David Benjamin]

    *) OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are =
  subject
        to a denial of service attack. A malicious server can crash the client
        with a null pointer dereference (read) by specifying an anonymous
  (EC)DH      ciphersuite and sending carefully crafted handshake messages.

        Thanks to Felix Grvbert (Google) for discovering and researching this
        issue.
        (CVE-2014-3510)
        [Emilia K=E4=B3=B0er]

    *) By sending carefully crafted DTLS packets an attacker could cause
  openssl      to leak memory. This can be exploited through a Denial of
  Service attack.      Thanks to Adam Langley for discovering and researching
  this issue.      (CVE-2014-3507)
        [Adam Langley]

    *) An attacker can force openssl to consume large amounts of memory =
  whilst
        processing DTLS handshake messages. This can be exploited through a
        Denial of Service attack.
        Thanks to Adam Langley for discovering and researching this issue.
        (CVE-2014-3506)
        [Adam Langley]

    *) An attacker can force an error condition which causes openssl to crash
        whilst processing DTLS packets due to memory being freed twice. This
        can be exploited through a Denial of Service attack.
        Thanks to Adam Langley and Wan-Teh Chang for discovering and
  researching      this issue.
        (CVE-2014-3505)
        [Adam Langley]

    *) If a multithreaded client connects to a malicious server using a
  resumed      session and the server sends an ec point format extension it
  could write      up to 255 bytes to freed memory.

        Thanks to Gabor Tyukasz (LogMeIn Inc) for discovering and researching
  this      issue.
        (CVE-2014-3509)
        [Gabor Tyukasz]

    *) A malicious server can crash an OpenSSL client with a null pointer
        dereference (read) by specifying an SRP ciphersuite even though it was
  not      properly negotiated with the client. This can be exploited through
  a      Denial of Service attack.

        Thanks to Joonas Kuorilehto and Riku Hietam=E4=AB=A9 (Codenomicon) for
        discovering and researching this issue.
        (CVE-2014-5139)
        [Steve Henson]

    *) A flaw in OBJ_obj2txt may cause pretty printing functions such as
        X509_name_oneline, X509_name_print_ex et al. to leak some information
        from the stack. Applications may be affected if they echo pretty
  printing      output to the attacker.

        Thanks to Ivan Fratric (Google) for discovering this issue.
        (CVE-2014-3508)
        [Emilia K=E4=B3=B0er, and Steve Henson]

    *) Fix ec_GFp_simple_points_make_affine (thus, EC_POINTs_mul etc.)
        for corner cases. (Certain input points at infinity could lead to
        bogus results, with non-infinity inputs mapped to infinity too.)
        [Bodo Moeller]

  To generate a diff of this commit:
  cvs rdiff -u -r1.194 -r1.195 pkgsrc/security/openssl/Makefile
  cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/openssl/PLIST.common
  cvs rdiff -u -r1.107 -r1.108 pkgsrc/security/openssl/distinfo

(spz)

2014-08-09 20:26:54 UTC MAIN commitmail json YAML

Added multimedia/bitstream version 1.0

(wiz)