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

2024-05-13 01:50:53 UTC Now

2015-09-05 15:32:07 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 2.2.0

(mef)

2015-09-05 15:31:58 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line for make test
  BUILD_DEPENDS+=        p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
  BUILD_DEPENDS+=        p5-Package-Constants-[0-9]*:../../devel/p5-Package-Constants
  BUILD_DEPENDS+=        p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager
  BUILD_DEPENDS+=        p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
- (Be careful, not all the dependent packages pass for 'make test', followings are suspect)
    p5-MooseX-App-Cmd-0.31
    git-base-2.5.1
    p5-SQL-Abstract-Limit-0.14.1nb6
    p5-IO-tty-1.12nb1

(upstream)
- Update 2.0.4 to 2.2.0
---------------------
2.2.0 2015-08-09
  [ BUG FIXES ]
      - Allow git to prompt user when calling sendemail (GH#25, Arthur Axel
        fREW Schmidt)
      - Tags were printed with the warning "at line blah". (GH#22)

  [ ENHANCEMENTS ]
      - Improve error message. (GH#24, frioux)

  [ NEW FEATURES ]
      - Store module name in config instead of relying on commit messages
        (frioux, GH#26)

  [ STATISTICS ]
      - code churn: 8 files changed, 219 insertions(+), 438 deletions(-)

2.1.0 2015-06-01
  [ ENHANCEMENTS ]
      - Be a little more clever about finding out if the META repo is
        git-based.

  [ STATISTICS ]
      - code churn: 3 files changed, 22 insertions(+), 4 deletions(-)

(mef)

2015-09-05 14:41:06 UTC MAIN commitmail json YAML

Enable PLIST.long_double_math on OS X El Capitain and newer

(adam)

2015-09-05 14:25:38 UTC MAIN commitmail json YAML

Changes 3.5.8:
Fix FreeBSD Clang-3.5 build error
Support splice for SSLv3 and TLSv1 sessions that start with an SSLv2 Hello
Bug 3553: cache_swap_high ignored and maxCapacity used instead
Fix memory leak in Surrogate-Capability header detection
When a RESPMOD service aborts, mark the body it produced as truncated.
Cleanup: fix assertion in Store unit tests
Bug 3696: crash when client delay pools are activated
Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
Bug 4306: build portability fix in Kerberos helpers
Docs: auto-build release notes for snapshots
FtpServer.cc:1024: "reply != NULL" assertion
Work around clang-3.6 complaining of unknown attributes in libxml2
Ignore impossible SSL bumping actions, as intended and documented.
Bug 4242: compile errors with eCAP using clang-3.6
Docs: fix typo in miss_access
Bug 4285 partial: %us is not supported in access.log
Bug 4302: IPFilter v5 transparent interception
Docs: update intercept/tproxy related text
Bug 4301: compile errors with IPFilter interception
Polish: add debug section,level to cache.log
Reject non-chunked HTTP messages with conflicting Content-Length values
Boilerplate: update ignored files
Boilerplate: add Foundation details to rfcnb and smblib documentation files
Cleanup: de-duplicate fake-CONNECT code
Use automake subdir-objects feature

(adam)

2015-09-05 14:12:05 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.9.1

(adam)

2015-09-05 14:10:59 UTC MAIN commitmail json YAML

Changes 1.9.1:
User-visible changes:
- Client-side bugfixes:
  * Fix crash with GPG-agent with non-canonical $HOME
  * Fix checkout errors with svn+ssh:// on Windows
  * svn: expose expat and zlib versions in svn --version --verbose
  * svn: improve help text for 'svn info --show-item'

- Server-side bugfixes:
  * svnserve: fixed minor typo in help text
  * Enable caching with memcached on Windows
  * Fix an error leak in FSFS verification
  * Fix incomplete membuffer cache initialization
  * svnfsfs: fix some bugs and inconsistencies in load-index

- Client-side and server-side bugfixes:
  * Fix alignment fault in ra_svn on 32 bit SPARC machines

- Bindings bugfixes:
  * Fix memory corruption in copy source SWIG bindings

(adam)

2015-09-05 13:50:11 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.328
Updated devel/p5-CPAN-Perl-Releases to 2.34
Updated devel/p5-Module-CPANfile to 1.1001
Updated devel/p5-PAR to 1.010
Updated devel/p5-POE to 1.367

(mef)

2015-09-05 13:44:39 UTC MAIN commitmail json YAML

Update 1.366 to 1.367
---------------------
(below is compiled from CHANGES)
================================
2015-06-03 10:10:18 -0400 v1_367
================================
-  Version bump for release.
-  Merge pull request #22 from zhouzhen1/prchallenge
-  Some trivial changes for the CPAN PR challenge.
-  rt.cpan.org 96039. Avoid close() on a FIFO until the reader is done.

-  Cygwin seems to block on close() if a FIFO contains data. This test
    deadlocks because it expects the ability to read from the FIFO
    asynchronously later.

-  rt.cpan.org 100499. Fix SuccessEvent values for AF_INET6.
-  Applied ketas' micro patches, and updated an example in the docs.
-  rt.cpan.org 101227. Comment on an unused assertion.
-  rt.cpan.org 103842. Skip YAML line ending test on contemporary YAML.
-  a couple of pod typo fix
-  add 'use strict' to POE/Queue.pm and POE/Resource.pm
-  Merge pull request #20 from nanis/nanis-fix-for-nmake

-  Hard coded Unix-style directory separator causes problems on Windows
    with nmake

-  Enable bind for IN6ADDR_ANY
-  Use File::Spec->catfile to compose certain paths

-  Surrounding them with double quotes worked on Windows, but created
    problems on other systems.

-  Quote paths to fix errors with nmake on Windows
-  C:\...\POE-1.366> nmake test

-  "C:\opt\perl-5.20.1\bin\perl.exe" mylib/gen-tests.perl lib/POE.pm
    Can't open perl script "mylib": Permission denied NMAKE : fatal error
    U1077: 'C:\opt\perl-5.20.1\bin\perl.exe' : return code '0xd' Stop.

-  This happens because perl ends up seeing mylib and /gen-tests.perl as
    two separate thingies. It seemed to me that the most straightforward
    solution which I do not think should effect any other platforms is to
    quote the filename arguments. Hope this makes sense.

-  Make loop discovery O(M+N) instead of O(M*N) stat() operations.
-  fix typo ("Consier" => "Consider")

(mef)

2015-09-05 13:42:48 UTC MAIN commitmail json YAML

Update 1.009 to 1.010
---------------------
1.010  2015-07-13
  - Fix #101800 "[PATCH] Reinstate files to inc dir if deleted by external process"
      Periodic temp  directory cleaning programs (eg. "tmpwatch") may remove some
          (older) files from $PAR_TEMP/inc, but keep others. This causes the packed
      program to fail.
    - When extracting a .par file to $PAR_TEMP/inc do NOT restore the original
          modified timestamps of the file (so that the extracted files have
        the time of extraction as their modified time).
    - Add a "canary" file in $PAR_TEMP and back-date it 1 day. Hence any process
          removing files in $PAR_TEMP based on timestamps should remove
        the "canary" before others.
    - If the canary file is missing, extract the .par to $PAR_TEMP/inc
          as previously was done only when $PAR_TEMP/inc was missing.

(mef)

2015-09-05 13:41:23 UTC MAIN commitmail json YAML

Update to 1.1001
----------------
1.1001  2015-09-04 14:07:14 CEST
        - Fixed tests to avoid using subtests. #38

(mef)

2015-09-05 13:40:06 UTC MAIN commitmail json YAML

Update 2.32 to 2.34
-------------------
  Date : 2015-08-30 00:29:56 +0000
    Updated for v5.20.3-RC2

(mef)

2015-09-05 13:35:57 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
  BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff

(mef)

2015-09-05 13:35:11 UTC MAIN commitmail json YAML

Add one more line for make test.
  BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff

(mef)

2015-09-05 13:33:53 UTC MAIN commitmail json YAML

Adjust BUILD_DEPENDS for make test. Now pass all the test.
  +BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
  +BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
  # for make test
  -#BUILD_DEPENDS+=      p5-Types-Standard-[0-9]*:../../devel/p5-Types-Standard
  +BUILD_DEPENDS+=        p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
  +BUILD_DEPENDS+=        p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet

(mef)

2015-09-05 13:31:50 UTC MAIN commitmail json YAML

Add two BUILD_DEPENDS for make test, but still fails one test.
  +BUILD_DEPENDS+=        p5-YAML-[0-9]*:../../textproc/p5-YAML
  +# for others
  +BUILD_DEPENDS+=        p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage

(mef)

2015-09-05 13:03:22 UTC MAIN commitmail json YAML

2015-09-05 12:52:34 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+=        p5-CGI-[0-9]*:../../www/p5-CGI

(mef)

2015-09-05 12:00:10 UTC MAIN commitmail json YAML

2015-09-05 11:55:28 UTC MAIN commitmail json YAML

2015-09-05 11:50:49 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 4.02

(mef)

2015-09-05 11:50:39 UTC MAIN commitmail json YAML

update 3.99 to 4.02
--------------------
4.02 Thu Aug 27 00:57:06 2015
  - Remove errant debugging code - D'oh!

(mef)

2015-09-05 11:39:51 UTC MAIN commitmail json YAML

Remove --disable-sdltest, this is now handled generically by SDL's bl3.

(jperkin)

2015-09-05 11:34:51 UTC MAIN commitmail json YAML

Update to 0.328
---------------
0.328    2015-09-03 20:37:50-04:00 America/New_York
        - get command description from Pod by default (Jakob Voss)
        - add a "--help" option to all commands by default (Jakob Voss)
        - add "command_groups" to group commands in listing (Jakob Voss)
        - fix the handling of "exit" in App::Cmd::Tester (Matthew Astley)
        - add 'show_version_cmd' option to enable display of 'version'
          command in command list. (John Anderson)
        - minor documentation improvements (Alberto Simoes, rjbs)

(mef)

2015-09-05 11:21:53 UTC MAIN commitmail json YAML

Pass --disable-sdltest on Darwin when using GNU configure, fixes various
issues (crashes, hangs) when building SDL packages in a session which
isn't logged into the console.

Tested in a full bulk build, some packages issue warnings for it being
an unrecognized option but I cannot see any failures due to it, and it
fixes a reasonable number of package builds.

(jperkin)

2015-09-05 10:56:36 UTC MAIN commitmail json YAML

Updated devel/scons to 2.3.6

(adam)

2015-09-05 10:55:20 UTC MAIN commitmail json YAML

Changes 2.3.6:
Added support for Visual Studio 2015

(adam)

2015-09-05 10:48:42 UTC MAIN commitmail json YAML

Updated graphics/tiff to 4.0.5

(adam)

2015-09-05 10:47:57 UTC MAIN commitmail json YAML

Changes 4.0.5:
* Support for configure/build using CMake.
* Support for large (> 2GB) files under Microsoft Windows.

(adam)

2015-09-05 07:15:36 UTC MAIN commitmail json YAML

Remove duplicate

(mef)

2015-09-05 06:58:09 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.43

(mef)

2015-09-05 06:57:59 UTC MAIN commitmail json YAML

(pkgsrc)
- Update required version:
    -DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
    +DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
- Add following line for make test
    BUILD_DEPENDS+=        p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny

(upstream)
- Update 0.41 to 0.43
  ---------------------
0.43      2015-08-16 03:29:28Z
    - add some diagnostics to a test that is failing occasionally

0.42      2015-06-04 06:17:43Z
  - eliminate remaining uses of List::MoreUtils
  - increase required version of namespace::autoclean to 0.16 to avoid test
    failures

(mef)

2015-09-05 06:54:05 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Daemonize to 0.20
Updated devel/p5-MooseX-MethodAttributes to 0.30
Updated devel/p5-MooseX-Traits to 0.13
Updated devel/p5-MooseX-Types-LoadableClass to 0.014
Updated devel/p5-MooseX-Types-Structured to 0.34
Updated devel/p5-MooseX-Types-URI to 0.08
Updated devel/p5-MooseX-Types-Structured to 0.34

(mef)

2015-09-05 06:53:03 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following lines for make test
  BUILD_DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
  BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
(upstream)
- Update to 0.34
----------------
0.34    2015-08-16 02:39:14Z
  - bump namespace::clean prereq

(mef)

2015-09-05 06:47:07 UTC MAIN commitmail json YAML

Update to 0.08
--------------
0.08      2015-08-16 02:14:11Z
  - fix duplicate TYPES section in pod

(mef)

2015-09-05 06:44:40 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+=        p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
  BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep

(mef)

2015-09-05 06:05:54 UTC MAIN commitmail json YAML

Add following lines for make test
  BUILD_DEPENDS+=        p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny
  BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff

(mef)

2015-09-05 05:38:04 UTC MAIN commitmail json YAML

Update to 0.014
---------------
0.014    2015-08-16 02:03:26Z
  - update some distribution tooling

(mef)

2015-09-05 05:34:11 UTC MAIN commitmail json YAML

Update to 0.13
--------------
0.13      2015-08-16 04:10:59Z
        - update some distribution tooling

(mef)

2015-09-05 04:59:55 UTC MAIN commitmail json YAML

Update to 0.30
--------------
0.30      2015-08-16 04:02:53Z
- update some distribution tooling

(mef)

2015-09-05 04:50:26 UTC MAIN commitmail json YAML

Update to 0.20
--------------
0.20      2015-08-16 03:27:34Z
    - some tooling modernization and documentation cleanup.

(mef)

2015-09-05 04:44:21 UTC MAIN commitmail json YAML

Add following lines for make test
  BUILD_DEPENDS+=        p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
  BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
  BUILD_DEPENDS+=        p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
  BUILD_DEPENDS+=        p5-Module-Build-Tiny>=0.037:../../devel/p5-Module-Build-Tiny
  BUILD_DEPENDS+=        p5-MooseX-Role-WithOverloading-[0-9]*:../../devel/p5-MooseX-Role-WithOverloading

  BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires

(mef)

2015-09-04 19:37:13 UTC MAIN commitmail json YAML

Add ${VARBASE}/db/pkgin to OWN_DIRS.

(jperkin)

2015-09-04 18:49:36 UTC MAIN commitmail json YAML

Add a patch for dovecot to fix a hang on SmartOS.
While here also define the TEST_TARGET

(wiedi)

2015-09-04 14:47:18 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-ConfigFromFile to 0.14

(mef)

2015-09-04 14:47:08 UTC MAIN commitmail json YAML

Update to 0.14
--------------
0.14      2015-08-16 03:11:52Z
    - update some distribution tooling

(mef)

2015-09-04 14:40:01 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-AttributeHelpers to 0.24

(mef)

2015-09-04 14:39:53 UTC MAIN commitmail json YAML

Update to 0.24
--------------
0.24      2015-08-16 18:49:16Z
    - Don't rely on hash order in tests (RT#81564)
    - repository migrated to the GitHub Moose organization

(mef)

2015-09-04 14:35:49 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Roles-Pluggable to 0.003

(mef)

2015-09-04 14:35:41 UTC MAIN commitmail json YAML

Update to 0.003
---------------
0.003  2015-06-27
    - switch to ExtUtils::MakeMaker
    - improve META information
    - fix bug when MooX::Roles::Pluggable is used multiple times in similar
      context
    - Update copyright year

(mef)

2015-09-04 14:30:26 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-App-Cmd to 0.31

(mef)

2015-09-04 14:30:19 UTC MAIN commitmail json YAML

Update to 0.31
--------------
0.31      2015-05-23 03:40:01Z
    - fix test failures on MSWin32 (see RT#96863)

(mef)

2015-09-04 14:28:42 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Cmd to 0.015

(mef)

2015-09-04 14:28:33 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line for make test
  BUILD_DEPENDS+=        p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
(upstream)
- Update 0.013 to 0.015
---------------------
0.015 2015-05-29
    - fix breaking tests on Win32 due stacked Capture::Tiny::_capture_tee
      (thanks Alexandr Ciornii for reporting)

0.014 2015-05-27
    - switching from IO::TieCombine to stacked Capture::Tiny in
      MooX::Cmd::Tester to avoid breaking commands in test (only)
      when relying on fileno of STD{OUT,ERR}

(mef)

2015-09-04 14:23:49 UTC MAIN commitmail json YAML

Don't change DISTNAME, make extract fails. Use PKGNAME.

(nonaka)

2015-09-04 13:58:25 UTC MAIN commitmail json YAML

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

(mef)

2015-09-04 13:49:51 UTC MAIN commitmail json YAML

Change PKGNAME back to opengrok.

One could argue that it should be OpenGrok, but let's do this some
other time.

(wiz)

2015-09-04 13:46:47 UTC MAIN commitmail json YAML

Updated textproc/miller to 2.1.1

(wiz)

2015-09-04 13:46:37 UTC MAIN commitmail json YAML

Update miller to 2.1.1.

Changes:

v2.1.1

Incremental read-performance increase for CSV format

While #51 is still underway, already there is nearly a 2x
read-performance increase in v2.1.1 over v2.1.0.

v2.1.0

Minor enhancements and bug fixes

Highlights: travis-CI integration (thanks @SikhNerd!); hour-minute-second
functions; fixed pretty-print alignment of UTF-8 data.

(wiz)

2015-09-04 13:41:08 UTC MAIN commitmail json YAML

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

(mef)

2015-09-04 13:16:15 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+=        p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
(But still fails at signal handling at pbulk)

(mef)

2015-09-04 12:52:49 UTC MAIN commitmail json YAML

Add following line for make test
  BUILD_DEPENDS+=                p5-CGI-[0-9]*:../../www/p5-CGI

(mef)

2015-09-04 12:48:50 UTC MAIN commitmail json YAML

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

(mef)

2015-09-04 12:44:20 UTC MAIN commitmail json YAML

- Add Following line,
  DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
  In make test, following is listed unless otherwise
  # === Runtime Requires ===
  #    Module              Want    Have
  #    -------------------- ---- -------
  #    List::MoreUtils      any missing
- PKGREVISION++

(mef)

2015-09-04 12:30:39 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.9.3

(roy)

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

Update to dhcpcd-6.9.3 with the following changes:
  *  Fixed compile on various platform/compiler variations
  *  Statically assigned IPv4 addresses now undergo ARP checks
  *  Statically assigned interface_mtu= works again
  *  Statically assigned DHCP variables persist across lease renews

(roy)

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

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

(mef)

2015-09-04 12:14:29 UTC MAIN commitmail json YAML

English grammar nit - multiple server names listed, so use plural form
of "one of the following servers"

(pgoyette)

2015-09-04 12:07:39 UTC MAIN commitmail json YAML

2015-09-04 11:50:47 UTC MAIN commitmail json YAML

Remove references to a.out.
Add the necessary PIC flags for ELF shared libraries which is now assumed by default.

Reviewed by joerg@ wiz@

(sevan)

2015-09-04 11:36:21 UTC MAIN commitmail json YAML

Updated devel/p5-Module-ScanDeps to 1.19

(mef)

2015-09-04 11:36:12 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line for make test
  BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
(upstream)
- Update 1.18 to 1.19
----------------------
1.19  2015-05-27
  - add %Preload rule for LWP::MediaTypes: data file LWP/media.types
  - add %Preload entry for MIME::Types: data file MIME/types.db
  - add %Preload rule for AnyEvent
  - always add Encode.pm when fix encountering constructs like
      decode("klingon", ...)
            open FH, "<:encoding(klingon)", ..
  - add license
  - update OpenFoundry repository URL

(mef)

2015-09-04 11:28:57 UTC MAIN commitmail json YAML

Adapt path to mutt.

(wiz)

2015-09-04 11:28:12 UTC MAIN commitmail json YAML

- clusterssh-4.03_06, foomatic4-db-engine-4.0.12, nginx-devel-1.9.2,
  py-mccabe-0.3.1, ruby-redmine-3.1.0 (all done).

(wiz)

2015-09-04 11:27:56 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 5.20150820

(mef)

2015-09-04 11:27:47 UTC MAIN commitmail json YAML

Update 5.20150420 to 5.20150820
-------------------------------
5.20150820
  - Updated for v5.23.2

5.20150720
  - Updated for v5.23.1

5.20150520
  - Updated for v5.22.0

(mef)

2015-09-04 11:24:50 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.37.1

(wiz)

2015-09-04 11:24:41 UTC MAIN commitmail json YAML

Update to 2.37.1: bugfix in the progress indicator.

(wiz)

2015-09-04 09:51:28 UTC MAIN commitmail json YAML

zeromq done (to 4.1.3).

(he)

2015-09-04 08:50:41 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.50

(mef)

2015-09-04 08:49:41 UTC MAIN commitmail json YAML

Update to 2.50
--------------
2.50    2015-09-02
- Changed how the Screen output handles UTF-8 data once more. The Screen
  module has gone back to printing output directly to the global STDOUT and
  STDERR handles. The previous changes broke the tests for several modules,
  including Log::Dispatch::Config. This change should fix them.

(mef)

2015-09-04 08:41:57 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.37.0

(wiz)

2015-09-04 08:41:44 UTC MAIN commitmail json YAML

Update to 2.37.0:

tures

    Driver for the Lark Freebook reader device
    A redesigned busy spinner -- why should icons get all the love?
    When merging book records, show more information about the
    target book record.
    A new icon theme 'Dark Blue' (Preferences->Look & Feel->Change
    icon theme)
    Add a check box to control copying ebook files when duplicating
    book records via the Add Empty Book dialog

Bug Fixes

    Edit Book: Check Book: Fix automatic fixing of unsafe ids not
    working if the file containing the unsafe also needs to be
    fixed for an unsafe filename.
    E-book viewer: Informative error message for themes button when
    no themes have been created
    Fix a regression that caused the library switch entries at the
    bottom of the library menu to not work when there are many
    libraries.
    Get Books: Update Amazon EU store plugins for website changes

(wiz)

2015-09-04 07:24:48 UTC MAIN commitmail json YAML

2015-09-04 07:22:33 UTC MAIN commitmail json YAML

Note update of misc/libreoffice43 to 4.3.7.2.

(he)

2015-09-04 07:21:20 UTC MAIN commitmail json YAML

Update to version 4.3.7.

Upstream changes:

Fixed bugs in 4.3.7 RC2 (4.3.7):

* i#123539 3D pie-chart missing guide handles [Caol疣 McNamara]
* rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice
  asks for user and password [Stephan Bergmann]
* rhbz#1197614 fix calculation of m_bHasActive when removing active
  element [Stephan Bergmann]
* tdf#74018 fix int wraparound + crash on export [Caol疣 McNamara]
* tdf#75614 RTF import: fix missing text after footnote [Miklos Vajna]
* tdf#82430 gcc-wrappers: command line *must* start with a space
  [Michael Stahl]
* tdf#82784 cui: Area tab page: do not override imported bitmaps
  [Michael Stahl]
* tdf#84294 vcl: fix PDF export of transparent Writer frames in
  LO 4.3 [Michael Stahl]
* tdf#86793 vcl: speed up OutputDevice::GetEllipsisString() [Michael Stahl]
* tdf#89597 resize formula buffers after adding a dummy sheet
  [Katarina Behrens]
* tdf#90583 3D pie-chart missing guide handles [Caol疣 McNamara]

Fixed bugs in 4.3.7 RC1:

* bnc#773048 OOXML: fix import of insets when shape and/or shape
  text is rotated [Andras Timar]
* bnc#902652 OOXML: fix import of insets when shape and/or shape
  text is rotated [Andras Timar]
* bnc#910045 wrong cell fill color defined by table style [Zolnai Tam疽]
* coverity#1267678 this is surely backwards (gold) [Caol疣 McNamara]
* i#124371 don't create a new list for each multiselection portion
  [Caol疣 McNamara]
* i#45160 officecfg: set VCL.WM.ShouldSwitchWorkspace to false [Michael Stahl]
* i#96684 officecfg: set VCL.WM.ShouldSwitchWorkspace to false [Michael Stahl]
* rhbz#1162352 [abrt] libreoffice-core:
  sfx2::SvLinkSource::HasDataLinks(): soffice.bin killed by SIGSEGV
  [Caol疣 McNamara]
* rhbz#1163106 [abrt] libreoffice-core: soffice.bin killed by
  SIGABRT on shutdown in
  tdoc_ucp::OfficeDocumentsManager::OfficeDocumentsCloseListener
  [Michael Stahl]
* rhbz#1175027 [abrt] libreoffice-core: killed by SIGSEGV on
  shutdown in SwConnectionDisposedListener_Impl [Michael Stahl]
* rhbz#1177022 no width set on space glyph with CM Typewriter
  fonts [Michael Stahl, Caol疣 McNamara]
* rhbz#1180312 don't access empty range list, could be [Eike Rathke]
* rhbz#1184582 [abrt] libreoffice-core: gcc3::raiseException():
  soffice.bin killed by SIGABRT [Stephan Bergmann]
* tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()
  [Eike Rathke]
* tdf#42481 propagate errors as errors in matrix calculations [Eike Rathke]
* tdf#50133 wrong underlining in Reports [Julien Nabet]
* tdf#67534 fix "Property Handler" shared lock [Maxime de Roucy]
* tdf#68117 partially fix boolean labels in XLSX [Ursache Vladimir]
* tdf#68137 crash in traversing script fields [Caol疣 McNamara]
* tdf#68963 avoid __refheading__ regression reported in#/recognize
  __RefHeading__ bookmarks as TOC [Justin Luth]
* tdf#73059 isDBReadOnly ensure connection before trying to retrieve
  it [Lionel Elie Mamane]
* tdf#75565 reduce block on pasting rtf like we do for html [Caol疣
  McNamara]
* tdf#76636 crash on merging certain cells imported from a .doc
  [Caol疣 McNamara]
* tdf#77241 sw: fix creation of field data source string [Michael Stahl]
* tdf#78148 ordinal numbers should not be auto-capitalized [Niklas Johansson]
* tdf#78174 toolkit: work around GCC 4.9 -Os link failure [Michael Stahl]
* tdf#79239 make the dialog closable with 'X' button again [Katarina Behrens]
* tdf#79569 crash undoing tricky cell merge [Caol疣 McNamara]
* tdf#80370 fix Mac OS X install names of external/{coinmp,lpsolve}
  [Stephan Bergmann]
* tdf#81429 select corresponding listbox entry if not current [Eike Rathke]
* tdf#81659 handle expand reference edge correctly [Eike Rathke]
* tdf#81876 vcl/text: fix duplicate text in fontwork [Pierre-Eric
  Pelloux-Prayer]
* tdf#82114 crash on loading certain docx [Miklos Vajna]
* tdf#82524 mismatch of ValueSet and metric field values [Katarina Behrens]
* tdf#82942 updating field contents with incorrect attribute
  positions [Caol疣 McNamara]
* tdf#83073 use loaded graphic's width/height as defaults [Caol疣 McNamara]
* tdf#83461 do not override MatColsRows if already set [Eike Rathke]
* tdf#83977 push/Pop before/after messing with the cursor [Caol疣 McNamara]
* tdf#84383 officecfg: set VCL.WM.ShouldSwitchWorkspace to false
  [Michael Stahl]
* tdf#84887 TabBar::ImplShowPage crash [Caol疣 McNamara]
* tdf#84942 make fodt non crashy like odt for formulas inside
  shapes [Caol疣 McNamara]
* tdf#84943 make fodt non crashy like odt for formulas inside
  shapes [Caol疣 McNamara]
* tdf#85666 when matching existing list indent use matching level
  [Caol疣 McNamara]
* tdf#86399 don't clobber cluster start caret pos [Caol疣 McNamara]
* tdf#86493 fix crash while scaling large bitmaps. [Ashod Nakashian]
* tdf#86674 paragraphs have ATK_STATE_INVALID [Niklas Johansson]
* tdf#87488 wrong text rotation inside a preset shape from docx [Gary Houston]
* tdf#87534 fix HYPERLINK behaviour when used in names [Winfried Donkers]
* tdf#87548 don't create a new list for each multiselection portion
  [Caol疣 McNamara]
* tdf#87760 if we can't anchor at hidden text then... [Caol疣 McNamara]
* tdf#87803 bin useless $buildidstring [Andras Timar]
* tdf#87820 images not displayed properly in Calc [Henry Castro]
* tdf#88051 fix Graphite layout at Linux Libertine G ligature
  followed by tab [L疽zl� N駑eth]
* tdf#88455 crash using delete in available fields [Caol疣 McNamara]
* tdf#88475 BrowseBox/grid: reposition data cursor to current row
  after paint [Lionel Elie Mamane]
* tdf#88576 fix handling of empty arguments in IF(), IFERROR()
  and IFNA() [Winfried Donkers]
* tdf#88624 set DocumentBaseURL when saving report [Lionel Elie Mamane]
* tdf#88672 add missing return if error to not crash [Eike Rathke]
* tdf#88740 parse with locale decimal separator [Eike Rathke, Andras Timar]
* tdf#88784 crash on loading certain docx [Miklos Vajna]
* tdf#88811 SwXText::convertToTextFrame: handle shapes anchored
  to us [Miklos Vajna]
* tdf#88814 parameters are kinda-partially supported, so follow
  the suggestion [Lionel Elie Mamane]
* tdf#88825 absent datasource causes exception / abort [Caol疣 McNamara]
* tdf#88847 fields of query design can be moved to the left only
  [Julien Nabet]
* tdf#88854 crash on opening drop caps [Caol疣 McNamara]
* tdf#88855 fix GetEnglishSearchFontName() returns incorrect value.
  [Tomofumi Yagi]
* tdf#88899 sw: fix expanding of SwDocInfoField with DateTime [Michael Stahl]
* tdf#89048 macab initialize record list even for never-match
  condition. [Norbert Thiebaud]
* tdf#89070 table filter dialog: properly initialise OTableTreeListBox
  [Lionel Elie Mamane]
* tdf#89105 sw: Remove unnecessary downcast [Matteo Casalin]
* tdf#89129 crash when defining a specific relationship [Julien Nabet]
* tdf#89179 fix Undo of Numbering Level change crash [Caol疣 McNamara]
* tdf#89227 if no SwView then disable accept/reject change buttons
  [Caol疣 McNamara]
* tdf#89252 fix bold, regular font spacing bug for Graphite fonts
  [Martin Hosken]
* tdf#89330 preserve file name case in an unresolvable external
  named range [Jan Kantert]
* tdf#89437 ordinal suffix should never be superscript in some
  languages [Niklas Johansson]
* tdf#89460 test pChangeTrack before using it [Laurent Godard]
* tdf#89482 avoid __refheading__ regression reported in [Justin Luth]
* tdf#89484 check that sheet reference is within selected sheets [Eike Rathke]
* tdf#89500 catch ISO 8601 datetime in all locales [Eike Rathke]
* tdf#89665 i18npool: fix pathological transliterate slow-path [Michael Stahl]
* tdf#89666 vcl: speed up HbLayoutEngine line layout for large
  paragraphs [Michael Stahl]
* tdf#89679 fix incorrect mapping of font-family-complex and
  CharFontNameAsian [Mark Hung]
* tdf#89774 oox: TotalTime is in minutes [Miklos Vajna]
* tdf#89958 filter ends with / does not end with correction [Eike Rathke]
* tdf#90138 don't try to save a marks OtherPos if it doesn't have
  one [Caol疣 McNamara]
* tdf#90301 string access out of bounds [Eike Rathke]
* tdf#90403 PPTX import: use real table size [Andras Timar]
* tdf#90404 OOXML chart legend import improvement [Andras Timar]
* tdf#90472 initial load of bibliography doesn't... [Caol疣 McNamara]

Fixed bugs in 4.3.6 RC2 (4.3.6):

* coverity#1266508 useless call (gold) [Caol疣 McNamara]
* rhbz#1136013 [abrt] libreoffice-core: sd::SdExternalToolEdit::Update():
  soffice.bin killed by SIGSEGV [Michael Stahl]
* rhbz#1179642 [abrt] libreoffice-core: SvTreeListEntry::GetUserData():
  soffice.bin killed by SIGSEGV [Caol疣 McNamara]
* rhbz#1180114 writerfilter: don't crash on w:customXmlDelRangeStart
  etc. [Michael Stahl]
* tdf#38838 useless call (gold) [Caol疣 McNamara]
* tdf#70236 propertly recognise full Access 2007 URL [Lionel Elie Mamane]
* tdf#75467 extend Carbon API alias resolve from OS X 10.5 to 10.7
  [Peter Nowee]
* tdf#81124 crash on setting autofilter on column with no content
  [Caol疣 McNamara]
* tdf#84336 fix swf rendering [Matthew Francis]
* tdf#87601 specific html doc hangs on load [Caol疣 McNamara]
* tdf#88378 flipping by reversing co-ord system no longer works
  [Caol疣 McNamara]
* tdf#88455 delete in empty data field crashes [Caol疣 McNamara]
* tdf#88475 BrowseBox/grid: reposition data cursor to current row
  after paint [Lionel Elie Mamane]
* tdf#88721 correct negated condition in range name validation [Eike Rathke]
* tdf#88735 crash after calling sort after subtotal removal [Caol疣
  McNamara]

Fixed bugs in 4.3.6 RC1:

* bnc#822341 PPTX export of embedded text documents [Zolnai Tam疽]
* bnc#862510 PPTX import: Wrong text color inside shape [Zolnai Tam疽]
* bnc#904423 text(box) is rendered white on white when it is not
  [Zolnai Tam疽]
* coverity#735424 revert "Logically dead code" [Lionel Elie Mamane]
* i#121504 image missing from doc [Caol疣 McNamara]
* i#124452 revert "correct svg:viewBox for EnhancedCustomShape..."
  [Andras Timar]
* icu#11451 bidi, the gift that keeps on giving [Caol疣 McNamara]
* rhbz#1012353 go back to the old way of doing things [Caol疣 McNamara]
* rhbz#1116534 [abrt] libreoffice-core: intrusive_ptr(): soffice.bin
  killed by SIGSEGV [David Tardon]
* rhbz#1164614 xslt dialog crashes if there are no entries [Caol疣 McNamara]
* rhbz#1165444 [abrt] libreoffice-core:
  EditView::GetFieldUnderMousePointer(): soffice.bin killed by
  SIGSEGV [Caol疣 McNamara]
* rhbz#1175142 nStarts ends up as an invalid -1 [Caol疣 McNamara]
* tdf#38844 color graphics as black and white [Caol疣 McNamara]
* tdf#40746 fix another validation error for OOXML [Markus Mohrhard]
* tdf#45266 import part for: " use correct xml element name " [Markus Mohrhard]
* tdf#48846 go back to the old way of doing things [Caol疣 McNamara]
* tdf#53001 reintroduce embedded picture for form components
  [Lionel Elie Mamane]
* tdf#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrm
  [Caol疣 McNamara]
* tdf#61704 don't overwrite users input if the value is unchanged
  [Caol疣 McNamara]
* tdf#65163 reintroduce embedded picture for form components
  [Lionel Elie Mamane]
* tdf#67615 ComboBox in table should use same formatting as floating
  ComboBox [Lionel Elie Mamane]
* tdf#67930 reportbuilder: Revert "don't use variables ... [Michael Stahl]
* tdf#68024 reportbuilder: Revert "don't use variables ... [Michael Stahl]
* tdf#68385 update references only if cut originates from the same
  document [Eike Rathke]
* tdf#68684 export more numbering types correctly into HTML [Andras Timar]
* tdf#69006 crash when pasting over a formula [David Tardon]
* tdf#70157 fix crash on loading [Caol疣 McNamara]
* tdf#72031 RTF import: bogus call to getBestTextEncodingFromLocale()
  [Miklos Vajna]
* tdf#73165 don't restart timer if already running [Caol疣 McNamara]
* tdf#74981 sw: fix attributes when splitting paragraph [Michael Stahl]
* tdf#75137 can't Move Cursor Between Footnotes with Up/Down Arrow
  Keys [Takeshi Abe]
* tdf#75408 go back to the old way of doing things [Caol疣 McNamara]
* tdf#76334 revert "correct svg:viewBox for EnhancedCustomShape..."
  [Andras Timar]
* tdf#76780 don't limit PositionY to available width [Lionel Elie Mamane]
* tdf#79249 call formula compiler with error string [Eike Rathke]
* tdf#79449 the xlink:type attribute is mandatory [Markus Mohrhard]
* tdf#79810 SwTxtNode::IsIgnoredCharFmtForNumbering: ignore
  RES_CHRATR_COLOR [Miklos Vajna]
* tdf#80091 handle relative refs correctly in xls import, [Markus Mohrhard]
* tdf#80968 file resultset seek table to before beginning on
  opening resultset [Lionel Elie Mamane]
* tdf#81195 use the correct tab for sheet local names, [Markus Mohrhard]
* tdf#81501 ctrl+A and Data Sort took ages to broadcast ALL cells [Eike Rathke]
* tdf#82219 color graphics as black and white [Caol疣 McNamara]
* tdf#82312 excel chart has a wrong size [Noel Grandin]
* tdf#82681 return IsUserDefined w/o negation [Katarina Behrens]
* tdf#83027 no separator really means no separator, [Markus Mohrhard]
* tdf#83354 chart is truncated - moved down outside the margins
  of the object [Zolnai Tam疽]
* tdf#83534 for external data sources this variable can be null,
  [Markus Mohrhard]
* tdf#83606 Data ranges in chart inside spreadsheet can't be
  modified/updated in the data range window [Laurent BP]
* tdf#84556 relative refs wrap around in xls, [Markus Mohrhard]
* tdf#84685 writerfilter: RTF import: support \xe index entry [Michael Stahl]
* tdf#84686 prevent std::bad_alloc exception by stricter input
  check [Andras Timar]
* tdf#85179 RTF import: positive border width and fLine=0 means
  no border [Miklos Vajna]
* tdf#85258 differentiate between empty cell and empty result in
  matrix [Eike Rathke]
* tdf#85304 don't update range name if ref not in update range,
  [Markus Mohrhard]
* tdf#85353 we want to compare two different cells, [Markus Mohrhard]
* tdf#85496 editeng: avoid exporting duplicate attributes [Michael Stahl]
* tdf#85590 'Pick a color' circle location is incorrect when opened
  [Caol疣 McNamara]
* tdf#85617 handle index based external refs in formulas in ooxml
  import, [Markus Mohrhard, Eike Rathke]
* tdf#85856 we need the original context that contains the data,
  [Markus Mohrhard]
* tdf#85876 sw: fix attributes when splitting paragraph [Michael Stahl]
* tdf#85889 RTF import: bogus call to getBestTextEncodingFromLocale()
  [Miklos Vajna]
* tdf#86166 we need the SdrPage for deleting the notes, [Markus Mohrhard]
* tdf#86241 import @TERM and @CTERM functions from Lotus 1-2-3
  files [Andras Timar]
* tdf#86253 we need to copy the condition format cell for cell,
  [Markus Mohrhard]
* tdf#86472 added white backgrounds to images so they appear fine
  in dark themes [Yousuf Philips]
* tdf#86689 Strikethrough: "With /" and "With X" [Julien Nabet]
* tdf#86734 reimplement shared formula import for xlsb, [Markus Mohrhard]
* tdf#86750 RTF import: fix table of contents links [Miklos Vajna]
* tdf#86754 handle all fill cases correctly, [Markus Mohrhard]
* tdf#86761 RTF import: positive border width and fLine=0 means
  no border [Miklos Vajna]
* tdf#86772 show localized filter names in Save dialog [David Tardon]
* tdf#86809 connect filter conditions correctly [Eike Rathke]
* tdf#86820 executing toolbar menu entry can destroy menu [Caol疣 McNamara]
* tdf#86843 avoid getting deleted before finishing Broadcast
  [Caol疣 McNamara]
* tdf#86931 wrong offsets used to set language [Caol疣 McNamara]
* tdf#86978 append formula cells to track instead of tree [Eike Rathke]
* tdf#87015 image missing from doc [Caol疣 McNamara]
* tdf#87044 reportbuilder: Revert "don't use variables ... [Michael Stahl]
* tdf#87108 crash on saving fodg [Caol疣 McNamara]
* tdf#87110 xmloff: don't catch IllegalArgumentException here [Michael Stahl]
* tdf#87189 don't draw negative canvas sizes [Caol疣 McNamara]
* tdf#87199 sw: fix root cause of a11y crash when merging cells
  [Michael Stahl]
* tdf#87292 use system dependent path instead of file URL [Andras Timar]
* tdf#87555 ComboBox in table should use same formatting as floating
  ComboBox [Lionel Elie Mamane]
* tdf#87558 better fix for Duplication in Last Used Functions
  sidebar list [Julien Nabet]
* tdf#87581 Pb to delete words with 2 initials in Autocorr Except
  [Julien Nabet]
* tdf#87612 don't overwrite users input if the value is unchanged
  [Caol疣 McNamara]
* tdf#87754 duplicated strings in an ItemList are not translated
  [Zolnai Tam疽]
* tdf#87789 groups should appear like views and not like tables [Julien Nabet]
* tdf#87823 move Menu->New Menu [Caol疣 McNamara]
* tdf#87840 mix between ignorecurrency and inputchecks [Julien
  Nabet, Caol疣 McNamara]
* tdf#87968 Assertion failed: false rtl_uString_newFromSubString [Julien Nabet]
* tdf#88005 sw: fix check in SwWW8ImplReader::StopApo() [Michael Stahl]
* tdf#88099 PostgreSQL-SDBC: use correct syntax for boolean
  comparisons [Lionel Elie Mamane]
* tdf#88200 only delete cell content for CELLTYPE_NONE, [Markus Mohrhard]

(he)

2015-09-04 05:28:15 UTC MAIN commitmail json YAML

Updated devel/opengrok to 0.12.1.5

(wiz)

2015-09-04 05:28:06 UTC MAIN commitmail json YAML

Update to 0.12.1.5, based on PR 50203 by NONAKA Kimihiro.

Convert to github.mk while here.

Changes:

March 2015 update 0.12.1.5 (0.12-stable)
-------------------------------------------------

This is bug fix release based on 0.12.1.

Bug fixes:
    change the tunable for fetching history when not found in file history cache fixes #917
    rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
    fallback to newer file if genre for older file is null fixes #832
    fix Solaris package install to depend on JRE 7

January 2015 update 0.12.1.4 (0.12-stable)
-------------------------------------------------

This is bug fix release based on 0.12.1.

Bug fixes:
  check write object to be non null before calling close on it
  filter repositories based on list of directories before invalidating when doing partial reindex fixes #880

January 2015 update 0.12.1.3 (0.12-stable)
-------------------------------------------------

This is bug fix release based on 0.12.1.

Bug fixes:
  change indexpart command in the OpenGrok shell script to require SRC_ROOT

January 2015 update 0.12.1.2 (0.12-stable)
-------------------------------------------------

This is bug fix release based on 0.12.1.

Functional changes:
  add support for parallel indexing #876

November 2014 update 0.12.1.1 (0.12-stable)
-------------------------------------------------

This is bug fix release based on 0.12.1.

Bug fixes:
  support branches for Mercurial repository #865
  Search link does not contain project #835

(wiz)

2015-09-04 04:43:58 UTC MAIN commitmail json YAML

Updated meta-pkgs/bulk-medium to 20150904

(wiz)

2015-09-04 04:43:47 UTC MAIN commitmail json YAML

Fix pattern so it allows the current mutt version.

Bump version.
Noted by sevan@

(wiz)

2015-09-03 22:15:35 UTC MAIN commitmail json YAML

Register dependencies on x11/deforaos-{keyboard,locker}

(khorben)

2015-09-03 21:15:51 UTC MAIN commitmail json YAML

Updated print/cups to 2.1.0

(wiz)

2015-09-03 21:15:41 UTC MAIN commitmail json YAML

Update to 2.1.0:

CHANGES.txt - 2.1.0 - 2015-08-31
--------------------------------

CHANGES IN CUPS V2.1.0

- Fixed more scheduler crash bugs in the new logging code (STR #4687,
  STR #4690)
- The scheduler did not use the ConfigFilePerm setting when copying PPD
  files or interface scripts attached to a request (STR #4703)
- Now support new Chinese locale IDs and their correct fallback locales
  (<rdar://problem/22086642>, <rdar://problem/22130168>)
- "make check" incorrectly reported an expectation of 18 warning
  messages when 8 were expected (STR #4684)
- The new PDF file type rule did not work (STR #4692)
- The scheduler did not update the jobs.cache file when job files were
  expired (STR #4706)
- Fixed some configure script issues (STR #4694, STR #4695, STR #4698)
- Documentation updates (STR #4691, STR #4693)

CHANGES IN CUPS V2.1rc1

- Added support for 3D printers (basic types only, no built-in filters)
  based on PWG white paper.
- Fixed bugs in the new journald support (STR #4655, STR #4658,
  STR #4661)
- Fixed domain socket support on Linux (STR #4679)
- Fixed signal handlers in the dnssd and usb backends (STR #4671)
- <Limit All> in <Policy> sections now applies to all operations when
  used by itself (STR #4659)
- Configure script changes for systemd support (STR #4669)
- Updated autoconf sources to use newer form of AC_INIT (STR #4664)

CHANGES IN CUPS V2.1b1

- Improved speed of ppdMarkDefaults for complex/large PPDs
  (<rdar://problem/15146999>)
- The IPP backend now stops sending print data if the printer indicates
  the job has been aborted or canceled (<rdar://problem/17837631>)
- The IPP backend now sends the job-pages-per-set attribute when
  printing multiple copy jobs with finishings
  (<rdar://problem/16792757>)
- The IPP backend now updates the cupsMandatory values when the printer
  configuration changes (<rdar://problem/18126570>)
- No longer install banner files since third-party banner filters now
  supply their own (STR #4518)
- Added support for EXPECT-ALL directive in ipptool test files
  (STR #4469)
- Added support for WITH-VALUE-FROM predicate in ipptool test files
  (STR #4470)
- The scheduler no longer listens on the loopback interface unless the
  web interface or printer sharing are enabled
  (<rdar://problem/9136448>)
- Added a PPD generator for IPP Everywhere printers (STR #4258)
- Now install "default" versions of more configuration files
  (<rdar://problem/19024491>)
- The cupstestppd program did not handle "maxsize(nnn)" entries in
  cupsFilter/cupsFilter2 values (<rdar://problem/18974858>)
- The scheduler now checks the return value of rename() calls
  (STR #4589)
- The scheduler now validates ErrorPolicy values in config files
  (STR #4591)
- Long cookies caused the web interface to stop working (STR #4619)
- Added SSLOptions values to allow Diffie-Hellman key exchange and
  disable TLS/1.0 support.
- Updated the scheduler to support more IPP Everywhere attributes
  (STR #4630)
- The scheduler now supports advanced ASL and journald logging when
  "syslog" output is configured (STR #4474)
- The scheduler now supports logging to stderr when running in the
  foreground (STR #4505)

(wiz)

2015-09-03 21:07:10 UTC MAIN commitmail json YAML

Mark package as broken for OpenBSD, the portable distribution is not intended
for use on OpenBSD, there is a separate release for that.

Reviewed by wiz@

(sevan)

2015-09-03 21:05:24 UTC MAIN commitmail json YAML

Mark package as broken for OpenBSD, the portable distribution is not intended
for use on OpenBSD, there is a separate release for that.

Reviewed by wiz@

(sevan)

2015-09-03 21:04:44 UTC MAIN commitmail json YAML

Updated mail/mutt to 1.5.24

(wiz)

2015-09-03 21:04:34 UTC MAIN commitmail json YAML

Update mail/mutt to 1.5.24.

Update compressed patch to follow suit.
Remove x-label option since patch hasn't been updated since 1.5.17 (2007).
Comment out sidebar option since patch hasn't been updated yet.

Changes:

1.5.24 contains several new features in addition to bug fixes, perhaps
hinting it's past time to release 1.6.0.  At the very least, the Mutt
team would like to encourage everyone to consider this release as
"very close to stable" and suggest anyone still using the 1.4 series
please upgrade.

A few changes were made to the suggested GPG and S/MIME configuration
settings.  Please take the time to review the UPDATING file, as well
as the sample gpg.rc and smime.rc files under the contrib
subdirectory.

We'd like to thank everyone who contributed patches, bug reports,
translation, feedback, documentation updates, and testing.  We're
grateful for all of your help in making this release happen.

(wiz)

2015-09-03 20:57:34 UTC MAIN commitmail json YAML

2015-09-03 20:56:10 UTC MAIN commitmail json YAML

Update www/netsurf to netsurf-3.3, based on work done in pkgsrc-wip.

Changes:
NetSurf 3.3 released 15 Mar 2015
    NetSurf 3.3 is primarily a bug-fix release. Several of the front ends have
    received quite a bit of attention, with new features and improvements;
    notably the AmigaOS front ends has gained the beginnings of support for
    AmigaOS 3. We recommend all users upgrade.

NetSurf 3.2 released 30 Aug 2014
    NetSurf 3.2 is primarily a bug-fix release. In addition to fixes, a disc
    cache feature has been added, and a little work has been done to improve
    CSS3 support. Several of the front ends have received quite a bit of
    attention, with new features and improvements; notably the GTK, AmigaOS and
    Framebuffer front ends. We recommend all users upgrade.

NetSurf 3.1 released 26 Apr 2014
    NetSurf 3.1 contains many improvements over the previous release. The
    highlights include much faster CSS selection performance, faster start up
    time, new look and feel to the treeviews (hotlist/bookmarks, global history
    and cookie manager), improved options handling, undo/redo support in
    textareas, and general improvement of forms. Also included are many other
    additions, optimisations and bug fixes. We recommend that all users
    upgrade.

NetSurf 3.0 released 20 Apr 2013
    NetSurf 3.0 contains many changes over the 2.x release series. The biggest
    difference is the use of our new Document Object Model library, LibDOM.
    This new library is a foundation that paves the way for us to implement a
    fully dynamic layout engine in the future. Other improvements in NetSurf
    3.0 include completely new textarea support, ability to fetch and parse CSS
    in parallel with HTML documents, extensive behind-the-scenes refactoring,
    and a host of smaller changes and fixes. A more complete listing is
    available in the Change Log.

NetSurf 2.9 released 28 Apr 2012
    NetSurf 2.9 contains many improvements over the previous release. The most
    significant changes are new multi-tasking behaviour, optimised URL
    handling, fetcher optimisations, cache optimisations, and faster CSS
    selection. Full details in the change log. We recommend all users upgrade.

NetSurf 2.8 released 21 Sep 2011
    NetSurf 2.8 adds support for frames and iframes on all platforms, MIME type
    sniffing, and a new image cache. Image decoding can now be deferred until
    images are required for more optimal resource use and faster page load
    times. The release also incorporates many other new features,
    optimisations, improvements and bug fixes. Full details in the change log.
    We recommend all users upgrade.

NetSurf 2.7 released 16 Apr 2011
    NetSurf 2.7 contains many improvements over the previous release. The most
    significant change is the addition of core global history, bookmarks and
    cookie management features. Full details in the change log. We recommend
    all users upgrade.

NetSurf 2.6 released 21 Sep 2010
    NetSurf 2.6 is primarily a bug fix release. It contains some improvements
    to page rendering, fetching & caching, memory usage, as well as some
    front-end specific fixes. Full details in the change log. We recommend all
    users upgrade.

NetSurf 2.5 released 24 Apr 2010
    NetSurf 2.5 contains many improvements over the previous release. The major
    changes are the use of our brand new CSS parser and selection engine
    (LibCSS), and a newly designed cache for fetched content. Full details in
    the change log. We recommend all users upgrade.

NetSurf 2.1 released 23 May 2009
    NetSurf 2.1 is a bug fix release. It contains some improvements to page
    rendering as well as some front-end specific fixes. Full details in the
    change log. We recommend all users upgrade.

NetSurf 2.0 released 25 Apr 2009
    NetSurf 2 is a major update over the 1.x release series, and represents
    almost two years of development. New features include a new HTML parser,
    SVG support, PDF export, improved page layout and a more complete GTK
    interface. This is also the first release for our new framebuffer target
    and the native ports to AmigaOS, BeOS and Haiku.

(leot)

2015-09-03 20:55:55 UTC MAIN commitmail json YAML

2015-09-03 20:12:35 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup tickets #4802, #4803, #4804, #4804, #4806, #4807, #4808, #4810 and #4811.

(tron)

2015-09-03 20:11:22 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4811 - requested by sevan
net/bind910: security update

Revisions pulled up:
- net/bind910/Makefile                                          1.11-1.12
- net/bind910/distinfo                                          1.9-1.10
- net/bind910/patches/patch-lib_dns_hmac_link.c                deleted
- net/bind910/patches/patch-lib_dns_include_dst_dst.h          deleted
- net/bind910/patches/patch-lib_dns_ncache.c                    deleted
- net/bind910/patches/patch-lib_dns_openssldh_link.c            deleted
- net/bind910/patches/patch-lib_dns_openssldsa_link.c          deleted
- net/bind910/patches/patch-lib_dns_opensslecdsa_link.c        deleted
- net/bind910/patches/patch-lib_dns_opensslrsa_link.c          deleted
- net/bind910/patches/patch-lib_dns_pkcs11dh_link.c            deleted
- net/bind910/patches/patch-lib_dns_pkcs11dsa_link.c            deleted
- net/bind910/patches/patch-lib_dns_pkcs11rsa_link.c            deleted
- net/bind910/patches/patch-lib_dns_rdata_generic_openpgpkey_61.c deleted
- net/bind910/patches/patch-lib_dns_resolver.c                  deleted

---
  Module Name: pkgsrc
  Committed By: sevan
  Date: Wed Sep  2 19:46:44 UTC 2015

  Modified Files:
  pkgsrc/net/bind910: Makefile distinfo
  Added Files:
  pkgsrc/net/bind910/patches: patch-lib_dns_hmac_link.c
      patch-lib_dns_include_dst_dst.h patch-lib_dns_ncache.c
      patch-lib_dns_openssldh_link.c patch-lib_dns_openssldsa_link.c
      patch-lib_dns_opensslecdsa_link.c patch-lib_dns_opensslrsa_link.c
      patch-lib_dns_pkcs11dh_link.c patch-lib_dns_pkcs11dsa_link.c
      patch-lib_dns_pkcs11rsa_link.c
      patch-lib_dns_rdata_generic_openpgpkey_61.c
      patch-lib_dns_resolver.c

  Log Message:
  Patch CVE-2015-5722 & CVE-2015-5986
  Bump rev

  CVE-2015-5722 - Parsing malformed keys may cause BIND to exit due to a failed
  assertion in buffer.c
  https://kb.isc.org/article/AA-01287/0

  CVE-2015-5986 - An incorrect boundary check can trigger a REQUIRE assertion
  failure in openpgpkey_61.c
  https://kb.isc.org/article/AA-01291/0

  Reviewed by wiz@

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Sep  3 00:33:32 UTC 2015

  Modified Files:
  pkgsrc/net/bind910: Makefile distinfo
  Removed Files:
  pkgsrc/net/bind910/patches: patch-lib_dns_hmac_link.c
      patch-lib_dns_include_dst_dst.h patch-lib_dns_ncache.c
      patch-lib_dns_openssldh_link.c patch-lib_dns_openssldsa_link.c
      patch-lib_dns_opensslecdsa_link.c patch-lib_dns_opensslrsa_link.c
      patch-lib_dns_pkcs11dh_link.c patch-lib_dns_pkcs11dsa_link.c
      patch-lib_dns_pkcs11rsa_link.c
      patch-lib_dns_rdata_generic_openpgpkey_61.c
      patch-lib_dns_resolver.c

  Log Message:
  Update bind910 to 9.10.2pl4 (BIND 9.10.2-P4).
  (Already fixed by bind-9.10.2pl3nb1.)

  --- 9.10.2-P4 released ---

  4170. [security] An incorrect boundary check in the OPENPGPKEY
  rdatatype could trigger an assertion failure.
  (CVE-2015-5986) [RT #40286]

  4168. [security] A buffer accounting error could trigger an
  assertion failure when parsing certain malformed
  DNSSEC keys. (CVE-2015-5722) [RT #40212]

(tron)

2015-09-03 20:03:06 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4810 - requested by sevan & taca
net/bind99: security update

Revisions pulled up:
- net/bind99/Makefile                                          1.47-1.48
- net/bind99/distinfo                                          1.31-1.32
- net/bind99/patches/patch-lib_dns_hmac_link.c                  deleted
- net/bind99/patches/patch-lib_dns_include_dst_dst.h            deleted
- net/bind99/patches/patch-lib_dns_ncache.c                    deleted
- net/bind99/patches/patch-lib_dns_openssldh_link.c            deleted
- net/bind99/patches/patch-lib_dns_openssldsa_link.c            deleted
- net/bind99/patches/patch-lib_dns_opensslecdsa_link.c          deleted
- net/bind99/patches/patch-lib_dns_opensslsslrsa_link.c        deleted
- net/bind99/patches/patch-lib_dns_rdata_generic_openpgpkey_61.c deleted
- net/bind99/patches/patch-lib_dns_resolver.c                  deleted

---
  Module Name: pkgsrc
  Committed By: sevan
  Date: Wed Sep  2 19:44:28 UTC 2015

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo
  Added Files:
  pkgsrc/net/bind99/patches: patch-lib_dns_hmac_link.c
      patch-lib_dns_include_dst_dst.h patch-lib_dns_ncache.c
      patch-lib_dns_openssldh_link.c patch-lib_dns_openssldsa_link.c
      patch-lib_dns_opensslecdsa_link.c
      patch-lib_dns_opensslsslrsa_link.c
      patch-lib_dns_rdata_generic_openpgpkey_61.c
      patch-lib_dns_resolver.c

  Log Message:
  Patch CVE-2015-5722 & CVE-2015-5986
  Bump rev

  CVE-2015-5722 - Parsing malformed keys may cause BIND to exit due to a failed
  assertion in buffer.c
  https://kb.isc.org/article/AA-01287/0

  CVE-2015-5986 - An incorrect boundary check can trigger a REQUIRE assertion
  failure in openpgpkey_61.c
  https://kb.isc.org/article/AA-01291/0

  Reviewed by wiz@

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Sep  3 00:35:03 UTC 2015

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo
  Removed Files:
  pkgsrc/net/bind99/patches: patch-lib_dns_hmac_link.c
      patch-lib_dns_include_dst_dst.h patch-lib_dns_ncache.c
      patch-lib_dns_openssldh_link.c patch-lib_dns_openssldsa_link.c
      patch-lib_dns_opensslecdsa_link.c
      patch-lib_dns_opensslsslrsa_link.c
      patch-lib_dns_rdata_generic_openpgpkey_61.c
      patch-lib_dns_resolver.c

  Log Message:
  Update bind99 to 9.9.7pl3 (BIND 9.9.7-P3).
  (These security fixes are already done by bind-9.9.7pl2nb1.)

  --- 9.9.7-P3 released ---

  4170. [security] An incorrect boundary check in the OPENPGPKEY
  rdatatype could trigger an assertion failure.
  (CVE-2015-5986) [RT #40286]

  4168. [security] A buffer accounting error could trigger an
  assertion failure when parsing certain malformed
  DNSSEC keys. (CVE-2015-5722) [RT #40212]

(tron)

2015-09-03 19:36:34 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4808 - requested by taca
sysutils/testdisk: security update

Revisions pulled up:
- sysutils/testdisk/Makefile                                    1.11 via patch
- sysutils/testdisk/PLIST                                      1.3
- sysutils/testdisk/distinfo                                    1.3

---
  Module Name: pkgsrc
  Committed By: leot
  Date: Mon Aug 24 19:54:14 UTC 2015

  Modified Files:
  pkgsrc/sysutils/testdisk: Makefile PLIST distinfo

  Log Message:
  Update sysutils/testdisk to testdisk-7.0.

  Changes:
  == 7.0 ==
  === General Improvements ===
  Various fix including security fix, thanks to
  * Coverity scan (Static Analysis of source code)
  * afl-fuzz (security-oriented fuzzer).
  * Denis Andzakovic from Security Assessment for reporting an
    exploitable Stack Buffer Overflow

  === TestDisk ===
  ==== Improvements ====
  * exFAT: better support
  * ext4: handle 64 bit blocks or 64 KiB blocksize. Fix detection and file
    listing

  ==== Bug fixes ====
  * Avoid erroneous error when writing 512 bytes on hard disk using 4k sector
  * FAT, NTFS: avoid NULL pointer dereference if localtime() returns NULL.
    Thanks to Graham Sutherland for reporting this bug.

  === PhotoRec & QPhotoRec ===
  QPhotoRec is a Graphical User Interface (Qt based GUI) version of PhotoRec.
  More user friendly, it recognizes the same file formats.

  PhotoRec remains recommended for advanced users, it can stop a recovery and
  resume it later, it recovers more fragmented files when brute-force technology
  is enabled and expert mode is available.

  ==== Improvements ====
  * Reduced false positives for more than 80 file formats.
  * .gif: fix filesize detection
  * .flv: add Flash filesize detection
  * .mpg: detect filesize for MPEG
  * .ra: detect filesize for RealAudio3
  * Improved algorithm to deal with data fragmentation resulting in a general
    speed increased
  * Speedup brute-force mode. Brute-force mode can recover more fragmented
    files, but it's still slow and not 100% reliable. You can enable it in
    PhotoRec Options menu.

  New file formats recovered by PhotoRec:
  * .3dm: Rhino / openNURBS
  * .ari: ARRI Raw Video
  * .camrec: Camtasia Studio
  * .dad: Micae DVR
  * .dcm: Digital Imaging and Communications in Medicine (DICOM)
  * .fp12: File Maker Pro 12
  * .kra: Krita
  * .mlv: Magic Lantern Video
  * .notebook: SMART notebook
  * .ora: Mypaint
  * .red: RED2 video format
  * .rlv: Revelation password
  * .vbm: Veeam Backup Metadata
  * .woff: Web Open Font Format

(tron)

2015-09-03 19:30:17 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4807 - requested by taca
security/openssh: build fix patch

Revisions pulled up:
- security/openssh/distinfo                                    1.97
- security/openssh/options.mk                                  1.31

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Aug 22 05:17:22 UTC 2015

  Modified Files:
  pkgsrc/security/openssh: distinfo options.mk

  Log Message:
  Revive hpn-patch patch although not yet tested well.

(tron)

2015-09-03 19:23:43 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4806 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.33
- www/drupal7/distinfo                                          1.26

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Aug 20 15:34:11 UTC 2015

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  Update drupal7 package to 7.39 (Drupal 7.39).

  Drupal 7.39, 2015-08-19
  -----------------------
  - Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.

(tron)

2015-09-03 19:17:22 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4805 - requested by taca
www/drupal6: security update

Revisions pulled up:
- www/drupal6/Makefile                                          1.54
- www/drupal6/distinfo                                          1.36

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Aug 20 15:33:33 UTC 2015

  Modified Files:
  pkgsrc/www/drupal6: Makefile distinfo

  Log Message:
  Update drupal6 package to 6.37 (Drupal 6.37).

  Drupal 6.37, 2015-08-19
  -----------------------
  - Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.

(tron)

2015-09-03 18:56:54 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4804 - requested by taca
lang/ruby22-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.147
- lang/ruby22-base/Makefile                                    1.4
- lang/ruby22-base/distinfo                                    1.6-1.7
- lang/ruby22-base/patches/patch-configure                      1.3
- lang/ruby22-base/patches/patch-lib_rubygems_remote__fetcher.rb deleted

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Tue Jun 30 19:41:32 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby22-base: distinfo
  pkgsrc/lang/ruby22-base/patches: patch-configure

  Log Message:
  Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
  with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Aug 20 15:30:47 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby22-base: Makefile distinfo
  Removed Files:
  pkgsrc/lang/ruby22-base/patches: patch-lib_rubygems_remote__fetcher.rb

  Log Message:
  Update ruby22-base to 2.2.3 (Ruby 2.2.3).

  Release note:

  Ruby 2.2.3 Released

  Posted by nagachika on 18 Aug 2015

  We are pleased to announce the release of Ruby 2.2.3. This is a TEENY
  version release of the stable 2.2 series.

  This release includes the security fix for a RubyGems domain name
  verification vulnerability.

      CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

  There are also some bugfixes. See ChangeLog for details.

(tron)

2015-09-03 18:49:45 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4803 - requested by taca
lang/ruby21-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.146
- lang/ruby21-base/Makefile                                    1.15
- lang/ruby21-base/PLIST                                        1.7
- lang/ruby21-base/distinfo                                    1.19
- lang/ruby21-base/patches/patch-ext_tk_extconf.rb              deleted
- lang/ruby21-base/patches/patch-ext_tk_lib_tk.rb              deleted
- lang/ruby21-base/patches/patch-ext_tk_tcltklib.c              deleted
- lang/ruby21-base/patches/patch-lib_rubygems_remote__fetcher.rb deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Aug 20 15:27:43 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby21-base: Makefile PLIST distinfo
  Removed Files:
  pkgsrc/lang/ruby21-base/patches: patch-ext_tk_extconf.rb
      patch-ext_tk_lib_tk.rb patch-ext_tk_tcltklib.c
      patch-lib_rubygems_remote__fetcher.rb

  Log Message:
  Update ruby21-base to 2.1.7 (Ruby 2.1.7).

  Release announce:

  Ruby 2.1.7 Released

  Posted by usa on 18 Aug 2015

  Ruby 2.1.7 has been released.

  This release includes the security fix for a RubyGems domain name
  verification vulnerability. Please view the topic below for more details.

      CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

  And, many bug fixes are also included. See tickets and ChangeLog for details.

(tron)

2015-09-03 18:44:27 UTC pkgsrc-2015Q2 commitmail json YAML

Pullup ticket #4802 - requested by taca
lang/ruby200-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.145
- lang/ruby200-base/Makefile                                    1.20
- lang/ruby200-base/distinfo                                    1.27
- lang/ruby200-base/patches/patch-lib_rubygems_remote__fetcher.rb deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Aug 20 15:22:16 UTC 2015

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby200-base: Makefile distinfo
  Removed Files:
  pkgsrc/lang/ruby200-base/patches: patch-lib_rubygems_remote__fetcher.rb

  Log Message:
  Update ruby200-base-2.0.0p647 to (Ruby 2.0.0-p647).

  Release announce:

  Ruby 2.0.0-p647 Released

  Posted by usa on 18 Aug 2015

  We are pleased to announce the release of Ruby 2.0.0-p647.

  This release includes the security fix for a RubyGems domain name
  verification vulnerability. Please view the topic below for more details.

      CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

  And, this release also includes the fix for a regression of lib/resolv.rb.

      Uninitialized constant bug introduced by typo in backport of [#10712]

  Ruby 2.0.0 is now under the state of the security maintenance phase, until
  Feb. 24th, 2016. After the date, maintenance of Ruby 2.0.0 will be ended. We
  recommend you start planning migration to newer versions of Ruby, such as
  2.1 or 2.2.

(tron)

2015-09-03 15:58:22 UTC MAIN commitmail json YAML

Exclude this package on OmniOS which ships with a copy of tcsh.
OmniOS is an Illumos distro which falls under the SunOS variant for us.
Include mk/bsd.prefs.mk before the shells/tcsh/Makefile so the
OS_VARIANT variable is available for testing.

Reviewed by agc@ wiz@

(sevan)

2015-09-03 15:29:27 UTC MAIN commitmail json YAML

Updated www/liferea to 1.10.16

(leot)

2015-09-03 15:29:07 UTC MAIN commitmail json YAML

Update www/liferea to liferea-1.10.16.

pkgsrc changes:
* Now liferea depends on www/webkit24-gtk3 (and x11/gtk3)
* Update DESCR, MASTER_SITES, HOMEPAGE

Changes:
2015-06-19  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.16
* Fixes Github #180: Removing item from (v)folder marks all read
  (reported by GreenLunar)
* Fixes Github #140, #158: Vertical pane placement is forgotten.
  (patch by foresto)
* Fixes Github #182: Missing config.h include in date.c
  (reported by Paul Gevers)

2015-04-20  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.15
* Fixes launching URLs in Firefox 36+
  (reported by Geoffrey Leach)
* Fixes Github #30: Segfault after updating from 1.8 to 1.10
  (reported by vakuum)
* Improves Github #36, #113: UI lock up during refresh
  (suggested by mozbugbox)
* Fixes typo in Italian translation.

2015-02-26  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.14
* Fixes Github #154: Crashes while starting (on corrupt icon)
  (reported by jcamposz)
* Fixes Github #134: Broken default news feed.
  (reported by pvdl)
* Fixes Github #122: Crashes at launch, "segmentation fault"
  (reported by geoffm)
* Fixes some memory leaks
  (patch by Rich Coe)
* Fixes Github #145: Wrong method triggered on 'Launch External'
  (patch by mozbugbox)
* Fixes Github #149: Fixes a random crash on startup
  (patch by mozbugbox)
* Fixes all issues reported by Coverity scan

2015-01-07  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.13
* Fixes Github #112: Wrapping issue in folder display
  (reported by Jeff Fortin)
* Fixes Github #114: Avoid termination on UTF-8 validation error
* Fixes Github #132: Broken link in documentation
  (reported by kallus)

2014-10-14  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.12
* Fixes Github #86: Support HTTP content negotiation
  (suggested by DanMan)
* Fixes Github #98:  Stop calling Atom person constructs w/ URI invalid
  (patch by Aristotle Pagaltzis)
* Fixes Github #100: Problems with dark Adwaita theme in GTK 3.14
  (reported by majutsushi)

2014-08-24  Lars Windolf <lars.windolf@gmx.de>
Version 1.10.11
* Fixes Github #53: Doesn't automatically update feed name and favicon
  for new feed (reported by asl97)
* Fixes Github #67: Missing dist files for documentation
  (patch by Mikel Olasagasti)
* Fixes Javascript links not opening in new browser tabs
* Updated French translation (Guillaume Bernard)
* Updated Hebrew translation (Genghis Khan)

2014-07-20  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.10
* Fixes Github #26: RTL comments appear incorrectly
  (reported by yaronf)
* Fixes Github #21: No notifications for Tiny Tiny RSS feeds
  (reported by simontunnat)

2014-04-21  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.9
* Fixes Github #19: non void function should return value
  (reported by kwm81)
* Fixes SF #1141: Liferea does not update feeds with TinyTinyRSS
  (reported by Dominik Grafenhofer, denk_mal, Fabian Henze)
* Fixes SF #1150: subscription prop/source: not all fields and
  buttons visible (reported by David Smith)

2014-03-26  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.8
* Fixes Github #13: Parsing errors not visible with dark themes
  (reported by Steve Kelly)
* Fixes SF #1137, #1142: startup race with LifereaHtmlView
  (reported by Yanko Kaneti)

2014-03-17  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.7
* Make Liferea use ETags and send If-None-Match
  (patch by Chris Siebenmann)

2014-02-24  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.6
* Fixes SF #1135: liferea-add-feed doesn't process feed:https//
  (patch by Kevin Walke)
* Fixes SF #1137: crash on startup in enclosure_list_view_load
  (reported in Redhat #1048499, Fedora #214888)

2014-01-15  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.5
* Fixes #1056, #1089, #1098: Honor preferences when opening links
  (patch by Daniel Seither)
* Fixes SF #1096: missing installation of liferea.convert file
  (reported by stqn)
* Fixes Redhat #947358: popup notification only for new items
  (patch by Fabrice Bellet)

2014-01-13  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.4
* Fixes SF #1123: Mistakenly claims "TinyTinyRSS source is not self-updating"
  (reported by Dominik Grafenhoher)
* Fixes SF #1119: Crash on font resize at startup.
  (reported by David Smith)
* Fixes #1117: Selecting last unread item in reduced feed list jumps to next feed
  (reported by Bruce Guenter)
* Updated Arabic translation (Khaled Hosny)

2013-10-08  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.3
* Asking for credentials again if TinyTinyRSS login fails
* Asking for TinyTinyRSS credentials only 3 times
* Checking wether TinyTinyRSS base URL is lost
* Added warning on TinyTinyRSS login when source is not self-updating
* "--debug-net --debug-verbose" now traces POST data
* Patch #230 Add GNOME AppData XML (Mikel Olasagasti)
* Updated Italian translation (Gianvito Cavasoli)
* Updated Italian localized feed list (Gianvito Cavasoli)

2013-09-05  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.2
* Patch SF #222: Make media player seekable
  (Simon Kågedal Reimer)
* Fixes SF #1102: Spelling error in man page
  (David Smith)
* Fixes SF #1104: liferea.desktop missing keywords
  (David Smith)
* Fixes SF #1105: Start Minimized to Tray Does Not Work
  (reported by bitlord)
* Fixes SF #1114: Crashes opening browser on item without link via popup
  (reported by Rich Coe, David Smith)
* Improved handling of broken Atom author information.
  (Lars Windolf)
* Removed dead Google Reader code to avoid doing requests to Google.
  Replaced with dummy source that even allows normal feed updates.
  (Lars Windolf)
* Added hint to FAQ on how to workaround broken Flash support
  (Lars Windolf)
* Dumping feedlist.opml with indentation for readability.
  (suggested by Christoph Temmel and Simon Kågedal Reimer)

2013-07-28  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.1a
* Fixes SF #1102: Liferea does not show a window
  (reported by genodeftest)

2013-07-28  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.1
* Fixes SF #1059: Liferea crashes with system proxy enabled
  (reported by genodeftest)
* Fixes SF #1095: Theme color detection bug / white fonts.
  (reported by David Smith and others)
* Fixes SF #1097: Default feed refresh interval cannot be set to 0
  (reported by stqn)
* Fixes SF #1100: --debug-gui crashes with segmentation fault
  (reported by genodeftest)
* Fixes SF #1101: Outdated manpage
  (reported by genodeftest)
* Patch SF #225: Make media player work with GStreamer 1.0
  (Simon Kågedal Reimer)
* Patch SF #226: Add trailing semi-colon to MimeType so that the desktop
  file validates (Yanko Kaneti)
* Patch SF #227: Remove letfover square bracket configure.ac
  (Yanko Kaneti)
* Patch SF #228: Add net.sf.liferea.gschema.xml to AC_CONFIG_FILES
  (Yanko Kaneti)

2013-07-10  Lars Windolf <lars.lindner@gmail.com>
Version 1.10.0
* Added experimental sync support for TheOldReader
  (Lars Windolf)
* Removed 'Update' link in comments display as it is pretty useless
  (Lars Windolf)
* Removed 'No Comments' display as it is rather useless
  (Lars Windolf)
* Prevent re-rendering item display on setting item flagged
  (Lars Windolf)
* Changed unread number rendering to be right bound and non-ellipsized
  (Lars Windolf)
* Fixes g_strstr_len assertions caused by search folder item matching
  (Rich Coe)
* Updated documentation to reflect Google Reader, TheOldReader changes
  (Lars Windolf)
* Removed welcome text, restoring last feed/item selection instead
  (Lars Windolf)
* autogen.sh now reports errors on missing autoconf or intltool
  (suggested by Scott Kostyshak)
* Correctly check for gobject-introspection build dependency
  (suggested by Scott Kostyshak)
* Updated Basque translation (Mikel Olasagasti Uranga)
* Updated Danish translation (Joe Hansen)
* Updated Dutch translation (Erwin Poeze)
* Updated Finnish translation (Jorma Karvonen)
* Updated Russian translation (Leonid Selivanov)
* Updated Ukrainian translation (Yuri Chornoivan)
* Updated Vietnamese translation (Trần Ngọc Quân)
* Updated German translation (Lars Windolf)

2013-05-22  Lars Windolf <lars.lindner@gmail.com>
Version 1.10-RC4
* Added an option to convert Google Reader subscriptions
  to local feeds (Lars Windolf)
* Fixes SF #1080: segfault opening attachment due to incorrect g_free()
  (reported by Adam Nielsen)
* Fixes SF #1075: GLib warnings of "string != NULL" assertion failure
  (reported by Simon Kågedal Reimer)
* Fixes missing shading in 2-pane mode rendering
  (reported by Zoho Vignochi)
* Fixes search folders including comment items
  (reported by David Willmore)

2013-05-22  Lars Windolf <lars.lindner@gmail.com>
Version 1.10-RC3
* Fixes SF #1069: broken rendering in tt-rss feeds
  (patch by Simon Kågedal Reimer)
* Merged SF #219: View *.xml files along with *.opml files in file chooser
  (patch by Simon Kågedal Reimer)
* Merged SF #233: Show feed name in item view when in merged views.
  (patch by Simon Kågedal Reimer)
* Merged SF #193: Use GtkInfoBar for note in preferences window
  (patch by Fred Morcos)
* Require intltool >= 0.40.4 (Adrian Bunk)
* Updated Catalan translation (Gil Forcada)
* Updated Danish translation (Joe Hansen)
* Updated Polish translation (Piotr Sokół)

2013-05-12  Lars Windolf <lars.lindner@gmail.com>
Version 1.10-RC2
* Extended user agent by "AppleWebKit (KHTML, like Gecko)"
  to solve incorrect mobile redirect with zdf.de
* Added social bookmarking support for Mister Wong
* Added social bookmarking support for Google Bookmarks
* Update of German FAQ
* Update of English FAQ
* Added MimeType to .desktop file (Craig Barnes)
* Fixes SF #1063: Can't open preferences twice
  (Emilio Pozuelo Monfort, reported by David Smith)
* Fixes SF #1040: In feed entries, spaces are replaced with "+"
  (reported by Emmanuel Seyman)
* Fixes SF #1051: Issues in RTL GUI of Liferea
  (reported by phixy)
* Fixes SF #1038, #1074: Updates ttrss feeds over and over
  (reported by many users)
* Fix several memory leaks (Emilio Pozuelo Monfort)
* Require glib >= 2.28 for GApplication (Adrian Bunk)
* Use the GTK+ 3 version, not wrongly the GTK+ 2 version,
  of the libindicate GTK+ bindings (Adrian Bunk)
* Updated the default feedlists (Adrian Bunk)
* Removed support for libnotify < 0.7 (Adrian Bunk)
* Added Vietnamese translation (Trần Ngọc Quân)
* Updated Albanian translation (Besnik Bleta)
* Updated Asturian translation (Iñigo Varela)
* Updated Basque translation (Mikel Olasagasti Uranga)
* Updated Danish translation (Joe Hansen)
* Updated Finnish translation (Jorma Karvonen)
* Updated German translation (Christian Stadelmann)
* Updated Hungarian translation (Gabor Kelemen)
* Updated Japanese translation (Takeshi Hamasaki)
* Updated Latvian translation (Rihards Priedītis)
* Updated Ukrainian translation (Yuri Chornoivan)

2013-01-30  Lars Windolf <lars.lindner@gmail.com>
Version 1.10-RC1
Please note that due to the SourceForge upgrade bug ticket numbering
did change. This might be confusing... Old numbers are 7 figures,
newer ones only 4!
* Patch SF #3407290: Migrate to GSettings
  (by Mikel Olasagasti)
* Patch SF #3579177: Change .desktop category to News;Feed;
  (by Stanislav Brabec)
* Fix for Debian #668197: x-www-browser preference not working
  (David Smith)
* Added slider and time display to media player plugin.
* Added Google Plus to social bookmarking options.
* Removing deprecated g_thread_init() call
* Auto-enable plugins on migration
* Added missing -a option to manpage
* Updated manpage to reflect XDG path migration
* Changing GSettings path from /apps/liferea to /org/gnome/liferea
* Changes default download thread concurrency from 2 to 3
* Fixes regression about using the GNOME default font
* Improves all item/link launching menus to consistently provide
  three options: Tab, Browser and External Browser
* Fixes SF #1037: Incorrect notifications for Google Reader
  (patch by David Smith)
* Fixes SF #1048: Removed all feedvalidator.org references from FAQ
  and XSLT as it was reported to host malware.
  (reported by bkat)
* Fixes SF #1041: Some GPLv2 license headers were outdated
  (reported by Emmanuel Seyman)
* Fixes SF #1044: tt-rss API changed (we now support only 1.6 API)
  (patch by Sebastian Noel)
* Fixes assertion when creating new tt-rss subscriptions
* Fixes XHTML errors caused by extra <body> tags returned by tt-rss
* Fixes missing item list update when browsing item URLs in Liferea

2012-10-28  Lars Windolf <lars.lindner@gmail.com>
Version 1.9.7
* Added new preference for default viewing mode.
* Changing toolbar button order to prevent accidental clicks on
  "Mark All Read" when clicking on more frequent buttons like
  "Next Unread".
* Added Google Chrome as a browser choice to preferences.
* Roughly reordered browser choices after browser market share.
* Removed shading behaviour for unread items in combined view
  as it doesn't match GTK theming well
* Removed auto-hide Javascript menu from combined view to simplify
  rendering in 3-pane modes.
* Fixes items not removed from search folder count when feed is removed.
* Fixes search folder rebuilding (do not include comment items).
* Fixes SELECT offset handling when rebuilding search folders.
* Now gives feedback when rebuilding search folders in feed list.
* Update of German translation

2012-10-09  Lars Windolf <lars.lindner@gmail.com>
Version 1.9.6
* Removed "pass URL" check box from MIME type dialog.
* Removed "Save In" entry from "Download" tab in preferences.
* Removed "curl" choice in download tool preferences.
* Removed "wget" choice in download tool preferences.
* Added "steadyflow" choice in download tool preferences.
* Patch SF #3569056: Use symbolic close buttons and spacing on tabs like gedit
  (Sebastian Keller)
* Fixes reloading item when browsing the web inside the item view.
* Fixes preferences dialog not opening up a second time.
* Fixes padding/alignments in preferences dialog.
* Fixes SF #1418701: Remote server pounded into dirt on auto-download
  (reported by anonymous)
* Fixes SF #3567827: Double border around webview
  (reported by borschty)
* Fixes SF #3572660: crash in google_source_remove_node
  (reported by Yanko Kaneti)
* Prevents adding folders/search folders/newsbins to Google Reader
* Prevents sorting subscriptions in Google Reader
* Updated Polish translation (Wojciech Myrda)

2012-09-14  Lars Windolf <lars.lindner@gmail.com>
Version 1.9.5
* GIR dependencies are now mandatory
* Migration to XDG directory layout in $HOME
* Migrate from X session manager to GtkApplication
* Raising GTK dependency to 3.4 for GtkApplication
* Storing last window state in GConf now instead in the session command
* Added Instapaper.com to social bookmarking sites (SF #3564393)
  (patch by prurigro)
* Use hint label for manual browser command preference (SF #3129429)
  (patch by Fred Morcos)
* Fixes comments_deinit() never being called
* Fixes search folder counter update on feed removal
* Fixes SF #3567715: Crash on network online status changes
  (patch by Yanko Kaneti)

2012-08-24  Lars Windolf <lars.lindner@gmail.com>
Version 1.9.4
* Changes (c) name "Lars Lindner" -> "Lars Windolf" due to marriage
* Removed compilation support for GTK2
* Added GIR plugin system with libpeas
* Added GnomeKeyring plugin that stores password in a keyring
  instead of in the exported OPML.
* Added simple media player plugin to play audio and video enclosures.
* Only present enclosures of audio and video MIME type
* Raise libindicate minimum dependency to 0.6
* Patch SF #3515882: Also support libindicate 0.7 (Chow Loong Jin)
* Dropping SIGSEGV signal handler to allow distro crash report tools to
  work (as found in Ubuntu)
* Ensure node ids are in DB node relation on startup.
* Adding AM_PROG_AR to configure.ac to work with automake 1.12
* Moved tab close button from the URL bar to the right of the tab label.
* Smarter browser toolbar: appears now also in the item view when
  browsing external content.
* Don't ask for Google Reader authentication more than three times
  with auto-update to avoid annoying the user.
* Fixes SF Trac #10: Crash on empty search folders within folders
  (reported by phyxi)
* Fixes SF Trac #19: Auto-load-link doesn't work with feeds with comments
  (reported by wonk0)
* Fixes SF #2855990: Crash when dragging Google Reader feeds outside
  Google Reader. This is now prevented.
  (reported by algnod)
* Fixes SF #3515880: missing include when compiling with libindicate
  (patch by Chow Loong Jin)
* Fixes search folders being invisible in reduced mode.
* Fixes ever growing temporary DB files.
  (patch by Sven Hartge)
* Fixes visibility of enclosure list view for Ubuntu.
* Fixes crashes on enclosure list context menu.
* Fixes SF #3557513: Fixes crash on empty links in auto-load-link mode.
  (patch by msquared84)
* Fixes unknown metadata types reported in trace when loading Google
  Reader subscriptions from DB.

2012-03-30  Lars Lindner <lars.lindner@gmail.com>
Version 1.9.3
* Added a new item history feature that allows navigating
  through recently viewed items.
* Added new "Fullscreen" toggle menu option.
* For GTK+3: request dark theme variant for better contrast
  between GUI and content. (Jeff Fortin)
* Change schema defaults for folder display. Now unread
  items are loaded per-default when clicking a folder.
* Patch SF #3473743: GTK2 dependency has to be 2.24 (bento)
* Improve DB item counting statements.
  (patch by Regis Floret)
* Change OpenStreetMap rendering from osmarender to mapnik.
  (patch by Mikel Olasagasti)
* Patch SF #3127016: Automatic scrollbars on enclosure actions view
  (patch by Fred Morcos)
* SF Trac #7: Removing icon from "Cancel All" in update dialog
  so that .gtkrc "gtk-button-images=0" does have correct effect.
  (reported by phixy)
* Fixes SF #3480238: crashes when double clicking find
  (reported by joeserneem)
* Fixes Debian #660602: Item pane may be reset during feed update
  (reported by Ben Hutchings)
* Reimplemented search folder rule for item with enclosures.
* Reimplemented search folder rule for item categories.
* Reimplemented feed title matching rule for search folders.
  (patch by John Levon)
* Updated Catalan translation (Gil Forcada)

2012-03-23  Lars Lindner <lars.lindner@gmail.com>
Version 1.9.2
* Fixes another migration issue left from 1.9.1
* Increasing sqlite3 dependency to 3.7+ for WAL journaling.
* Removed sqliteasync code in favour of WAL journaling.
  This significantly improves performance for ext4.
* Added indices for parent_item_id and parent_node_id
  to avoid slow item removal. (suggested by Paulo Anes)

2012-03-18  Lars Lindner <lars.lindner@gmail.com>
Version 1.9.1
* Disabled migration to ~/.liferea_1.9
* Revert ISO 8601 parsing using Glib due to Debian #653196
  This fixes SF #3465106 (reported by Vincent Lefevre)
* Fixes SF #3477582: welcome screen not using theme colors.
  (reported by stqn)
* Do not update DB node and subscription info on startup
  for performance reasons.
* Perform VACCUM only when page fragmentation ratio < 10%.
  (suggested by adriatic)
* Removed tooltip on the "Next Unread Item" button to avoid
  having it flashing each time it is clicked when skimming
  through items.

2011-12-23  Lars Lindner <lars.lindner@gmail.com>
Version 1.9.0
* Add configure switch to compile against GTK2 or GTK3.
  (Emilio Pozuelo Monfort, Adrian Bunk)
* Raise dependencies and updated code to compile against GTK3.
  (Emilio Pozuelo Monfort, Adrian Bunk)
* Fixes proxy preference not affecting the HTML widget.
  (reported by Chris Siebenmann)
* Fixes SF #3363481: Feeds fail to update properly when entries ordered
  "wrong" (patch by Robert Trace)
* Fixes writing subscriptions into DB when importing from OPML
  (reported by Dennis Nezic)

(leot)

2015-09-03 14:53:23 UTC MAIN commitmail json YAML

Fix patch to declare frexpl.

The patch was intending to insert a declaration on NetBSD before
6.99.17, but had <= instead of >= for the if to omit it.  Resolves
build on NetBSD 6.

(gdt)

2015-09-03 14:50:11 UTC MAIN commitmail json YAML

Mention mail/mutt-devel removal.

(wiz)

2015-09-03 14:49:40 UTC MAIN commitmail json YAML

2015-09-03 14:49:18 UTC MAIN commitmail json YAML

Updated mail/mutt to 1.5.23nb7

(wiz)

2015-09-03 14:49:02 UTC MAIN commitmail json YAML

2015-09-03 14:45:50 UTC MAIN commitmail json YAML

+ clang-3.7.0, cups-2.1, libvdpau-1.1.1, midori-0.5.11, mutt-1.5.24.

(wiz)

2015-09-03 14:44:23 UTC MAIN commitmail json YAML

Add missing "to" in entry.

(wiz)

2015-09-03 14:43:43 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01

(wiz)

2015-09-03 14:43:34 UTC MAIN commitmail json YAML

Update to 3.01, based on diff by Frederik in private mail.

NEW features of cdrtools-3.01:

This is the first localization step for cdrtools. All programs now (hopefully)
call gettext() for all strings that need localization.

- The next step will include dgettext() calls for the libraries.

- The following step will include the extracted strings

- The last step will include German translations and install support
for the resulting binary message object files.

(wiz)

2015-09-03 14:41:32 UTC MAIN commitmail json YAML

Fix PLIST for lightning (as found in local build and reported by joerg).

(wiz)

2015-09-03 11:55:40 UTC MAIN commitmail json YAML

2015-09-03 09:15:30 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.9.4

(fhajny)

2015-09-03 09:15:18 UTC MAIN commitmail json YAML

Update www/nginx-devel to 1.9.4.

Changes with nginx 1.9.4                                        18 Aug 2015

    *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
      directives of the stream module are replaced with the
      "proxy_buffer_size" directive.

    *) Feature: the "tcp_nodelay" directive in the stream module.

    *) Feature: multiple "sub_filter" directives can be used simultaneously.

    *) Feature: variables support in the search string of the "sub_filter"
      directive.

    *) Workaround: configuration testing might fail under Linux OpenVZ.
      Thanks to Gena Makhomed.

    *) Bugfix: old worker processes might hog CPU after reconfiguration with
      a large number of worker_connections.

    *) Bugfix: a segmentation fault might occur in a worker process if the
      "try_files" and "alias" directives were used inside a location given
      by a regular expression; the bug had appeared in 1.7.1.

    *) Bugfix: the "try_files" directive inside a nested location given by a
      regular expression worked incorrectly if the "alias" directive was
      used in the outer location.

    *) Bugfix: in hash table initialization error handling.

    *) Bugfix: nginx could not be built with Visual Studio 2015.

Changes with nginx 1.9.3                                        14 Jul 2015

    *) Change: duplicate "http", "mail", and "stream" blocks are now
      disallowed.

    *) Feature: connection limiting in the stream module.

    *) Feature: data rate limiting in the stream module.

    *) Bugfix: the "zone" directive inside the "upstream" block did not work
      on Windows.

    *) Bugfix: compatibility with LibreSSL in the stream module.
      Thanks to Piotr Sikora.

    *) Bugfix: in the "--builddir" configure parameter.
      Thanks to Piotr Sikora.

    *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
      appeared in 1.9.2.
      Thanks to Faidon Liambotis and Brandon Black.

    *) Bugfix: a segmentation fault might occur in a worker process if the
      "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
      Thanks to Matthew Baldwin.

Changes with nginx 1.9.2                                        16 Jun 2015

    *) Feature: the "backlog" parameter of the "listen" directives of the
      mail proxy and stream modules.

    *) Feature: the "allow" and "deny" directives in the stream module.

    *) Feature: the "proxy_bind" directive in the stream module.

    *) Feature: the "proxy_protocol" directive in the stream module.

    *) Feature: the -T switch.

    *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
      fastcgi_params, scgi_params, and uwsgi_params standard configuration
      files.

    *) Bugfix: the "reuseport" parameter of the "listen" directive of the
      stream module did not work.

    *) Bugfix: OCSP stapling might return an expired OCSP response in some
      cases.

Changes with nginx 1.9.1                                        26 May 2015

    *) Change: now SSLv3 protocol is disabled by default.

    *) Change: some long deprecated directives are not supported anymore.

    *) Feature: the "reuseport" parameter of the "listen" directive.
      Thanks to Yingqi Lu at Intel and Sepherosa Ziehau.

    *) Feature: the $upstream_connect_time variable.

    *) Bugfix: in the "hash" directive on big-endian platforms.

    *) Bugfix: nginx might fail to start on some old Linux variants; the bug
      had appeared in 1.7.11.

    *) Bugfix: in IP address parsing.
      Thanks to Sergey Polovko.

Changes with nginx 1.9.0                                        28 Apr 2015

    *) Change: obsolete aio and rtsig event methods have been removed.

    *) Feature: the "zone" directive inside the "upstream" block.

    *) Feature: the stream module.

    *) Feature: byte ranges support in the ngx_http_memcached_module.
      Thanks to Martin Mlynar.

    *) Feature: shared memory can now be used on Windows versions with
      address space layout randomization.
      Thanks to Sergey Brester.

    *) Feature: the "error_log" directive can now be used on mail and server
      levels in mail proxy.

    *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
      not work if not specified in the first "listen" directive for a
      listen socket.

Changes with nginx 1.7.12                                        07 Apr 2015

    *) Feature: now the "tcp_nodelay" directive works with backend SSL
      connections.

    *) Feature: now thread pools can be used to read cache file headers.

    *) Bugfix: in the "proxy_request_buffering" directive.

    *) Bugfix: a segmentation fault might occur in a worker process when
      using thread pools on Linux.

    *) Bugfix: in error handling when using the "ssl_stapling" directive.
      Thanks to Filipe da Silva.

    *) Bugfix: in the ngx_http_spdy_module.

Changes with nginx 1.7.11                                        24 Mar 2015

    *) Change: the "sendfile" parameter of the "aio" directive is
      deprecated; now nginx automatically uses AIO to pre-load data for
      sendfile if both "aio" and "sendfile" directives are used.

    *) Feature: experimental thread pools support.

    *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
      "scgi_request_buffering", and "uwsgi_request_buffering" directives.

    *) Feature: request body filters experimental API.

    *) Feature: client SSL certificates support in mail proxy.
      Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.

    *) Feature: startup speedup when using the "hash ... consistent"
      directive in the upstream block.
      Thanks to Wai Keen Woon.

    *) Feature: debug logging into a cyclic memory buffer.

    *) Bugfix: in hash table handling.
      Thanks to Chris West.

    *) Bugfix: in the "proxy_cache_revalidate" directive.

    *) Bugfix: SSL connections might hang if deferred accept or the
      "proxy_protocol" parameter of the "listen" directive were used.
      Thanks to James Hamlin.

    *) Bugfix: the $upstream_response_time variable might contain a wrong
      value if the "image_filter" directive was used.

    *) Bugfix: in integer overflow handling.
      Thanks to R辿gis Leroy.

    *) Bugfix: it was not possible to enable SSLv3 with LibreSSL.

    *) Bugfix: the "ignoring stale global SSL error ... called a function
      you should not call" alerts appeared in logs when using LibreSSL.

    *) Bugfix: certificates specified by the "ssl_client_certificate" and
      "ssl_trusted_certificate" directives were inadvertently used to
      automatically construct certificate chains.

(fhajny)

2015-09-03 09:05:55 UTC MAIN commitmail json YAML

Make __nbcompat_unvis13 static, it is not part of the interface
contract. Reorder to avoid using it before it is defined. ANSIfy.

(joerg)

2015-09-03 08:14:41 UTC MAIN commitmail json YAML

Added graphics/php-imagick version 3.1.2

(fhajny)

2015-09-03 08:14:22 UTC MAIN commitmail json YAML

Import php-imagick-3.1.2 as graphics/php-imagick (based on wip/php-imagick).

Imagick is a PHP extension to create and modify images using
the ImageMagick library.

(fhajny)

2015-09-03 07:32:07 UTC MAIN commitmail json YAML

Added converters/php-recode version 5.4.44

(fhajny)

2015-09-03 07:31:38 UTC MAIN commitmail json YAML

Added databases/php-rrd version 1.1.3

(fhajny)

2015-09-03 07:31:17 UTC MAIN commitmail json YAML

Import wip/php-rrd as converters/php-rrd.

The PECL/rrd extension provides bindings to the RRDtool C library.

(fhajny)

2015-09-03 06:48:00 UTC MAIN commitmail json YAML

Import wip/php-recode as converters/php-recode.

This module contains an interface to the GNU Recode library. The GNU Recode
library converts files between various coded character sets and surface
encodings. When this cannot be achieved exactly, it may get rid of the
offending characters or fall back on approximations. The library recognises or
produces nearly 150 different character sets and is able to convert files
between almost any pair. Most RFC 1345 character sets are supported.

(fhajny)

2015-09-03 06:19:26 UTC MAIN commitmail json YAML

2015-09-03 05:43:54 UTC MAIN commitmail json YAML

2015-09-03 05:42:25 UTC MAIN commitmail json YAML

2015-09-03 03:12:11 UTC MAIN commitmail json YAML

I've become a fan of the AVR family of chips and their excellent
gcc-supported toolchain, so I'm no longer using PICs.  Reset MAINTAINER.

(dsainty)

2015-09-03 03:02:18 UTC MAIN commitmail json YAML

I'm not currently using this module, reset MAINTAINER.

(dsainty)

2015-09-03 02:58:10 UTC MAIN commitmail json YAML

I'm not currently using this module, reset MAINTAINER.

(dsainty)

2015-09-03 02:50:20 UTC MAIN commitmail json YAML

It has been a few years since I used Sarab, reset MAINTAINER.

(dsainty)

2015-09-03 02:45:23 UTC MAIN commitmail json YAML

It has been a few years since I used Exmh, reset MAINTAINER.

(dsainty)

2015-09-03 00:35:49 UTC MAIN commitmail json YAML

Note update of BIND packages:

net/bind910 9.10.2pl4
net/bind99 9.9.7pl3

(taca)

2015-09-03 00:35:03 UTC MAIN commitmail json YAML

Update bind99 to 9.9.7pl3 (BIND 9.9.7-P3).
(These security fixes are already done by bind-9.9.7pl2nb1.)

--- 9.9.7-P3 released ---

4170. [security] An incorrect boundary check in the OPENPGPKEY
rdatatype could trigger an assertion failure.
(CVE-2015-5986) [RT #40286]

4168. [security] A buffer accounting error could trigger an
assertion failure when parsing certain malformed
DNSSEC keys. (CVE-2015-5722) [RT #40212]

(taca)

2015-09-03 00:33:32 UTC MAIN commitmail json YAML

Update bind910 to 9.10.2pl4 (BIND 9.10.2-P4).
(Already fixed by bind-9.10.2pl3nb1.)

--- 9.10.2-P4 released ---

4170. [security] An incorrect boundary check in the OPENPGPKEY
rdatatype could trigger an assertion failure.
(CVE-2015-5986) [RT #40286]

4168. [security] A buffer accounting error could trigger an
assertion failure when parsing certain malformed
DNSSEC keys. (CVE-2015-5722) [RT #40212]

(taca)

2015-09-02 23:38:22 UTC MAIN commitmail json YAML

2015-09-02 23:37:58 UTC MAIN commitmail json YAML

Update 2.0.12 to 2.0.13
-----------------------
- Changes for xlog version 2.0.13 - 2015-apr-19
  * Fixed date in cabrillo3 output to be: yyyy-mm-dd
  * Fixed date in EDI output to be: yymmdd
  * Fixed QSORecords in EDI output
  * Updated cty.dat to 20150420 (cty-2505)
  * Fixed Bug #44547: Added JT9 modes
  * Fixed Bug #44259: broken dupe checking

(mef)

2015-09-02 23:22:34 UTC MAIN commitmail json YAML

Updated meta-pkgs/deforaos-desktop to 0.0.9

(khorben)

2015-09-02 23:21:54 UTC MAIN commitmail json YAML

Include the latest version of DeforaOS Panel

(khorben)

2015-09-02 23:19:57 UTC MAIN commitmail json YAML

Updated x11/deforaos-panel to 0.3.3

(khorben)

2015-09-02 23:18:45 UTC MAIN commitmail json YAML

Package DeforaOS Panel 0.3.3

This is essentially a bugfix release, with:
- additional fixes to the helper utilities (panel-notify, wifibrowser...)
- minor improvement to the "network" applet and settings(1) utility
- build fixes

(khorben)

2015-09-02 21:25:27 UTC MAIN commitmail json YAML

Updated ham/tlf to 0.9.31.2

(mef)

2015-09-02 21:17:02 UTC MAIN commitmail json YAML

(pkgsrc)
- set LICENSE= gnu-gpl-v2
(upstream)
- Update 0.9.30 to 0.9.31.2
----------------------------
2007-12-21  rein couperus <rein@couperus.com>

        * changed searchlog.c ('possible calls')

2007-12-18      rein couperus <rein@couperus.com>

        * changed cluster_bg.c to fix possible buffer overflow

        * changed searchlog.c -> compare now starts at beginning of callsign.

(mef)

2015-09-02 21:04:33 UTC MAIN commitmail json YAML

Updated mail/mailman to 2.1.20

(fhajny)

2015-09-02 21:04:18 UTC MAIN commitmail json YAML

Updated mail/mailman to 2.1.20.

Removed PKG_DESTDIR_SUPPORT=destdir, no longer needed since 2011.

2.1.20 (31-Mar-2015)
- A path traversal vulnerability has been discovered and fixed (CVE-2015-2775)
- There is a new Address Change sub-section in the web admin
  Membership Management section
- The Russian translation has been updated by Danil Smirnov.
- The Polish translation has been updated by Stefan Plewako.
- A LookupError in SpamDetect on a message with RFC 2047 encoded headers
  in an unknown character set is fixed.
- Fixed a bug in CommandRunner that could process the second word of a
  body line as a command word and a case sensitivity in commands in
  Subject: with an Re: prefix.
- Fixed a bug in CommandRunner that threw an uncaught KeyError if
  the input to the list-request address contained a command word
  terminated by a period.
- Changed the response to an invalid confirmation to be more generic.
  Not all confirmations are subscription requests.
- Changed the default nonmember_rejection_notice to be more user friendly.
- Added "If you are a list member" qualification to some messages from the
  options login page.
- Changed the 'Approve' wording in the admindbdetails.html template to
  'Accept/Approve' for better agreement with the button labels.
- Added '(by thread)' to the previous and next message links in the
  archive to emphasize that even if you got to the message from a
  subject, date or author index, previous and next are still by thread.

2.1.19 (28-Feb-2015)
- The subscribe_auto_approval feature backported from the 2.2 branch and
  described above has been enhanced to accept entries of the form
  @listname to auto approve members of another list.
- There is a new list attribute dmarc_wrapped_message_text and a
  DEFAULT_DMARC_WRAPPED_MESSAGE_TEXT setting to set the default for new
  lists.  This text is added to a message which is wrapped because of
  dmarc_moderation_action in a separate text/plain part that precedes the
  message/rfc822 part containing the original message.  It can be used to
  provide an explanation of why the message was wrapped or similar info.
- There is a new list attribute equivalent_domains and a
  DEFAULT_EQUIVALENT_DOMAINS setting to set the default for new lists which
  in turn defaults to the empty string.  This provides a way to specify one
  or more groups of domains, e.g., mac.com, me.com, icloud.com, which are
  considered equivalent for validating list membership for posting and
  moderation purposes.
- There is a new WEB_HEAD_ADD setting to specify text to be added to the
  <HEAD> section of Mailman's internally generated web pages.  This doesn't
  apply to pages built from templates, but in those cases, custom templates
  can be created.
- There is a new DEFAULT_SUBSCRIBE_OR_INVITE setting.  Set this to Yes
  to make the default selection on the admin Mass Subscriptions page
  Invite rather than Subscribe.
- There is a new list attribute in the Bounce processing section.
  bounce_notify_owner_on_bounce_increment if set to Yes will cause
  Mailman to notify the list owner on every bounce that increments a
  list member's score but doesn't result in a probe or disable.  There
  is a new configuration setting setting
  DEFAULT_BOUNCE_NOTIFY_OWNER_ON_BOUNCE_INCREMENT to set the default
  for new lists.  This in turn defaults to No.
- Mailman's log files, request.pck files and heldmsg-* files are no
  longer created world readable to protect against access by untrusted
  local users.  Note that permissions on existing log files won't be
  changed so if you are concerned about this and don't rotate logs or
  have a logrotate process that creates new log files instead of letting
  Mailman create them, you will need to address that.
- The Python Powered logo image has been replaced in the misc/ directory
  in the source distribution.  Depending on how you've installed these
  images, you may need to copy PythonPowered.png from the misc/ directory
  in the source or from the $prefix/icons/ installed directory to another
  location for your web server.
- The Polish translation has been updated by Stefan Plewako.
- The Interlingua translation has been updated by Martijn Dekker.
- The Japanese message catalog has been updated by SATOH Fumiyasu.
- Mailman's character set for Romanian has been changed from iso-8859-2
  to utf-8 and the templates and messages recoded.  This change will
  require running 'bin/arch --wipe' on any existing Romanian language
  lists in order to recode the list's archives, and will require recoding
  any edited templates in lists/LISTNAME/ro/*, templates/DOMAIN/ro/* and
  templates/site/ro/*.  It may also require recoding any existing
  iso-8859-2 text in list attributes.
- Mailman's character set for Russian has been changed from koi8-r to
  utf-8 and the templates and messages recoded.  This change will
  require running 'bin/arch --wipe' on any existing Russian language
  lists in order to recode the list's archives, and will require recoding
  any edited templates in lists/LISTNAME/ru/*, templates/DOMAIN/ru/* and
  templates/site/ru/*.  It may also require recoding any existing koi8-r
  text in list attributes.
- Mailman's versions.py has been augmented to help with the above two
  character set changes.  The first time a list with preferred_language
  of Romanian or Russian is accessed or upon upgrade to this release,
  any list attributes which have string values such as description, info,
  welcome_msg, etc. that appear to be in the old character set will be
  converted to utf-8.  This is done recursively for the values (but not
  the keys) of dictionary attributes and the elements of list and tuple
  attributes.
- The Russian message catalog and templates have been further updated by
  Danil Smirnov.
- The Romanian message catalog has been updated.
- The Russian templates have been updated by Danil Smirnov.
- The Japanese translation has been updated by SATOH Fumiyasu.
- A minor change in the French translation of a listinfo subscribe form
  message has been made.
- Because of privacy concerns with the 2.2 backport adding real name to
  list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME
  setting that defaults to No.  You may wish to set this to Yes in
  mm_cfg.py.
- Organization: headers are now unconditionally removed from posts to
  anonymous lists.  Regexps in ANONYMOUS_LIST_KEEP_HEADERS weren't kept
  if the regexp included the trailing ':'.  This is fixed too.
- The admindb interface has been fixed so the the detail message body
  display doesn't lose part of a multi-byte character, and characters which
  are invalid in the message's charset are replaced rather than the whole
  body not being converted to the display charset.
- Fixed a bug in bin/rmlist that would throw an exception or just fail to
  remove held message files for a list with regexp special characters in
  its name.
- When applying DMARC mitigations, CookHeaders now adds the original From:
  to Cc: rather than Reply-To: in some cases to make MUA 'reply' and
  'reply all' more consistent with the non-DMARC cases.
- The Subject: of the list welcome message wasn't always in the user's
  preferred language.  Fixed.
- Accept email command in Subject: prefixed with Re: or similar with no
  intervening space.
- Fixed a UnicodeDecodeError that could occur in the web admin interface
  if 'text' valued attributes have unicode values.
- We now catch the NotAMemberError exception thrown if an authenticated
  unsubscribe is submitted from the user options page for a nonmember.
- Fixed an archiving bug that would cause messages with 'Subject: Re:'
  only to be indexed in the archives without a link to the message.
- The vette log entry for a message discarded by a handler now includes
  the list name and the name of the handler.
- The options CGI now rejects all but HTTP GET and POST requests.
- A list's poster password will now be accepted on an Urgent: header.
- Fixed a bug which caused a setting of 2 for REMOVE_DKIM_HEADERS to be
  ignored.
- Renamed messages/sr/readme.sr to README.sr.
- Moved the dmarc_moderation_action checks from the Moderate handler to
  the SpamDetect handler so that the Reject and Discard actions will be
  done before the message might be held by header_filter_rules, and the
  Wrap Message and Munge From actions will be done on messages held by
  header_filter_rules if the message is approved.
- <label> tags have been added around most check boxes and radio buttons
  and their text labels in the admin and admindb web GUI so they can be
  (de)selected by clicking the text.
- If checking DNS for dmarc_moderation_action and DNS lookup is not
  available, log it.
- Handle missing From: header addresses for DMARC mitigation actions.

(fhajny)

2015-09-02 20:56:23 UTC MAIN commitmail json YAML

Reduce hardcoding of GITHUB_TAG, refering PKGVERSION_NOREV

(mef)

2015-09-02 19:46:44 UTC MAIN commitmail json YAML

2015-09-02 19:44:28 UTC MAIN commitmail json YAML

2015-09-02 18:42:22 UTC MAIN commitmail json YAML

Updated mail/postgrey to 1.36

(fhajny)

2015-09-02 18:42:11 UTC MAIN commitmail json YAML

Update mail/postgrey to 1.36.

* 2015-09-01: version 1.36
  - improved support for IPv6 addresses: new --ipv4cidr and --ipv6cidr
    options for proper subnetting of IPv6 (H奪vard Moen, BenediktS)
  - updated whitelist
  - user-settable unix socket permission: --socketmode (Teubel Gyoergy)
  - init script fixes (Sacha Ott)

(fhajny)

2015-09-02 17:15:09 UTC MAIN commitmail json YAML

Complete the SHA* symbol renaming.  Ride previous bump.  Ok agc.

(jperkin)

2015-09-02 16:52:48 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.5.1

(wiz)

2015-09-02 16:52:37 UTC MAIN commitmail json YAML

Updated mercurial to 3.5.1:

Regularly-scheduled bugfix release.

    convert: fix git copy file content conversions
    filesets: ignore unit case in size() predicate for single value
    help: fix typo familar -> familiar
    help: fix typo in scripting documentation
    hg: avoid auto sharing when the clone destination is remote
    hgweb: fix trust of templates path (BC)
    histedit: backout ebb5bb9bc32e
    largefiles: ensure lfutil.getstandinmatcher() only matches standins
    match: fix a case-only rename + explicit path commit on icasefs (issue4768)
    parsers: fix memory leak in compute_phases_map_sets
    rebase: lock the repo during the full rebase operation
    revset: prevent crash caused by empty group expression while optimizing "and"
    revset: prevent crash caused by empty group expression while optimizing "or"
    strip: use the 'finally: tr.release' pattern during stripping
    update: wlock the repo for the whole 'hg update' command
    wix: avoid an abort with 'hg help -k foo'

(wiz)

2015-09-02 15:15:40 UTC MAIN commitmail json YAML

Updated mail/rspamd to 0.9.10

(wiedi)

2015-09-02 15:14:17 UTC MAIN commitmail json YAML

Update rspamd to 0.9.10

0.9.10:
* Do not dereference null pointer on learning.
* Fix some extreme cases in BAYES.
* Add a workaround to avoid bad HTML messages breaking.
* Build with -O2 flags by default.
* Add constraints to limit DNS requests count per task.
* Add workaround for SURBL DNS flood.
* Set error if rspamd cannot learn anything.

0.9.9:
* Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana)
* Import updated public suffix list (by @fatalbanana)
* Remove debug message
* Fix settings (by @fatalbanana)
* Remove duplicated symbol registration
* Use WAL for fuzzy storage
* RBL fixes (by @fatalbanana):
- silence errors;
- yield unknown results from RBLs;
- fix scoring for DNSWL;
- fix use of RBL name as symbol;
- ignore RBL names that would not be yielded;
* Support captures in regular expressions
* Add captures support to lua_regexp
* Support dist on FreeBSD and Darwin
* Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana)
* Multiple fixes to URL detection:
- support port definition;
- fix query and path recognition;
- fix parsing of multiple slashes in URL;
- fix parsing query just after port;
- fix path field in `url:to_table` method;
- improve support of IP based URLs.
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana)
* Add GTUBE support
* Ignore User header in SA mode

0.9.8:
* Fix critical bug in bayes classifier (#305)
* Fix critical bug in RBL module (by @fatalbanana)
* Fix and rework settings plugin.
* Fix get_all_opts for a case of non-iterable options.
* Use tld for redirector's matching.

0.9.7:
* Add whitelist_exception setting to RBL module (by @fatalbanana)
* Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by
  @fatalbanana)
* Fix extreme cases in bayes classifier.
* Fix parsing of urls with '?' at the end of hostname.
* Update interface.
* Fix number of issues with webui interaction.
* Fix saving maps.
* Allow user@ and @domain matches in multimap.
* Fix issues with bounces From processing.
* Fix abs/fabs misuse.
* Fix builds on suse and arch linux distributions.

0.9.6:
* Fix memory leak if mime cannot be parsed.
* Fix dkim cache expiration.
* Fix issues with redirector HTTP response.
* Fix abnormal connection closing with certains messages with a high score
  (issue #296)
* Fix redirector installation.
* Use specific POE loop for some systems.
* Fix number of issues in URL redirector.
* Fix selecting URLs for sending to redirector.

(wiedi)

2015-09-02 15:13:30 UTC MAIN commitmail json YAML

Updated databases/hiredis to 0.13.2

(wiedi)

2015-09-02 15:12:37 UTC MAIN commitmail json YAML

Update hiredis to 0.13.2

* Prevent crash on pending replies in async code (Thanks, @switch-st)
* Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs)
* Add MacOS X addapter (Thanks, @dizzus)
* Add Qt adapter (Thanks, Pietro Cerutti)
* Add Ivykis adapter (Thanks, Gergely Nagy)

All adapters are provided as is and are only tested where possible.

(wiedi)

2015-09-02 13:09:40 UTC MAIN commitmail json YAML

Updated devel/p5-Throwable 0.200013

(wen)

2015-09-02 13:07:16 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Report to 1.07

(mef)

2015-09-02 13:07:06 UTC MAIN commitmail json YAML

Update 1.05 to 1.07
-------------------
version 1.07: Tue Jul 21 17:38:01 CEST 2015

Fixes:
- remove superfluous blank lines, when (translated) message
  ends on \n. Reported by [Andrew Beverley]
- Dancer2::Plugin:: deep recursion in ERROR handler [Andrew Beverley]

Improvements:
- document HASH for ::Syslog::new(logsocket).
  Idea of [Andrew Beverley]
- add Log::Report::DBIC::Profiler [Andrew Beverley]
- loads of documentation on using Log::Report in Dancer2,
  written by [Andrew Beverley]
- protect against two instances of ::Syslog at the same time: its
  impossible.

version 1.06: Mon Jun 15 17:30:33 CEST 2015

Fixes:
- t/60mojo.t will not run on old mojo's: requires 2.16 (2011)
  [cpantesters]
- ::Dispatcher::File do not use %F/%T in strfime, which is not
  supported by Windows.
- make ::Die understand multiline 'die()' messages.
  rt.cpan.org#101389 [Ken Neighbors]

Improvements:
- add Dancer::Log::Report and examples/dancer/
- add Dancer2::*, contributed by [Andrew Beverly]

(mef)

2015-09-02 13:04:14 UTC MAIN commitmail json YAML

Update to 0.200013

Upstream changes:
0.200013  2015-07-01 09:46:11-04:00 America/New_York
        - document that Moo, rather than Moose, may be used if preferred
          (Brian Manning)

(wen)

2015-09-02 13:04:12 UTC MAIN commitmail json YAML

Fix p5-Struct-Dumb typo.

(jperkin)

2015-09-02 12:54:21 UTC MAIN commitmail json YAML

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

(mef)

2015-09-02 12:48:31 UTC MAIN commitmail json YAML

Update 0.84 to 0.87
-------------------
0.87    Released at 2015-06-16.
        - Implemented new option skip_message.

0.86    Released at 2015-06-12.
        - Quick fix for dateext and fileopen.

0.85    Released at 2015-06-12.
        - Added parameter dateext to Output::File.

(mef)

2015-09-02 12:44:32 UTC MAIN commitmail json YAML

Added databases/sqlrelay-nodejs version 0.63

(fhajny)

2015-09-02 12:44:07 UTC MAIN commitmail json YAML

2015-09-02 12:40:30 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.49

(mef)

2015-09-02 12:40:18 UTC MAIN commitmail json YAML

Update 2.46 to 2.49
-------------------
2.49    2015-08-21
- The Screen output now enables autoflush on the handle it uses to send output
  to STDOUT or STDERR every time it sends a message. This does not affect the
  global STDOUT or STDERR, as the Screen module makes its own handle for
  output. This fixes a bug reported by Karen Etheridge that caused this module
  to not play nicely with Capture::Tiny in some cases. RT #106605.

2.48    2015-08-07
- Fixed (I hope) tests that were added in the last release that fail on
  Windows.

2.47    2015-08-06
- Really, really make per-thread locking work. Depending on when threads and
  threads::shared were loaded, you might get an error like 'Type of arg 1 to
  threads::shared::share must be one of $@% at .../Log/Dispatch/Syslog.pm line
  67, near "$thread_lock)"'. Reported by David Schweikert.

- Added support for auth-related parameters and replyto to
  Log::Dispatch::Email::MailSender. Implemented by Rohan Carly. Based on
  GitHub #10.

- Added a utf8 flag for Log::Dispatch::Screen. If this is true, then it sets
  the ":encoding(UTF-8)" flag on the handle it uses for output (without
  affecting STDOUT or STDERR elsewhere). Suggested by Ivan Baidakou.

(mef)

2015-09-02 12:39:52 UTC MAIN commitmail json YAML

Updated databases/sqlrelay to 0.63

(fhajny)

2015-09-02 12:39:33 UTC MAIN commitmail json YAML

Update databases/sqlrelay to 0.63.

sqlrelay 0.63
- suppressed ruby configure warning
- fixed glib detection if pkg-config isn't present
- fixed mono detection on freebsd
- fixed node.js yes/no misreport bug in configure script
- added freetds tcl test
- fixed slashes in tcl tests for windows
- updated docs to mention firebird buffer size parameters
- updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird
- fixed ruby detection on fedora 22
- fixed missing export for setAuth/ResponseTimeout in ruby api
- added manual include of inttypes.h in php api to work around issue
  with define/undef games, revealed on openbsd 5.7
- tweaked ruby cflags script for debian 8
- refactored mysql detection
- tweaked unixodbc detection to also look in /usr/include/odbc
- renamed "oracle8" connection plugin to "oracle"
- renamed "sybase" connection plugin to "sap"
- updated identity tests in api's/cmdline clients to use
  charstring::contains() rather than !charstring::compare()
- implemented missing destructors for ADO.NET Data Provider

sqlrelay 0.62
- added query filter plugin framework
- added regex, string and pattern filters
- added normalization translation
- added reformatdatetime result set translation
- fixed error in sqlrconfigfile class that could cause sqlr-start to crash
  if one instance defines addresses but the next doesn't
- added query status flag to sqlrservercursor
- tweaked odbc driver's SQLGetTypeInfo()
- field name is passed into runResultSetTranslations() now
- added support for maxitembuffersize, maxselectlistsize, and maxbindcount
  for firebird
- added native api for node.js
- added recognition of bigint, ubigint and uniqueidentifier fields
  in freetds/sybase
- added nullsasnulls command to sqlrsh
- added workaround for freetds empty (but non-null) text fields not getting
  properly converted to null-terminated empty strings
- fetchatonce, maxitembuffersize and maxselectlistsize are set to defaulting
  values if invalid values are given for them
- added lazyconnect option to PHP PDO and Perl DBI drivers (defaults to 1)
- direct Transact SQL which returns a result set is now supported
  with Sybase/SAP/MSSQLServer/FreeTDS
- added docs for authentication, query translation, query filter and
  result set translation modules
- added -fPIC to sqlrserver-config --cflags, if supported
- the "default" auth module is now called "userlist"
- added database auth module that is analagous to authtier="database"
- replaced passwordencryption attribute with passwordencryptionid
- added --disable-postgresql8-api configure option
- tweaked -Werror detection in configure script
- refactored sqlr-bench build to work on windows
- documentation, examples and tests are now covered by a license
- reflecting modern interpretation of the GPL, The license for
  The SQLRelay Server (as designated in COPYING) license now carries
  an exception, explicitly allowing it to be linked with various non-GPL
  compatible libraries
- license is installed now

sqlrelay 0.61 skipped

sqlrelay 0.60
- fixed true->false transposition in sqlrservercontroller::interceptQuery
  that could lead to a reLogIn loop
- disabled -Werror for gcc < 2.7
- applied George Carrette's patch to fix PDO connectstring options
- migrated directory/file paths info into sqlrpaths class
- removed undocumented and not-so-relevent-these-days
  MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start
- fixed java header detection for javac located in /usr/bin
- updated java api to support non-null-tolerant implementations
  of environment::NewStringUTF()
- the perl api builds correctly on OSR5 again
- the postgresql sslmode is omitted entirely from the connect string now,
  if it's disabled, to prevent problems with older versions of postgresql
  that don't support the parameter at all
- mono 2.8 or greater is required now
- added a datedelimiters attribute to the instance tag in sqlrelay.conf
  to limit what date delimiters are used when translating dates
- re-added mssqlserver detection, which had been accidentally removed
- fixed statically-linked build
- fixed mysql lob field bug that could cause a crash

(fhajny)

2015-09-02 12:39:05 UTC MAIN commitmail json YAML

Updated www/py-django14 to 1.4.22

(joerg)

2015-09-02 12:38:54 UTC MAIN commitmail json YAML

Update to Django 1.4.22: Security fixes.

(joerg)

2015-09-02 12:37:25 UTC MAIN commitmail json YAML

Updated devel/rudiments to 0.53

(fhajny)

2015-09-02 12:37:09 UTC MAIN commitmail json YAML

Update devel/rudiments to 0.53.

rudiments 0.53
- exposed codetreegrammar class and updated codetree class so that
  successive parses/writes can use the same grammar without having to reload
- added insert/appendXml(File) methods to xmldomnode to parse and
  insert/append xml strings or files to a node
- fixed FILE->fileno detection for solaris 11.2, which doesn't have it at all
- llabs() is detected and preferred to abs()
- added partial xml namespace support (namespaces for tags)
- added partial support for extended ascii character set to character class
- added setgroups() call before setuid() call to drop extraneous groups
- updated rudiments-config man page, slightly
- removed outdated and unused dtd class
- updated file::resolveSymbolicLink() to use
  directory::maxPathLength(filename) as a starting point
- updated directory::getCurrentDirectory() to use MAX_PATH
  as a starting point
- serialport/serialportprofile, modemserver/modemclient classes are disabled
  in the default build now
- updated intro docs

rudiments 0.52
- tweaked codetree's recursive break logic a bit
- added compiler class
- added case-insensitive methods to xmldomnode
- added methods to xmldomnode that operate on descendents (as opposed
  to just operating on direct children)
- added methods to xmldomnode for deleting, wrapping, unwrapping
- fixed dynamiclib::getError() bug on windows
- tweaked -Werror detection in configure script
- removed rpcentry class
- added file::setPermissions() methods

rudiments 0.51
- added missing inline qualifiers to dynamicarray/staticarray method
  implementations
- added test for clock_settime, datetime class uses it if other set-time
  functions aren't available, returns false and sets errno=ENOSYS if
  no set-time function is available
- directory::fpathConf now falls back to MAX_PATH code if fpathconf exists
  but there's dirfd() or anything like it
- file::createFifo returns false and sets errno=ENOSYS on platforms that
  don't support fifo's now
- file::generateKey returns -1 and sets errno=ENOSYS on VMS now
- file::createHardLink returns -1 and sets errno=ENOSYS on platforms
  don't support hard links now
- fixed missing breaks in stdio::flush
- userentry::getPassword/getRealName return NULL on VMS now
- unix sockets are faked on VMS now
- threadmutex is built and installed now whether or not threads are
  supported, but if threads are not supported, its methods are degenerate
  and return success
- filesystem::getCurrentProperties() returns false and sets errno=ENOSYS
  on VMS now
- implemented degenerate groupentry for VMS
- fixed file::getBlockCount() crash that could occur if the filesystem's
  block size was reported as 0
- tweaked copy constructors and = operators in staticarray/dynamicarray
  classes to work with older compilers
- disabled -Werror for gcc < 2.7
- filedescriptor::printf uses fprintf or fdopen/vfprintf when possible,
  in leiu of falling back to charstring::printf
- charstring::printf tries the null device before falling back
  to a scratch file
- the rate at which charstring::printf expands its buffer is now
  exponential up to 1024 bytes
- added sys::getDirectorySeparator()
- fixed trailing-slash-followed-by-quote issue when building windows
  command lines
- added --enable-enosys-notify configure option for runtime notifcations
  when methods set ENOSYS
- cleared errno before each EINTR loop
- fixed sys::sync() segfault
- fixed ssl tests
- removed intervaltimer class
- updated sys::getPhysicalPageCount/getAvailablePhysicalPageCount for Windows
- added sys::getAllocationGranularity, updated code to use it instead
  of getPageSize, in most cases
- fixed copy-constructor/=-operator bugs in dynamicarray class
- added config_vs2013.h for VS 2013
- fixed several permissions-related issues for WinNT 4
- allowShortReads/useBlockingMode are set by default for stdinput now
- added wrapper for atexit()
- changed process::getRealUser/GroupId to getUser/GroupId to match
  setUser/Groupid
- added process::setEffectiveUser/Group methods
- fixed and documented auto-resume behavior in snooze methods
- fixed detection of double-dashed command line parameters without values
- removed redundant charstring::rightPad()
- renamed charstring::padString() to charstring::pad()
- added safePrint methods that take unsigned char arguments
- fixed bytestring::findFirst() with unsigned char needle, when needle is 0
- fixed bugs in linkedlist::moveBefore/moveAfter
- fixed bugs in singlylinkedlist::removeAll()
- removed arg parameter from thread::setFunction(), added
  thread::setArgument(), and added thread::create(arg)
- changed thread::create() to thread::run()
- wrote lots of example code and updated the programming docs
- removed unused shmfile class
- fixed several LocalFree's that should have been delete[]'s

(fhajny)

2015-09-02 12:29:13 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any-Adapter-Log4perl to 0.08

(mef)

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

Update to 0.08
--------------
0.08      2015-04-04 14:06:26-04:00 America/New_York
    [Changed]
    - Bumped Log::Any::Adapter prereq to 1.03

(mef)

2015-09-02 12:17:01 UTC MAIN commitmail json YAML

Updated devel/p5-List-UtilsBy to 0.10

(mef)

2015-09-02 12:16:53 UTC MAIN commitmail json YAML

Update to 0.10
--------------
0.10    2015/07/16 19:22:00
        [CHANGES]
        * Added 'extract_first_by'
        * Updated documentation:
            + Added 'since' version to all functions
            + Use =head2 barename for nicer indexing

(mef)

2015-09-02 12:11:36 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Prompter to 0.004013

(mef)

2015-09-02 12:11:25 UTC MAIN commitmail json YAML

Update to 0.004013
------------------
0.004013  Thu Jul 23 07:15:57 2015
    * Added better default ERASE character for MSWin32 (thanks Dan!)
    * Silenced warnings within test for valid input
      (Thanks Joel!)

(mef)

2015-09-02 12:05:55 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-MakeMaker to 7.06

(mef)

2015-09-02 12:05:44 UTC MAIN commitmail json YAML

Update 7.0.4 to 7.06
--------------------
7.06 Mon Aug 31 18:54:14 BST 2015
    Enhancements:
    - version ranges are now supported for PREREQS, etc.
    - Metadata is now represented internally as Meta Spec 2.0
    - Use intermediate files to store META.* and *.ppd files
    - ExtUtils::Command has been re-incorporated at 1.19 of that module
    - Refactored XS handling
    - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
      for refined control of XSMULTI
    - can do "make test" without first doing "make"

    Bug fixes:
    - Handle new warnings from File::Path
    - Resolve RT#106572 specifying AUTHOR via command-line is broken
    - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
    - Sanitise make_type on Win32
    - Cygwin rebase fixes
    - Makefile starting comments reflect decoded @ARGV, not raw
    - Add various targets to .PHONY to avoid disk IO with dmake
    - Fixed race condition in realclean
    - improve static-build lib detection
    - Eliminate non-error STDERR
    - Make WriteEmptyMakefile Makefile functional when called in subdir
    - manifypods fixes
    - perllocal.pod generation "Perl in Space" fix
    - PASTHRU fixes
    - Fix distsignature dependencies for parallel make
    - Check exit status for commands in "make ci" target

    Dist fixes:
    - Made %ExtraPrereqs match bundled prereqs
    - Included MANIFEST.SKIP from ExtUtils::Manifest
    - The bundled Encode::Locale has been updated to 1.04

    Test fixes:
    - test PL_FILES of a "module"
    - Various tests no longer require a separate .pm file for testing
    - Support v5.6.1 in various tests
    - test static build if $ENV{AUTHOR_TESTING}
    - XS tests now pluggable
    - test for "Perl in Space"

    Doc fixes:
    - better document for PL_FILES, oneliner method
    - FAQ updated

(mef)

2015-09-02 11:26:41 UTC MAIN commitmail json YAML

More tex additions.

(markd)

2015-09-02 11:21:35 UTC MAIN commitmail json YAML

2015-09-02 11:20:24 UTC MAIN commitmail json YAML

Add tex-cjk-gs-integrate to complete 2015 collection.

(markd)

2015-09-02 11:18:43 UTC MAIN commitmail json YAML

Add tex-cjk-gs-integrate{,-doc}

(markd)

2015-09-02 11:17:24 UTC MAIN commitmail json YAML

2015-09-02 11:13:54 UTC MAIN commitmail json YAML

Add tex packages to complete 2015 collection.

(markd)

2015-09-02 11:10:08 UTC MAIN commitmail json YAML

Add tex-{academicons,comicneue,esrelation,sourceserifpro,typicons}{,-doc}

(markd)

2015-09-02 11:08:15 UTC MAIN commitmail json YAML

2015-09-02 11:06:15 UTC MAIN commitmail json YAML

2015-09-02 11:03:12 UTC MAIN commitmail json YAML

py-setuptools_scm is still needed for building, add it to BUILD_DEPENDS.

(wiz)