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

2024-05-13 05:48:57 UTC Now

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

Added devel/hs-resourcet version 1.1.2.3

(szptvlfn)

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

Import resourcet-1.1.2.3 as devel/hs-resourcet,
packaged for wip.

A full tutorial is available at
https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet.

This package was originally included with the conduit package, but has
existed as a separate package for quite a while. It is fully usable outside
of conduit.

(szptvlfn)

2014-09-12 20:29:30 UTC MAIN commitmail json YAML

Update to ABCL 1.3.1
While here, add test target. Temporarily require network access for it.

Changes since previous package:

Version 1.3.1
=============
http://abcl.org/svn/tags/1.3.1/
30-APR-2014

## Fixed

*  The underlying Java Function Interface (JFI) now converts CL:T and
  CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+.  Users who wish to
  reference a JAVA:+NULL+ should do so explicitly.

*  Make JCALL work in more places.  Thanks to Olof-Joachim Frahm.
  <http://abcl.org/trac/changeset/14683>

*  Interpolate CL:SLEEP and THREADS:OBJECT-WAIT for timeouts below the
  Planck timer ("1ns") to a nanosecond.
  <http://abcl.org/trac/changeset/14679>

*  Update to ASDF 3.1.0.103.
  <http://abcl.org/trac/changeset/14661>

  Fixes loading of Ironclad and other Quicklisp systems.

*  Fix Uniform Naming Convention (aka "UNC" or "network") paths under Windows.
  <http://abcl.org/trac/changeset/14659>

  DIRECTORY now works again on UNC paths.

  UNC paths may be either specified with either back slash (#\\) or
  forward slash (#\/) doubled as the first character in a Pathname
  namestring.

  The patterns in

        //<server>/<share>/[directories-and-files]

  are parsed as

    <server> is stored as HOST.

    <share> is stored as DEVICE.

    [directories-and-files] gets parsed as per the normal rules under
    Windows.

  Mixing namestrings with both backslash and slash characters can
  lead to unpredictable results.  It is recommended not to use
  backslash characters in namestrings if it can be avoided.  The
  pathname printed representation is always normalized to using
  forward slash delimiters.

*  Find contrib based on system jar name.
  <http://abcl.org/trac/changeset/14657>

  From Olof-Joachim Frahm.

Version 1.3.0
=============
http://abcl.org/svn/tags/1.3.0/
15-MAR-2014

## Features

*  Make LispStackFrame.UNAVAILABLE_ARG a singleton object,
  and lazily create the little used portions of the Lisp stack.

    Aggressively cache and control the use of memory by the underlying
    Lisp stack frame representation by introducing the private
    LispThread.StackFrame and LispThread.StackSegments classes.

    Contributed by Dmitry Nadezhin.

    LispStackFrame object are allocated on every
    LispThread.execute(...) .  However, they are seldom [accessed]
    ([... verify via] inspect[tion of the] stack trace). This patch
    delays allocation of LispStackFrame? objects until they are
    requested.  Raw information about stack frames is stored in
    stack. Stack is an Object[] array (more precisely a list of [...]4
    [Mib] Object[] arrays).

    ME: We are going to need a way to try to less agressively grab 4Mib
    chunks in low memory situations.

    Memory profiling of ABCL shows that the classes with largest
    allocation count are org.armedbear.lisp.LispStackFrame and
    org.armedbear.lisp.LispStackFrame.UnavailableArgument.

    Contributed by Dmitry Nadezhin.

    [r14572]: http://abcl.org/trac/changeset/14572
    [r14579]: http://abcl.org/trac/changeset/14579

*  ASDF 3.0.1.94 shipped with the implementation

*  per function call stack and memory exception handler in CL:COMPILE

  Inline calls to jrun-exception-protected (used by handler-bind to
  catch out of memory conditions).  This commit saves generation
  roughly 50 cls files.

  [r14552]: http://abcl.org/trac/changeset/14552

*  SYS:SHA256 audited

    The functionality if the SYS:SHA256 algorithim has been audited for
    use on inputs of single for files with recently shipping ORCL Java 7
    implementations (through jdk-1.7.0_51).

    [r14582]:  http://abcl.org/trac/changeset/14582

* Connect to NetBeans controlled JDWP via SLIME

    The Netbeans IDE configuration now includes a way to connect to
    the running-under-jdb ABCL via SLIME.  One needs a version of
    SLIME able to be loaded from its 'swank.asd' definition.

* Install 'abcl.jar' and 'abcl-contrib.jar' locally as Maven artifacts

    The Ant `abcl.mvn.install` target now installs build artifacts
    into the local Maven repository (Olof-Joachim Frahm)

    [r14579]: http://abcl.org/trac/changeset/14606

## Compatibility

*  CL:DIRECTORY

  The implementation specific :RESOLVE-SYMLINKS argument to the ANSI
  DIRECTORY function has been changed to nil.  This implements
  behavior closer to SBCL and guarantees that a DIRECTORY operation
  will not signal a file error.

  [r14619]: http://abcl.org/trac/changeset/14619
  [ticket-340]: http://abcl.org/trac/ticket/340

## Fixes

*  Fix CL:SLEEP for intervals less than a millisecond.

  For intervals less than or equal to a nanosecond, including an
  interval of zero, the current thread merely yields execution to
  other threads.

  [r14632]: http://abcl.org/trac/changeset/14632

## Tested

### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1"

### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0-b129" "x86_64-Mac_OS_X-10.9.2"

## Contrib

#### abcl-asdf

*  Now working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for
  the help!

  [ticket-328]: http://abcl.org/trac/ticket/328

*  cache Maven dependency resolution to avoid repeated lookups.

  Instead of calling ABCL-ASDF:RESOLVE in both the ASDF COMPILE-OP
  and LOAD-OP, we now cache the result of invocation in COMPILE-OP
  and add this value in the LOAD-OP phase. Contributed by Cyrus
  Harmon.

  [r14631]: http://abcl.org/trac/changeset/14631

#### jna

  Now references jna-4.0.0.  Some incompatibility with CFFI ([in
  progress with fixing upstream][cffi-easye]).

[cffi-easye]: http://github.com/easye/cffi/

(asau)

2014-09-12 17:09:24 UTC MAIN commitmail json YAML

Updated mail/qmail-run to 20140912

(schmonz)

2014-09-12 17:07:10 UTC MAIN commitmail json YAML

Bump default limits for qmail-{pop3d,smtpd} to 140MB, since a process
on NetBSD/amd64 needs 128MB for a stack these days (thanks riastradh@).
Bump version.

(schmonz)

2014-09-12 13:52:20 UTC MAIN commitmail json YAML

Replace Python interpreter in __init__.py to squelch pkgsrc warning.
Seems unlikely to matter much in practice; ride recent version bump.

(schmonz)

2014-09-12 12:55:41 UTC MAIN commitmail json YAML

Added devel/p5-Path-IsDev version 1.001002

(wen)

2014-09-12 12:54:10 UTC MAIN commitmail json YAML

Add p5-Path-IsDev

(wen)

2014-09-12 12:52:12 UTC MAIN commitmail json YAML

Import Path-IsDev-1.001002 as devel/p5-Path-IsDev.

This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development".

(wen)

2014-09-12 11:27:56 UTC MAIN commitmail json YAML

Updated www/squidanalyzer to 6.0

(adam)

2014-09-12 10:39:57 UTC MAIN commitmail json YAML

patch-Makefile.PL not needed anymore

(adam)

2014-09-12 10:21:42 UTC MAIN commitmail json YAML

Changes 6.0:
Multiple access.log files can be processed at the same time.
Multiprocess mode can be activated using the -j N command line option.
New ExcludedMimes configuration directive to exclude from statistics a comma separated list of mime-type or using regex like text/.*.
New ExcludedMethods configuration directive to exclude from statistics a comma separated list of HTTP methods (GET,POST,CONNECT,...).
New translation available: pl_PL

(adam)

2014-09-12 09:03:35 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Markdown to 2.002

(wen)

2014-09-12 09:02:33 UTC MAIN commitmail json YAML

Update to 2.002

Upstream changes:
2.002    2014-07-05T15:20:40Z

  - Docs: Add example of command line usage to Synopsis.
    Thanks, Cindy Wang!

2.001    2014-04-20T02:40:11Z

  - Use double-asterisk instead of double-underscore for bold Markdown.
    This allows bold and italic to be nested without confusing parsers.
    Thanks to Mike Covington for the great pull request (gh-9)!

2.000    2014-02-01T14:38:27Z

  - Releasing previous (1.99[01]) as stable
    (now uses Pod::Simple instead of Pod::Parser).
    See below for changes.

1.991-TRIAL 2014-01-03T04:07:49Z

  [Test Fixes]
  - Ignore worthless testing of empty links that fail with Pod::Simple 3.16.

1.990-TRIAL 2014-01-02T14:13:40Z

  [Enhancements]
  - Change backend from Pod::Parser to Pod::Simple.
    Previous documented API has been ported
    however the Pod::Simple API should be preferred for new code.
  - Improve escaping of markdown characters.
  - Accept for/begin 'markdown' and 'html' regions by default.
  - Represent over/back regions without items as blockquotes.

  [Backward Incompatible Changes]
  - E<> codes used to produce equivalent html entities (&foo;).
    These now simply print the corresponding unicode character as utf-8.
    If you desire alternate behavior please report a bug.
  - Tabs are now expanded.

(wen)

2014-09-12 08:50:56 UTC MAIN commitmail json YAML

Updated devel/p5-Test-File to 1.39

(wen)

2014-09-12 08:49:52 UTC MAIN commitmail json YAML

Update to 1.39
Add missing BUILD_DEPENDS
Add a patch to fix test

Upstream changes:
1.39 - Thu Sep 11 05:46:58 2014
* Allow tests to run in parallel (RT #89908 and RT #91862)

1.38 - Thu Sep 11 04:03:42 2014
* Add xmikew's mtime test fucntions. GitHub issue #8

1.37 - Thu Sep 11 03:46:00 2014
* Uncomment accidently commented symlink_target_is_absolute_ok

(wen)

2014-09-12 08:12:45 UTC MAIN commitmail json YAML

Added devel/p5-Test-utf8 version 1.01

(wen)

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

Add p5-Test-utf8

(wen)

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

Import Test-utf8-1.01 as devel/p5-Test-utf8.

This module is a collection of tests useful for dealing with
utf8 strings in Perl.

(wen)

2014-09-12 07:58:12 UTC MAIN commitmail json YAML

small build fix to support PKG_DESTDIR_SUPPORT="user-destdir"

(spz)

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

Updated misc/p5-Vroom to 0.37

(wen)

2014-09-12 07:02:09 UTC MAIN commitmail json YAML

Update to 0.37
Add missing DEPENDS

Upstream changes:
0.37 Mon Sep  8 16:40:13 PDT 2014
- All any extension. Fixes issue/14.

0.36 Sat Aug 16 12:52:50 PDT 2014
- Meta 0.0.2

0.35 Fri Aug 15 21:00:48 PDT 2014
- Add t/000-compile-modules.t

0.34 Sat Aug  9 00:28:19 PDT 2014
- Fix swim errors

0.33 Fri Aug  8 12:59:46 PDT 2014
- Switch hashbang to '#!/usr/bin/env perl'

0.32 Wed Jul 30 12:01:30 PDT 2014
- Change doc to swim
- Update Meta and add Contributing

0.31 Mon Jun 16 22:51:56 PDT 2014
- Try new travis excludes
- Use manual VERSION

0.30 Sat Jun 14 14:26:02 PDT 2014
- Update to Zilla::Dist

0.29 Wed Jun 12 09:29:51 PDT 2013
- Tests fixed by svennieboy++

0.28 Wed May 29 12:36:28 PDT 2013
- Buddy Burden++ added notes support!

0.27 Tue Jul 17 09:43:41 PDT 2012
- Support for running shell slides -- mikegrb++

(wen)

2014-09-12 06:04:45 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.9.8

(wiz)

2014-09-12 06:04:36 UTC MAIN commitmail json YAML

Update to 2014.9.8:

2014.9.8 - 2014-09-08
=====================
----

* Fix #28: missing ``html2text`` package in installation.

(wiz)

2014-09-12 05:22:09 UTC MAIN commitmail json YAML

Rev the distfile patch:
  - remove references to <malloc.h>, which failed the build in MacOS
  - silence a bunch more compiler warnings
  - don't use index()
  - roll in the two current pkgsrc patches
  - some tidyup

PKGREVISION -> 7

(dholland)

2014-09-12 04:17:38 UTC MAIN commitmail json YAML

Use strerror, not sys_errlist. Probably fixes Solaris build and others.
While here patch some other legacy C issues as well.

(dholland)

2014-09-12 03:57:32 UTC MAIN commitmail json YAML

2014-09-12 03:54:13 UTC MAIN commitmail json YAML

Rip out struct sgttyb. And <termio.h>. This is 2014.

Should fix the build on Solaris and most other OSes that don't keep a
museum of historical BSD curiosities on tap.

Also, make the termios code already present actually work instead of
zeroing some things, using uninitialized values for others, and
thereby hanging up the tty. Given that some of the logic apparently
came from Debian patches, I'm not impressed. (I suppose Linux probably
doesn't honor hangup via setting the speed to 0.)

While here also fix up the window size handling.

Input now works properly for me (on NetBSD) and it didn't before I
started mucking around, so it seems like generally a step forward.

PKGREVISION -> 1.

(dholland)

2014-09-11 22:00:55 UTC MAIN commitmail json YAML

2014-09-11 21:59:56 UTC MAIN commitmail json YAML

Added sysutils/hs-temporary version 1.2.0.3

(szptvlfn)

2014-09-11 21:59:29 UTC MAIN commitmail json YAML

Import temporary-1.2.0.3 as sysutils/hs-temporary,
packaged for wip.

The functions for creating temporary files and directories in the base
library are quite limited. The unixutils package contains some good ones,
but they aren't portable to Windows. This library just repackages the Cabal
implementations of its own temporary file and folder functions so that you
can use them without linking against Cabal or depending on it being
installed.

(szptvlfn)

2014-09-11 21:59:06 UTC MAIN commitmail json YAML

2014-09-11 21:58:19 UTC MAIN commitmail json YAML

Added devel/hs-hint version 0.4.2.0

(szptvlfn)

2014-09-11 21:57:46 UTC MAIN commitmail json YAML

Import hint-0.4.2.0 as devel/hs-hint,
packaged for wip by pho.

This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is thread-safe
and type-safe (even the coercion of expressions to values). It is,
esentially, a huge subset of the GHC API wrapped in a simpler API.

(szptvlfn)

2014-09-11 21:48:52 UTC MAIN commitmail json YAML

Updated devel/libgetopt to 1.4.6

(jperkin)

2014-09-11 21:48:34 UTC MAIN commitmail json YAML

2014-09-11 21:35:33 UTC MAIN commitmail json YAML

Updated x11/xinit to 1.3.4

(wiz)

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

Update to 1.3.4:

Alan Coopersmith (4):
      Fix warnings about parameters to startServer & startClient shadowing globals
      Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Brad Smith (1):
      Remove hardcoded path to OpenSSL for OpenBSD

Hans de Goede (7):
      Remove unixware / sco support
      Bump required util-macros version to 1.19
      Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files
      startx: Under Linux start X on the current VT
      startx: Pass vtX as long as the user did not specify one
      startx: Make the bugzilla reference in a comment survive cpp
      processing
      xinit 1.3.4

(wiz)

2014-09-11 21:27:09 UTC MAIN commitmail json YAML

2014-09-11 20:29:07 UTC pkgsrc-2014Q2 commitmail json YAML

2014-09-11 20:28:57 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4495 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.33
- multimedia/adobe-flash-plugin11/distinfo                      1.31

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Sep 10 09:51:25 UTC 2014

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

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.406 fo APSB14-21.

(tron)

2014-09-11 19:32:49 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup tickets #4496, #4497 and #4498.

(tron)

2014-09-11 19:32:19 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4498 - requested by he
devel/p5-subversion: security update

Revisions pulled up:
- devel/p5-subversion/Makefile                                  1.81

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Aug 13 09:09:57 UTC 2014

  Modified Files:
  pkgsrc/devel/p5-subversion: Makefile

  Log Message:
  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.

(tron)

2014-09-11 19:16:33 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4497 - requested by obache
emulators/suse131_base: security update

Revisions pulled up:
- emulators/suse131_base/Makefile                              1.9 via patch
- emulators/suse131_base/distinfo                              1.7

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Sep 11 09:28:51 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_base: Makefile distinfo

  Log Message:
  Bump suse131_base to nb5.

      openSUSE Security Update: glibc
  ___________________________________________________________________________
  ___

  Announcement ID:    openSUSE-SU-2014:1115-1
  Rating:            important
  References:        #887022 #892073 #894553
  Cross-References:  CVE-2014-0475 CVE-2014-5119 CVE-2014-6040

  Affected Products:
                      openSUSE 13.1
                      openSUSE 12.3
  ___________________________________________________________________________
  ___

      An update that fixes three vulnerabilities is now available.

  Description:

      glibc was updated to fix three security issues:

      - A directory traversal in locale environment handling was fixed
        (CVE-2014-0475, bnc#887022, GLIBC BZ #17137)

      - Disable gconv transliteration module loading which could be used for
        code execution (CVE-2014-5119, bnc#892073, GLIBC BZ #17187)

      - Fix crashes on invalid input in IBM gconv modules (CVE-2014-6040,
        bnc#894553, BZ #17325)

(tron)

2014-09-11 19:12:57 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4496 - requested by he
devel/java-subversion: security update
devel/p5-subversion: security update
devel/py-subversion: security update
devel/ruby-subversion: security update
devel/subversion-base: security update
www/ap2-subversion: security update

Revisions pulled up:
- devel/subversion-base/options.mk                              1.14
- devel/subversion/Makefile                                    1.57
- devel/subversion/Makefile.version                            1.70
- devel/subversion/distinfo                                    1.93
- devel/subversion/files/build-outputs.mk                      1.24

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Aug 13 09:08:55 UTC 2014

  Modified Files:
  pkgsrc/devel/subversion: Makefile Makefile.version distinfo
  pkgsrc/devel/subversion-base: options.mk
  pkgsrc/devel/subversion/files: build-outputs.mk

  Log Message:
  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.

(tron)

2014-09-11 17:08:00 UTC MAIN commitmail json YAML

2014-09-11 17:03:32 UTC MAIN commitmail json YAML

Updated games/exchess-book-small to 20140911

(jperkin)

2014-09-11 17:03:11 UTC MAIN commitmail json YAML

Update package for newer exchess book generation arguments.

(jperkin)

2014-09-11 17:01:23 UTC MAIN commitmail json YAML

Updated games/exchess-book-medium to 20140911

(jperkin)

2014-09-11 17:01:10 UTC MAIN commitmail json YAML

Update package for newer exchess book generation arguments.

(jperkin)

2014-09-11 16:59:43 UTC MAIN commitmail json YAML

Updated games/exchess to 7.31beta

(jperkin)

2014-09-11 16:59:16 UTC MAIN commitmail json YAML

Update games/exchess to v7.31beta, this package's first update in 14 years.

The primary motivator for the upgrade is to improve the book generation
time, which is now several times faster (builds were failing with CPU ulimit
of 1 hour on 3GHz Xeon E5's with the previous version).  This new version
even supports multiple cores, though that isn't enabled at this time.

There appear to have been many other updates, but there is no ChangeLog
and there aren't even any intermediate versions for download (hence using
the current beta version).  Upstream unfortunately makes it as difficult
as possible to see the history of this package.

(jperkin)

2014-09-11 16:11:46 UTC MAIN commitmail json YAML

2014-09-11 14:00:18 UTC MAIN commitmail json YAML

2014-09-11 13:50:24 UTC MAIN commitmail json YAML

Ignore null returns in operator new implementations. They are generally
after aborts or asserts already.

(joerg)

2014-09-11 13:49:06 UTC MAIN commitmail json YAML

Revert, missed the earlier update for the same change.

(joerg)

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

Screams for pkg-config.

(joerg)

2014-09-11 13:47:46 UTC MAIN commitmail json YAML

Explicitly remove -g if not using debug option. Significantly reduces
memory foot print of ld.

(joerg)

2014-09-11 13:46:30 UTC MAIN commitmail json YAML

Restrict to the same versions as Mercurial itself.

(joerg)

2014-09-11 10:47:58 UTC MAIN commitmail json YAML

Not python3 compatible due to py-mercurial dependency.

(jperkin)

2014-09-11 09:29:05 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb5

(obache)

2014-09-11 09:28:51 UTC MAIN commitmail json YAML

Bump suse131_base to nb5.

  openSUSE Security Update: glibc
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1115-1
Rating:            important
References:        #887022 #892073 #894553
Cross-References:  CVE-2014-0475 CVE-2014-5119 CVE-2014-6040

Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes three vulnerabilities is now available.

Description:

  glibc was updated to fix three security issues:

  - A directory traversal in locale environment handling was fixed
    (CVE-2014-0475, bnc#887022, GLIBC BZ #17137)

  - Disable gconv transliteration module loading which could be used for
    code execution (CVE-2014-5119, bnc#892073, GLIBC BZ #17187)

  - Fix crashes on invalid input in IBM gconv modules (CVE-2014-6040,
    bnc#894553, BZ #17325)

(obache)

2014-09-11 07:28:42 UTC MAIN commitmail json YAML

Updated net/p5-Net-GitHub to 0.68

(wen)

2014-09-11 07:26:41 UTC MAIN commitmail json YAML

Update to 0.68

Upstream changes:
0.68    2014-08-30
        Fixed URI encoding issue #52 (sillymoose)

0.67_01 2014-08-22
        rewrite Net::GitHub::V3::Search (legacy methods is removed)

0.66    2014-07-31
        "Unrecognized LWP::UserAgent options" warning (RT #97639)

0.65    2014-06-29
        fix glob ref issue for perl < 5.14 (Alex Vandiver)

0.64    2014-06-27
        use decoded_content on res in upload_asset (Alex Vandiver)

0.63    2014-05-30
        fix pulls (RT 96068)

0.62    2014-05-27
        formal release, no code changes

0.61_01    2014-05-20
        from Any::Moose to Moo (github haarg (Graham Knop))

0.60    2014-05-16
        filters in commits, delete repos etc.

0.59    2014-03-30
        - upload_asset

0.58    2014-03-30
        - Release API

0.57    2014-03-07
        - POD fix (jotamjr)

0.56    2014-02-07
        - Add Subscription methods. (Kevin Falcone)

0.55    2013-12-19
        - remove JSON::XS requirements in Makefile.PL (no code changes)

0.54    2013-09-25
        - $user->contributions (mikegrb)(Rev Michael Greb)

0.53    2013.09.01
        - listing all public repos (kimmel)

0.52    2013.03.28
        - Fix argument handling for pulls (dagolden)

0.51    2013.03.14
        - move pod.t to xt and fix POD (RT 83926)

(wen)

2014-09-11 07:23:34 UTC MAIN commitmail json YAML

2014-09-11 07:22:47 UTC MAIN commitmail json YAML

Needs zlib, seen in Solaris build. PKGREVISION -> 2

(dholland)

2014-09-11 07:15:56 UTC MAIN commitmail json YAML

Use LOGIN_NAME_MAX instead of MAXLOGNAME, and don't rely on __unused
existing. Should improve non-NetBSD builds.

(dholland)

2014-09-11 06:45:45 UTC MAIN commitmail json YAML

Use <ctype.h> correctly. Yeah, this isn't all that important but I was
prodding the package for another reason and fixed it in passing.

(dholland)

2014-09-11 06:26:22 UTC MAIN commitmail json YAML

Remove patch that's not needed any longer after 0.26 update.

(wiz)

2014-09-11 06:03:03 UTC MAIN commitmail json YAML

Needs libiconv, fixes build on SunOS

(fhajny)

2014-09-11 02:01:06 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.39

(wen)

2014-09-11 02:00:20 UTC MAIN commitmail json YAML

Update to 5.39

Upstream changes:
5.39  2014-09-07
  - Improved decamelize performance.
  - Fixed bug in Mojo::Template where newline characters could get lost.

5.38  2014-09-05
  - Improved routes command to use new terminology for flags.
  - Fixed bug in Mojo::Util where tablify could not handle empty columns.

(wen)

2014-09-11 01:53:31 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3129

(wen)

2014-09-11 01:52:03 UTC MAIN commitmail json YAML

Update to 1.3129

Upstream changes:
1.3129 2014-09-09
[BUG FIXES]
- Dzil conversion left 'dancer' script behind. (GH#1066)

[STATISTICS]
- code churn: 17 files changed, 1425 insertions(+), 1432 deletions(-)

1.3128 2014-09-09
[BUG FIXES]
- Remove test dependency for Person and Person::Child. (GH#1063)

1.3127 2014-09-08
[BUG FIXES]
- Test was using deprecated 'import_warnings'. (GH#1045, mokko)
- Fix default test names for headers and redirection test methods.
  (GH#1048, odyniec)
- DANCER_SERVER_TOKENS and DANCER_SESSION_INFO are now
  DANCER_NO_SERVER_TOKENS and DANCER_NO_SESSION_INFO. And working. :-)
  (GH#1014, Yanick Champoux)
- 'any' wasn't understanding 'del' (only 'delete').  (GH#1044, Yanick
  Champoux)

[DISTRIBUTION]
- Now using Dist::Zilla as package manager.

[DOCUMENTATION]
- Correct POD formatting for HTTP methods in introduction.pod. (GH#1047,
  Lx)

[ENHANCEMENTS]
- environment configs are now merged with the global config, versus the
  previous behavior that was overriding the whole config segments.
  (GH#1016, Yanick Champoux)
- Dancer::Handler::Debug now accepts env variables from the command-line.
  (GH#1056, Yanick Champoux)
- Accessing values abstracted as methods in Dancer::Session. (GH#1000,
  John Wittkoski)

(wen)

2014-09-10 21:41:39 UTC MAIN commitmail json YAML

2014-09-10 21:40:32 UTC MAIN commitmail json YAML

Added devel/hs-ghc-mtl version 1.2.1.0

(szptvlfn)

2014-09-10 21:40:07 UTC MAIN commitmail json YAML

Import ghc-mtl-1.2.1.0 as devel/hs-ghc-mtl,
packaged fro wip by pho.

Provides an mtl compatible version of the GhcT monad-transformer
defined in the GHC-API since version 6.10.1.

(szptvlfn)

2014-09-10 21:39:49 UTC MAIN commitmail json YAML

2014-09-10 21:38:40 UTC MAIN commitmail json YAML

Added textproc/hs-texmath version 0.8

(szptvlfn)

2014-09-10 21:38:06 UTC MAIN commitmail json YAML

Import texmath-0.8 as textproc/hs-texmath,
packaged for wip.

The texmath library provides functions to read and write TeX math,
presentation MathML, and OMML (Office Math Markup Language, used in
Microsoft Office). Support is also included for converting math formats to
pandoc's native format (allowing conversion, via pandoc, to a variety of
different markup formats). The TeX reader supports basic LaTeX and AMS
extensions, and it can parse and apply LaTeX macros.
(See http://johnmacfarlane.net/texmath for a live demo of
bidirectional conversion between LaTeX and MathML.)

The package also includes several utility modules which may be useful for
anyone looking to manipulate either TeX math or MathML. For example, a copy
of the MathML operator dictionary is included.

(szptvlfn)

2014-09-10 20:09:52 UTC MAIN commitmail json YAML

note hydrogen 0.9.6.1.

(mrg)

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

update to hydrogen 0.9.6.1.  mostly just a bug fix release.

(mrg)

2014-09-10 19:32:43 UTC MAIN commitmail json YAML

Really fix build with netpbm.

(wiz)

2014-09-10 19:02:13 UTC MAIN commitmail json YAML

Support yet another NetBSD major version.

(joerg)

2014-09-10 19:01:03 UTC MAIN commitmail json YAML

2014-09-10 19:00:04 UTC MAIN commitmail json YAML

Doesn't support Python 3.3 or 3.4.

(joerg)

2014-09-10 18:59:22 UTC MAIN commitmail json YAML

Doesn't support Python 3.x

(joerg)

2014-09-10 16:05:50 UTC MAIN commitmail json YAML

Added finance/py-trytond-analytic-account version 3.2.1

(richard)

2014-09-10 16:03:48 UTC MAIN commitmail json YAML

2014-09-10 16:03:38 UTC MAIN commitmail json YAML

Updated www/py-uwsgi to 2.0.7

(wiedi)

2014-09-10 16:02:33 UTC MAIN commitmail json YAML

Update py-uwsgi to 2.0.7

uWSGI 2.0.7
===========

Changelog [20140905]

Bugfixes
********

- fixed counters in statsd plugin (Joshua C. Forest)
- fixed caching in php plugin (Andrew Bevitt)
- fixed management of system users starting with a number
- fixed request body readline using memmove instead of memcpy (Andrew Wason)
- ignore "user" namespace in setns (still a source of problems)
- fixed Python3 rpc bytes/string mess (result: we support both)
- do not destroy the Emperor on failed mount hooks
- fixed symbol lookup error in the Mono plugin on OS X (Ventero)
- fixed fastcgi and scgi protocols error when out of buffer happens
- fixed solaris/smartos I/O management
- fixed 2 memory leaks in the rpc subsystem (Riccardo Magliocchetti)
- fixed rados plugin PUT method (Martin Mlynář)
- fixed multiple python mountpoints with multiple threads in cow mode
- stats UNIX socket is now deleted by vacuum
- fixed off-by-one corruption in cache LRU mode
- force single-cpu build in cygwin (Guido Notari)

New Features and improvements
*****************************

allow calling the spooler from every cpython context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

At Europython 2014, Ultrabug (a uWSGI contributor and packager) asked for the possibility to spool tasks directly from a greenlet.

Done.

store_delete cache2 option
^^^^^^^^^^^^^^^^^^^^^^^^^^

Author: goir

The store_delete flag of the --cache2 option, allows you to force the cache engine to automatically remove an invalid
backing store file.

file logger rotation
^^^^^^^^^^^^^^^^^^^^

Author: Riccardo Magliocchetti

The `file` logger has been extended to allow the use of rotation (the same system used by the non-pluggable --logto):

https://github.com/unbit/uwsgi/commit/0324e5965c360dccfb873ffe351dec88ddab59c5

vassals plugin hooks
^^^^^^^^^^^^^^^^^^^^

The plugin have has been extended with two new hooks: vassal and vassal_before_exec.

Both allows to customize a vassal soon after its process has been generated.

The first third-party plugin using it is the 'apparmor' one:

https://github.com/unbit/uwsgi-apparmor

allowing you to apply an apparmor profile to a vassal

Broodlord improvements
^^^^^^^^^^^^^^^^^^^^^^

The broodlord subsystem has been improved with a new option: --vassal-sos that automatically ask for reinforcement when all of the workers of an instance are busy.

In addition to this a sysadmin can now manually ask for reinforcement sending the 'B' commando to the master fifo of an instance.

(wiedi)

2014-09-10 15:59:34 UTC MAIN commitmail json YAML

Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch.  There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.

(jperkin)

2014-09-10 15:10:17 UTC MAIN commitmail json YAML

Updated finance/py-trytond-account-payment-sepa to 3.2.2

(richard)

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

update finance/py-tryton-account-payment-sepa to 3.2.2

Changelog as generated by Mercurial:
2014-08-03  C辿dric Krier  <ced@b2ck.com>

o  * CHANGELOG:
|  Prepare release 3.2.2
|  [c6e83e05054d] [3.2.2] <3.2>
|
2014-06-28  C辿dric Krier  <ced@b2ck.com>

o  * payment.py:
|  Use mandate account for receivable payment
|
|  issue4008 review14311002 (grafted from
|  507f846f6331a94e512eb16b9e6bae69de2340a9)
|  [1c4aad4089b7] <3.2>
|
2014-07-03  C辿dric Krier  <ced@b2ck.com>

o  * tryton.cfg:
|  Increase version number
|  [8962d54d59dc] <3.2>
|
o  * .hgtags:
|  Added tag 3.2.1 for changeset 1377b3f11837
|  [421e6bacf513] <3.2>
|
o  * CHANGELOG:
|  Prepare release 3.2.1
|  [1377b3f11837] [3.2.1] <3.2>
|
2014-05-09  C辿dric Krier  <ced@b2ck.com>

o  * template/pain.001.001.03.xml, template/pain.001.001.05.xml,
|  template/pain.008.001.02.xml, template/pain.008.001.04.xml:
|  Some banks don't allow multi-line values in XML
|
|  issue3880 review11261002 (grafted from
|  3d3e65fc43df84a572c555906a94432f6edc6f43)
|  [baa34ff53f13] <3.2>
|
2014-04-29  C辿dric Krier  <ced@b2ck.com>

o  * template/base.xml:
|  Use the Function field for creditor identifier (grafted from
|  5f35c6dee7a9ab849b597741e667d133c6fd1cfe)
|  [7b9cdcb3c448] <3.2>
|
2014-04-21  C辿dric Krier  <ced@b2ck.com>

o  * tryton.cfg:
|  Increase version number
|  [b1836714b597] <3.2>
|
o  * Create branch 3.2
|  [f273d1f295d1] <3.2>
|

(richard)

2014-09-10 14:36:02 UTC MAIN commitmail json YAML

update py-trytond to 3.2.2

(richard)

2014-09-10 14:35:05 UTC MAIN commitmail json YAML

update devel/py-trytond to 3.2.2

Changelog as generated by Mercurial:
2014-08-03  C辿dric Krier  <ced@b2ck.com>

o  * CHANGELOG:
|  Prepare release 3.2.2
|  [282f764285a6] [3.2.2] <3.2>
|
2014-07-20  C辿dric Krier  <ced@b2ck.com>

o  * trytond/modules/__init__.py:
|  'res' should be global in load_modules
|
|  issue4045 (grafted from d1bf8bffed36b177685d2fa29dbe3608f85b5a79)
|  [ee24fb8ffbb1] <3.2>
|
o  * trytond/tests/run-tests.py:
|  Exit run-tests with correct error code
|
|  review7411002 (grafted from
|  ec915931bf69a18cc004d208064e14d159276972)
|  [bc4a4b150883] <3.2>
|
2014-06-13  C辿dric Krier  <ced@b2ck.com>

o  * trytond/model/fields/numeric.py:
|  Fix SQLite Numeric domain value for None
|
|  issue3930 review11281002 (grafted from
|  b7653d96ef050a23b8d600d0eaaa99745cd03b81)
|  [ed07a28cdd64] <3.2>
|
o  * trytond/protocols/xmlrpc.py:
|  XML-RPC dumps None to nil instead of bool
|
|  issue3981 review6351003 (grafted from
|  851a0446f64dea53fcee27dce1ea16e6f06b7b46)
|  [78e787cd5cfc] <3.2>
|
2014-06-08  C辿dric Krier  <ced@b2ck.com>

o  * trytond/model/fields/many2many.py, trytond/model/fields/many2one.py:
|  Ensure ids clause is a list for concatenation
|
|  issue3949 review11281006 (grafted from
|  4f0c0b43e6a70823126f76e8c814c4b60cdf2bb2)
|  [1f165de2a802] <3.2>
|
2014-07-01  C辿dric Krier  <ced@b2ck.com>

o  * trytond/version.py:
|  Increase version number
|  [3f5aa86ffab6] <3.2>
|
o  * .hgtags:
|  Added tag 3.2.1 for changeset f239ef8edd83
|  [25bfbef89d0e] <3.2>
|
o  * CHANGELOG:
|  Prepare release 3.2.1
|  [f239ef8edd83] [3.2.1] <3.2>
|
2014-06-06  Sergi Almacellas Abellana  <sergi@koolpi.com>

o  * trytond/model/modelstorage.py:
|  Fix KeyError when raising digits validation error.
|
|  issue3970 review8411002 (grafted from
|  8d071b3c5c7e8c0d62469c0d94ac8056da1db6fb)
|  [5052bcaba02b] <3.2>
|
2014-05-17  C辿dric Krier  <ced@b2ck.com>

o  * trytond/model/fields/field.py:
|  Fix joins when ordering on ir.model.field
|
|  issue3910 review10311002 (grafted from
|  5754ea65653441eace71fd814b75f2174fad1e70)
|  [e4c2d03b07e9] <3.2>
|
2014-05-09  C辿dric Krier  <ced@b2ck.com>

o  * trytond/model/model.py:
|  Set relation_field of one2many only when exists
|
|  The client use this value if it exists for string concatenation, so
|  having None fails. (grafted from
|  070f4178a35b304b9e8f3e5e7f0a103621447dad)
|  [70d2adcc4bfa] <3.2>
|
2014-04-21  C辿dric Krier  <ced@b2ck.com>

o  * trytond/version.py:
|  Increase version number
|  [b3364dd3b39d] <3.2>
|
o  * Create branch 3.2
|  [736df7691a44] <3.2>
|

(richard)

2014-09-10 14:01:36 UTC MAIN commitmail json YAML

Add SMF manifest for opendkim and default dir for key/table storage.

(fhajny)

2014-09-10 13:20:53 UTC MAIN commitmail json YAML

Add desc for the postgrey-targrey option

(fhajny)

2014-09-10 13:20:16 UTC MAIN commitmail json YAML

Add option to enable the taRgrey tarpit patch for postgrey. PKGREVISION++

(fhajny)

2014-09-10 12:24:44 UTC MAIN commitmail json YAML

Don't run autoconf. It's not necessarily installed and it breaks
parallel builds.

(joerg)

2014-09-10 12:24:13 UTC MAIN commitmail json YAML

Deal with the tools now getting installed. Bump revision.

(joerg)

2014-09-10 12:23:40 UTC MAIN commitmail json YAML

Fix counting error. Explicitly cast negative constants to int.

(joerg)

2014-09-10 12:22:44 UTC MAIN commitmail json YAML

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

Don't create explicit specialisation after implicit one. Fixes build
with clang.

(joerg)

2014-09-10 12:20:00 UTC MAIN commitmail json YAML

Don't redefine putc and friends to fix build on NetBSD with libc++.

(joerg)

2014-09-10 12:18:54 UTC MAIN commitmail json YAML

2014-09-10 12:17:15 UTC MAIN commitmail json YAML

PLIST libtool archive handling doesn't work for symlink aliases, so add
the entries manually. Bump revision.

(joerg)

2014-09-10 12:16:55 UTC MAIN commitmail json YAML

2014-09-10 12:16:15 UTC MAIN commitmail json YAML

Add icons that now get installed. Bump revision.

(joerg)

2014-09-10 12:15:35 UTC MAIN commitmail json YAML

Remove outdated replacements that now break the build.

(joerg)

2014-09-10 12:15:15 UTC MAIN commitmail json YAML

2014-09-10 12:14:58 UTC MAIN commitmail json YAML

2014-09-10 12:14:07 UTC MAIN commitmail json YAML

2014-09-10 12:13:37 UTC MAIN commitmail json YAML

Skip interpreter check for a python test script.

(joerg)

2014-09-10 12:13:06 UTC MAIN commitmail json YAML

With build with clang due to overlap with system headers.

(joerg)

2014-09-10 12:12:03 UTC MAIN commitmail json YAML

Actually install under cross/

(joerg)

2014-09-10 12:11:43 UTC MAIN commitmail json YAML

2014-09-10 12:10:59 UTC MAIN commitmail json YAML

Sync PLIST with installation. Bump revision.

(joerg)

2014-09-10 12:10:23 UTC MAIN commitmail json YAML

2014-09-10 12:09:42 UTC MAIN commitmail json YAML

2014-09-10 12:06:44 UTC MAIN commitmail json YAML

update devel/py-tryton to 3.2.3

(richard)

2014-09-10 12:05:38 UTC MAIN commitmail json YAML

update tryton client to 3.2.3

Changelog from mercurial:
2014-05-07  Cédric Krier  <ced@b2ck.com>

* CHANGELOG:
Prepare release 3.2.1
[41c2b1119e77] [3.2.1] <3.2>

* .hgtags:
Added tag 3.2.1 for changeset 41c2b1119e77
[e023e0931a72] <3.2>

* tryton/version.py:
Increase version number
[ea8cda98fb8e] <3.2>

* tryton/gui/window/view_form/view/form_gtk/many2one.py:
Fix update completion for empty reference

issue3890 review12271002 (grafted from
b5dfbddfcd96c62b61b9e4c5f38514eec95adfaa)
[8684e4c9a9c8] <3.2>

2014-05-09  Cédric Krier  <ced@b2ck.com>

* tryton/gui/window/view_form/view/form_gtk/char.py:
Use the right widget to get text in Char widget

issue3898 review9301002 (grafted from
64eae7781c5170b8c3339c01857263cab5177129)
[a60ba42dae30] <3.2>

2014-05-17  Cédric Krier  <ced@b2ck.com>

* tryton/common/domain_inversion.py:
Fix eval_leaf when field equals 0

Only None must be considered as a value not set which will be forced
by the domain inversion.

issue3896 review14271002 (grafted from
6f199f6ec408ffec15cc202067e2347702d8fe0c)
[d43242fb4b4f] <3.2>

* tryton/common/button.py,
tryton/gui/window/view_form/screen/screen.py,
tryton/gui/window/view_form/view/list_gtk/parser.py:
Set button readonly when record or group is readonly

issue3904 review13301002 (grafted from
16b9fc83f836f06ed3aec9463238e28b44c1cbae)
[fc85cf557c9e] <3.2>

* tryton/gui/window/view_form/model/field.py:
O2M.set_client should compare with active records

issue3914 review14281004 (grafted from
47264a4a7b02e312e57d43b9e597ae30fddb741b)
[8a0bb5899ee4] <3.2>

2014-05-22  Cédric Krier  <ced@b2ck.com>

* tryton/gui/window/view_form/view/list.py:
Set None instead of False when moving record on top

issue3912 review14291002 (grafted from
0439ac9001836e87780e4631c4498952485df4a9)
[a9c30f198396] <3.2>

* tryton/gui/window/view_form/view/form_gtk/parser.py:
Some widgets are registered many times

This could lead to have buttons clicked many times because the
clicked event will be registered many time.

issue3924 review8371002 (grafted from
d97ea070448917d64af20fcb043455a8e1adf526)
[2cd728dd8c6e] <3.2>

2014-06-02  Guillem Barba  <guillem@nan-tic.com>

* tryton/gui/window/view_form/model/field.py:
Detect correctly when to parse value from DateTime, Date or Time
field

issue3957 review12341002 (grafted from
50820068cef9807e8775ae8e2768f7ab80395d5f)
[ed8ba769c241] <3.2>

2014-07-02  Cédric Krier  <ced@b2ck.com>

* CHANGELOG:
Prepare release 3.2.2
[b6ebffbfa9ab] [3.2.2] <3.2>

* .hgtags:
Added tag 3.2.2 for changeset b6ebffbfa9ab
[ac542cde2365] <3.2>

* tryton/version.py:
Increase version number
[44e9c4d05dfc] <3.2>

2014-06-08  Cédric Krier  <ced@b2ck.com>

* tryton/gui/window/view_form/view/form_gtk/reference.py:
Don't guess the values for no reference

No reference could use '' or None as selection value for the model.
So to prevent to detect false-positive modification and to set
invalid value, the widget must find which one is used as empty
model.

issue3933 review11291002 (grafted from
e2ccc0ff4368c3342f300eb5205c2a3fa2fd7df5)
[f77767bfa651] <3.2>

* tryton/common/domain_inversion.py:
Fix simplify for simple domains ['AND'], ['OR']

issue3955 review9411002 (grafted from
90b6308d43a17fc9f0d775a48670277d25162abc)
[28c0a8b104c6] <3.2>

2014-06-11  Nicolas Évrard  <nicoe@b2ck.com>

* tryton/gui/window/view_form/view/list.py:
Quote doublequote characters when copying records to clipboard

issue3972 review6341002 (grafted from
52b6005d779a4a7c07291fb6f7628ee8d8c5263e)
[94499cc28049] <3.2>

2014-06-16  Cédric Krier  <ced@b2ck.com>

* tryton/common/popup_menu.py:
Fix mix up of record and id in popup_menu

issue3990 review10371002 (grafted from
42a053cf61ff39ed7c2be82e67489fceb9a1c6b4)
[7147cdbb594c] <3.2>

* tryton/gui/window/view_form/view/form_gtk/many2one.py:
Clean many2one only if text was modified

As update_completion emit the signal changed to force the display of
the popup when the completion model is changed. In this case the
many2one should not be cleaned.

issue3881 review7371002 (grafted from
439e92599164af699ba3daca928590d3fd1acd82)
[b14c2573b71f] <3.2>

2014-07-09  Cédric Krier  <ced@b2ck.com>

* tryton/gui/window/view_form/model/field.py:
Fix when number's factor is negative

It must use the absolute value of factor to compute the digit shift
using the logarithm.

issue4031 review11361002 (grafted from
901f343723bf1a32640cc8cc7e1e1bbdc5332b9c)
[f50ec0364a34] <3.2>

2014-08-03  Cédric Krier  <ced@b2ck.com>

* CHANGELOG:
Prepare release 3.2.3
[8581032eff00] [3.2.3] <3.2>

(richard)

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

Updated devel/py-at-spi2 to 2.12.0

(prlw1)

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

Update py-at-spi2 to 2.12.0

* Fix a traceback when removing a text selection.
* Add AtspiTableCell, tracking the new atk interface.
* document: add support to current page and page count (BGO#719508).
* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

(prlw1)

2014-09-10 11:00:19 UTC MAIN commitmail json YAML

add devel/py-hgnested

(richard)

2014-09-10 10:55:15 UTC MAIN commitmail json YAML

Updated devel/dconf to 0.20.0

(prlw1)

2014-09-10 10:54:49 UTC MAIN commitmail json YAML

Downgrade _XOPEN_SOURCE=600 back to 500 on SunOS, you can't mix and match
due to conflicting C99 requirements, and we don't need XPG6 for strdup().

Fixes build on SunOS.

(jperkin)

2014-09-10 10:54:46 UTC MAIN commitmail json YAML

Update dconf and dconf-editor to 0.20.0

Changes in dconf 0.20.0
========================

Czech translation updated.

Changes in dconf 0.19.92
=========================

- depend on automake 1.11.2

- stop using ACLOCAL_FLAGS

- depend on released version of Vala (0.18.0)

Changes in dconf 0.19.91
=========================

- fix an unlikely failure in the fuzz testing of gvdb

- fix a thread safety issue with file-db

Changes in dconf 0.19.90
=========================

- dconf compile: always write little endian

- file-db: don't install match rules on no bus (fixes gdbus assertion)

- update dconf(1) manpage for 'dconf compile'

- fix 'make clean' on FreeBSD

- editor: provide appdata

Translations updates:
  Ukrainian translation
  Aragonese translation
  Chinese

Changes in dconf 0.19.3
========================

- quite a lot of test coverage improvements

- Add a proper DCONF_ERROR error domain

- suppress GLib deprecation warnings during build

- engine: issue warnings about missing files only once per source

- engine: grok the WritabilityNotify signal from D-Bus

- gsettings: handle writability changes correctly

- engine: assorted fixes for issues found during testing

- portability: only link to -ldl if it is required

- add support for 'file-db' to profiles: this is an absolute path to a
  immutable dconf database file

- add support for finding profiles in XDG_DATA_DIRS if they are not in
  /etc

- add 'dconf compile' command for building dconf databases from
  keyfiles in arbitrary locations (like from the build system of a
  project that may want to install a file-db)

- editor: add a section separator to the app menu for consistency

Changes in dconf 0.19.2
========================

- Add support for the new GSettingsBackend.read_user_value() API

- bump GLib version depend accordingly (2.39.1)

Translations updates:
Greek
Catalan (Valencian)
Simplified Chinese
Persian

(prlw1)

2014-09-10 10:48:17 UTC MAIN commitmail json YAML

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

2014-09-10 10:46:07 UTC MAIN commitmail json YAML

2014-09-10 10:44:58 UTC MAIN commitmail json YAML

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

revert gmp/Makefile

(richard)

2014-09-10 10:39:35 UTC MAIN commitmail json YAML

revert binutils/builtin.mk

(richard)

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

adding devel/py-hgnested

hgnested is a Mercurial extension to work with nested repositories.

It was inspired by the forest extension.

The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.

To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:

    [extensions]
    hgnested =

See `hg help hgnested` for the complete list of commands.

For more information please visit the following website:

http://code.google.com/p/hgnested/

(richard)

2014-09-10 09:51:35 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.406

(obache)

2014-09-10 09:51:25 UTC MAIN commitmail json YAML

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

Updated inputmethod/ibus-skk to 1.4.2

(obache)

2014-09-10 09:46:00 UTC MAIN commitmail json YAML

Update ibus-skk to 1.4.2.

Noteworthy changes in version 1.4.2 (2014-09-09)
------------------------------------------------

* Migrate to libgee 0.8 from 0.6 (libskk Issue#29).
* Optimize property registration upon focus change.
* PageUp/PageDown/Up/Down keys on candidate window now work.
* Install ibus-setup-skk.desktop.

(obache)

2014-09-10 09:45:31 UTC MAIN commitmail json YAML

Bump API, for libgee dependency change.

(obache)

2014-09-10 09:39:11 UTC MAIN commitmail json YAML

+ calibre-2.2.0 [wip], genius-1.0.18, gnome-applets-3.8.0.

(wiz)

2014-09-10 09:34:56 UTC MAIN commitmail json YAML

Updated inputmethod/libskk to 1.0.2

(obache)

2014-09-10 09:34:46 UTC MAIN commitmail json YAML

Update libskk to 1.0.2 (and introduce introspection support).

Noteworthy changes in version 1.0.2 (2014-09-09)
------------------------------------------------

* Migrate to libgee 0.8 from 0.6 (Issue#29).
* rules: new ACT09 rule contributed by Naoki Mizuno (Issue#28).
* Consume key event for "commit" command (Issue#26).  Use
  "commit-unhandled" for the previous behavior.
* Comsume C-j in abbrev mode (Issue#24).

(obache)

2014-09-10 09:02:00 UTC MAIN commitmail json YAML

Updated devel/py-testtools to 1.0.0

(obache)

2014-09-10 09:01:49 UTC MAIN commitmail json YAML

Update py-testtools to 1.0.0.

testtools NEWS
++++++++++++++

Changes and improvements to testtools_, grouped by release.

1.0.0
~~~~~

Long overdue, we've adopted a backwards compatibility statement and recognized
that we have plenty of users depending on our behaviour - calling our version
1.0.0 is a recognition of that.

Improvements
------------

* Fix a long-standing bug where tearDown and cleanUps would not be called if the
  test run was interrupted. This should fix leaking external resources from
  interrupted tests.
  (Robert Collins, #1364188)

* Fix a long-standing bug where calling sys.exit(0) from within a test would
  cause the test suite to exit with 0, without reporting a failure of that
  test. We still allow the test suite to be exited (since catching higher order
  exceptions requires exceptional circumstances) but we now call a last-resort
  handler on the TestCase, resulting in an error being reported for the test.
  (Robert Collins, #1364188)

* Fix an issue where tests skipped with the ``skip``* family of decorators would
  still have their ``setUp`` and ``tearDown`` functions called.
  (Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)

* We have adopted a formal backwards compatibility statement (see hacking.rst)
  (Robert Collins)

0.9.39
~~~~~~

Brown paper bag release - 0.9.38 was broken for some users,
_jython_aware_splitext was not defined entirely compatibly.
(Robert Collins, #https://github.com/testing-cabal/testtools/issues/100)

0.9.38
~~~~~~

Bug fixes for test importing.

Improvements
------------

* Discovery import error detection wasn't implemented for python 2.6 (the
  'discover' module). (Robert Collins)

* Discovery now executes load_tests (if present) in __init__ in all packages.
  (Robert Collins, http://bugs.python.org/issue16662)

0.9.37
~~~~~~

Minor improvements to correctness.

Changes
-------

* ``stdout`` is now correctly honoured on ``run.TestProgram`` - before the
  runner objects would be created with no stdout parameter. If construction
  fails, the previous parameter list is attempted, permitting compatibility
  with Runner classes that don't accept stdout as a parameter.
  (Robert Collins)

* The ``ExtendedToStreamDecorator`` now handles content objects with one less
  packet - the last packet of the source content is sent with EOF set rather
  than an empty packet with EOF set being sent after the last packet of the
  source content. (Robert Collins)

0.9.36
~~~~~~

Welcome to our long overdue 0.9.36 release, which improves compatibility with
Python3.4, adds assert_that, a function for using matchers without TestCase
objects, and finally will error if you try to use setUp or tearDown twice -
since that invariably leads to bad things of one sort or another happening.

Changes
-------

* Error if ``setUp`` or ``tearDown`` are called twice.
  (Robert Collins, #882884)

* Make testtools compatible with the ``unittest.expectedFailure`` decorator in
  Python 3.4. (Thomi Richards)

Improvements
------------

* Introduce the assert_that function, which allows matchers to be used
  independent of testtools.TestCase. (Daniel Watkins, #1243834)

(obache)

2014-09-10 06:30:43 UTC MAIN commitmail json YAML

Updated x11/gtkmm3 to 3.12.0

(wiz)

2014-09-10 06:30:33 UTC MAIN commitmail json YAML

Update to 3.12.0:

3.12.0 (stable):

* Application: Add set_accels_for_action(), deprecating add_accelerator().
  (Murray Cumming)
* Button: Add set_image_from_icon_name() with a use_fallback argument.
  (Kjell Ahlstedt)
* demo:
  - Add the FlowBox demo part.
  (Juan R. Garcia Blanco, Murray Cumming)
  - Add HeaderBar demo.
  (Juan R. Garcia Blanco)

3.11.10 (unstable):

Gdk:
* Pixbuf: Add get_byte_length().
  (Murray Cumming)

Gtk:
* Dialog: Deprecate the const version of get_action_area() too.
  (Kjell Ahlstedt)

Build:
* Update Visual Studio Projects
  (Chun-wei Fan)

3.11.9 (unstable):

Gdk:
* Device: Add get_last_event_window().
  (Murray Cumming)

Gtk:
* Application: Added set_accel_for_action(), get/set_accels_for_action() and
  list_action_descriptions().
  (Murray Cumming)
* Widget:
  - Added get/set_margin_start/end() and properties.
  (Murray Cumming)
  - Added scale-factor property.
  (Murray Cumming)

3.11.8 (unstable):

Gtk:
* Window: Add is_maximized() and the is-maximized property.
  (Juan R. Garc鱈a Blanco)
* IconInfo: Add is_symbolic().
  (Juan R. Garc鱈a Blanco)
* Assistant: Add use-header-bar property.
  (Juan R. Garc鱈a Blanco)
* ActionBar:
  - Now inherits from GtkBin
  - spacing and center-widget properties removed.
  - Add unset_center_widget() method.
  (Juan R. Garc鱈a Blanco)
* Box: Add get/set_center_widget() and unset_center_widget().
  (Juan R. Garc鱈a Blanco)
* Dialog: Add get/set_header_bar() and the
  use_header_bar property.
  (Juan R. Garc鱈a Blanco)
* Entry:
  - Add the max-width-chars property.
  - Add get/set_max_width_chars() and the property.
  (Juan R. Garc鱈a Blanco)
* MenuButton:
  - Add get/set_popover() and unset_popover() and the property.
  - Add get/set_use_popover() and the property.
  (Juan R. Garc鱈a Blanco)
* Popover: Add constructor that takes a model and
  add bind_model().
  (Juan R. Garc鱈a Blanco)

3.11.7 (unstable):

* MessageDialog: Deprecate get/set_image() and the property.
  (Murray Cumming)
* Popover:
  - Add closed signal.
  (Juan R. Garc鱈a Blanco)
  - Add closed signal.
  Correct the type of the pointing_to property and method parameter.
  (Juan R. Garc鱈a Blanco)
* FlowBoxChild: Add activate signal.
  (Juan R. Garc鱈a Blanco)

3.11.5 (unstable):

Gtk:
* Add ActionBar.
  Bug #723124
  (Juan R. Garc鱈a Blanco)
* Builder: Add expose_[object|widget](), [set|get]_application().
  (Kjell Ahlstedt)
* Dialog: Deprecate set_alternative_button_order_from_array(),
  and alternative_button_order().
  (Murray Cumming)
* Entry: Add set/get_attributes() and the property.
  (Kjell Ahlstedt)
* Add FlowBox.
  Bug #723801
  (Juan R. Garc鱈a Blanco)
* HeaderBar: Added decoration-layout, decoration-layout-set and
  has-subtitle object properties.
  Addd get_decoration_layout(), get_has_subtitle(),
  set_decoration_layout() and set_has_subtitle().
  Bug #723199
  (Juan R. Garc鱈a Blanco)
* Main: Undeprecate add_gtk_option_group(), because it is still needed.
  (Murray Cumming)
* PlacesSidebar: Add local-only object property and get/set methods.
  Bug #723893
  (Juan R. Garc鱈a Blanco)
* Add Popover.
  Bug #723058
  (Juan R. Garc鱈a Blanco)
* Settings: Add gtk-decoration-layout, gtk-shell-shows-desktop
  and gtk-dialogs-use-header properties.
  Bug #723397
  (Juan R. Garc鱈a Blanco)
* Stack: Add get_transition_running(), get_child_by_name() and
  the transition-runnning property.
  Bug #723397
  (Juan R. Garc鱈a Blanco)

Documentation:
* Update the Doxygen configuration.
  (Kjell Ahlstedt)

3.11.4 (unstable):

Gtk:
* Action, Activatable: Undeprecate methods that don't use a StockID.
  We didn't mean to leave them deprecated.
  (Kjell Ahlstedt)
* CellArea: Add signal_apply_attributes().
  (Kjell Ahlstedt)
* SelectionData: Add get_data(int& length).
  (Kjell Ahlstedt)
* ToggleAction: Deprecate the create() that uses (deprecated) StockID
  (Kjell Ahlstedt)
* ToolItem: Add unset_proxy_menu_item().
  (Kjell Ahlstedt)
* UIManager: Deprecate the add-tearoffs property.
  (Kjell Ahlstedt)

Gdk:
* Pixbuf: Add create_from_resource() methods.
* RGBA, Color: Fix set_hsl(), improve documentation.
  (Kjell Ahlstedt) Bug #720258

Build:
* CellArea: Fix documentation of typedef SlotForeachAlloc
  An extra '>' in the docs trapped doxygen 1.8.4 in an infinite loop.
  (Kjell Ahlstedt)
* Fix the build with --disable-deprecated-api
  (Kjell Ahlstedt)

Documentation:
* Add missing widget images.
  (Kjell Ahlstedt)
* AppChooser*: Improve documentation.
  (Kjell Ahlstedt) Bug #650012
* ColorChooser::get_rgba(): Add documentation
  (Kjell Ahlstedt)
* SelectionData: Add methods docs.
  (Kjell Ahlstedt)
* ToolItem: Add class docs.
  (Kjell Ahlstedt)

(wiz)

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

Updated games/puzzles to 10223

(wiz)

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

Update to 10223:
Improve connectedness-error highlighting in Range.

The previous approach of scanning the grid by depth-first search was
fine for deciding whether it was connected, but not so good for
pointing out where the mistake was in the grid. Replaced that code
with a dsf-based version, which identifies all connected components so
that an easy followup pass can highlight all but the largest as
erroneous.

(wiz)

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

2014-09-09 19:09:43 UTC MAIN commitmail json YAML

Added textproc/hs-pandoc-types version 1.12.4.1

(szptvlfn)

2014-09-09 19:09:09 UTC MAIN commitmail json YAML

Import pandoc-types-1.12.4.1 as textproc/hs-pandoc-types,
packaged for wip.

Text.Pandoc.Definition defines the Pandoc data structure, which is used by
pandoc to represent structured documents. This module used to live in the
pandoc package, but starting with pandoc 1.7, it has been split off, so
that other packages can use it without drawing in all of pandoc's
dependencies, and pandoc itself can depend on packages (like citeproc-hs)
that use them.

Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.

Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.

Text.Pandoc.Walk provides faster, nongeneric functions for manipulating
Pandoc documents.

Text.Pandoc.JSON provides functions for serializing and deserializing a
Pandoc structure to and from JSON.

(szptvlfn)

2014-09-09 08:20:30 UTC MAIN commitmail json YAML

Updated www/apache22 to 2.2.29

(adam)

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

Changes  2.4.10

  *) SECURITY: CVE-2014-0117 (cve.mitre.org)
    mod_proxy: Fix crash in Connection header handling which
    allowed a denial of service attack against a reverse proxy
    with a threaded MPM.

  *) SECURITY: CVE-2014-3523 (cve.mitre.org)
    Fix a memory consumption denial of service in the WinNT MPM (used in all Windows
    installations). Workaround: AcceptFilter <protocol> {none|connect}

  *) SECURITY: CVE-2014-0226 (cve.mitre.org)
    Fix a race condition in scoreboard handling, which could lead to
    a heap buffer overflow.

  *) SECURITY: CVE-2014-0118 (cve.mitre.org)
    mod_deflate: The DEFLATE input filter (inflates request bodies) now
    limits the length and compression ratio of inflated request bodies to avoid
    denial of sevice via highly compressed bodies.  See directives
    DeflateInflateLimitRequestBody, DeflateInflateRatioLimit,
    and DeflateInflateRatioBurst.

  *) SECURITY: CVE-2014-0231 (cve.mitre.org)
    mod_cgid: Fix a denial of service against CGI scripts that do
    not consume stdin that could lead to lingering HTTPD child processes
    filling up the scoreboard and eventually hanging the server.  By
    default, the client I/O timeout (Timeout directive) now applies to
    communication with scripts.  The CGIDScriptTimeout directive can be
    used to set a different timeout for communication with scripts.

  *) mod_ssl: Extend the scope of SSLSessionCacheTimeout to sessions
    resumed by TLS session resumption (RFC 5077).

  *) mod_deflate: Don't fail when flushing inflated data to the user-agent
    and that coincides with the end of stream ("Zlib error flushing inflate
    buffer").

  *) mod_proxy_ajp: Forward local IP address as a custom request attribute
    like we already do for the remote port.

  *) core: Include any error notes set by modules in the canned error
    response for 403 errors.

  *) mod_ssl: Set an error note for requests rejected due to
    SSLStrictSNIVHostCheck.

  *) mod_ssl: Fix issue with redirects to error documents when handling
    SNI errors.

  *) mod_ssl: Fix tmp DH parameter leak, adjust selection to prefer
    larger keys and support up to 8192-bit keys.

  *) mod_dav: Fix improper encoding in PROPFIND responses.

  *) WinNT MPM: Improve error handling for termination events in child.

  *) mod_proxy: When ping/pong is configured for a worker, don't send or
    forward "100 Continue" (interim) response to the client if it does
    not expect one.

  *) mod_ldap: Be more conservative with the last-used time for
    LDAPConnectionPoolTTL.

  *) mod_ldap: LDAP connections used for authn were not respecting
    LDAPConnectionPoolTTL.

  *) mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.

  *) event MPM: Fix possible crashes (third-party modules accessing c->sbh)
    or occasional missed mod_status updates under load.

  *) mod_authnz_ldap: Support primitive LDAP servers do not accept
    filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
    filter "none" to be specified in AuthLDAPURL.

  *) mod_deflate: Fix inflation of files larger than 4GB.

  *) mod_deflate: Handle Zlib header and validation bytes received in multiple
    chunks.

  *) mod_proxy: Allow reverse-proxy to be set via explicit handler.

  *) ab: support custom HTTP method with -m argument.

  *) mod_proxy_balancer: Correctly encode user provided data in management
    interface.

  *) mod_proxy_fcgi: Support iobuffersize parameter.

  *) mod_auth_form: Add a debug message when the fields on a form are not
    recognised.

  *) mod_cache: Preserve non-cacheable headers forwarded from an origin 304
    response.

  *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:"
    scheme.

  *) mod_socache_shmcb: Correct counting of expirations for status display.
    Expirations happening during retrieval were not counted.

  *) mod_cache: Retry unconditional request with the full URL (including the
    query-string) when the origin server's 304 response does not match the
    conditions used to revalidate the stale entry.

  *) mod_alias: Stop setting CONTEXT_PREFIX and CONTEXT_DOCUMENT environment
    variables as a result of AliasMatch.

  *) mod_cache: Don't add cached/revalidated entity headers to a 304 response.

  *) mod_proxy_scgi: Support Unix sockets.  ap_proxy_port_of_scheme():
    Support default SCGI port (4000).

  *) mod_cache: Fix AH00784 errors on Windows when the the CacheLock directive
    is enabled.

  *) mod_expires: don't add Expires header to error responses (4xx/5xx),
    be they generated or forwarded.

  *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend.
    (regression in 2.4.9 release)

  *) mod_authn_socache: Fix crash at startup in certain configurations.

  *) mod_ssl: restore argument structure for "exec"-type SSLPassPhraseDialog
    programs to the form used in releases up to 2.4.7, and emulate
    a backwards-compatible behavior for existing setups.

  *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
    OCSP requests should use a nonce to be checked against the responder's
    one.

  *) mod_ssl: "SSLEngine off" will now override a Listen-based default
    and does disable mod_ssl for the vhost.

  *) mod_lua: Enforce the max post size allowed via r:parsebody()

  *) mod_lua: Use binary comparison to find boundaries for multipart
    objects, as to not terminate our search prematurely when hitting
    a NULL byte.

  *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
    versions before 0.9.8h and not specifying an SSLCertificateChainFile
    (regression introduced with 2.4.8).

  *) mod_ssl: bring SNI behavior into better conformance with RFC 6066:
    no longer send warning-level unrecognized_name(112) alerts,
    and limit startup warnings to cases where an OpenSSL version
    without TLS extension support is used.

  *) mod_proxy_html: Avoid some possible memory access violation in case of
    specially crafted files, when the ProxyHTMLMeta directive is turned on.

  *) mod_auth_form: Make sure the optional functions are loaded even when
    the AuthFormProvider isn't specified.

  *) mod_ssl: avoid processing bogus SSLCertificateKeyFile values
    (and logging garbled file names).

  *) mod_ssl: fix merging of global and vhost-level settings with the
    SSLCertificateFile, SSLCertificateKeyFile, and SSLOpenSSLConfCmd
    directives.

  *) mod_headers: Allow the "value" parameter of Header and RequestHeader to
    contain an ap_expr expression if prefixed with "expr=".

  *) rotatelogs: Avoid creation of zombie processes when -p is used on
    Unix platforms.

  *) mod_authnz_fcgi: New module to enable FastCGI authorizer
    applications to authenticate and/or authorize clients.

  *) mod_proxy: Do not try to parse the regular expressions passed by
    ProxyPassMatch as URL as they do not follow their syntax.

  *) mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
    under the Event MPM.

  *) mod_proxy_fcgi: Fix sending of response without some HTTP headers
    that might be set by filters.

  *) mod_proxy_html: Do not delete the wrong data from HTML code when a
    "http-equiv" meta tag specifies a Content-Type behind any other
    "http-equiv" meta tag.

  *) mod_proxy: Don't reuse a SSL backend connection whose requested SNI
    differs.

  *) Add suspend_connection and resume_connection hooks to notify modules
    when the thread/connection relationship changes.  (Should be implemented
    for any third-party async MPMs.)

  *) mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine
    hangups from websockets origin servers.

  *) mod_proxy_wstunnel: Don't pool backend websockets connections,
    because we need to handshake every time.

  *) mod_lua: Redesign how request record table access behaves,
    in order to utilize the request record from within these tables.

  *) mod_lua: Add r:wspeek for peeking at WebSocket frames.

  *) mod_lua: Log an error when the initial parsing of a Lua file fails.

  *) mod_lua: Reformat and escape script error output.

  *) mod_lua: URL-escape cookie keys/values to prevent tainted cookie data
    from causing response splitting.

  *) mod_lua: Disallow newlines in table values inside the request_rec,
    to prevent HTTP Response Splitting via tainted headers.

  *) mod_lua: Remove the non-working early/late arguments for
    LuaHookCheckUserID.

  *) mod_lua: Change IVM storage to use shm

  *) mod_lua: More verbose error logging when a handler function cannot be
    found.

(adam)

2014-09-09 05:50:18 UTC MAIN commitmail json YAML

Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) line (for USE_CMAKE).

(mef)

2014-09-09 00:45:25 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.8.8

(mef)

2014-09-09 00:44:56 UTC MAIN commitmail json YAML

(Upstream update 1.8.7 to 1.8.8)
-------------------------------------
Release 1.8.8 (release date 21-08-2014)
New features
    Bug 731947 - Support for PlantUML [view]
    Add BREAD_CRUMB_TRAIL. [view]

Bug fixes
    Bug 172072 $title doesn't work in LateX header [view]
    Bug 583958 Class diagrams and class hierarchy don't work for java generic classes [view]
    Bug 589707 Flex .rule file for Visual Studio build can't cope with spaces in filenames [view]
    Bug 623299 Fortran: quotation after define causes error [view]
    Bug 625601 FORTRAN: recognition free versus fixed formatted code [view]
    Bug 700510 Bibliography duplicate filenames fails [view] and [view]
    Bug 702584 \cite rejects valid BibTeX keys [view] and [view]
    Bug 705503 TCL: Documentation of oo::define is not working [view]
    Bug 727732 Nested C structures/unions does not work with groups [view]
    Bug 728654 configuration stops with settings.h missing [view]
    Bug 728740 XML Output: Doxygen doesn't escape & characters (included in a hyperlink) in <detaileddescription> [view]
    Bug 729017 function object in member initializer causes documentation loss [view]
    Bug 729427 [PATCH] Propagate configure's perl to makefiles [view]
    Bug 730418 man page extension is incorrect [view]
    Bug 730520 No documentation generated for method-less C++ struct [view]
    Bug 730887 [PATCH] Fix potential copy and paste error in inputstring.cpp [view]
    Bug 730888 [PATCH] Fix missing '&' in Boolean operation in qstring.cpp [view]
    Bug 731238 Dead links in html documentation when using tabs for indentation in c++ [view]
    Bug 731363 Callgraphs for C# only generated for methods inside the same class [view]
    Bug 731985 Variadic macros failing to expand if trailing ... is empty [view]
    Bug 732594 Two entries for a single member in Doxygen XML [view]
    Bug 732768 nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) [view]
    Bug 733451 volatile declaration on member functions is not handled as xml attribute [view]
    Bug 733605 Incorrect LaTeX generation for private union member in C++ [view]
    Bug 733722 XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form feed character (U+000C) to XML files [view]
    Bug 733856 segfault in QGListIterator while parsing fortran code [view]
    Bug 733938 Explicit links using operator()() not generated. [view]
    Bug 734077 no uniquely matching class member found for inline function definition where parameter argument names don't match [view]
    Bug 734099 Add support for non-parsed language [view]
    Bug 734245 Q_PROPERTY switches the member access from private to public [view]
    Bug 734331 Strong enum members listed in containing namespace [view]
    Bug 734704 Sigsegv while generating XML output [view]
    Bug 734727 GENERATE_TAGFILE no longer includes any @*section links [view] and [view]
    Bug 734828 Request: disable building documentation if Python 2.6 or newer not available [view]
    Bug 735001 No output for markdown pages with duplicate label title (different anchor) [view]
    Bug 735037 QGDict::hashAsciiKey: Invalid null key [view]
    Add FORTRAN 2003 keywords and commands [view]
    Add type option to FORTRAN select statements [view]
    Added build support for Python3+ and Python2.6+ [view]
    Added class/procedure vardefs to FORTRAN code highlighting [view]
    Added documentation for some missing HTML commands [view]
    Added flatten, listsort and paginate filters [view]
    Added get filter, unified index properties [view]
    Added groupby filter and some more context info [view]
    Added import keyword to FORTRAN code highlighting [view]
    Added lists for indices to template context [view]
    Added mainpage to context and improved page tree [view]
    Added member indexes to template context [view]
    Added missing links in changelog when multiple bug ids were on one line [view]
    Added more missing links to the changelog [view]
    Added namespace info to the context [view]
    Addition of module data to context and alphaIndex filter [view]
    Coded coloring of flow statements corrected (regression) [view]
    Corrected copyright year [view]
    Correction of typing error [view]
    Disabled/fixed segments that produced doxygen warnings while running the test [view]
    Docbook output improvements [view]
    Documentation generator: added support for C# property accessors visibility modifiers. [view]
    Doxywizard: make the Next button on the last page of the expert tab switch to the run tab [view]
    Doxywizard: make the Next button on the last page of the wizard switch to the run tab [view]
    Error linking 32-bit windows [view]
    Fix FORTRAN code function scope test [view]
    Fix after rebase from master [view]
    Fix description of USE_PDFLATEX [view]
    Fix highlighting issues [view]
    Fix typo [view]
    Fix unnecessary rules for FORTRAN types [view]
    Fix warning about unused functions in qstring.cpp [view]
    Fixed keyword type [view]
    Fixed missing include for Linux [view]
    Fixed test 021 [view]
    Fixed typo [view]
    Fixed typo and used QString for directory [view]
    Fixed windows compile issue for is_neutral [view]
    Fixes for ./configure script on Solaris [view]
    Fixes regression due to PR 169 [view]
    Language parser: added support for C# property accessors visibility modifiers. [view]
    Made INSTALL file version and date independent [view]
    Made bread crumb trails enabled unconditionally [view]
    Made setName() virtual so overloading works [view]
    Make index for faq [view]
    Messages truncated in warnings file [view]
    Minor fixes [view]
    Minor fixes to the template context [view]
    Missing word after \n command in Doxygen rtf output, version 1.8.5 & up [view]
    More robust extraction of scope information from tag files [view]
    No warning in case cite definition is missing [view]
    Preparations for release 1.8.8 [view]
    Removed not implemented HTML commands from documentation [view]
    Removed unsupported HTML commands from the docs [view]
    Set deployment targets for MacOSX 10.5+ versions [view]
    Support multiple extra HTML stylesheets. [view]
    Tcl: add missing file that breaks test 057 [view]
    Tcl: add test code for Bug 729092 [view]
    Tcl: collect XRefs also if INLINE_SOURCES = no [view]
    Tcl: correct namespace resolution in case of INLINE_SOURCES = YES [view]
    Tcl: recurse for [] [view]
    Tcl: refactor similar code into tcl_codify_token function [view]
    Tcl: support eval/catch commands [view]
    Tcl: support switch command [view]
    Tcl: test 057 additionally tests mutual Xrefs for two files [view]
    Template context support for CREATE_SUBDIRS [view]
    Update dot.cpp [view]
    Update latexgen.cpp [view]
    Update test 058 because commit 9d315a9 fixes also Bug 729135 [view]
    Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues [view]
    New VHDL parser implementation [view]
    Vhdl fixes [view]
    \usepackage{fixltx2e} must come before use \usepackage{float} [view]
    cache anonymous into ClassDefImpl::isAnonymous [view]
    changed append filter and added index and path attributes to node [view]
    doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) [view]
    doc/translator.py unified for Python 2.6+ and Python 3.0+ [view]
    make.bat: change current directory [view] and [view]
    removeRedundantWhiteSpace micro-optimization [view]
    resolves the error of unbalanced tags opened/closed in docbook output: parser error : Opening and ending tag mismatch: para line 358 and tbody [view]
    winbuild/pack_the_distribution_for_windows.py minor updates [view]

(mef)

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

Updated security/spiped to 1.4.1

(wiedi)

2014-09-08 22:43:08 UTC MAIN commitmail json YAML

Update spiped to 1.4.1

spiped-1.4.1
* Fix build on OS X, and improve strict POSIX compliance.
* Improved zeroing of sensitive cryptographic data.
spiped-1.4.0
* Add automatic detection of compiler support (at compile-time) and CPU
  support (at run-time) for x86 "AES New Instructions"; and when available,
  use these to improve cryptographic performance.
* Add support for -g option, which makes {spiped, spipe} require perfect
  forward secrecy by dropping connections if the peer endpoint is detected to
  be running using the -f option.

(wiedi)

2014-09-08 21:56:11 UTC MAIN commitmail json YAML

Note update of editors/vim-share

(morr)

2014-09-08 21:55:34 UTC MAIN commitmail json YAML

Update to newest patchlevel of vim.

ChangeLog:

7.4.142  (after 7.4.137) on MS-Windows 8 IME input doen't work well
7.4.143  TextChangedI is not triggered.
7.4.144  MingW also supports intptr_t for OPEN_OH_ARGTYPE
7.4.145  getregtype() does not return zero for unknown register
7.4.146  when starting Vim with "-u NONE" v:oldfiles is NULL
7.4.147  cursor position wrong when using "gj" after "$"
7.4.148  cannot build with Cygwin and X1.
7.4.149  get E685 error when assigning a function to autoload variable
7.4.150  :keeppatterns is not respected for :s
7.4.151  Python: slices with steps are not supported
7.4.152  Python: Cannot iterate over options
7.4.153  compiler warning for pointer type
7.4.154  (after 7.4.149) still a problem with auto-loading
7.4.155  (after 7.4.150) search offset not kept with :keeppatterns
7.4.156  test file missing from distribution
7.4.157  error number used twice
7.4.158  pattern containing \zs not handled correctly by substitute()
7.4.159  completion hangs when using the current buffer after keywords
7.4.160  Win32: Crash when executing external command
7.4.161  crash in Python exception handling
7.4.162  running tests in shadow dir doesn't work
7.4.163  (after 7.4.142) MS-Windows 7 input doesn't work properly
7.4.164  problem with event handling on Windows 8
7.4.165  by default, after closing a buffer changes can't be undone
7.4.166  auto-loading a function for code that won't be executed
7.4.167  (after 7.4.149) fixes are not tested
7.4.168  can't compile with Ruby 2.1.0
7.4.169  ":sleep" puts cursor in the wrong column
7.4.170  some help tags don't work with ":help"
7.4.171  redo does not set v:count and v:count1
7.4.172  blowfish code says OFB, but it's doing CFB
7.4.173  when using scrollbind the cursor can end up below last line
7.4.174  compiler warnings for Python interface
7.4.175  wrong fall-back to non-wide function if wide function fails
7.4.176  Python: Dictionary.update() thows an unexpected error
7.4.177  compiler warning for unused variable
7.4.178  the J command does not update '[ and '] marks
7.4.179  Compiler warning for type-punned pointer
7.4.180  (after 7.4.174) older Python versions don't support %ld
7.4.181  when using 'pastetoggle' the status lines are not updated
7.4.182  building with mzscheme and racket does not work
7.4.183  MSVC Visual Studio update not supported
7.4.184  match() does not work properly with a {count} argument
7.4.185  Clang gives warnings
7.4.186  (after 7.4.085) Visual mode insert mode is sometimes wrong
7.4.187  delete that crosses line break splits multi-byte character
7.4.188  SIZEOF_LONG clashes with similar defines in header files
7.4.189  compiler warning for unused argument
7.4.190  compiler warning for using %lld for off_t
7.4.191  can't escape a file name for shell commands without a function
7.4.192  memory leak when giving E853
7.4.193  typos in messages
7.4.194  can't build for Android
7.4.195  (after 7.4.193) Python tests fail
7.4.196  tests fail on Solaris 9 and 10
7.4.197  various problems on VMS
7.4.198  can't build with non-threding Perl and dynamic loading
7.4.199  (issue 197) ]P doesn't paste over Visual selection
7.4.200  too many #ifdefs in the code
7.4.201  'lispwords' is a global option
7.4.202  MS-Windows: non-ASCII font names don't work
7.4.203  parsing 'errorformat' is not correct
7.4.204  a mapping where the second byte is 0x80 doesn't work
7.4.205  ":mksession" does not handle the argument list correctly
7.4.206  compiler warnings on 64 bit Windows
7.4.207  cursor report sometimes not recognized causing replace mode
7.4.208  Mercurial picks up files that are not distributed (empty)
7.4.209  when repeating a filter command "%" and "#" are expanded
7.4.210  Visual block mode + virtual edit doesn't work well with tabs
7.4.211  ":lu" is abbreviation for ":lua", but it should be ":lunmap"
7.4.212  #ifdefs for the +visual feature are not useful
7.4.213  it's not possible to open a new buffer without a swapfile
7.4.214  compilation problems on HP_nonStop (Tandem)
7.4.215  ":sp foo" reloads "foo" if it is the current buffer
7.4.216  compiler warnings
7.4.217  "make clean" may run configure pointlessly
7.4.218  it's not easy to remove duplicates from a list
7.4.219  redraw too often when 'relativenumber' or 'cursorline' set
7.4.220  test 105 does not work in a shadow dir
7.4.221  quickfix doesn't resize on ":copen 20"
7.4.222  the Ruby directory is constructed from parts
7.4.223  still using an older autoconf version
7.4.224  /usr/bin/grep on Solaris does not support -F
7.4.225  dynamic Ruby doesn't work on Solaris
7.4.226  (after 7.4.219) cursorline highlight not always redrawn
7.4.227  (after 7.4.225) can't build with Ruby 1.8
7.4.228  compiler warnings when building with Python 3.2
7.4.229  ":let" fails when listing vars with a curly braces expression
7.4.230  error when using ":options"
7.4.231  an error in ":options" is not caught by the tests
7.4.232  ":%s/\n//" uses a lot of memory
7.4.233  escaping special chars in ":!cmd %" is inconsistant
7.4.234  can't get the command that was used to start Vim
7.4.235  it is not easy to get the full path of a command
7.4.236  it's not that easy to check the Vim patch version
7.4.237  (after 7.4.236) has() not checking for specific patch
7.4.238  Vim does not support the smack library
7.4.239  ":e +" does not position cursor at end of the file
7.4.240  ":tjump" shows "\n" as "\\n"
7.4.241  submatch() does not distinguish between a NL and a NUL
7.4.242  getreg() does not distinguish between a NL and a NUL character
7.4.243  cannot use setreg() to add text that includes a NUL
7.4.244  (after 7.4.238) the smack feature causes stray error messages
7.4.245  crash for "vim -u NONE -N  -c '&&'"
7.4.246  configure message for detecting smack are out of sequence
7.4.247  NUL and NL mixed up when giving input to system()
7.4.248  cannot distinguish between NL and NUL in output of system()
7.4.249  using setreg() with a list of numbers does not work
7.4.250  some test files missing from distribution
7.4.251  crash when BufAdd autocommand wipes out the buffer
7.4.252  critical error in GTK, removing timer twice
7.4.253  crash when using external reference in syntax regexp
7.4.254  smack support detection is incomplete
7.4.255  configure check for smack doesn't work with all shells
7.4.256  (after 7.4.248) systemlist() does not work properly
7.4.257  compiler warning, possibly for mismatch in parameter name
7.4.258  configure fails if $CC contains options
7.4.259  warning for misplaced "const"
7.4.260  no error for function name with colon or lowercase char
7.4.261  an interactive :s to replace a "\n" with line break may fail
7.4.262  duplicate code in regexec()
7.4.263  GCC 4.8 compiler warning for hiding a declaration
7.4.264  (after 7.4.260) can't define function g:Foo()
7.4.265  (after 7.4.260) can't call function with "g:" in an expression
7.4.266  test 62 fails
7.4.267  (after 7.4.178) '[ mark is in the wrong position after "gq"
7.4.268  exists() on a funcref for script-local function does not work
7.4.269  CTRL-U in Insert mode does not work after using a cursor key
7.4.270  comparing pointers instead of the string they point to
7.4.271  compiler warning on 64 bit windows
7.4.272  using just "$" does not cause an error message
7.4.273  "make autoconf/reconfig" may run configure pointlessly
7.4.274  check for timestamp does not always detect a changed file
7.4.275  no error message when changing type of unplaced sign
7.4.276  the fish shell is not supported
7.4.277  using ":sign unplace *" may leave the cursor in wrong position
7.4.278  list_remove() conflicts with Sun header file
7.4.279  globpath() returns a string, a list would be better
7.4.280  relative position of cursor not restored if session has 2 tabs
7.4.281  positions are off when loading session with two tabpages
7.4.282  (after 7.4.279) test 97 fails on Mac
7.4.283  (after 7.4.276) compiler warning about unused variable
7.4.284  setting 'langmap' in the modeline can cause trouble
7.4.285  line numbers are not always updated for 'relativenumber'
7.4.286  error messages are inconsistant
7.4.287  patches for .hgignore don't work
7.4.288  when 'spellfile' is set the screen is not redrawn
7.4.289  NFA regexp with repeated backreference does not match
7.4.290  a non-greedy match followed by a branch is too greedy
7.4.291  compiler warning for int to pointer of different size
7.4.292  pattern "a" matches accented "a" when pattern is one byte
7.4.293  can't ignore composing characters in a pattern
7.4.294  (after 7.4.293) test files missing from patch
7.4.295  various typos, bad white space and unclear comments
7.4.296  can't run tests on Solaris
7.4.297  memory leak from result of get_isolated_shell_name()
7.4.298  can't have a funcref start with "t:"
7.4.299  when running configure twice DYNAMIC_PYTHON_DLL becomes empty
7.4.300  the way config.cache is removed doesn't always work
7.4.301  (after 7.4.280) scrolling problem when loading a session file
7.4.302  signs don't show up after filler lines
7.4.303  double-width chars on the command line sometimes truncated
7.4.304  cannot always use Python with Vim
7.4.305  making 'ttymouse' empty causes problems
7.4.306  getchar(0) does not return Esc
7.4.307  can't build without the +termresponse feature
7.4.308  ":diffsplit" on empty file cursor is displayed on command line
7.4.309  increasing size of lower window, upper window jumps to the top
7.4.310  getpos()/setpos() don't include curswant
7.4.311  can't use winrestview to only restore part of the view
7.4.312  cannot know what argument list is being used for a window
7.4.313  (after 7.4.310) changing return value of getpos() causes error
7.4.314  completion messages can get in the way of a plugin
7.4.315  (after 7.4.309) fixes for computation of topline not tested
7.4.316  warning from 64-bit compiler
7.4.317  crash when starting gvim, issue 230
7.4.318  fg/bg color settings ignored when checking syntax attributes
7.4.319  crash when putting zero bytes on the clipboard
7.4.320  possible crash when an BufLeave autocommand deletes the buffer
7.4.321  can't build with strawberry perl 5.20 + mingw-w64-4.9.0
7.4.322  using "msgfmt" is hard coded, cannot use "gmsgfmt"
7.4.323  substitute() with zero width pattern breaks multi-byte char
7.4.324  in Ex mode, cyrillic characters are not handled
7.4.325  incorrect display when starting GUI and setting 'laststatus'
7.4.326  can't build Tiny version
7.4.327  when 'verbose' is set may get E724 repeatedly
7.4.328  selection of inner block is inconsistent
7.4.329  window not scrolled if moving cursor and go to another window
7.4.330  using regexp pattern to show a position match can be slow
7.4.331  relative numbering not updated after a linewise yank
7.4.332  GTK: ugly gaps when a sign icon doesn't fit exactly
7.4.333  compiler warning for unused function
7.4.334  (after 7.4.330) unitialized variables, causing some problems
7.4.335  no digraph for the new rouble sign
7.4.336  setting 'history' to a big value causes out-of-memory errors
7.4.337  can't execute command line if there was an error before
7.4.338  cannot wrap lines taking indent into account
7.4.339  local function is available globally
7.4.340  error from sed about illegal bytes when installing Vim
7.4.341  sort() doesn't handle numbers well
7.4.342  clang gives warnings
7.4.343  matchdelete() does not always update the right lines
7.4.344  small issues related to matchaddpos()
7.4.345  (after 7.4.338) indent is not updated when deleting indent
7.4.346  (after 7.4.338) indent is not updated when changing 'briopt'
7.4.347  test55 fails on some systems
7.4.348  Using "J1" in 'cinoptions' may cause too much indent
7.4.349  avoid redrawing the whole window with highlighted matches
7.4.350  C-indenting for Javascript fails for a {} block inside parens
7.4.351  sort() is not stable
7.4.352  with 'linebreak' a Tab causes a missing line break
7.4.353  'linebreak' doesn't work with the 'list' option
7.4.354  compiler warning
7.4.355  several problems with Javascript indenting
7.4.356  mercurial does not ignore memfile_test
7.4.357  after completion some characters are not redrawn
7.4.358  (after 7.4.351) sort is not always stable
7.4.359  if 'ttymouse' set to 'uxterm' xterm version is not requested
7.4.360  pattern with "$" followed by \[vV] is not used as end-of-line
7.4.361  flickering when filling the preview window for 'omnifunc'
7.4.362  short length in matchaddpos() highlights until end of the line
7.4.363  in Windows console typing 0xCE does not work
7.4.364  no error message when the viminfo file can't be renamed
7.4.365  crash when using ":botright split" when there isn't much space
7.4.366  can't run the linebreak test on MS-Windows
7.4.367  (after 7.4.357) other solution for redrawing after completion
7.4.368  window sizes not restored properly when closing cmdline window
7.4.369  using freed memory when exiting while compiled with EXITFREE
7.4.370  linebreak test fails when encoding is not utf-8
7.4.371  with 'linebreak' set control characters displayed wrong
7.4.372  with 'winminheight' zero current window might be zero height
7.4.373  compiler warning for unused argument and unused variable
7.4.374  character after "fb" command sometimes not mapped
7.4.375  test 63 fails when run with GUI-only Vim
7.4.376  (after 7.4.367) popup menu flickers too much
7.4.377  with 'equalalways' set a split may report "no room"
7.4.378  title of quickfist list is not kept for setqflist(list, 'r')
7.4.379  accessing freed memory after using setqflist(list, 'r')
7.4.380  loading python may cause Vim to exit
7.4.381  u_undo error when backspacing in Insert mode deletes 2 lines
7.4.382  mapping chars may not work after typing Esc in Insert mode
7.4.383  bad interaction between preview window and omnifunc
7.4.384  test 102 fails when compiled with small features
7.4.385  when building with tiny/small features .mo files build fails
7.4.386  when splitting a window the changelist position is wrong
7.4.387  "4gro" replaces one character then executes "ooo"
7.4.388  with 'linebreak' set and 'list' unset Tab not counted properly
7.4.389  still sometimes Vim enters Replace mode when starting up
7.4.390  advancing pointer over end of a string
7.4.391  no 'cul' highlight with cursor on a line with diff highlight
7.4.392  not easy to detect type of command line window
7.4.393  text drawing on newer MS-Windows systems is suboptimal
7.4.394  (after 7.4.393) with DirectX last italic char is incomplete
7.4.395  C indent wrong below an if with wrapped () followed by {}
7.4.396  when 'clipboard' is "unnamed", :g/pat/d is very slow
7.4.397  matchparen only uses the topmost syntax item
7.4.398  (after 7.4.393) gcc error for argument of InterlockedIncrement
7.4.399  crypt implementation is messy; blowfish crypt has a weakness
7.4.400  list of distributed files is incomplete
7.4.401  (after 7.4.399) new files missing in Makefiles
7.4.402  test 72 crashes under certain conditions
7.4.403  valgrind reports errors when running test 72
7.4.404  Windows 64 bit compiler warnings
7.4.405  screen updating is slow when using matches
7.4.406  test 72 and 100 fail on MS-Windows
7.4.407  Visual block insert with cursor move repeats the wrong text
7.4.408  Visual block insert breaks a multi-byte character
7.4.409  can't build with Perl on Fedora 20
7.4.410  fold does not open after search with CmdwinLeave autocmd
7.4.411  "foo bar" sorts before "foo" with sort()
7.4.412  can't build on Windows XP with MSVC
7.4.413  MS-Windows: inserting dead key does not always work
7.4.414  cannot define a command only when it's used
7.4.415  (after 7.4.414) cannot build, warning for shadowed variable
7.4.416  problem with breakindent/showbreak and tabs
7.4.417  minimum width used for breakindent is not set after split
7.4.418  when leaving ":append" the cursor shape is like in Insert mode
7.4.419  when part of a list is locked it's possible to make changes
7.4.420  it's not obvious how to add a new test
7.4.421  crash when searching for "\ze*"
7.4.422  with conceal + linebreak some text is not displayed correctly
7.4.423  expand("$shell") does not work as documented
7.4.424  ml_get error when using Python to delete lines in a buffer
7.4.425  when 'showbreak' is used "gj" may move to the wrong position
7.4.426  README File missing from list of files
7.4.427  system() typeahead may be echoed and mess up the display
7.4.428  executable() may return a wrong result on MS-Windows
7.4.429  build fails with fewer features
7.4.430  test_listlbr fails when compiled with normal features

(morr)

2014-09-08 21:55:14 UTC MAIN commitmail json YAML

Updated graphics/netpbm to 10.67.05

(wiz)

2014-09-08 21:55:04 UTC MAIN commitmail json YAML

Update to 10.67.05:

14.09.08 BJH  Release 10.67.05

              cameratopam: fix buffer overflow.  Always present.  (cameratopam
              was new in Netpbm 10.28 (June 2005)).

              Build: fix universal build failure introduced in 10.67.04.

(wiz)

2014-09-08 21:51:39 UTC MAIN commitmail json YAML

Updated graphics/netpbm to 10.67.04

(wiz)

2014-09-08 21:51:26 UTC MAIN commitmail json YAML

Update to 10.67.04, integrating last two pkgsrc patches.
Add a second tarball consisting of the html-to-man converted documenation,
and overwrite dummy man pages with those.

Changes in 10.67.04:

14.09.04 BJH  Release 10.67.04

              pcdovtoppm: Fix crash due to invalid operator == on some
              systems.  Always broken (pcdovtoppm was new sometime between
              Netpbm 9.25 (March 2002) and Netpbm 10.11 (Februrary 2010)).

              Build: fix compile failure due to use of reserved word
              'stdout'.

              Build with 'installosf': Fix crash due to invalid operator ==
              on some systems.

              Build: fix undefined symbols in fiasco converters with
              static libraries.

              Build: provide means of setting the default search path for
              rgb.txt color database via config.mk.

(wiz)

2014-09-08 21:25:01 UTC MAIN commitmail json YAML

Updated graphics/netpbm to 10.67.03

(wiz)

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

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

2014-09-08 20:40:30 UTC MAIN commitmail json YAML

2014-09-08 17:32:32 UTC MAIN commitmail json YAML

Updated www/goaccess to 0.8.4

(wiedi)

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

Update goaccess to 0.8.4

Changes to GoAccess 0.8.4 - Monday, September 08, 2014

  * Added ability to handle nginx non-standard status code 444 as 404.
    `--444-as-404`
  * Added and updated operating systems, and browsers.
  * Added excluded IP hits count to the general statistics panel on all reports.
  * Added HTTP nonstandard code '444' to the status code list.
  * Added the ability to count client errors (4xx) to the unique visitors count.
    Now by default it omits client errors (4xx) from being added to the unique
    visitors count as they are probably not welcomed visitors. 4xx errors are
    always counted in panels other than visitors, OS & browsers.
    `--4xx-to-unique-count`
  * Removed request status field restriction. This allows parsing logs that contain
    only a valid date, IPv4/6 and host.
  * Fixed issue when excluding IPv4/v6 ranges.
  * Fixed compile error due to missing include <sys/types.h> for type off_t
    (gcc 4.1).

Changes to GoAccess 0.8.3 - Monday, July 28, 2014

  * Fixed SEGFAULT when parsing a CLF log format and using --ignore-crawlers.
  * Fixed parsing conflict between some Opera browsers and Chrome.
  * Fixed parsing of several feed readers that are Firefox/Safari-based.
  * Fixed Steam detection.
  * Added Huawei to the browser's list and removed it from the OS's list.

Changes to GoAccess 0.8.2 - Monday, July 20, 2014

  * Added ability to parse dates containing whitespaces in between,
    e.g., Jul 15 20:13:59 (syslog format).
  * Added a variety of browsers, game systems, feed readers, and podcasts.
  * Added a '-V --version' command line option.
  * Added missing up/down arrows to the help section.
  * Added the ability to ignore crawlers using the '--ignore-crawlers' option.
  * Added the ability to ignore multiple IPv4/v6 and IP ranges.
  * Added the PATCH method according to RFC 5789.
  * Fixed GeoLocation percent issue for the JSON, CSV and HTML outputs.
  * Fixed memory leak when excluding one or multiple IPs.

Changes to GoAccess 0.8.1 - Monday, June 16, 2014

  * Added ability to add/remove static files by extension through the config
    file.
  * Added ability to print backtrace on segmentation fault.
  * Escaped JSON strings correctly according to [RFC4627].
  * Fixed encoding issue when extracting keyphrases for some HTTP referers.
  * Fixed issue where HTML bar graphs were not shown due to numeric locale.
  * Fixed issue with URIs containing "\r?\n" thus breaking the corresponding
    output.
  * Make sure request string is URL decoded on all outputs.

(wiedi)

2014-09-08 16:57:02 UTC MAIN commitmail json YAML

2014-09-08 16:02:35 UTC MAIN commitmail json YAML

Fix PKGNAME. Now this works.

(wiz)

2014-09-08 15:37:42 UTC MAIN commitmail json YAML

Convert to USE_CMAKE= yes style.

(mef)

2014-09-08 15:34:25 UTC MAIN commitmail json YAML

2014-09-08 15:08:14 UTC MAIN commitmail json YAML

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

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

Add back BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 for old
non-modular X.org.

(wiz)

2014-09-08 12:38:44 UTC MAIN commitmail json YAML

Fix PLIST with lua option. From John D. Baker in PR 49183.

(wiz)

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

Switch to using waf.mk.

(wiz)

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

Add basic infrastructure collecting information how to use waf.

(wiz)

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

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

Allow -std= in compiler flags.
Ride bump.

(wiz)

2014-09-08 12:03:42 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.146

(wiz)

2014-09-08 12:03:32 UTC MAIN commitmail json YAML

Allow '+' in another place checking for package names. Needed e.g. for gtk2+.

Bump version.

(wiz)

2014-09-08 11:51:30 UTC MAIN commitmail json YAML

buildlink3.mk should not set API depends. The package already
pulls in those versions if needed.

(wiz)

2014-09-08 11:47:35 UTC MAIN commitmail json YAML

Describe gtk3-atk-bridge.

(wiz)

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

Insist on glib 2.40.0 for glibmm 2.40.0
While here, add to category gnome

(prlw1)

2014-09-08 11:40:52 UTC MAIN commitmail json YAML

Added devel/waf version 1.7.16

(wiz)

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

Added multimedia/mpv version 0.5.1

(wiz)

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

2014-09-08 11:38:17 UTC MAIN commitmail json YAML

Import mpv-0.5.1 as multimedia/mpv.

mpv is a movie player based on MPlayer and mplayer2. It supports
a wide variety of video file formats, audio and video codecs, and
subtitle types.

(wiz)

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

Updated x11/gtk3 to 3.12.2

(prlw1)

2014-09-08 11:30:16 UTC MAIN commitmail json YAML

2014-09-08 11:29:44 UTC MAIN commitmail json YAML

Import waf-1.7.16 as devel/waf.

Waf is a Python-based framework for configuring, compiling and
installing applications. Here are perhaps the most important features
of Waf:

*  Automatic build order: the build order is computed from input
    and output files, among others
*  Automatic dependencies: tasks to execute are detected by hashing
    files and commands
*  Performance: tasks are executed in parallel automatically, the
    startup time is meant to be fast (separation between configuration
    and build)
*  Flexibility: new commands and tasks can be added very easily
    through subclassing, bottlenecks for specific builds can be
    eliminated through dynamic method replacement
*  Extensibility: though many programming languages and compilers
    are already supported by default, many others are available as
    extensions
*  IDE support: Eclipse, Visual Studio and Xcode project generators
    (waflib/extras/)
*  Documentation: the application is based on a robust model
    documented in The Waf book and in the API docs
*  Python compatibility: cPython 2.4 to 3.4, Jython 2.5, IronPython,
    and Pypy

(wiz)

2014-09-08 11:19:47 UTC MAIN commitmail json YAML

Update gtk3 to 3.12.2

Highlights from changes:

* GtkPopover: A new widget that is can be used for transient
  views, as an alternative to menus or dialogs.
- GtkMenuButton can use popovers instead of menus
* Client-side decorations:
- Make F10 move focus to the header bar
- Make header bars draggable on touch systems
- Make shadows unclickable
* Printing: Google cloud print support
* GtkActionBar is a new widget that is meant to be used
  for actions at the bottom of a window.
* GtkAppChooserDialog has been redesigned

* GtkBox can now place a widget centered, regardless of
  the sizes of children on either side, similar to GtkHeaderBar.
* Dialogs:
- Dialogs have been modernized, can use a header bar now
- Built-in dialogs react to a setting, gtk-dialogs-use-header
  for this, dialogs derived from GtkDialog: default to no headerbar
- GtkAssistant also respects the setting
* OS X:
- Better menu integration. Items such as 'Hide', 'Hide Others'
  and 'Show All' are now handled specially
- GTK+ provides a default application menu now
* Theming:
- GTK+ now uses RGBA visuals by default
- Notebook tabs now support a prelight state
- Reorderable notebook tabs can be themed differently
* GtkActionBar: A new container, which has a centered
  child like GtkHeaderBar. It can be used in places
  where header bar theming is not suitable
* GtkAppChooser: The online support has been simplified
  and modernized
* GtkHeaderBar button theming has been changed to be
  more flexible. There is now a gtk-decoraton-layout
  setting and a decoration-layout property.
* Accessibility:
  - Links in labels are now accessible
  - Model-based menus are accessible
  - Accessible roles of several widgets have been fixed
  - GtkColorChooser accessibility is improved
* Theming: The Raleigh theme has been updated for
  several new features, including client-side decorations
* Model-based menus now support a hidden-when attribute
  on items that allows them to be hidden on various
  conditions
* New notebook tab styling: GtkNotebook now offers a way
  for themes to opt out of the tab rendering, with the
  'has-tab-gap' style property. The Adwaita theme is using
  this to achieve a more modern tab appearance.
* GtkFlowBox: A container that its children in a reflowing
  grid, which can be oriented horizontally or vertically.
  It is similar to GtkListBox in that the children can
  be sorted and filtered, and by requiring a dedicated child
  widget type, GtkFlowBoxChild. It is similar to GtkTreeView
  in that is supports a full set of selection modes, including
  rubberband selection.
* GtkStack: children can now indicate that they require
  attention by setting the needs-attention child property.
* Broadway now requires binary array buffers and modern WebSocket
  protocol support
* Autoscrolling in range widgets has been improved to work more
  reliably in maximized windows.
* GtkSpinner has been changed to render in in a limited set of
  sizes.
* GtkApplication now stores and handles accelerators for GActions
  itself.
* GtkIconTheme now falls back to the gnome icontheme to fix
  problems with the availability of symbolic icons in other
  icon themes.
* GTK+ respects the deprecated gtk-button-images and gtk-menu-images
  settings again.

For full details see:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.12.2

(prlw1)

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

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

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

SunOS needs -liconv.

(jperkin)

2014-09-08 09:14:07 UTC MAIN commitmail json YAML

Added sysutils/direvent version 5.0

(wiz)