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

2024-05-13 10:02:02 UTC Now

2015-03-01 14:58:19 UTC MAIN commitmail json YAML

Update to 1.39:

Version 1.39  26.Feb.2015

* t1disasm: Security fixes for buffer overrun reported by Jakub Wilk
  and Niels Thykier.

(wiz)

2015-03-01 14:57:40 UTC MAIN commitmail json YAML

+ afl-1.50b, cups-filters-1.0.66, curl-7.41.0, dialog-1.2.20150225,
  gnats-4.2.0, libmpdclient-2.10, py-keyring-5.3, py-setuptools-12.3,
  t1utils-1.39, waf-1.8.7, wget-1.16.2, xfce-4.12.

(wiz)

2015-03-01 14:33:53 UTC MAIN commitmail json YAML

Fix PLIST with newer rubygems and ruby21.

(taca)

2015-03-01 14:26:41 UTC pkgsrc-2014Q4 commitmail json YAML

Pullup ticket #4630 - requested by hiramatsu
security/clamav: security update

Revisions pulled up:
- security/clamav/Makefile                                      1.21
- security/clamav/distinfo                                      1.16

---
  Module Name: pkgsrc
  Committed By: hiramatsu
  Date: Tue Feb 24 07:28:59 UTC 2015

  Modified Files:
  pkgsrc/security/clamav: Makefile distinfo

  Log Message:
  Update clamav to 0.98.6.

  Changes from 0.98.5.
  --------------------
  - library shared object revisions.
  - installation issues on some Mac OS X and FreeBSD platforms.
  - includes a patch from Sebastian Andrzej Siewior making
    ClamAV pid files compatible with systemd.
  - Fix a heap out of bounds condition with crafted Yoda's
    crypter files. This issue was discovered by Felix Groebert
    of the Google Security Team.
  - Fix a heap out of bounds condition with crafted mew packer
    files. This issue was discovered by Felix Groebert of the
    Google Security Team.
  - Fix a heap out of bounds condition with crafted upx packer
    files. This issue was discovered by Kevin Szkudlapski of
    Quarkslab.
  - Fix a heap out of bounds condition with crafted upack packer
    files. This issue was discovered by Sebastian Andrzej Siewior.
    CVE-2014-9328.
  - Compensate a crash due to incorrect compiler optimization when
    handling crafted petite packer files. This issue was discovered
    by Sebastian Andrzej Siewior.

(tron)

2015-03-01 13:47:41 UTC MAIN commitmail json YAML

Note update of devel/ruby-ffi-yajl package to 1.4.0.

(taca)

2015-03-01 13:47:14 UTC MAIN commitmail json YAML

Update ruby-ffi-yajl to 1.4.0.

pkgsrc change

    * Add pkg_alternatives support.
    * Fix build with newer rubygems and ruby21.

1.4.0 (02/17/2015)

New features

    * Implement :validate_utf8 (on by default) which can be set to false to
      suppress validation

Bugs fixed

    * Elan Ruusamäe: include status code for Unknown Error
    * Tyler Vann-Campbell Fix check for windows? on cygwin and get dll name
      right
    * Correctly throw useful invalid UTF-8 error exception

(taca)

2015-03-01 13:42:02 UTC MAIN commitmail json YAML

Redmine 2.6.0 is supported by Ruby 1.9.3 and later.

(taca)

2015-03-01 13:40:46 UTC MAIN commitmail json YAML

Note update of devel/php-xdebug package to 2.3.0.

(taca)

2015-03-01 13:40:15 UTC MAIN commitmail json YAML

Update php-xdebug to 2.3.0.

2.3.0 Sun, Feb 22, 2015 - xdebug 2.3.0

= Fixed bugs:

- Fixed bug #932: Added an error message in case the remote debug log
couldn't be opened
- Fixed bug #982: Incorrect file paths in exception stack trace
- Fixed bug #1094: Segmentation fault when attempting to use branch/path
coverage
- Fixed bug #1101: Debugger is not triggered on xdebug_break() in JIT mode
- Fixed bug #1102: Stop Xdebug from crashing when debugging PHP Code with
"php -r".
- Fixed bug #1103: XDEBUG_SESSION_STOP_NO_EXEC only stops first script
executed with auto_prepend|append_files
- Fixed bug #1104: One character non-public properties cause issues with
debugging
- Fixed bug #1105: Setting properties without specifying a type only works in
topmost frame (Dominik del Bondio)
- Fixed bug #1095: Crash when using a non-associate array key in GLOBALS
- Fixed bug #1111: eval does not work when debugger is stopped in
xdebug_throw_exception_hook (Dominik del Bondio)

+ Added features:

- General

- Implemented issue #304: File name and line number info for overloaded
var_dump()
- Implemented issue #310: Allow class vars and array keys with
xdebug_debug_zval()
- Implemented issue #722: Add stack trace limit setting.
- Implemented issue #1003: Add option to xdebug_print_function_stack() to
suppress filename and line number
- Implemented issue #1004: Ability to halt on warning/notice
- Implemented issue #1023: Add support for PHP 5.6 variadics
- Implemented issue #1024: Add support for PHP 5.6's ASSIGN_POW

- Debugging

- Implemented issue #406: Added support for remote debugging user-defined
constants
- Implemented issue #495: Added support for the wildcard exception name '*'
- Implemented issue #1066: Better error message for SELinux preventing
debugging connections
- Implemented issue #1084: Added support for extended classes to trigger
exception breakpoints
- Implemented issue #1084: Added exception code as extra element to
debugger XML

- Tracing

- Implemented issue #341: Added the time index and memory usage for
function returns in normal tracefiles
- Implemented issue #644: Shared secret for profiler_enable_trigger and
trace_enable_trigger with *_value option
- Implemented issue #971: Added the trace file option
"XDEBUG_TRACE_NAKED_FILENAME" to xdebug_start_trace() to prevent the
".xt" extension from being added
- Implemented issue #1021: Added support for return values to computerized
trace files
- Implemented issue #1022: Added support for serialized variables as format
in trace files in the form of option "5" for "xdebug.collect_params"

- Code coverage

- Implemented issue #380: Added xdebug_code_coverage_started()
- Implemented issue #1034: Add collected path and branch information to
xdebug_get_code_coverage() output

- Profiling

- Implement issue #1054: Support for filename and function name compression
in cachegrind files

+ Changes:

- Implemented issue #863: Support xdebug.overload_var_dump through
ini_set()
- Implemented issue #973: Use case-insensitive filename comparison on all
systems (Galen Wright-Watson)
- Implemented issue #1015: Added the xdebug.force_display_errors and
xdebug.force_error_reporting php.ini-only settings to always override
PHP's settings for display_errors and error_reporting
- Implemented issue #1057: Removed trailing whitespace from example
xdebug.ini
- Implemented issue #1096: Improve performance improvement for handling
breakpoints by ignoring locales (Danief Sloof)
- Implemented issue #1100: Raise default max_nesting_level to 256

- Removed features:

- Support for PHP versions lower than PHP 5.4 have been dropped.
2.2.7 Thu, Jan 22, 2014 - xdebug 2.2.7

= Fixed bugs:

- Fixed bug #1083: Segfault when requesting a variable for a context that did
not have them.
- Fixed bug #1087: zend_execute_script or zend_eval_string in RINIT segfaults.
- Fixed bug #1088: Xdebug won't show dead and not executed lines at the second
time.
- Fixed bug #1098: Xdebug doesn't make use of __debugInfo.
- Fixed segfaults with ZTS on PHP 5.6.
2.2.6 Fri, Nov 14, 2014 - xdebug 2.2.6

= Fixed bugs:

- Fixed bug #1048: Can not get $GLOBAL variable by property_value on function
context.
- Fixed bug #1073 and #1075: Segmentation fault with internal functions
calling internal functions.
- Fixed bug #1085: Fixed the tracefile analyser as the format version had been
bumbed.
- Fixed memory leaks

(taca)

2015-03-01 13:39:15 UTC MAIN commitmail json YAML

Add ALTERNATIVES file which should be commited previous commit.

(taca)

2015-03-01 13:36:31 UTC MAIN commitmail json YAML

- SOGo-2.2.15, SOPE-2.2.15.

(taca)

2015-03-01 13:36:07 UTC MAIN commitmail json YAML

Note update of devel/fromcvs pakage to 0.0.0.134.

(taca)

2015-03-01 13:35:36 UTC MAIN commitmail json YAML

Update fromcvs to 0.0.0.134, latest GitHub source.

* Better support for Ruby 1.9 and later.

(taca)

2015-03-01 13:25:03 UTC MAIN commitmail json YAML

Note update of www/SOGo package to 2.2.16.

(taca)

2015-03-01 13:24:23 UTC MAIN commitmail json YAML

Update SOGo to 2.2.16.

Changes from 2.2.5 are too many to write here, please refer CHangeLog.

https://github.com/inverse-inc/sogo/blob/master/ChangeLog

(taca)

2015-03-01 13:19:48 UTC MAIN commitmail json YAML

Note update of devel/SOPE package to 2.2.16.

(taca)

2015-03-01 13:19:20 UTC MAIN commitmail json YAML

Update SOPE to 2.2.16.

Changes from 2.2.5 are too many to write here.

(taca)

2015-03-01 13:11:06 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 package to 1.3.10.

(taca)

2015-03-01 13:10:42 UTC MAIN commitmail json YAML

Update ruby-sqlite3 to 1.3.10.

1.3.10 / 2014-10-30

Enhancements:

* Windows: build against SQLite 3.8.7.1. Closes #134, #135 [Hubro]

(taca)

2015-03-01 13:06:19 UTC MAIN commitmail json YAML

Note update of databases/ruby-hiera package to 1.3.4nb1.

(taca)

2015-03-01 13:05:50 UTC MAIN commitmail json YAML

2015-03-01 13:00:49 UTC MAIN commitmail json YAML

Noet update of converters/ruby-Ascii85 package to 1.0.2nb1.

(taca)

2015-03-01 13:00:23 UTC MAIN commitmail json YAML

Add pkg_alternatives support.

Bump PKGREVISION.
Use rubygems's --format-executable option.

(taca)

2015-03-01 12:58:47 UTC MAIN commitmail json YAML

Note update of archivers/ruby-xz package to 0.2.1.

(taca)

2015-03-01 12:58:17 UTC MAIN commitmail json YAML

Update ruby-xz to 0.2.1.

0.2.1 (2014-02-08)

* Build the gem properly on Ruby 2.0+ (PR #8 by Nana Sakisaka (saki7))
* Release the GIL when interfacing with liblzma (PR #7 by Lars Christensen
* (larsch))

0.2.0 (2013-06-23)

* Fix #6 (errors on JRuby) by Ben Nagy
* Remove 1.8 compatibility

(taca)

2015-03-01 12:58:10 UTC MAIN commitmail json YAML

Convert Fixed Version (Major+Minor) in PLIST into API_VERSION. No logic, binary change.

(mef)

2015-03-01 12:44:57 UTC MAIN commitmail json YAML

Use rubygems's --format-executable option instead of post-install target.

(taca)

2015-03-01 12:18:19 UTC MAIN commitmail json YAML

Updated graphics/wxsvg to 1.5.3

(mef)

2015-03-01 12:17:57 UTC MAIN commitmail json YAML

Update 1.2.1 to 1.5.3
----------------------
Version 1.5.3 <2015-01-18>
--------------------------
  * applied patch from Sebastian Vater to fix memory leak

Version 1.5.2 <2014-12-14>
--------------------------
  * fixed memory leak (thanks to Sebastian Vater)

Version 1.5.1 <2014-11-23>
--------------------------
  * fixed some compiler errors

Version 1.5 <2014-08-09>
------------------------
  * added support of marker element
  * added support of patternTransform attribute

Version 1.4.2 <2014-07-06>
--------------------------
  * added support of stroke-dasharray
  * fixed handling of preserveAspectRatio="none"

Version 1.4.1 <2014-06-16>
--------------------------
  * fixed rendering of tspan-element
  * fixed rendering of use element in pattern and mask elements

Version 1.4 <2014-05-24>
------------------------
  * added support of pattern element

Version 1.3 <2014-04-13>
------------------------
  * added support of animations
  * fixed some GetBBox() methods

(mef)

2015-03-01 11:49:43 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Stream to 1.24

(mef)

2015-03-01 11:49:26 UTC MAIN commitmail json YAML

(pkgsrc)
- convert PERL5_MODULE_TYPE= to  Module::Build (See 1.23_02 2010-09-18 below)
(upstream)
- Update 1.23 to 1.24
-------------------
1.24 2014-12-22
====
  - Roll-up of all 1.23_* changes
  - Update bug tracker location

1.23_07 2014-12-17
====
  - Correct incorrectly tagged 1.23_06 (errantly tagged as 1.24_06)

1.23_06 2011-07-19
====
  - Eliminate another set of cyclic references (szabgab)
  - Stylistic improvements in tests (szabgab)
  - Refactor debug output to separate module (szabgab)
  - Weaken scalar references to address additional memory leak (szabgab)
  - Add additional tests for scalar references (szabgab)
  - Documentation format corrections (szabgab)

1.23_05 2011-06-23
====
  - RT#8834 unindented POD so that it reformats properly (szabgab)
  - Weaken cyclic references in XML::Stream to eliminate memory leak (szabgab)
  - Increase use of warnings and strictures in tests and code (szabgab)
  - Replace indirect object notation with direct invocation notation (szabgab)
  - Replace manual TAP output with Test::More (szabgab)

1.23_04 2010-09-22
====
  - RT#57649 Set default value for _tls flag
  - Module metadata changes

1.23_03 2010-09-20
====
  - RT#57649 Prepare cert verification params when TLS connection is requested

1.23_02 2010-09-18
====
  - Convert project to Module::Build, with ExtUtils::MakeMaker compatibility
  - RT#57649 SSL cert verification, enabled by default
  - RT#53315 Remove old, bundled Test::* libraries, now core
  - RT#54880 Clarify license terms
  - RT#54151 Disable network-based tests via environment variable (for Debian)
  - RT#56574 Fix object construction causing problems on Perl 5.12.0

(mef)

2015-03-01 11:48:02 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Types-MooseLike to 0.28

(wiz)

2015-03-01 11:47:54 UTC MAIN commitmail json YAML

Update to 0.28:

0.28 - 2015-02-27
    - Refine POD (github.com/meAmidos)
    - Bump version of Moo and Module::Runtime pre-reqs
    - Modernize Makefile.PL

(wiz)

2015-03-01 11:46:34 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-Size to 3.300

(wiz)

2015-03-01 11:46:26 UTC MAIN commitmail json YAML

Update to 3.300:

3.300 Saturday February 28, 2015, 08:44:22 AM -0800

* lib/Image/Size.pm
* t/all.t
* t/old-os2.bmp (added)
Add support for old OS/2 version of BMP header (Geoff Richards).

* lib/Image/Size.pm
Typo fixes (David Steinbrunner).

* lib/Image/Size.pm
Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a
warning for redundant arguments to s?printf(), so sprintf("%d",
1, 2) would warn. This commit silences that warning by passing
sprintf the exact number of arguments that it expects (Brian
Fraser).

* lib/Image/Size.pm
Added =encoding utf8 to pod - the accented character was
causing a pod error (Neil Bowers).

* lib/Image/Size.pm
Added Z<> to the =item [012] to resolve pod warning. You can't
have =item 0, so the way round this seems to be to add a Z<>
(zero width space) before each digit (Neil Bowers).

* lib/Image/Size.pm
Added link to github repo to doc (Neil Bowers).

* lib/Image/Size.pm
RT #41238: Applied modified version of patch from user to fix a
die problem with unpack on truncated files.

* lib/Image/Size.pm
* t/1.sm.webp (added)
* t/all.t
* t/move.cur (added)
* t/tux.ico (added)
Add support for WEBP, ICO and CUR file types (Baldur
Kristinsson).

* lib/Image/Size.pm
Fix some perlcritic issues.

(wiz)

2015-03-01 11:45:00 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 2.000000

(wiz)

2015-03-01 11:44:52 UTC MAIN commitmail json YAML

Update to 2.0:

2.000000 - 2015-02-26
  * Incompatible Changes
    - strictures 2 fatalizes only a subset of warnings.  Some warning
      categories are not safe to catch, or just inappropriate to have fatal.
      Existing code looking like 'use strictures 1;' will continue to get the
      old behavior of fatalizing all errors.  The new behavior will take effect
      when no version or version 2 is specified.

(wiz)

2015-03-01 11:44:04 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 2.000000

(wiz)

2015-03-01 11:43:56 UTC MAIN commitmail json YAML

Update to 2.0:

2.000000 - 2015-02-26
  * Incompatible Changes
    - Role::Tiny no longer applies fatal warnings to roles created with it.
      strict and non-fatal warnings will continue to be applied.

(wiz)

2015-03-01 11:42:42 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 0.83

(wiz)

2015-03-01 11:42:34 UTC MAIN commitmail json YAML

Update to 0.83:

**** 0.83 Feb 26, 2015

Fix rt.cpan.org #101798

AUTOLOAD error confusing w/o reference to object class

Fix rt.cpan.org #101709

Provide separate control of IPv6 tests

Fix rt.cpan.org #101675

MX record with 0 preference fails to parse

Fix rt.cpan.org #101405

Install tests fail for v0.81 on Perl 5.21.7

(wiz)

2015-03-01 11:01:14 UTC MAIN commitmail json YAML

Fix Fortran compiler selection logic.

Fix by OBATA Akio in PR pkg/37513.

(bsiegert)

2015-03-01 10:11:10 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-MakeMaker-Coverage to 0.05
Updated devel/p5-File-MimeInfo to 0.27
Updated devel/p5-Getopt-Long to 2.45

(mef)

2015-03-01 10:09:22 UTC MAIN commitmail json YAML

Update to 2.45
--------------
Changes in version 2.45

* Revert behaviour of the combination of <> and pass_through to what
  is was in 2.42.

  Thanks to Wilson Snyder to provide enhancements to the documentation
  to clarify why <> and pass_through generally is a bad idea.

  It is, however, very unfortunate to hear from users that their
  programs *depend* on the undocumented pre-2.43 behaviour.

(mef)

2015-03-01 10:03:57 UTC MAIN commitmail json YAML

Added security/sslsplit version 0.4.10

(wiz)

2015-03-01 10:03:48 UTC MAIN commitmail json YAML

2015-03-01 10:03:08 UTC MAIN commitmail json YAML

update to 0.27
----------------
0.27  2015-02-23
- Allow to use mimeinfo on a Path::Tiny object. Reported by Smylers.
- Misspelled NoDisplay attribute in .desktop file.
  Fix by Bernhard Rosenkraenzer (berolinux)
- Fix typos in README by Sean Smith (ncstang) as part of CPAN Pull Request
    Challenge February 2015.

(mef)

2015-03-01 09:59:45 UTC MAIN commitmail json YAML

Import sslsplit-0.4.10 as security/sslsplit.

SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS
encrypted network connections.  Connections are transparently
intercepted through a network address translation engine and
redirected to SSLsplit.  SSLsplit terminates SSL/TLS and initiates
a new SSL/TLS connection to the original destination address, while
logging all data transmitted.  SSLsplit is intended to be useful
for network forensics and penetration testing.

SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections
over both IPv4 and IPv6.  For SSL and HTTPS connections, SSLsplit
generates and signs forged X509v3 certificates on-the-fly, based
on the original server certificate subject DN and subjectAltName
extension.  SSLsplit fully supports Server Name Indication (SNI)
and is able to work with RSA, DSA and ECDSA keys and DHE and ECDHE
cipher suites.  Depending on the version of OpenSSL, SSLsplit
supports SSL 3.0, TLS 1.0, TLS 1.1 and TLS 1.2, and optionally SSL
2.0 as well.  SSLsplit can also use existing certificates of which
the private key is available, instead of generating forged ones.
SSLsplit supports NULL-prefix CN certificates and can deny OCSP
requests in a generic way.  For HTTP and HTTPS connections, SSLsplit
removes response headers for HPKP in order to prevent public key
pinning, for HSTS to allow the user to accept untrusted certificates,
and Alternate Protocols to prevent switching to QUIC/SPDY.

(wiz)

2015-03-01 09:46:42 UTC MAIN commitmail json YAML

Update to 0.05
--------------
0.05    13 Apr 2005
        * Extensive changes added by Jos Boumans.  Thanks!
        * The new config() method, also by Jos, allows for much of the
          configuration Devel::Cover allows.

(mef)

2015-03-01 09:41:33 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.327
Updated devel/p5-B-Keywords to 1.14
Updated devel/p5-CPAN-Meta-Requirements to 2.133
Updated devel/p5-CPAN-Perl-Releases to 2.10
Updated devel/p5-Cache to 2.11
Updated devel/p5-Config-AutoConf to 0.310
Updated devel/p5-Devel-NYTProf to 5.07
Updated devel/p5-Dist-Zilla to 5.032

(mef)

2015-03-01 09:37:19 UTC MAIN commitmail json YAML

Update to 5.032
---------------
5.032    2015-02-21 09:36:00-05:00 America/New_York
        - when :version is in plugin config, it's now enforced as soon as it's
          seen
        - add more documentation about bytes/text files
        - PruneCruft also prunes _eumm/* now

(mef)

2015-03-01 09:27:49 UTC MAIN commitmail json YAML

Updated devel/p5-App-perlbrew to 0.73nb1

(wiz)

2015-03-01 09:27:41 UTC MAIN commitmail json YAML

Add dependency on curl for fetching files.
>From Kai-Uwe Eckhardt in PR 49704.
Bump PKGREVISION.

(wiz)

2015-03-01 09:26:43 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PatchPerl to 1.30nb1

(wiz)

2015-03-01 09:26:34 UTC MAIN commitmail json YAML

Add missing dependency. From Kai-Uwe Eckhardt in PR 49704.
Bump PKGREVISION.

(wiz)

2015-03-01 09:11:23 UTC MAIN commitmail json YAML

Update to 5.07
--------------
  Changes in Devel::NYTProf 5.07
      Fixed use of nytprofcalls and flamegraph scripts to not require PATH #21
      Fixed nytprofhtml --open for KDE4 thanks to HMBRAND RT#99080
      Fixed for installs into directory path with spaces, mohawk2 #40
      Fixed printf NV conversion compiler warnings thanks to zefram RT#91986
      Disabled optimize in t/test25-strevalb.t if -DDEBUGGING and perl >= 5.20
        as workaround for perl RT#70211, #38

      Added 'addtimestamp' option to add a timestamp to the output filename
        (similar to addpid option), PR#17 thanks to Naosuke Yokoe (zentooo)
      Added nytprofpf script to generate reports in the plat_forms format
        http://www.plat-forms.org PR#11 thanks to Holger Schmeisky.
      Added ability to increase the maximum length of a subroutine name #44

      Optimized output performance on threaded perl, thanks to bulk88. PR#27

      Add docs re FCGI::Engine and open('-|') #20
      Corrected typo in nytprofhtml thanks to wollmers #41
      Fixed link to screencast, thanks to Herwin. #19
      Added hint to use --no-flame for big reports. #28

(mef)

2015-03-01 09:07:35 UTC MAIN commitmail json YAML

Update to 0.310
---------------
0.310  2015-02-20
        - Fix some typographical errors (by Peter Pentchev <roam@ringlet.net>)
        - bump copyright timestamps
        - add ribasushi to acknowledgements
        - improve/correct meta information
        - improve bundled POD

(mef)

2015-03-01 09:06:06 UTC MAIN commitmail json YAML

Update to 2.11
--------------
2015-02-24
    - Make sure t/file_lru.t skips all tests if Time::HiRes isn't installed.
        - See https://rt.cpan.org/Ticket/Display.html?id=102316
        - Thanks to Otto J. Makela for the report.
    - Bugfix/maintenance release (2.11)

(mef)

2015-03-01 09:03:40 UTC MAIN commitmail json YAML

Update 2.06 to 2.10
-----------------------------------------
version 2.10 at 2015-02-21 09:39:01 +0000
-----------------------------------------
    Updated for v5.21.9
-----------------------------------------
version 2.08 at 2015-02-14 19:01:25 +0000
-----------------------------------------
    Updated for v5.20.2

(mef)

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

Update to 2.133
---------------
2.133    2015-02-22 06:35:34-05:00 America/New_York
    [FIXED]
    - In fixing preservation of "0.00", some Module => 0 optimizations were
      lost; this restores those optimizations

(mef)

2015-03-01 08:59:05 UTC MAIN commitmail json YAML

Update to 1.14
--------------
1.14 rurban
  - removed err from Barewords, RT #102259 (Alex Efros a.k.a. Powerman)

(mef)

2015-03-01 08:57:02 UTC MAIN commitmail json YAML

Update to 0.327
---------------
0.327    2015-02-23 20:05:00-05:00 America/New_York
        - fix behavior of default command under subdispatch (thanks, Stephen
          Caldwell and Diab Jerius!)
        - simplify help and commands commands (thanks, Sergey Romanov)
        - drop some advice that we didn't feel great about (thanks, Karen
          Etheridge)

(mef)

2015-03-01 08:44:05 UTC MAIN commitmail json YAML

Updated time/planner to 0.14.6

(mef)

2015-03-01 08:42:33 UTC MAIN commitmail json YAML

Updated time/p5-Data-ICal to 0.22
Updated time/p5-Time-Interval to 1.233

(mef)

2015-03-01 08:40:41 UTC MAIN commitmail json YAML

(pkgsrc)
  - three patches dropped, upstream seems to fix the problem.
(upstream)
  - Update 0.14.4 to 0.14.6
==============
Planner 0.14.6
==============

Fixes
=====

* Fixed compilation with --with-database (thanks to Maxim Zakharov)
* Several warnings (thanks to Tinggong Wang)
* Got rid of AM_MAINTAINER_MODE
* Got rid of some deprecated code

New and Updated Translations
============================
Kristjan Schmidt (eo)
Alexandre Franke (fr)
Takeshi AIHANA (ja)
Rüdolfs Mazurs (lv)
Piotr Drąg (pl)
Matej Urbančič (sl)
Daniel Nylander (sv)
Gorkem Cetin (tr)
Muhammet Kara (tr)
Kjartan Maraas (nb)

==============
Planner 0.14.5
==============

New features and fixes
======================

* First release since transition to git
  -> ChangeLog is now generated from git log by make distcheck
* GTK+ requirement has been bumped from 2.6.0 to 2.14.0
* minor build enhancements, gnome-common is now needed to build
  (commits e8e08f, e06805, 05e9cf, c8141a)
* many memory leaks got fixed
  (commits 07c105, b1964f, 37cbf8, 60daf9, 327bbb, 6f9c48, 6cc17b, 21c832, 15c94a, 04e47d)
  (bugs #334114, #596746)
* some deprecated code got updated
  (commits 209bb8, ce9da9, c982ae, cae485, 8b9104, a9e57c, 9998b3, bc176e, f01117, 53986b, 554d30, 98b929, 09545b, 8a571f, b892fb, df6dea, addef5, 046a28)
  (bugs #349304, #536416, #584009, #590485, #613623)
* misc bugs fixed:
  * Crash when exporting HTML (commit 6c7062)
  * Prevent changing order of resources on load/save (commit dfcab6)
  * Crash when using zoom-to-fit (commit 8e4fab, bug #550559)
  * Assigned resources information shown in HTML export (commit b43d37, bug #308064)
  * Maximum percent complete stuck at 75% (commit 226c5e, bug #580216)
  * Error when opening files with colon in path (commit 37cbf8, bug #602427)
  * Allow scrolling in Gantt and resource usage (commit 170f10, bug #604355)
  * Show date in status bar (commit 8f6325, bug #604515)

Known introduced regressions
============================

* help won't open on a build using --prefix (introduced by switch to new API in commit cae485 in planner)
* Gantt chart header has a white background on the Windows version

New and Updated Translations
============================
Khaled Hosny (ar)
Amitakhya Phukan (as)
Xandru Armesto (ast)
Runa Bhattacharjee (bn_IN)
Gil Forcada (ca)
Carles Ferrando (ca@valencia)
Ondřej Kopka (cs)
Marek Cernocky (cs)
Joe Hansen (da)
Mario Blätterman (de)
Christian Kirbach (de)
Nikos Charonitakis (el)
Jorge González (es)
Daniel Mustieles (es)
Mattias Põldaru (et)
Ivar Smolin (et)
Iñaki Larrañaga Murgoitio (eu)
Louis Grandjean (fr)
Claude Paroz (fr)
Milo Casagrande (it)
Takeshi AIHANA (ja)
Baurzhan Muftakhidinov (kk)
Sandeep Shedmake (mr)
Kjartan Maraas (nb)
Nils-Christoph Fiedler (nds)
Manoj Kumar Giri (or)
Piotr Drąg (pl)
Lucian Adrian Grijncu (ro)
Yuri Kozlov (ru)
Alexandre Prokoudine (ru)
Matej Urbančič (sl)
Daniel Nylander (sv)
I. Felix (ta)
Gavin Huang (zh_CN)
Aron Xu (zh_CN)

(mef)

2015-03-01 08:26:58 UTC MAIN commitmail json YAML

+ alsa-lib-1.0.29, alsa-plugins-1.0.29, alsa-utils-1.0.29, clang-3.6,
  libuv-1.4.2, mednafen-0.9.38.2, pngcrush-1.7.84, putty-0.64,
  trojita-0.5, vlc-2.2, wine-devel-1.7.37.

(wiz)

2015-03-01 08:07:17 UTC MAIN commitmail json YAML

Update to 1.233
---------------
1.233          Fri Nov 22 15:49:20 CST 2013
                fixed a long standing issue with parseInterval and fractional seconds.
                NOTE: Date::Parse, does NOT handle resolutions < 1 second. For that,
                you really should have a look at Time::HiRes. This fix quantizes fractional
                second values to whole numbers.
                Thanks for the patch, Bob <bob_freeman@hms.harvard.edu> !

(mef)

2015-03-01 08:05:27 UTC MAIN commitmail json YAML

Update to 0.22
0.22 2015-02-17
- Add URI and NONE alarm types, for compatibility with Apple iCal
- Add support for the common X-WR-CalName property
- Optionally enforce UID attribute
- Optionally auto-generate UID
- Run with taint mode enabled
- Packaging updates

(mef)

2015-03-01 07:19:11 UTC MAIN commitmail json YAML

Depend on the py-docutils version that has versioned binaries.

(wiz)

2015-03-01 07:18:35 UTC MAIN commitmail json YAML

Depend on the py-docutils version that has versioned binaries.

(wiz)

2015-03-01 06:24:13 UTC MAIN commitmail json YAML

Explicitly disable libgps support, to fix build if gpsd package happens
to be installed.

(markd)

2015-03-01 06:18:41 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 4.01008

(mef)

2015-03-01 06:17:59 UTC MAIN commitmail json YAML

(pkgsrc)
- Several DEPENDS+= update
    +DEPENDS+=      p5-IO-Socket-SSL>=2.005:../../security/p5-IO-Socket-SSL

    -DEPENDS+=      p5-JSON-Any>=1.21:../../converters/p5-JSON-Any
    +DEPENDS+=      p5-JSON-[0-9]*:../../converters/p5-JSON

    +DEPENDS+=      p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
    -DEPENDS+=      p5-MooseX-Aliases-[0-9]*:../../devel/p5-MooseX-Aliases
    +DEPENDS+=      p5-Net-HTTP>=6.06:../../www/p5-Net-HTTP
- PERL5_MODULE_TYPE update ( Module::Install::Bundled ->  Module::Build )
(upstream)
- Update 3.18001 to 4.01008
-------------------------
4.01008 2015-01-19
    - Added REST API mithods muting, create_mute, destroy_mute (Ashley Willis)

4.01007 2015-01-07
    - Added REST API method lookup_statuses (thanks SocialFlow)
    - Typo fixes (thanks Zaki Mughal)
    - Bumped IO::Socket::SSL requirement to 2.005; recent versions seem to fix
      an issue with stalled connections.

4.01006 2014-11-17
    - Default `ssl => 1`
    - Added `mutes` (@pjcj on Github)

4.01005 2014-08-12
    - Added upload_media for multi-image support (@ghathwar)

4.01004 2014-04-11
    - PUT requires paramters in the message body, now (Samuel Kaufman)

4.01003 2014-03-12
    - Net::Twitter::Error's twitter_error_text excludes stack trace line number

4.01002 2014-01-16
    - Fix POD bugs

4.01001 2014-01-16
    - Warn if ssl option to new is not passed (deprecation cycle)

4.01000 2013-11-19
    - Add API method retweeters_ids
    - Fix update_with_media with utf8 status (RT#72814)
    - Expand Carp::Clan list (should resolve RT#77306)
    - Remove reliance on MooseX::Aliases (issue #35)
    - Use Class::Load to replace deprecated Class::Mop method (issue #35)
    - Add missing dependency: LWP::Protocol::https (issue #25)
    - Fix OAuth failure for UTF8 params (issue #21)

4.00007 2013-08-12
    - Support for HTTP method PUT (sartak)
    - example improvements (clmh)

4.00006 2013-05-30
    - Spelling error fixed (spazm@github)
    - Added path_suffix parameter to twitter_api_method (sartak)
    - tidy + pod fix (sartak)

4.00005 2013-04-25
    - Added list_ownerships (eleniS no Github)
    - Removed Makefile.PL (cruft - using Module::Build, now)

4.00004
    - Dependecy Net::HTTP fixed in 6.06 (30 second timeout in OAuth requests)

4.00003
    - Fixed URI argument encoding (v1.1 is more stringent)

4.00002 2013-02-23
    - Removed Test::NoWarnings to accommodate HTTP::Request::Common 6.03
    - Added method twitter_error_code to Net::Twitter::Error

4.00001 2013-02-21
    - First general release with Twitter API v1.1 support
    - Twitter::Manual::MigratingToV1_1

4.00000_03 2013-02-19
    - Fixed: needed skip directives for dzil's AutoPrereqs plugin
    - Stripped version numbers---let dzil put them in

4.00000_02 2013-02-19
    - use Dist::Zilla instead of Module::Install

4.00000_01 2013-01-28
    - Added Twitter API version 1.1 support

3.18004 2012-10-15
    - Allow extra parameters to get_auth*_url methods (this accommodates
      Twitter's optional force_login and screen_name parameters to those
      endpoints.

3.18003 2012-06-27
    - Use path statuses/mentions, not statuses/replies

3.18002 2012-04-24
    - added API method subscriptions; list_subscriptions is now
      all_subscriptions with alias list_subscriptions
    - deprecated TwitterVision API support
    - added API method members_destroy_all with alias remove_list_members
    - added deprecation warning for 'trends'; calls trends_location(1), instead

(mef)

2015-03-01 04:25:07 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb8
Updated emulators/suse131_32_base to 13.1nb8

(ryoon)

2015-03-01 04:24:25 UTC MAIN commitmail json YAML

2015-02-28 23:48:40 UTC MAIN commitmail json YAML

Sync buildlink list with main package, in case libXxf86vm is not picked
up otherwise.

(joerg)

2015-02-28 23:48:03 UTC MAIN commitmail json YAML

.auto is not picked up by *, so help pkgsrc to find
config.guess/config.sub.

(joerg)

2015-02-28 23:47:25 UTC MAIN commitmail json YAML

Look deeper for config.guess/config.sub.

(joerg)

2015-02-28 23:47:03 UTC MAIN commitmail json YAML

config.guess/config.sub are outside WRKDIR, adjust.

(joerg)

2015-02-28 23:46:35 UTC MAIN commitmail json YAML

Help finding X11 libs.

(joerg)

2015-02-28 23:46:04 UTC MAIN commitmail json YAML

Fix config.guess/config.sub.

(joerg)

2015-02-28 23:45:29 UTC MAIN commitmail json YAML

Always build PIC. Bump revision.

(joerg)

2015-02-28 23:44:56 UTC MAIN commitmail json YAML

Look deeper for config.guess/config.sub.

(joerg)

2015-02-28 23:44:27 UTC MAIN commitmail json YAML

2015-02-28 23:43:32 UTC MAIN commitmail json YAML

Fix segfault handling on ARM to fix segfault handling on ARM.

(joerg)

2015-02-28 23:43:01 UTC MAIN commitmail json YAML

Repeat after me: va_list is not a pointer. Bump revision. Slightly
better fix can be obtained upstream if someone cares enough to update
the package.

(joerg)

2015-02-28 23:41:58 UTC MAIN commitmail json YAML

Use NEON intrinsics in Clang to avoid the unsupported assembler
modifiers. It is beyond common sense why pulseaudio devs considered the
mechanical conversion to inline asm an improvement...

(joerg)

2015-02-28 23:28:19 UTC MAIN commitmail json YAML

Provide help for finding rst2man.

(joerg)

2015-02-28 23:27:37 UTC MAIN commitmail json YAML

Provide help in finding rst2html.

(joerg)

2015-02-28 23:10:28 UTC MAIN commitmail json YAML

Added benchmarks/glmark2 version 2014.03

(prlw1)

2015-02-28 23:09:28 UTC MAIN commitmail json YAML

2015-02-28 22:49:58 UTC MAIN commitmail json YAML

+ mitmproxy-0.11.3.

(wiz)

2015-02-28 22:18:00 UTC MAIN commitmail json YAML

Use DIST_SUBDIR for new tarball.
Thank you, wiz@.

(ryoon)

2015-02-28 22:08:15 UTC MAIN commitmail json YAML

Use universal tarball. It is in ftp.mozilla.org.
It seems that near Japan Mozilla CDN mirror has much bigger tarball...

(ryoon)

2015-02-28 22:06:04 UTC MAIN commitmail json YAML

Set proper version requirements for sqlite3 and nss.
>From rjs@. Thank you.

(ryoon)

2015-02-28 19:22:41 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.442

(tsutsui)

2015-02-28 19:21:32 UTC MAIN commitmail json YAML

Update adobe-flash-plugin11 to 11.2.202.442.

Upstream announcement:
https://helpx.adobe.com/security/products/flash-player/apsb15-04.html

Security updates available for Adobe Flash Player

Release date: February 5, 2015

Last updated: February 19, 2015

Vulnerability identifier: APSB15-04

CVE number: CVE-2015-0313, CVE-2015-0314, CVE-2015-0315, CVE-2015-0316,
CVE-2015-0317, CVE-2015-0318, CVE-2015-0319, CVE-2015-0320, CVE-2015-0321,
CVE-2015-0322, CVE-2015-0323, CVE-2015-0324, CVE-2015-0325, CVE-2015-0326,
CVE-2015-0327, CVE-2015-0328, CVE-2015-0329, CVE-2015-0330, CVE-2015-0331

Platform: All Platforms

(tsutsui)

2015-02-28 18:50:46 UTC MAIN commitmail json YAML

2015-02-28 15:12:30 UTC MAIN commitmail json YAML

Updated net/p5-Net-XMPP to 1.05

(mef)

2015-02-28 15:12:07 UTC MAIN commitmail json YAML

(pkgsrc
- Add  LICENSE= gnu-lgpl-v2.1
- Update version of DEPENDS+=  p5-XML-Stream>=1.24 (See 1.04 below)
(upstream)
- Update 1.02 to 1.05
-------------------
1.05 2014-12-22
====
  - Update CHANGES file

1.04 2014-12-22
====
  - Increase XML::Stream dependency to 1.24

1.03 2014-12-22
====
  - Roll-up of all 1.02_* changes
  - Update bug tracker location
  - RT#94649 use Digest::SHA (from Debian package maintainers)
  - RT#94650 spelling corrections (from Debian package maintainers)

(mef)

2015-02-28 14:53:25 UTC MAIN commitmail json YAML

Updated net/p5-Net-Z3950-ZOOM to 1.30

(mef)

2015-02-28 14:52:57 UTC MAIN commitmail json YAML

(pkgsrc)
  -BUILDLINK_API_DEPENDS.yaz+=    yaz>=2.1.50
  +BUILDLINK_API_DEPENDS.yaz+=    yaz>=4
(upstream)
- Update 1.28 to 1.30
-------------------
1.30  Wed Mar 12 14:08:26 CET 2014
        - Update test 19-events.t and 29-events.t
          Events check: allow for multiple Connect events
        - Require YAZ 4 or later
        - Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only.

1.29  Mon Oct 14 10:41:28 CEST 2013
        - Debian/RPM packages now built with YAZ 5.
        - Do not depend on libyaz4-devel in Debian package
          (only required for building)
        - Include the useful example program
          samples/zoom-delete-records which is installed as part of
          "make install".
        - Fix documentation of connect() method so that it doesn't
          imply that it can accept options.

(mef)

2015-02-28 14:40:54 UTC MAIN commitmail json YAML

Updated net/p5-RT-Client-REST to 0.49
Updated net/p5-RadiusPerl to 0.22

(mef)

2015-02-28 14:37:01 UTC MAIN commitmail json YAML

Update 0.17 to 0.22
-------------------
0.22 Wed Nov 07 20:27:00 2012
    - Fix the excessive "types mismatch" warnings on PoD packets

0.21 Mon Oct 29 09:00:00 2012
    - Added support for attribute values for byte and short attribute types

0.20 Tue Nov 09 22:45:59 2010
    - Fixed the bug with the incorrect encoding of Cisco AVPair attributes

0.19 Tue Nov 02 00:07:00 2010
    - Improved support for CoA (thanks Oleg Gawriloff and Matej Vela)
    - Ability to work with dictionaries in FreeRADIUS format
        (thanks to Alexandr Kovalenko and Matej Vela)
    - Support (partial) for WIMAX attributes

0.18 Sun Oct 05 01:00:00 2010 (this version was not released to CPAN,
        only used for internal testing)
    - Support for a list of multiple RADIUS servers (RADIUS cluster)

(mef)

2015-02-28 14:30:56 UTC MAIN commitmail json YAML

Workaround incorrect constant folding of subnormals in javac when the FPU
does not handle subnormal arithmetic, like on ARM in Flush-to-zero mode.
These workarounds avoid underflow conditions during the bootstrap so the
JDK can correctly build itself. Compiling or running programs other than
openjdk itself on such hardware may still cause unexpected behaviour.

(tnn)

2015-02-28 14:30:00 UTC MAIN commitmail json YAML

Update 0.41 to 0.49
-------------------
0.49 Sat May 10 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - This module is now all covered by the Perl Artistic License:
    GPL is gone.  This was done with permission from the original
    author of the command-line `rt' utility, Abhijit Menon-Sen.
  - Support custom fields that contain '#' in their name.  Patch
    contributed by Ryan Niebur in RT#83856 -- thanks!
  - Documented get_links() -- RT#68673.
  - All tests now correctly run on Windows -- RT#81872.
  - All tests now correctly run on OpenBSD -- RT#95223.

0.48    Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - Fixed POD bug in 0.47 -- `logger' attribute and method of
    RT::Client::REST was not documented and this caused POD
    coverage test to fail.  While at it, made it a developer-only
    test.  This way, these types of issues do not cause all
    cpantesters to fail.

0.47    Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - Support redirects on login, RT#92371.
  - Skip failing test 83-attachments.t on OpenBSD while we investigage
    why it fails.  Track this issue in RT#95223.

0.46    Sat Apr 26 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  This release only fixes several tests, there are no functional changes.
  Dmitri Tikhonov <dtikhonov@yahoo.com>
  - Skip some tests on Windows and with buggy LWP::UserAgent.
  Marco Pessotto
  - Bumped version for next release (+ fixed version number in POD)

0.45
  Marco Pessotto
  - Fixed uploading preventing objects to be stringified (RT#88919)
  - Added option to get undecoded attachments (RT#90112)
  - Added test 82-stringify.t (fails with 0.44 before the RT#88919 fix)
  - Added test 83-attachments.t to illustrate and check RT#90112

0.44
  Damien Krotkine
  - Add URI in the prereqs
  Dave Lambley
  - Add support for parsing RT dates and returning a datetime object.
    (RT#73920 + RT#76658)
  Gregor Hermann (Debian Perl Group)
  - Doc improvement (RT#74191)
  Darren Duncan
    Doc improvement for timeout (RT #78133)
  richardgmcmahon@gmail.com
    Doc improvement for show method (RT #78439)
  Miquel Ruiz
    Fix for submitting non latin-1 strings to RT

0.43
  Miquel Ruiz <mruiz@cpan.org>
    - Added support for groups via new class RT::Client::REST::Group
      Tests and examples also added.
  Roman Plesll <RPLESSL@cpan.org>
    - Fix for ticket merges (RT #62405)
  Stuart Browne <stuart.browne@ausregistry.com.au>
    - Accept question mark in custom field names (RT #70631)
  T Pascal <t_pascal@zennet.com>
    - Patch for different link types (RT #68673)
  Jose Luis Martinez <jlmartinez@capside.com>
    - Skip timeout tests on Windows (RT #70225, RT #35770)
    - Fix 'priveleged' (renamed to 'privileged') method on RT::Client::REST::User
    - Add missing disabled, nickname, lang, contactinfo and signature methods to
      RT::Client::REST::User
    - Clean up the API for retrieving links. Patch from T.Pascal is missing some
      cases like links that are URLs. This feature is not documented as it's
      considered experimental.
    - Refactor login method to accept any type of field name (not just username
      and password)

0.42
  False release. See 0.43
  - support for groups via new class RT::Client::REST::Group
  - Fix for ticket merges
  - Accept question mark in custom field names

(mef)

2015-02-28 13:39:31 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20150226.2.

(tron)

2015-02-28 13:39:17 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 2015.02.26.2. New extractors and
bug fixes. The "--no-check-certificate" command line option in particular
seems to work now.

(tron)

2015-02-28 11:59:14 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.159

(wiz)

2015-02-28 11:59:04 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.159

(wiz)

2015-02-28 11:58:53 UTC MAIN commitmail json YAML

2015-02-28 11:54:44 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.8.2

(adam)

2015-02-28 11:53:31 UTC MAIN commitmail json YAML

2015-02-28 10:26:40 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.5.0

(wiz)

2015-02-28 10:26:32 UTC MAIN commitmail json YAML

Update to 1.5.0.
Despite the warning below, the server compiles fine and this version was used
to update NetBSD's xsrc.

As a reminder:

*IMPORTANT* This release works with fontsproto 2.1.3 or later and is for use
with xorg-server 1.16 and later.  It will *not* work with older versions of
fontsproto or xorg-server (prior to 1.15.99.901).

libXfont provides the core of the legacy X11 font system, handling the
index files (fonts.dir, fonts.alias, fonts.scale), the various font file
formats, and rasterizing them.  It is used by the X servers, the
X Font Server (xfs), and some font utilities (bdftopcf for instance),
but should not be used by normal X11 clients.  X11 clients access fonts
via either the new API's in libXft, or the legacy API's in libX11.

This release includes all the security & bug fixes from libXfont 1.4.8,
plus these additional significant changes:
  - Support for SNF font format (deprecated since X11R5 in 1991) is now
    disabled by default at build time.  For now, adding --enable-snfformat
    to configure flags may re-enable it, but support may be fully removed
    in future libXfont releases.
  - Many compiler warnings cleaned up, including some which required API
    changes around type declarations (const char *, Pointer, etc.).
  - README file expanded to explain all the different formats/options.

(wiz)

2015-02-28 10:24:54 UTC MAIN commitmail json YAML

Updated devel/libsigc++ to 2.4.1

(wiz)

2015-02-28 10:24:45 UTC MAIN commitmail json YAML

Update to 2.4.1:

2.4.1 (stable):

* A slot's functor is destroyed when an empty slot is assigned to the slot.
  (Kjell Ahlstedt) Bug #738602 (James Lin)
* test_disconnect_during_emit tests that the slot is really disconnected
  during signal emission.
  (Kjell Ahlstedt)

(wiz)

2015-02-28 10:19:42 UTC MAIN commitmail json YAML

+ libsigc++-2.4.1, libxml++-2.38.0.

(wiz)

2015-02-28 08:33:03 UTC MAIN commitmail json YAML

Updated devel/cvsps3 to 3.13

(ryoon)

2015-02-28 08:32:12 UTC MAIN commitmail json YAML

Update to 3.13

Changelog:
3.13 @ 2013-12-11
  Terminal release of this code - the branch and tag analysis is just not
  good enough on anything other than a linear repository. Use cvs-fast-export
  instead.

3.12 @ 2013-12-10
  Warning: execute permissions on CVS files are not reported!
  The command-line argument can now be a CVS URL.
  The --summary-first option was removed to simplify the code's control flow.
  The -g and --diff-opts options have been removed to simplify dependencies.
  Deprecation warning for -s, -a, -f, -l, -n, -p, --root, --diff-opts, and -t.

3.11 @ 2013-12-09
  Eliminate dodgy tmpnam() use.
  Make the documentation truthful about --convert-ignores.

(ryoon)

2015-02-28 04:48:02 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.4.1.2

(ryoon)

2015-02-28 04:47:35 UTC MAIN commitmail json YAML

2015-02-28 04:43:59 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 36.0

(ryoon)

2015-02-28 04:43:15 UTC MAIN commitmail json YAML

2015-02-28 04:34:37 UTC MAIN commitmail json YAML

Updated www/firefox to 36.0

(ryoon)

2015-02-28 04:30:56 UTC MAIN commitmail json YAML

Update to 36.0

Changelog:
New Pinned tiles on the new tab page can be synced
New Support for the full HTTP/2 protocol. HTTP/2 enables a faster, more scalable, and more responsive web.
New Locale added: Uzbek (uz)
Changed -remote option removed
Changed No longer accept insecure RC4 ciphers whenever possible
Changed Phasing out Certificates with 1024-bit RSA Keys
Changed Shut down hangs will now show the crash reporter before exiting the program
Changed Add-on Compatibility
HTML5 Support for the ECMAScript 6 Symbol data type added
HTML5 unicode-range CSS descriptor implemented
HTML5 CSSOM-View scroll behavior implemented allowing smooth scrolling of content without custom libraries
HTML5 object-fit and object-position implemented.
      Defines how and where the content of a replaced element is displayed
HTML5 isolation CSS property implemented.
      Create a new stacking context to isolate groups of boxes to control which blend together
HTML5 CSS3 will-change property implemented.
      Hints the browser of elements that will be modified. The browser will perform some performance optimization for these
HTML5 Changed JavaScript 'const' semantics to conform better to the ES6 specification.
      The const declaration is now block-scoped and requires an initializer. It also can not be redeclared anymore.
HTML5 Improved ES6 generators for better performance
Developer Eval sources now appear in the Debugger
          Debug JavaScript code that is evaluated dynamically, either as a string passed to eval() or as a string passed to the Function constructor
Developer DOM Promises inspection
Developer Inspector: More paste options in markup view
Fixed CSS gradients work on premultiplied colors
Fixed Fix some unexpected logout from Facebook or Google after restart
Fixed Various security fixes

Fixed in Firefox 36
    2015-27 Caja Compiler JavaScript sandbox bypass
    2015-26 UI Tour whitelisted sites in background tab can spoof foreground tabs
    2015-25 Local files or privileged URLs in pages can be opened into new tabs
    2015-24 Reading of local files through manipulation of form autocomplete
    2015-23 Use-after-free in Developer Console date with OpenType Sanitiser
    2015-22 Crash using DrawTarget in Cairo graphics library
    2015-21 Buffer underflow during MP3 playback
    2015-20 Buffer overflow during CSS restyling
    2015-19 Out-of-bounds read and write while rendering SVG content
    2015-18 Double-free when using non-default memory allocators with a zero-length XHR
    2015-17 Buffer overflow in libstagefright during MP4 video playback
    2015-16 Use-after-free in IndexedDB
    2015-15 TLS TURN and STUN connections silently fail to simple TCP connections
    2015-14 Malicious WebGL content crash when writing strings
    2015-13 Appended period to hostnames can bypass HPKP and HSTS protections
    2015-12 Invoking Mozilla updater will load locally stored DLL files
    2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)

(ryoon)

2015-02-28 00:14:33 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.6.3

(wiz)

2015-02-28 00:14:25 UTC MAIN commitmail json YAML

Update to 1.6.3:

Noteworthy changes in version 1.6.3 (2015-02-27) [C20/A0/R3]
------------------------------------------------

* Use ciphertext blinding for Elgamal decryption [CVE-2014-3591].
  See http://www.cs.tau.ac.il/~tromer/radioexp/ for details.

* Fixed data-dependent timing variations in modular exponentiation
  [related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks
  are Practical].

* Improved asm support for older toolchains.

(wiz)

2015-02-28 00:13:33 UTC MAIN commitmail json YAML

Updated security/gnupg to 1.4.19

(wiz)

2015-02-28 00:13:25 UTC MAIN commitmail json YAML

Update to 1.4.19:

Noteworthy changes in version 1.4.19 (2015-02-27)
-------------------------------------------------

* Use ciphertext blinding for Elgamal decryption [CVE-2014-3591].
  See http://www.cs.tau.ac.il/~tromer/radioexp/ for details.

* Fixed data-dependent timing variations in modular exponentiation
  [related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks
  are Practical].

* Detect faulty use of --verify on detached signatures.

* Changed the PKA method to use CERT records and hashed names.

* New import option "keep-ownertrust".

* Support algorithm names when generating keys using the --command-fd
  method.

* Updated many translations.

* Updated build system.

* Fixed a regression in keyserver import

* Fixed argument parsing for option --debug-level.

* Fixed DoS based on bogus and overlong key packets.

* Fixed bugs related to bogus keyrings.

* The usual minor minor bug fixes.

(wiz)

2015-02-27 21:42:57 UTC MAIN commitmail json YAML

2015-02-27 21:35:14 UTC MAIN commitmail json YAML

Updated converters/rpm2cpio to 1.3

(tnn)

2015-02-27 21:30:50 UTC MAIN commitmail json YAML

Master site is gone (for 10+ years?), but FreeBSD maintains a
local copy of this utility so switch to their version.
Changes:
Now actually works with current generation fedora rpms.

(tnn)

2015-02-27 21:15:48 UTC MAIN commitmail json YAML

Explicitly disable libgps support, to fix build if gpsd package happens
to be installed.  Fixes PR pkg/49701.

(markd)

2015-02-27 21:12:20 UTC MAIN commitmail json YAML

Depend on gtexinfo explicitly to build documentation.

(asau)

2015-02-27 20:14:07 UTC MAIN commitmail json YAML

PR pkg/49703: FreeBSD build fix (struct statvfs does not have f_fstypename)

(tnn)

2015-02-27 19:58:24 UTC MAIN commitmail json YAML

nagios-plugins is outdated

(tnn)

2015-02-27 19:49:16 UTC MAIN commitmail json YAML

2015-02-27 15:04:56 UTC MAIN commitmail json YAML

Updated net/p5-Net-Write to 1.09
Updated net/p5-Net-Packet to 3.28
Updated net/p5-Net-Server to 2.008
Updated net/p5-Net-TFTP to 0.19
Updated net/p5-Net-OpenID-Consumer to 1.16
Updated net/p5-Net-Telnet to 3.04
Updated net/p5-Net-Trac to 0.16
Updated net/p5-Net-Server-Coro to 1.3

(mef)

2015-02-27 15:03:20 UTC MAIN commitmail json YAML

(pkgsrc)
  - Version requirement updated. (See Changes 1.3 below)
  -DEPENDS+=      p5-Net-Server-[0-9]*:../../net/p5-Net-Server
  +DEPENDS+=      p5-Net-Server>=2.0:../../net/p5-Net-Server
(upstream)
  - Update 0.8 to 1.3
-----------------
1.3    Mon Nov 12 03:11:17 2012
        * Require Net::Server 2.0, and adjust to its API

1.2    Sat Oct 29 02:26:17 2011
        * Net::SSLeay is now an optional dependency

1.1    Mon Sep  5 01:15:17 2011
        * Fix SIGNATURE; no code changes

1.0    Mon Sep  5 00:03:17 2011
        * Catch and warn of possible CVE-2011-0411 attacks
        * No longer make use of a bug in perl pre 5.14 wherein TIEHANDLE
          happened to be called on scalars containing typeglobs

0.9    Sun Nov 15 11:53:17 2010
        * Change socket code to work with Net::Server >= 0.99

(mef)

2015-02-27 14:44:41 UTC MAIN commitmail json YAML

Update to 0.16
--------------
0.16 Sat Apr 02 13:00:00 EDT 2011

* initial cf fields support and tests -- sunnavy@bestpractical.com,
  Jacek Pasternak (6af5742, f55d5a, b061eca)
* add default arrayref for ticket attachments -- plobsinger@gmail.com (c3bd330)
* stick to the update api: trac doesn't support directly update status and
  resolution since 0.11.7 -- sunnavy@bestpractical.com (4bd778c, 08492c3)

(mef)

2015-02-27 14:39:24 UTC MAIN commitmail json YAML

Update 3.04
-----------
2013-04-21  Jay Rogers  <jay@rgrs.com>

        * Version 3.04 released.

2012-12-15  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm (open family sockfamily): Added IPv6
        support.  It is enabled using the method/parameter
        family() and the installed Socket package version is
        1.94+ (which corresponds with perl 5.14+).

        * Telnet.pm (peerhost peerport sockhost sockport):
        New methods to support IPv6, because the inherited
        ones from IO::Socket::INET don't.

        * Telnet.pm (open localhost localfamily): New
        methods and open() parameters for binding to a local
        network interface.

        * Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
        so they turn off logging when passed an empty string arg.

        * Telnet.pm (_fillbuf _put): Fixed to use
        Errno::EINTR, when possible, to test for an
        interrupted select(), sysread(), or syswrite().  The
        test for $! =~ /^interrupted doesn't work when LANG
        is not English.

2002-12-17  Jay Rogers  <jay@rgrs.com>

        * Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
        so they take a bare filehandle.

(mef)

2015-02-27 14:35:11 UTC MAIN commitmail json YAML

(pkgsrc)
- Drop DEPENDS to p5-Crypt-DH  (See below at 1.030099_001 Nov 06 2010)
- Add  DEPENDS to p5-Net-OpenID-Common>=1.18 (See 1.15)
(upstream)
- Update 1.03 to 1.16
-------------------
1.16      Sep 15 2014
1.15      Sep 06 2013
    * Require Net-OpenID-Common 1.18
      in order to pick up patched Crypt::DH::GMP 0.00011 (closes #88460)

1.14      Apr 01 2013
    * Fix uri_escape'ing of UTF-8 attributes (closes #80329)
    * documentation fixes and updated consumer.cgi example (closes #74101)

1.13      Nov 14 2011
1.12      Nov 06 2011
    * Require Net-OpenID-Common 1.13
    * Use/cache Last-modified: as a number, not a raw header string (closes #47349)
    * Pay attention to charset on application/xrds+xml content-type (closes #41310)

1.11      Nov 04 2011
    * Added POD section on Error Codes
    * Fixed bug that could cause VerifiedIdentity->signed_fields
      to be spuriously set to an empty hash
    * Fixed bug where _discover_acceptable_endpoints force_version => 1
      could return version 2 endpoints.

1.100099_002 Nov 02 2011
    * We now do actual checking of responce_nonce (closes #44767).
      Behavior is customizable using Consumer->nonce_options.
      You may want to set 'start' to your (cache/HTTP) server start time.
      The defaults will otherwise do the Right Thing if your cache
      implementation pays attention to the 3rd (expiration)
      argument to set() and can reliably hold onto entries for a
      half hour; otherwise this may need some attention.

      Likewise if you already have better protection against
      replays, in which case you'll want to turn this off.

    * Lots of POD fixes

1.100099_001 Oct 25 2011
  ---------------
  ==> API CHANGE:  Consumer->args(CODEREF)

      CODEREF now needs to be able to also take zero arguments and
      return a list of all URL parameters in the request.

      No change is needed for the other argument types
      (i.e., unblessed hash or CGI/Apache/etc request object)

      (Enumeration is required for check_authentication in OpenID 2.0
      to work properly -- if the list isn't available then we can revert
      to OpenID 1.1 behavior of only sending the signed parameters and
      hope for the best, but be warned that some providers may reject
      this.)
  ---------------
    * HTML parsing routines now reside in Net::OpenID::Common (1.12
      required) which has itself been upgraded to using HTML::Parser.

1.030099_006 Oct 22 2011
  ---------------
  ==> API CHANGE:  Consumer->handle_server_response()

      The 'setup_required' callback is now DEPRECATED but still
      recognized for now for the sake of legacy code.  It may be
      removed in a future release.

      Use 'setup_needed' instead.  This callback
        (1) is invoked in ALL cases where a checkid_immediate mode
            request fails, including those where user_setup_url
            is not supplied, and
        (2) is NOT supplied a user_setup_url parameter
            (you can still use Consumer->user_setup_url as needed)

      Note that in OpenID 2.0, the correct way to handle failure of a
      checkid_immediate mode request is to retry the same request
      again in checkid_setup mode.  user_setup_url is generally not
      meaningful in OpenID 2.0 and therefore CANNOT be relied upon.
  ---------------
  ==> API CHANGE:  Consumer->setup_needed()  [new function]

      Should be used to test for the failed checkid_immediate case
      when not using handle_server_response().

      Testing for user_setup_url() having been set is DEPRECATED and
      will NOT work under OpenID 2.0 since user_setup_url is generally
      not meaningful in 2.0 (even if some 2.0 providers do in fact
      supply it).
  ---------------
    * Handle 2.0 provider-specific 'error' mode responses.
      These currently show up in the 'error' callback
      (errcode == 'provider_error');

    * Remove dependency in ordering of minimum_version() and args()
      setters.  This was a bug that prevented minimum_version from being
      recognized at all.

    * Fix handle_server_response unknown callback error message -- close #58368
    * Handle version 2.0 associations and all session/association types.

      This is customizable using Consumer->assoc_options.
      Most likely you will want to just set 'max_encrypt' and
      'session_no_encrypt_https' true and forget about it.

    * Fix bug in handling of sreg extension under 2.0
      that prevented certain other extensions from being recognized.

    * New co-maintainer (Roger Crew)

1.030099_005 Jan 01 2011
    * Remove calls to util::ejs and util::eurl; use JSON and URI::Escape
      directly (Robert Norris)

1.030099_004 Dec 18 2010
    * Added example CGI program (Robert Norris)
    * Added missing error messages (Mario Domgoergen)

1.030099_003 Nov 09 2010
    * Add namespace to check_authentication signature verification calls to
      fix stateless mode against strict OPs (Robert Norris)

    * Documentation tweaks (Robert Norris)

1.030099_002 Nov 07 2010
    * Fixed a call to OpenID::util::hmac_sha1_hex which no longer exists
      (Robert Norris)

1.030099_001 Nov 06 2010
    * Use Crypt::DH::GMP over Crypt::DH for speed (Robert Norris)
    * Fix potential timing attack when checking signatures (Adam Sj淡gren)
      (see security/2010-July/001156.html)">http://lists.openid.net/pipermail/openid-security/2010-July/001156.html)

        * Set sreg namespace based on what the server is expecting
      (Adam Sj淡gren)

        * Moved some utility bits out to a separate Net::OpenID::Common
          package so that Net::OpenID::Server can use it in future
          versions.

(mef)

2015-02-27 14:35:02 UTC MAIN commitmail json YAML

2015-02-27 14:01:28 UTC MAIN commitmail json YAML

(pkgsrc)
  - Add DEPENDS+= ../../devel/p5-Test-MockModule
(upstream)
  - Update to 0.19
--------------
0.19 -- Wed Nov 24 18:22:33 CST 2010
  * Get rid of unlink [Maik Hentsche]
  * Fixed build_requires [Maik Hentsche]
  * fix BUILD_REQUIRES to more classical PREREQ_PM [Steffen Schwigon]

(mef)

2015-02-27 13:51:35 UTC MAIN commitmail json YAML

Update to 1.008
---------------
2.008  May 12 2014
        - Long awaited patch for the IO::Socket::SSL default verify mode bug
        - Add Time::HiRes as a dep
        - Update to new github hosted repository with all legacy code imported
        - Beginnings of change to dzil based releases
        - There are several dozen outstanding bugs that will be addressed in the next release

(mef)

2015-02-27 13:48:52 UTC MAIN commitmail json YAML

Update to 3.28
--------------
3.28 Sun Feb 15 17:45:54 CET 2015
  - FEATURE: use $Env->noObsoleteWarning(1) to disable the obsolete warning
  - bugfix: check payload length before using it in PPPoE
  - update: copyright notice

(mef)

2015-02-27 13:45:43 UTC MAIN commitmail json YAML

Update 1.07 to 1.09
-------------------
1.09 Sun Feb 15 18:06:48 CET 2015
  - update: EUID 0 check is done at open() call instead of new() call
  - bugfix: take inet_pton() and getaddrinfo() from Socket if available, or from Socket6
  - tests: added tests 02 and 03 to test if inet_pton() and N:W:L3 open() are working

1.08 Fri Jan 23 07:53:16 CET 2015
  - bugfix: on setting AF_INET6(), and makes Socket6 module optional
  => thanks to Vince
  - update: copyright notice
  - update: Kwalitee

(mef)

2015-02-27 13:39:53 UTC MAIN commitmail json YAML

Updated devel/mdds to 0.12.0

(wiz)

2015-02-27 13:39:41 UTC MAIN commitmail json YAML

Update to 0.12.0. Use proper master site.
libreoffice4 still builds with this version.

Changes:
The highlight of this release is mostly with the segment_tree data
structure, where its value type previously only supported pointer
types. Markus Mohrhard worked on removing that constraint from
segment_tree so that you can now store values of arbitrary types
just like you would expect from a template container.

Aside from that, there are some minor bug and build fixes. Users
of the previous versions are encouraged to update to this version.

(wiz)

2015-02-27 13:31:09 UTC MAIN commitmail json YAML

PKGNAME is not correctly assigned, now added.

(mef)

2015-02-27 13:27:07 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.159001

(wen)

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

Update to 0.159001
Update DEPENDS

Upstream changes:
0.159001  2015-02-25 15:31:35+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #855: Ensure Dancer2::Test is compatible with Pod::Simple 3.30
      (Russell Jenkins)

    [ DOCUMENTATION ]
    * Add an example for delayed (async) streaming response. (Sawyer X)
    * Small link fix. (Sawyer X)

0.159000  2015-02-24 04:51:20+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #762: Delay app cleanup until errors are rendered. (Russell Jenkins)
    * GH #835: Correct Logic error in Logger if no request exists.
              (Lennart Hengstmengel)
    * GH #839: Correct "no_server_tokens" definition in production.yml.
              (Nikita K)
    * GH #853, #852: Handle malformed (contentless) cookies. (pants)
    * GH #840, #842: Ensure session data available to template engines.
                    (Russell Jenkins)
    * GH #565, #847, #849: Fix HTTP Status template logic and documentation.
                          (Daniel Muey, Russell Jenkins, Dvid Kov谩cs)
    * GH #843: Add missing attributes to Moo class used in tests. (Graham Knop)

    [ ENHANCEMENT ]
    * GH #836: Support delayed (asynchronous) responses!
              ("Delayed responses" in Dancer2::Manual for more information.)
              (Sawyer X)
    * GH #824: Use Plack::MIME by default, MIME::Types as failback if available.
              (Alberto Simes)
    * GH #792, #848: Keywords can now use prototypes.
                    (Russell Jenkins, Sawyer X)

    [ DOCUMENTATION ]
    * GH #837, #838, #841: Major documentation restructure. (Snigdha Dagar)
      (Check eb9416e9 and a78e27d7 for more details.)
    * GH #823: Cleanup Manual and Cookbook docs. (Omar M. Othman)
    * GH #828: Provide README.mkdn. (Nuno Carvalho)
    * GH #830: Fix typo in Session::YAML pod. (Vince W)
    * GH #831,#832: Fix broken link in Session::YAML pod. (Vince W)

(wen)

2015-02-27 13:09:48 UTC MAIN commitmail json YAML

Added net/p5-Net-OpenID-Common version 1.19

(mef)

2015-02-27 13:06:00 UTC MAIN commitmail json YAML

Import Net-OpenID-Common-1.19 as net/p5-Net-OpenID-Common.

The Consumer and Server implementations share a few libraries which live
with this module. This module is here largely to hold the version number
and this documentation, though it also incorporates some utility functions
inherited from previous versions of Net::OpenID::Consumer.

(mef)

2015-02-27 12:18:33 UTC MAIN commitmail json YAML

Updated mail/mopher to 0.5.3

(gdt)

2015-02-27 12:18:21 UTC MAIN commitmail json YAML

Update to 0.5.3 (from Petar Bogdanovic).

Version 0.5.3
25.02.2015
    Fix several minor issues (i.a. #25).
    Update regdom rules.

(gdt)

2015-02-27 12:13:06 UTC MAIN commitmail json YAML

Added devel/radare2 version 0.9.8 [gdt 2015-02-27]

(gdt)

2015-02-27 12:11:59 UTC MAIN commitmail json YAML

2015-02-27 12:11:20 UTC MAIN commitmail json YAML

Import radare2-0.9.8 as devel/radare2.

radare2 is an advanced commandline hexadecimal editor
with a set of tools for working with binary files.

Most of tools that come with radare2 have been designed
for reverse engineering file formats, firmwares, programs,
libraries, etc.

Radare2 project started as a forensics tool, a scriptable
commandline hexadecimal editor able to open disk files,
but later support for analyzing binaries, disassembling
code, debugging programs, attaching to remote gdb servers..

Packaged in wip by Kamil Rytarowski.

(gdt)

2015-02-27 10:44:24 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Send to 2.200

(wen)

2015-02-27 10:43:02 UTC MAIN commitmail json YAML

Update to 2.200

Upstream changes:
2.200    2015-02-25
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

          when trying to pick the first available mailer, never pick Test

(wen)

2015-02-27 09:52:04 UTC MAIN commitmail json YAML

Updated converters/orcus to 0.7.1

(wiz)

2015-02-27 09:51:55 UTC MAIN commitmail json YAML

Update to 0.7.1:

This is a maintenance release. It primarily includes bug fixes and
build fixes since the 0.7.0 release with no new features. That
said, the most notable aspect of this release is that it is buildable
with the version 0.9.0 of the Ixion library which was just released
a week ago. So, if you are trying to package and distribute the
newly-released Ixion library but are unable to do so because of
Orcus not being buildable with it, you might be interested in this
release.

(wiz)

2015-02-27 09:47:58 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.20.0

(wiz)

2015-02-27 09:47:47 UTC MAIN commitmail json YAML

Update to 2.20.0:

New Features

    ODT Input: Add backlinks for footnotes/endnotes and improve
    their formatting.

    Windows: When running on windows 8 and newer register with
    default programs so that users can more easily select calibre
    or its viewer/editor as the default program to launch ebook
    files.

    Make publishers in the book details panel clickable.

    Edit Book spell check: For mis-spelled words of the form one:two
    offer one: two as a suggested correction.

Bug Fixes

    Fix a regression that caused incorrect results when searching
    on numeric or date fields with relational operators.

    DOCX Input: Fix regression in 2.19 that broke handling of text
    with leading or trailing non-breaking spaces/en-spaces/quad-spaces.

    Amazon metadata download: Update plugin for website changes to
    Amazon Brazil.

    E-book viewer: Fix footnote popup window not displaying entire
    footnote if footnote contains element with page-break-after
    set

    Edit Book: Reports tool: Fix double clicking on an unused image
    causing an error

    Tag Browser: Fix incorrect grouping of words starting with
    graphemes, such as ash.

    Conversion: Ignore incorrectly URL encoded links instead of
    erroring out on them.

    E-book viewer: Remove soft-hyphens when copying text to clipboard

Improved news sources

    aktualne.cz

(wiz)

2015-02-27 09:32:37 UTC MAIN commitmail json YAML

+ calibre-2.20.0, libreoffice4-4.4.1, orcus-0.7.1, py-matplotlib-1.4.3,
  wesnoth-1.12.1.

(wiz)

2015-02-27 09:31:47 UTC MAIN commitmail json YAML

Fix build on Linux. From Matthias Ferdinand on pkgsrc-users.

(wiz)

2015-02-27 08:31:21 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.67

(wiz)

2015-02-27 08:31:13 UTC MAIN commitmail json YAML

Update to 1.67:

2015-02-24  Karen Etheridge <ether@cpan.org>

  Release 1.67

  Karen Etheridge:
    - properly skip author test for normal user installs

2015-02-24  Karen Etheridge <ether@cpan.org>

  Release 1.66

  Adam Herzog:
    - reorganize .pm files under lib/ (github #20)

(wiz)

2015-02-27 07:51:59 UTC MAIN commitmail json YAML

Don't add ldconfig to tools. Get rid of ldconfig in Makefile instead.

(alnsn)

2015-02-27 04:24:48 UTC MAIN commitmail json YAML

Import cmocka-1.0.0, the successo of cmockery

cmocka is an elegant unit testing framework for C with support for
mock objects. It only requires the standard C library, works on a
range of computing platforms (including embedded) and with different
compilers.

(manu)

2015-02-27 04:23:43 UTC MAIN commitmail json YAML

Import cmocka-1.0.0, the successo of cmockery

cmocka is an elegant unit testing framework for C with support for
mock objects. It only requires the standard C library, works on a
range of computing platforms (including embedded) and with different
compilers.

(manu)

2015-02-27 02:55:08 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 6.0

(wen)

2015-02-27 02:53:35 UTC MAIN commitmail json YAML

Update to 6.0

Upstream changes:
6.0  2015-02-26
  - Code name "Clinking Beer Mugs", this is a major release.
  - Removed name listing support from param method in Mojolicious::Controller.
  - Removed name listing support from param method in Mojo::Parameters.
  - Removed name listing support from error and param methods in
    Mojolicious::Validator::Validation.
  - Removed multi-name support from cookie, param and signed_cookie methods in
    Mojolicious::Controller.
  - Removed multi-name support from param method in
    Mojolicious::Validator::Validation.
  - Removed multi-name support from param method in Mojo::Parameters.
  - Removed multi-name support from cookie and upload methods in Mojo::Message.
  - Removed custom socket support from Mojo::UserAgent.
  - Removed is_fatal, is_level and log methods from Mojo::Log.
  - Removed auto_render method from Mojolicious::Routes.
  - Removed deprecated object-oriented Mojo::Loader API.
  - Removed deprecated accept_interval, lock and unlock attributes from
    Mojo::IOLoop.
  - Removed deprecated accept_interval, lock_file and lock_timeout attributes
    from Mojo::Server::Prefork.
  - Removed deprecated bridge method from Mojolicious::Routes::Route.
  - Removed deprecated is_readable method from Mojo::Reactor.
  - Removed deprecated siblings method from Mojo::DOM.
  - Removed deprecated render_exception and render_not_found methods from
    Mojolicious::Controller.
  - Removed deprecated keep_alive_requests setting from Hypnotoad.
  - Changed return values of all and find methods in
    Mojo::UserAgent::CookieJar.
  - Renamed template attribute in Mojo::Template to unparsed.
  - Renamed extracting attribute in Mojo::UserAgent::CookieJar to collecting.
  - Renamed types attribute in Mojolicious::Types to mapping.
  - Renamed current attribute in Mojolicious::Routes::Match to position.
  - Renamed pattern attribute in Mojolicious::Routes::Route to unparsed.
  - Renamed all_contents, contents, following_siblings, match, next_sibling,
    node, preceding_siblings, previous_sibling and type methods in Mojo::DOM to
    descendant_nodes, child_nodes, following_nodes, matches, next_node, type,
    preceding_nodes, previous_node and tag.
  - Renamed match method in Mojo::DOM::CSS to matches.
  - Renamed extract and inject methods in Mojo::UserAgent::CookieJar to collect
    and prepare.
  - Renamed inject method in Mojo::UserAgent::Proxy to prepare.
  - Renamed params method in Mojo::Parameters to pairs.
  - Renamed match method in Mojolicious::Routes::Match to find.
  - Renamed -A option of prefork command to -a.
  - Added names method to Mojo::Parameters.
  - Added failed and passed methods to Mojolicious::Validator::Validation.
  - Added -I and -M options to prefork command.
  - Fixed Mojo::Template support for parentheses in expressions. (jberger, sri)

5.82  2015-02-22
  - Deprecated Mojo::Reactor::is_readable.
  - Deprecated keep_alive_requests setting in Hypnotoad in favor of requests.
  - Improved Morbo to restart slightly faster.
  - Fixed bug in daemon and prefork commands where --inactivity-timeout option
    was called --inactivity.

5.81  2015-02-20
  - Deprecated object-oriented Mojo::Loader API.
  - Added data_section, file_is_binary, load_class and find_modules functions
    to Mojo::Loader.
  - Improved design of built-in templates.
  - Fixed test command to not let Test::Harness enable global warnings by
    default. (OlegG)

(wen)

2015-02-27 01:35:28 UTC MAIN commitmail json YAML

Added security/p5-Crypt-DH-GMP version 0.00012

(mef)

2015-02-27 01:32:49 UTC MAIN commitmail json YAML

Import p5-Crypt-DH-GMP-0.00012 as security/p5-Crypt-DH-GMP.

Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,
implemented mostly in C.

(mef)

2015-02-27 00:46:57 UTC MAIN commitmail json YAML

Updated math/p5-Math-GMP to 2.07

(mef)

2015-02-27 00:46:46 UTC MAIN commitmail json YAML

Update to 2.07
--------------
2.07  2014-01-26 Hugo
    - Go direct to XS for more speed
    - add lcm/blcm, bsqrt, bmodinv

(mef)

2015-02-26 18:40:19 UTC MAIN commitmail json YAML

LuaJIT uses ldconfig in the 'install' target.

(alnsn)

2015-02-26 17:52:12 UTC MAIN commitmail json YAML

OSX ffmpeg option build fixes adapted from upstream 2.4 branch.
>From Mansour Moufid in private mail.

(tnn)

2015-02-26 17:31:23 UTC MAIN commitmail json YAML

define dummy VFS_PROTOS(fsname) which is otherwise only available under _KERNEL.
lsof for legacy reasons includes sys/mount.h without _KERNEL but
msdosfs/msdosfsmount.h with _KERNEL.
Fixes:
/usr/include/msdosfs/msdosfsmount.h:255:12: error: a parameter list without types is only allowed in a function definition
VFS_PROTOS(msdosfs);

(tnn)

2015-02-26 16:05:11 UTC MAIN commitmail json YAML

don't build unoptimized. Bump rev.

(tnn)

2015-02-26 15:55:47 UTC MAIN commitmail json YAML

Note update of lang/php5-perl package to 1.0.1.

(taca)

2015-02-26 15:55:21 UTC MAIN commitmail json YAML

Update php5-perl to 1.0.1.

No release information is available but it make this package build
with php53!

(taca)

2015-02-26 15:32:47 UTC MAIN commitmail json YAML

Add TEST_TARGET, and the tests even pass (netbsd-6 i386).

(gdt)

2015-02-26 15:11:14 UTC MAIN commitmail json YAML

Updated net/p5-Net-Ident to 1.24
Updated net/p5-Net-Libdnet to 0.98
Updated net/p5-Net-Libdnet6 to 0.27

(mef)

2015-02-26 14:40:03 UTC MAIN commitmail json YAML

Update 0.24 to 0.27
-------------------
0.27 Wed Jan 28 19:57:50 CET 2015
  - bugfix: finding default route under FreeBSD > 9.x systems
  - update: copyright notice

0.26 Fri Nov 16 16:37:22 CET 2012
  - bugfix: Perl kwalitee

0.25 Wed Sep 12 20:21:04 CEST 2012
  - bugfix: on finding the default gateway IPv6 on BSD systems
  - update: error message scheme
  - update: copyright notice

(mef)

2015-02-26 14:36:35 UTC MAIN commitmail json YAML

Update 0.96 to 0.98
-------------------
0.98 Thu Nov 22 20:20:57 CET 2012
  - bugfix: applied https://rt.cpan.org/Public/Bug/Display.html?id=72729

0.97 Fri Nov  2 17:39:36 CET 2012
  - update: removed support for Libdnet6 checking code
  - update: copyright notice

(mef)

2015-02-26 14:32:27 UTC MAIN commitmail json YAML

Update to 1.24
--------------
1.24 Sun Dec 14 2014
    - RT 79165 - Fix for Strawberry Perl
    - Tidy code base for conformity of future patches

(mef)

2015-02-26 12:17:04 UTC MAIN commitmail json YAML

Fix build with versioned py-docutils, and depend on 0.12.
>From markd.

(wiz)

2015-02-26 10:15:53 UTC MAIN commitmail json YAML

Note update of BIND packages:

net/bind99 9.9.7
net/bind910 9.10.2

(taca)

2015-02-26 10:15:02 UTC MAIN commitmail json YAML

Update bind910 package to 9.10.2.

Security Fixes

    * On servers configured to perform DNSSEC validation using managed
      trust anchors (i.e., keys configured explicitly via managed-keys,
      or implicitly via dnssec-validation auto; or dnssec-lookaside
      auto;), revoking a trust anchor and sending a new untrusted
      replacement could cause named to crash with an assertion failure.
      This could occur in the event of a botched key rollover, or
      potentially as a result of a deliberate attack if the attacker was
      in position to monitor the victim's DNS traffic.
      This flaw was discovered by Jan-Piet Mens, and is disclosed in
      CVE-2015-1349. [RT #38344]
    * A flaw in delegation handling could be exploited to put named into
      an infinite loop, in which each lookup of a name server triggered
      additional lookups of more name servers. This has been addressed by
      placing limits on the number of levels of recursion named will
      allow (default 7), and on the number of queries that it will send
      before terminating a recursive query (default 50).
      The recursion depth limit is configured via the max-recursion-depth
      option, and the query limit via the max-recursion-queries option.
      The flaw was discovered by Florian Maury of ANSSI, and is disclosed
      in CVE-2014-8500. [RT #37580]
    * Two separate problems were identified in BIND's GeoIP code that
      could lead to an assertion failure. One was triggered by use of
      both IPv4 and IPv6 address families, the other by referencing a
      GeoIP database in named.conf which was not installed. Both are
      covered by CVE-2014-8680. [RT #37672] [RT #37679]
      A less serious security flaw was also found in GeoIP: changes to
      the geoip-directory option in named.conf were ignored when running
      rndc reconfig. In theory, this could allow named to allow access to
      unintended clients.

New Features

    * None

Feature Changes

    * ACLs containing geoip asnum elements were not correctly matched
      unless the full organization name was specified in the ACL (as in
      geoip asnum "AS1234 Example, Inc.";). They can now match against
      the AS number alone (as in geoip asnum "AS1234";).
    * When using native PKCS#11 cryptography (i.e., configure
      --enable-native-pkcs11) HSM PINs of up to 256 characters can now be
      used.
    * NXDOMAIN responses to queries of type DS are now cached separately
      from those for other types. This helps when using "grafted" zones
      of type forward, for which the parent zone does not contain a
      delegation, such as local top-level domains. Previously a query of
      type DS for such a zone could cause the zone apex to be cached as
      NXDOMAIN, blocking all subsequent queries. (Note: This change is
      only helpful when DNSSEC validation is not enabled. "Grafted" zones
      without a delegation in the parent are not a recommended
      configuration.)
    * NOTIFY messages that are sent because a zone has been updated are
      now given priority above NOTIFY messages that were scheduled when
      the server started up. This should mitigate delays in zone
      propagation when servers are restarted frequently.
    * Errors reported when running rndc addzone (e.g., when a zone file
      cannot be loaded) have been clarified to make it easier to diagnose
      problems.
    * Added support for OPENPGPKEY type.
    * When encountering an authoritative name server whose name is an
      alias pointing to another name, the resolver treats this as an
      error and skips to the next server. Previously this happened
      silently; now the error will be logged to the newly-created "cname"
      log category.
    * If named is not configured to validate the answer then allow
      fallback to plain DNS on timeout even when we know the server
      supports EDNS. This will allow the server to potentially resolve
      signed queries when TCP is being blocked.

Bug Fixes

    * dig, host and nslookup aborted when encountering a name which,
      after appending search list elements, exceeded 255 bytes. Such
      names are now skipped, but processing of other names will continue.
      [RT #36892]
    * The error message generated when named-checkzone or named-checkconf
      -z encounters a $TTL directive without a value has been clarified.
      [RT #37138]
    * Semicolon characters (;) included in TXT records were incorrectly
      escaped with a backslash when the record was displayed as text.
      This is actually only necessary when there are no quotation marks.
      [RT #37159]
    * When files opened for writing by named, such as zone journal files,
      were referenced more than once in named.conf, it could lead to file
      corruption as multiple threads wrote to the same file. This is now
      detected when loading named.conf and reported as an error. [RT
      #37172]
    * dnssec-keygen -S failed to generate successor keys for some
      algorithm types (including ECDSA and GOST) due to a difference in
      the content of private key files. This has been corrected. [RT
      #37183]
    * UPDATE messages that arrived too soon after an rndc thaw could be
      lost. [RT #37233]
    * Forwarding of UPDATE messages did not work when they were signed
      with SIG(0); they resulted in a BADSIG response code. [RT #37216]
    * When checking for updates to trust anchors listed in managed-keys,
      named now revalidates keys based on the current set of active trust
      anchors, without relying on any cached record of previous
      validation. [RT #37506]
    * Large-system tuning (configure --with-tuning=large) caused problems
      on some platforms by setting a socket receive buffer size that was
      too large. This is now detected and corrected at run time. [RT
      #37187]
    * When NXDOMAIN redirection is in use, queries for a name that is
      present in the redirection zone but a type that is not present will
      now return NOERROR instead of NXDOMAIN.
    * When a zone contained a delegation to an IPv6 name server but not
      an IPv4 name server, it was possible for a memory reference to be
      left un-freed. This caused an assertion failure on server shutdown,
      but was otherwise harmless. [RT #37796]
    * Due to an inadvertent removal of code in the previous release, when
      named encountered an authoritative name server which dropped all
      EDNS queries, it did not always try plain DNS. This has been
      corrected. [RT #37965]
    * A regression caused nsupdate to use the default recursive servers
      rather than the SOA MNAME server when sending the UPDATE.
    * Adjusted max-recursion-queries to accommodate the smaller initial
      packet sizes used in BIND 9.10 and higher when contacting
      authoritative servers for the first time.
    * Built-in "empty" zones did not correctly inherit the
      "allow-transfer" ACL from the options or view. [RT #38310]
    * Two leaks were fixed that could cause named processes to grow to
      very large sizes. [RT #38454]
    * Fixed some bugs in RFC 5011 trust anchor management, including a
      memory leak and a possible loss of state information.[RT #38458]

(taca)

2015-02-26 10:14:10 UTC MAIN commitmail json YAML

Update bind99 to 9.9.7.

Security Fixes

    * On servers configured to perform DNSSEC validation using managed
      trust anchors (i.e., keys configured explicitly via managed-keys,
      or implicitly via dnssec-validation auto; or dnssec-lookaside
      auto;), revoking a trust anchor and sending a new untrusted
      replacement could cause named to crash with an assertion failure.
      This could occur in the event of a botched key rollover, or
      potentially as a result of a deliberate attack if the attacker was
      in position to monitor the victim's DNS traffic.
      This flaw was discovered by Jan-Piet Mens, and is disclosed in
      CVE-2015-1349. [RT #38344]
    * A flaw in delegation handling could be exploited to put named into
      an infinite loop, in which each lookup of a name server triggered
      additional lookups of more name servers. This has been addressed by
      placing limits on the number of levels of recursion named will
      allow (default 7), and on the number of queries that it will send
      before terminating a recursive query (default 50).
      The recursion depth limit is configured via the max-recursion-depth
      option, and the query limit via the max-recursion-queries option.
      The flaw was discovered by Florian Maury of ANSSI, and is disclosed
      in CVE-2014-8500. [RT #37580]

New Features

    * None

Feature Changes

    * NXDOMAIN responses to queries of type DS are now cached separately
      from those for other types. This helps when using "grafted" zones
      of type forward, for which the parent zone does not contain a
      delegation, such as local top-level domains. Previously a query of
      type DS for such a zone could cause the zone apex to be cached as
      NXDOMAIN, blocking all subsequent queries. (Note: This change is
      only helpful when DNSSEC validation is not enabled. "Grafted" zones
      without a delegation in the parent are not a recommended
      configuration.)
    * NOTIFY messages that are sent because a zone has been updated are
      now given priority above NOTIFY messages that were scheduled when
      the server started up. This should mitigate delays in zone
      propagation when servers are restarted frequently.
    * Errors reported when running rndc addzone (e.g., when a zone file
      cannot be loaded) have been clarified to make it easier to diagnose
      problems.
    * Added support for OPENPGPKEY type.
    * When encountering an authoritative name server whose name is an
      alias pointing to another name, the resolver treats this as an
      error and skips to the next server. Previously this happened
      silently; now the error will be logged to the newly-created "cname"
      log category.
    * If named is not configured to validate the answer then allow
      fallback to plain DNS on timeout even when we know the server
      supports EDNS. This will allow the server to potentially resolve
      signed queries when TCP is being blocked.

Bug Fixes

    * dig, host and nslookup aborted when encountering a name which,
      after appending search list elements, exceeded 255 bytes. Such
      names are now skipped, but processing of other names will continue.
      [RT #36892]
    * The error message generated when named-checkzone or named-checkconf
      -z encounters a $TTL directive without a value has been clarified.
      [RT #37138]
    * Semicolon characters (;) included in TXT records were incorrectly
      escaped with a backslash when the record was displayed as text.
      This is actually only necessary when there are no quotation marks.
      [RT #37159]
    * When files opened for writing by named, such as zone journal files,
      were referenced more than once in named.conf, it could lead to file
      corruption as multiple threads wrote to the same file. This is now
      detected when loading named.conf and reported as an error. [RT
      #37172]
    * dnssec-keygen -S failed to generate successor keys for some
      algorithm types (including ECDSA and GOST) due to a difference in
      the content of private key files. This has been corrected. [RT
      #37183]
    * UPDATE messages that arrived too soon after an rndc thaw could be
      lost. [RT #37233]
    * Forwarding of UPDATE messages did not work when they were signed
      with SIG(0); they resulted in a BADSIG response code. [RT #37216]
    * When checking for updates to trust anchors listed in managed-keys,
      named now revalidates keys based on the current set of active trust
      anchors, without relying on any cached record of previous
      validation. [RT #37506]
    * When NXDOMAIN redirection is in use, queries for a name that is
      present in the redirection zone but a type that is not present will
      now return NOERROR instead of NXDOMAIN.
    * When a zone contained a delegation to an IPv6 name server but not
      an IPv4 name server, it was possible for a memory reference to be
      left un-freed. This caused an assertion failure on server shutdown,
      but was otherwise harmless. [RT #37796]
    * Due to an inadvertent removal of code in the previous release, when
      named encountered an authoritative name server which dropped all
      EDNS queries, it did not always try plain DNS. This has been
      corrected. [RT #37965]
    * A regression caused nsupdate to use the default recursive servers
      rather than the SOA MNAME server when sending the UPDATE.
    * Adjusted max-recursion-queries to better accommodate empty caches.
    * Built-in "empty" zones did not correctly inherit the
      "allow-transfer" ACL from the options or view. [RT #38310]
    * A mutex leak was fixed that could cause named processes to grow to
      very large sizes. [RT #38454]
    * Fixed some bugs in RFC 5011 trust anchor management, including a
      memory leak and a possible loss of state information.[RT #38458]

(taca)

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

Use specific version docutils commands.

(markd)

2015-02-26 09:19:30 UTC MAIN commitmail json YAML

Use explicit version of sphinx-build

(markd)

2015-02-26 08:57:18 UTC MAIN commitmail json YAML

Bump required docutils to 0.12.

(markd)

2015-02-26 08:55:58 UTC MAIN commitmail json YAML

Be explicit in the names of the docutils commands.

(markd)

2015-02-26 07:12:08 UTC MAIN commitmail json YAML

2015-02-26 06:28:21 UTC MAIN commitmail json YAML

Updated lang/python34 to 3.4.3; www/py-django to 1.7.5

(adam)