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 (19m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 11:23:10 UTC Now

2015-09-06 09:56:30 UTC MAIN commitmail json YAML

Updated ham/xdx to 2.5.0

(mef)

2015-09-06 09:56:08 UTC MAIN commitmail json YAML

Update to 2.5.0
---------------
xdx-2.5:  Function keys F1 - F8 send often used commands to the cluster.
          Close dialog when Ctl-Q is used.
          Update manual page to current conventions.

(mef)

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

Updated ham/xnec2c to 3.4

(mef)

2015-09-06 09:50:47 UTC MAIN commitmail json YAML

Update 3.3 to 3.4
-----------------
Version 3.4:
  I fixed a bug in the code that implements the modified GS (scaling)
card. In NEC2 the GS card scales all of the structure, but in Xnec2c I
modified the code so that it is possible to specify a range of tag
numbers to apply scaling to only. When a GS card follows a GX card,
selective scaling doesn't work correctly because a symmetric structure
is created. If you are using a GS card, it may be better to avoid
specifying a tag number range, just in case the bug fix is not
complete.

(mef)

2015-09-06 09:49:40 UTC MAIN commitmail json YAML

Improve -r1.82: insert -R as well as -L into LIBS. PR 50170.

(dholland)

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

Added fonts/Hack-ttf version 2.010

(wiz)

2015-09-06 09:17:20 UTC MAIN commitmail json YAML

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

Fix more paths to mutt.

(wiz)

2015-09-06 09:16:25 UTC MAIN commitmail json YAML

Import Hack-ttf-2.010 as fonts/Hack-ttf.

Hack is hand groomed and optically balanced to be a workhorse face
for code.

It has deep roots in the libre, open source typeface community and
expands upon the contributions of the Bitstream Vera & DejaVu
projects. The face has been re-designed with a larger glyph set,
modifications of the original glyph shapes (including distinct
point styles and semi-bold punctuation weight in the regular set
to make analphabetic characters less transparent), and meticulous
attention to metrics (including numerous spacing adjustments to
improve the rhythm of the face and the legibility of code at small
text sizes). The large x-height + wide aperture + low contrast
design combined with PostScript hinting/hint replacement programs
and a TrueType instruction set make it highly legible at commonly
used source code text sizes with a sweet spot that runs in the 8px
- 12px range on modern desktop and laptop monitors. Combine it with
an HD monitor and you can comfortably work at 6 or 7px sizes.

(wiz)

2015-09-06 08:56:35 UTC MAIN commitmail json YAML

+ MesaLib-10.6.6, afl-1.92b, harfbuzz-1.0.3, lgogdownloader-2.25,
  py-cryptography-1.0.1, py-pbr-1.6.0, py-twisted-15.4.0,
  wine-devel-1.7.51, x264-devel-20150905.

(wiz)

2015-09-06 08:34:29 UTC MAIN commitmail json YAML

Updated graphics/freetype2 to 2.6

(mef)

2015-09-06 08:34:20 UTC MAIN commitmail json YAML

Update 2.5.5 to 2.6
----------------------
(from http://www.freetype.org/)
2015-06-08 FreeType 2.6
  FreeType 2.6 has been released. This is a new major release that
  provides a better (and simpler) thread-safety model. Among other new
  features we now have auto-hinting support for Arabic and Thai,
  together with much improved handling of Apple's GX TrueType variation
  font format.
  (ChangeLog from 2.5.5 to 2.6 extends some 1600 lines, consult with it
  in src tarball if necessary, thanks)

ok by wiz@

(mef)

2015-09-06 07:16:24 UTC MAIN commitmail json YAML

Added sysutils/hytctl

(kardel)

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

Updated devel/p5-Regexp-Assemble to 0.36
Updated devel/p5-Scope-Guard to 0.21
Updated devel/p5-Scope-Upper to 0.28
Updated devel/p5-Search-Elasticsearch to 1.99
Updated devel/p5-Sub-Identify to 0.11
Updated devel/p5-System-Command to 1.112
Updated devel/p5-Template-Plugin-ListMoreUtils to 0.03
Updated devel/p5-Term-Cap to 1.17
Updated devel/p5-Term-Screen to 1.05
Updated devel/p5-Term-UI to 0.46

(mef)

2015-09-06 06:56:15 UTC MAIN commitmail json YAML

Using ld.gold subverts Pkgsrc wrappers.  Explicitly disable it.

This package also crashes certain buggy versions of ld.gold.  Disabling it
fixes build on creaky old Ubuntu systems.

(dsainty)

2015-09-06 06:55:49 UTC MAIN commitmail json YAML

Update 0.42 to 0.46
-------------------
0.46 Mon May 25 18:47:04 BST 2015
* Fix test skip count for non-terminals
  (Alexandr Ciornii)

0.44 Mon May 25 12:09:17 BST 2015
* Fix multi-choice without defaults (Noel Maddy)

(mef)

2015-09-06 06:53:55 UTC MAIN commitmail json YAML

(pkgsrc)
- Remove following line, see 6th line of 1.04
  INTERACTIVE_STAGE=    test
(upstream)
- Update 1.03 to 1.05
-------------------
1.05 2015-06-06 JSTOWE
    - Use sysread instead of getc() from ruittenb@cpan.org
    - Set cursor visibility as per patch javibarroso@gmail.com
    - Set isig/-isig to stty to allow signals as per javibarroso@gmail.com
    - Simplify Makefile.PL slightly as metacpan appears to dislike it
    - Use direct object notation for constructor in examples
    - Use strict and warnings in examples/test.pl

1.04 2015-06-05 JSTOWE
    - Now use strict and warnings, and drop use of vars.
    - Specified min version of perl in code and metadata
    - Moved Screen.pm to lib/Term/Screen.pm as per convention
    - Reformatted this file as per CPAN::Changes::Spec
    - Added github repo to metadata and pod
    - make test will work non-interactively
    - preserve exit code

(mef)

2015-09-06 06:50:53 UTC MAIN commitmail json YAML

2015-09-06 06:50:41 UTC MAIN commitmail json YAML

1.17-RC1: Wed  1 Jul 10:30:15 BST 2015
    - Fix regression caused by last resort change
    - Add support for capabilities of more than 2 characters

1.17:  Mon 17 Aug 08:30:54 BST 2015
    - No changes version bounce

(mef)

2015-09-06 06:49:39 UTC MAIN commitmail json YAML

Update to 0.03
--------------
0.03    2015-06-28
    - move to ExtUtils::MakeMaker and add author tests
    - rewrite Changes according to CPAN::Changes::Spec
    - improve standard doc parts in pod
    - add newly introduced functions in LMU 0.408+

(mef)

2015-09-06 06:47:40 UTC MAIN commitmail json YAML

Update to 1.112
---------------
1.112 Sat Jul 25 2015
    [ENHANCEMENTS]
    - the 'trace' option now also outputs some information about process
      termination and status (as requested by TIMB in RT #106046)

(mef)

2015-09-06 06:46:22 UTC MAIN commitmail json YAML

Update 0.10 to 0.11  (following info from Changes at github)
-------------------
0.11- B. Estrade (1):
  Adding new test for signatures as part of Feb 2015 PRC.
  Rafael Garcia-Suarez (8):
  Bump version to 0.10
  Merge pull request #6 from estrabd/Issue-5-add-signature-test
  Fix skipping tests on earliers perls
  Add new test to MANIFEST
  Do not let get_code_location() segfault on XSUBs
  Add a test for calling get_code_location on XSUBs
  Add a pure-perl version of last test
  Bump version

(mef)

2015-09-06 06:41:44 UTC MAIN commitmail json YAML

Update 1.20 to 1.99
-------------------
1.99    2015-08-26

        This release provides support for Elasticsearch 2.0.0-beta1 and above,
        but the default client is still '1_0::Direct' and will remain so until
        version 2.00 is released.

        New features:
        * Added default_qs_params, which will be added to every request
        * Added max_time to the Bulk helper, to flush after a max elapsed time
        * Added filter_path parameter to all methods which return JSON
        * Added indices.flush_synced()
        * Added render_search_template()
        * Added cat.nodeattrs()
        * Added human flag to indices.get and indices.get_settings
        * Added rewrite flag to indices.validate_query
        * Added rewrite flag to indices.analyze
        * Added fields param to bulk()
        * Added update_all_types to indices.create and indices.put_mapping
        * Added request_cache to indices.put_warmer and indices.stats
        * Added request to indices.clear_cache
        * Added RequestTimeout exception for server-side timeouts
        * Updated Plugin::Watcher with 1.0 API

        Removed:
        * Removed id and id_cache from indices.clear_cache
        * Removed filter and filter_cache from indices.clear_cache
        * Removed ignore_conflict from indices.put_mapping

        Bugfixes:
        * Fixed error handling in Hijk
        * Fixed live test to non-existent IP address

(mef)

2015-09-06 06:36:24 UTC MAIN commitmail json YAML

Update to 0.28
--------------
0.28    2015-08-18 15:00 UTC
        + Chg : SUB() and EVAL() will now warn if they cannot find an
                appropriate context in the current stack. They will still
                return undef in this case, which is interpreted as the current
                context when combined with other words.
        + Fix : [RT #104751] : Scope::Upper does not handle exotic stack types
                Trying to target a scope above the current perl scope will now
                result in a warning. In that case, the topmost context in the
                current stack will still be returned.
                Thanks Rafa谷l Garcia-Suarez for the report.
        + Fix : Test failures of threads tests on systems with harsh resource
                constraints causing the threads to exit() during run.
        + Opt : Some internal structures were shrunk, resulting in memory
                savings and small speedups.

(mef)

2015-09-06 06:34:40 UTC MAIN commitmail json YAML

Update to 0.21
--------------
0.21 Sun 19 Jul 22:14:54 2015
    - remove useless use of UNIVERSAL::isa (#RT105948)
    (Karen Etheridge)

(mef)

2015-09-06 06:33:24 UTC MAIN commitmail json YAML

Update to 0.36
--------------
0.36 2015-08-16T11:34:00
- Ron Savage is now co-maint.
- Move eg/ to examples/.
- Many thanx to the various parties who logged issues on RT. Some have been fixed, see below.
- Add examples/failure.01.pl, downloaded, and noted in docs, from
https://rt.cpan.org/Public/Bug/Display.html?id=104897
- Move pod tests into xt/author/pod.t by cutting them out of t/00_basic.t.
See https://rt.cpan.org/Public/Bug/Display.html?id=85686
and https://rt.cpan.org/Public/Bug/Display.html?id=85209
- Add repository https://github.com/ronsavage/Regexp-Assemble.git.
Note: github does not list Perl as one of the licence options, so the auto-generated
LICENSE (sic) file is not included in the distro.
See https://rt.cpan.org/Public/Bug/Display.html?id=103856.
- Fix some spelling errors in the pod.
See https://rt.cpan.org/Public/Bug/Display.html?id=84336
- Move ./Assemble.pm into lib/Regexp/.
- Move the contents of the TODO file into the docs, and delete that file.
- Rearrange pod, but not be running this module over it :-). Actually, put pod at end of file.
- Update Makefile.PL.
- Add Changelog.ini.
- Update MANIFEST.SKIP.

(mef)

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

.cgi extension is just the default.  Fixup PLIST.

(markd)

2015-09-06 04:06:02 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-APIReference to 0.21
Updated devel/p5-Perl-Critic to 1.126
Updated devel/p5-Proc-Daemon to 0.21

(mef)

2015-09-06 04:04:49 UTC MAIN commitmail json YAML

Update 0.19 to 0.21
-------------------
0.21  Thu Aug  6 2015
- GH#5: make tests less time-sensitive (Stefan Parvu).
- RT#103130: fix taint safe test (Hakon Haegland).

0.20  Wed Jun 24 2015
- GH#4: fix taint safe test (rouzier).
- RT#103130: make tests less time-sensitive (Remi Collet, ppisar).

(mef)

2015-09-06 03:58:35 UTC MAIN commitmail json YAML

(pkgsrc)
- Add following line for make test
  BUILD_DEPENDS+=        p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
(upstream)
- Update 1.125 to 1.126
------------------------
1.126 2015-08-10
    [New Policies]
    * Added a policy: ControlStructures::ProhibitYadaOperator - Never use ...
      in production code.

    [Bug Fixes]
    * Fixed problems arising from having -b in your .perltidyrc file. Thanks
      @hjkatz.
    * Removed extra newline from policy names returned by P::C::Config->policies.
      Thanks @ratsbane.
    * `fc` and `say` are now covered by ProhibitUselessTopic. Thanks @JRaspass.

    [Miscellanea]
    * Add more strict/warnings importer modules. Thanks @oalders.
    * Path::Tiny is now recommended over File::Slurp
    * Micro-optimize by calling ->content() directly instead of going
      through the overloads. Thanks @JRaspass.
    * Square brackets are now allowed around your `## no critic` policy
      list. Thanks @zdm.

(mef)

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

Update 0.19 to 0.21
-------------------
0.21  Wed Sep  2 18:00:00 2015
  - Use compressed Sereal for encoding instead of Data::Dumper.
    Reduces the disk footprint after installation by 4x.
    The compressed tarball on the other hand is marginally bigger
    because it means that we double-zlib compress the data.

0.20  Wed Sep  2 14:40:00 2015
  - Perl 5.22.0 support.

(mef)

2015-09-06 03:52:22 UTC MAIN commitmail json YAML

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

(mef)

2015-09-06 03:39:46 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.041
Updated devel/p5-Package-Variant to 1.003002
Updated devel/p5-Parallel-ForkManager to 1.15
Updated devel/p5-Parse-CPAN-Meta to 1.4417

(mef)

2015-09-06 03:36:16 UTC MAIN commitmail json YAML

Update 1.4414 to 1.4417
-----------------------
1.4417    2015-06-09 16:19:41-06:00 America/Denver
    - No changes from 1.4416

1.4416    2015-05-19 11:11:47-04:00 America/New_York (TRIAL RELEASE)
    [FIXED]
    - Minimum Perl was inadvertently set to v5.10.0.  Now back to v5.8.1.

1.4415    2015-04-28 11:29:52-04:00 America/New_York (TRIAL RELEASE)
    [TESTS]
    - Outputs the version of backends used
    [META]
    - Updated repo metadata and boilerplate files
    - Pointed issue tracker to the Perl-Toolchain-Gang Github repo

(mef)

2015-09-06 03:34:22 UTC MAIN commitmail json YAML

Update to 1.15
---------------
1.15 2015.07.08
    - test's watchdog actually exit if it's being hit. (RT#105747, Zefram)
    - condition to catch children reaped by external forces
      improved. (RT#105748, Zefram + Yanick)

(mef)

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

Update 1.002002 to 1.003002
---------------------------
1.003002 - 2015-07-25
  - also switch the tests to strictures 2 (aaaaaaaaaaaaaaaaaaaaaaaaaa)

1.003001 - 2015-07-25
  - also switch the documentation to strictures 2 (slow clap for mst there)

1.003000 - 2015-07-25
  - switch to strictures 2
    - add make_variant_package_name optional method

(mef)

2015-09-06 03:31:37 UTC MAIN commitmail json YAML

Update 0.039 to 0.041
----------------------
0.041 2015-07-02 T. R. Wyant
  No changes since 0.041_02.

0.040_02 2015-06-25 T. R. Wyant
  Report \C (match octet) as removed in 5.23.0.

0.040_01 2015-06-20 T. R. Wyant
  Accept non-ASCII whitespace under /x. The Whitespace object can be
    multiple characters; the perl_version_introduced() becomes
    '5.021001' if any of them is a code point above 127.
  The perl_version_removed() method now returns '5.021001' when called
    on a PPIx::Regexp object produced by parsing '?foo?' (match once
    without explicit 'm'). The object produced by parsing 'm?foo?' still
    returns the minimum Perl version.

0.040 2015-05-31 T. R. Wyant
  No changes since 0.039_02.

0.039_02 2015-05-24 T. R. Wyant
  Do not parse unadorned parentheses as capture groups when /n is in
    effect. Instead, they are parsed as PPIx::Regexp::Structure. Named
    captures appear to be unaffected by /n.
  Made a verbose dump a little more so. Specifically, dump
    max_capture_group where relevant, and display dumped values a bit
    more informatively.

0.039_01 2015-05-23 T. R. Wyant
  Report /n (no captures) as having been added in 5.21.8.

(mef)

2015-09-06 00:25:31 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.10.0

(leot)

2015-09-06 00:24:46 UTC MAIN commitmail json YAML

Update multimedia/mpv to mpv-0.10.0.

Changes:
Release 0.10.0
==============
Features
--------
New
~~~
- uchardet support
- Matroska: reading cue sheets embedded in tags
- Support for VideoToolbox hardware decoding
- Display sync mode (--display-sync)
- --force-window=immediate mode
- fd:// protocol
- libarchive wrapper for reading compressed archives
- TOOLS/lua: zones.lua
- Support for the "new" libavcodec VDPAU API
- vf_vdpaurb, Add a new filter for reading back VDPAU decoded frames
- DXVA2: HEVC support
- Enabled HEVC profiles with VA API
- HEVC added to whitelist of hwdec codecs
- vo_null: framerate emulation
- vo_opengl: support for custom shaders
- vo_opengl: temporal-dither-period option
- vo_opengl: tscale-clamp option
- vo_opengl: option to attach target-prim/target-csp to window screenshots
- vo_opengl_cb: "block" framedrop mode (now default)
- vo_opengl_cb: support for interpolation
- vo_vdpau: rotation support
- ytdl_hook: support for 'multi_video' results

Removed
~~~~~~~
- af_convert24 (af_lavrresample does this now)
- af_dummy
- audio: S8, U16, U24, U32 formats
- DVD and BD menu support
- TOOLS: youtube-starttime.lua
- VA API: compatibility crap (< 0.34.0) and vo_vaapi deinterlacer
- vo_x11

Deprecated
~~~~~~~~~~
- vf_dlopen

Behavior
--------
- audio: softvol scale is now cubic
- cache: readahead size is limited to half the cache size at the beginning
- charset_conv: "auto" encoding detection now prefers uchardet
- demux_playlist: skip hidden directories
- input.conf: O toggles between 2 states only
- input.conf: Ctrl+s key binding for window screenshots
- input.conf: mouse volume control (horizontal scrolling) inverted
- input.conf: L to toggle infinite looping
- input.conf: remap d/D keys (dropped framedrop cycle, replaced with deinterlacing toggle)
- player: disabled seeking on unseekable streams even if the cache is enabled
- player: parses and exposes m3u playlist titles
- player: --term-playing-msg is now in a separate log category
- player: removed automatic DVB channel advancement on no data
- player: now restores video-aspect on playback resume
- player: now uses exit code 0 by default for quit, 4 for signals, etc.
- player: warns against using HLS URLs with --playlist
- screenshots: changed the default directory in pseudo-gui mode to desktop
- screenshots: screenshot directory is now created automatically
- screenshots: default template is now prefixed with "mpv-"
- TOOLS/lua/autoload: adds all files on start
- vo: vo_wayland moved up in autoprobe list
- vo_opengl: enabled pbo by default with opengl-hq
- vo_opengl: cache dir for ICC profiles is now created automatically
- w32: shift drag and drop appends
- x11: shift drag and drop appends

Options and Commands
--------------------
Added
~~~~~
- af_volume: replaygain-fallback option
- ao_coreaudio: change-physical-format option
- ao_coreaudio: exclusive option
- ao_null: channel-layouts option for testing channel layout selection
- audio: --audio-spdif as new method for enabling passthrough
- cache: --cache-backbuffer to configure cache backbuffer size
- command: define-section command for defining input bindings
- command: audio-params and audio-out-params properties
- command: keypress, keydown, and keyup commands
- command: playlist_shuffle command
- command: option-info/N/set-locally property indicating per-file options
- command: protocol-list property
- command: track-list/N/audio-channels property
- demux: --demuxer-max-packets and --demuxer-max-bytes options to control maximum queue size
- input: relative percentage seek
- osc: time display configuration options
- player: --playlist-pos option
- screenshots: --screenshot-jpeg-source-chroma option to disable JPEG 4:4:4 output
- screenshots: --screenshot-high-bit-depth option to allow or disallow 16 bit output
- screenshots: --screenshot-directory option
- sub: --stretch-image-subs-to-screen option for stretching image subtitles to screen
- TOOLS/stats-conv: allow passing regex via command line
- video: --video-aspect-method option to configure container vs. bitstream aspect ratio
- vo_drm: mode suboption to set the mode ID to use
- vo_opengl_cb, vo_opengl: --hwdec-preload option for preloading hwdec context
- vo_rpi: background disabled by default
- vo_xv: buffers suboption to configure number of buffers
- win32: portable config mode

Changed
~~~~~~~
- audio: changed the range of the volume option/property (0 is still silence, and 100 now always means unchanged volume)
- command: allow changing deinterlace property any time
- command: allow changing track properties while no file is loaded
- command: always make video-aspect property accessible
- command: better choice when to allow playback-related commands
- command: change OSD symbol for absolute perc. seek
- command: change the default action for rescan_external_files
- command: change the hwdec properties
- command: define-section with empty contents removes a section
- command: export stereo 3D tags
- command: make auto-deinterlacing output at field rate
- command: make deinterlace property use interlaced-only yadif mode
- command: make property event mask matching more restrictive
- command: make the playback-time property writable
- input: allow - as separator between commands, instead of _
- options: --loop without argument means looping forever
- options: make keyvalue list parsing less strict
- player: extend --hls-bitrate option
- vf_yadif: expose interlaced frame mode
- video: --video-stereo-mode=no to disable automatic stereo conversion
- vo_opengl_cb, vo_opengl: --hwdec-preload for preloading hwdec context
- vo_opengl: replace icc-cache with icc-cache-dir
- vo_opengl: icc-profile overrides icc-profile-auto

Renamed
~~~~~~~
- command: rename audio-format property to audio-codec-name
- options: rename --media-title option to --force-media-title
- vo_opengl: rename use_full_range to use_normalized_range

Deprecated
~~~~~~~~~~
- --ad-spdif-dtshd (use --audio-spdif=dts-hd)
- audio-samplerate property
- length property

Removed
~~~~~~~
- get_property command
- --demuxer-readahead-packets and --demuxer-readahead-bytes
- image_writer: don't use jpeg baseline, and remove useless jpeg-optimize and jpeg-baseline options
- --leak-report
- --slave-broken
- vo_opengl: npot suboption

Fixes and Minor Enhancements
----------------------------
- ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HD
- af: fix behavior with filter chains that require a large number of auto-inserted conversion filters
- af_lavcac3enc: fix A/V sync
- ao_alsa: accept 7.1 over HDMI
- ao_alsa: refuse to use spdif if AES flags can't be set
- ao_wasapi: fix crash on hotplug init error
- audio: avoid wasting CPU due to continuous wakeup
- audio: do not exit when loading small files in paused mode
- audio: fix channel map fallback selection
- audio: fix crash on uninit
- audio: fix --end handling
- audio: fix EOF state with --keep-open
- audio: fix restoring volume
- charset_conv: fix switched parameters
- charset_conv: use our own UTF-8 check with ENCA only
- cocoa: don't load hardcoded icon if running from bundle
- cocoa: hide cursor using a blank image instead of a system-wide API
- command: do not exit playback if the B point of A-B loop is past EOF
- command: fix audio-out-detected-device property
- command: fix track property when no file is loaded
- command: fix video-aspect property update notification
- command: let track properties return option value in idle mode
- demux: don't get stuck on some cases of timestamp resets
- demux: handle Matroska-style replaygain tags as well
- demux_lavf: do a better job at guessing the vobsub .sub filename
- demux_mkv: disable ordered chapters if ChapterTimeEnd is missing
- demux_mkv: discard broken index
- demux_mkv: fix mpeg2 mapping
- demux_mkv: ignore deprecated FrameRate, do not assume PAL
- demux_mkv: improve video duration detection heuristic
- demux_mkv: parse FLAC channel layouts
- demux_playlist: make mime type comparison case-insensitive
- dxva2: fix handling of cropped video
- idet.sh: Support larger files
- mp_image: fix vf_vdpaupp references
- options: fix conversion of flags to strings
- options: move program name to end of window title
- options: remove the period at the end of "No file."
- osc: completely disable if no VO window exists
- osc: exit tick immediately if disabled
- osc: reinit on playlist changes
- osx: add NULL check for input context in a missing case
- player: fix crashes when adding external tracks before loading main file
- player: increase tick event update frequency
- player: make decoding cover art more robust
- player: raise maximum idle time
- player: return better guess for playback time during seeks
- player: show larger cache sizes in MB on status line
- player: slim down A/V desync warning
- sd_ass: assume negative durations are unknown durations, and handle them
- terminal: disable terminal foreground state polling
- terminal-unix: set terminal mode on init
- timer: fix a corner case on clock changes
- TOOLS: make autodeint detect telecine in parallel
- TOOLS/zsh.pl: die loudly if mpv fails to run
- vaapi: prefer direct display over copy-back
- vaapi: fix some videos only showing up green
- vaapi: treat cropped decoder output slightly more correctly
- vda: add support for nv12 image formats
- vd_lavc: fix a hw decoding fallback case
- vf_stereo3d: drop internal implementation
- vf_vavpp: don't attempt to deinterlace progressive frames
- vf_vavpp: fix bob deinterlacing for bottom field first videos
- vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpi
- video: always re-probe auto deint filter on filter reconfig
- video: better heuristic for timestamp resets
- video: fix panscan in vertical case
- video: fix VideoToolbox/VDA autodetection
- video: unbreak EOF with video-only files that have timestamp resets
- vo_direct3d: fix broken pseudo GUI drag and drop hint
- vo_drm: fix centering with regard to stride
- vo_drm: fix crashes with --profile=pseudo-gui
- vo_drm: fix resolution not restored after exiting
- vo_drm: fix stride problem for certain devices
- vo_drm: make VT switching non mandatory
- vo: free frames before killing VO
- vo_opengl: avoid broken shader if hwdec fails to provide textures
- vo_opengl_cb: drop frames eagerly if frames are not rendered
- vo_opengl: CMS no longer implies linear scaling
- vo_opengl: fix alpha video in one case
- vo_opengl: fix dangling pointers with vo_cmdline
- vo_opengl: fix framestepping/pausing + interpolation
- vo_opengl: fix "freezes" after seeking with interpolation on
- vo_opengl: fix scale=oversample's threshold calculations
- vo_opengl: framebuffers work under GLES 2
- vo_opengl: improve robustness against PBO failure
- vo_opengl: reimplement tscale=oversample
- vo_opengl: reject future images in different formats
- vo_opengl: X11: don't leak when GL init fails
- vo: restore frame-drop logic for high-fps clips
- vo_rpi: fix blackscreen before the first subtitle/OSD is rendered
- vo_rpi, vo_opengl: do not globally terminate EGL on VO uninit
- vo_sdl: fix glaring memory leak
- vo_vdpau: check maximum video size
- vo_vdpau: limit output surfaces to allowed maximum dimensions
- win32: fix window resize logic
- win32: fix crashes when changing system time
- x11: Handle external fullscreen toggles
- ytdl: catch bogus extractor info
- ytdl: do not use deprecated media-title option
- ytdl: don't print failure warning when youtube-dl was killed by us
- ytdl: get start_time

(leot)

2015-09-06 00:11:21 UTC MAIN commitmail json YAML

Updated ham/uhd to 3.9.0

(mef)

2015-09-06 00:11:12 UTC MAIN commitmail json YAML

Update 3.8.5 to 3.9.0
---------------------
## 003.009.000
* X300: Updated DAC ctrl, FPGA toolchain is now entirely Vivado,
  improved master clock controls, added ADC self-cal capability,
  prepared for revisions 7 and 8, fixed flow control issue which
  could cause device to hang when receiving too many overruns
* B2XX: Auto clock rate setting, added PID/VID pairs to support
  all B2XX- and derivatives, added temperature sensor, improved
  DC offset and IQ imbalance correction, added AGC support,
  support for FPGPIO connector on Rev6+ boards, full clock range support,
  updated FX3 firmware (side-channel logging capabilities, updated
  tx voltage swing, better configurability), default tick rate now
  16 MHz, added B200mini support
* E3XX: Added temperature sensor, FPGA toolchain is now entirely Vivado,
  improved DC offset and IQ imbalance correction, added AGC support,
  improved FPGA capture interface robustness for RFIC, make frame
  sizes configurable, replaced GPS control code with gpsd interfacing
  capabilities
* Octoclock: Fixed bootloader + ethernet capabilities
* Compilers: Supported MSVC versions are now 2012, 2013, 2015
  (dropped 2010 support), added MinGW capabilities
* Documentation: Many minor fixes and updates, merged all the
  info from code.ettus.com
* UHD: Added sid_t, CHDR-specific transports now get their own
  (un)packer codes, fixed a lot of compiler warnings, added
  filter API (currently available for AD9361 frontend), added
  soft-register API, replaced Cheetah with Mako, full Py3k
  compliance, updated images downloader tool (now is one tool
  for all devices), CMake minimum version is now 2.8, refactored
  general AD9361 peripheral management, refactored most core
  control management, added usb_error type (used by B2xx devices),
  better exception handling at runtime, added C wrapper API,
  new dependency: python-requests
* C API: Added to UHD (wraps C++ calls in C)
* multi_usrp: Added normalized gain setters/getters, IQ imbalance
  + DC offset correction API, filter API
* Converters: Converter symbols now exported, better logging,
  removed ORC dependency, added u8 converters
* Examples: Whitespace- and other cleanup, multi-channel fixes for
  some examples
* Utils: Read more property tree types from the command line
* Tools: kitchen sink updated, added mega_fft

(mef)

2015-09-05 23:56:56 UTC MAIN commitmail json YAML

Use c99 fixing the build on SunOS

(wiedi)

2015-09-05 23:19:53 UTC MAIN commitmail json YAML

use c99 to fix build on SunOS

(wiedi)

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

Added sysutils/lnav version 0.7.3

(wiz)

2015-09-05 22:12:51 UTC MAIN commitmail json YAML

2015-09-05 22:12:04 UTC MAIN commitmail json YAML

Import lnav-0.7.3 as sysutils/lnav.

An advanced log file viewer for the small-scale.  Watch and analyze
your log files from a terminal.

Many logging tools, like Splunk, provide great features but are
optimized for large-scale deployments.  They require installing
and configuring servers before they can be effectively used.  There
is still a need for a robust log file analyzer for the terminal.

Just point lnav to a directory and it will take care of the rest.
File formats are automatically detected and compressed files are
unpacked on the fly.

Log files are a wealth of information, lnav can help highlight the
parts that are important and filter out the noise.

(wiz)

2015-09-05 21:25:30 UTC MAIN commitmail json YAML

Commence deprecation of logic related to detecting the presence of X11 on the
host and whether to use native or pkgsrc components.

With the use of builtin.mk in packages, these tests are superfluous and can
prevent the builtin.mk detection mechanism from working correctly.

Discovered on OpenBSD where X11_TYPE native was being used but the native
MesaLib wasn't because a test to check the presence of xorgversin.def
failed, forcing MesaLib to be added to $PREFER_PKGSRC.

Change leading if statement to default to an empty $PREFER_PKGSRC with OpenBSD &
Bitrig defaulting to this, remaining platforms should also be moved here after
testing, this is in preperation for replacing the block with just the default value for
$PREFER_PKGSRC.

Put together with instruction from jperkin@

Reviewed by jperkin@ wiz@

(sevan)

2015-09-05 20:56:57 UTC MAIN commitmail json YAML

Add --disable-ldap to fix build on some systems.

Reported by Richard Palo.

(wiz)

2015-09-05 19:42:46 UTC MAIN commitmail json YAML

Updated graphics/jbig2dec to 0.12

(adam)

2015-09-05 19:41:34 UTC MAIN commitmail json YAML

2015-09-05 16:16:59 UTC MAIN commitmail json YAML

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

Update balance to 3.57

Latest Changes:
3.57: MAXGROUPS has been increased to 32

(wiedi)

2015-09-05 15:33:09 UTC MAIN commitmail json YAML

Added sysutils/rsyslog-elasticsearch version 8.12.0

(wiedi)

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

Import rsyslog-elasticsearch as sysutils/rsyslog-elasticsearch

rsyslog module that provides native support for logging to Elasticsearch.

(wiedi)

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)