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

2024-05-13 08:29:41 UTC Now

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

Updated devel/p5-IO-Prompter to 0.004013

(mef)

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

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

(mef)

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

Updated devel/p5-ExtUtils-MakeMaker to 7.06

(mef)

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

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

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

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

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

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

(mef)

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

More tex additions.

(markd)

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

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

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

(markd)

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

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

(markd)

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

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

Add tex packages to complete 2015 collection.

(markd)

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

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

(markd)

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

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

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

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

(wiz)

2015-09-02 10:56:57 UTC MAIN commitmail json YAML

Updated shells/zsh to 5.1

(szptvlfn)

2015-09-02 10:56:49 UTC MAIN commitmail json YAML

Add tex-mcf2graph tex-roundrect tex-shapes

(markd)

2015-09-02 10:54:30 UTC MAIN commitmail json YAML

Update to 5.1

pkgsrc changes:
  removed patch:
    patch-Completion_Unix_Command__du
    patch-Completion_Unix_Command__sort
    patch-Src_builtin.c
    patch-Test_B03print.ztst

  quote from zsh-5.1/ChangeLog:
    * 36120: Completion/Unix/Command/_sort: Fix syntax error
    * 35467: Completion/Unix/Command/_du: complete files for non-GNU du
    * 35412: Src/builtin.c, Test/B03print.ztst: fix for - flag
    when formating strings with printf that was broken in 34841

  separate a patch ( $ mv patches/patch-ac files/patch-ac )

zsh-5.1/NEWS:
Changes from 5.0.8 to 5.1
-------------------------

The builtins declare, export, local, readonly and typeset
now have corresponding reserved words.  When used in
this form, the builtin syntax is extended so that assignments
following the reserved word are treated similarly to
assignments that appear at the start of the command line.
For example,
  local scalar=`echo one word` array=(several words)
creates a local "scalar" containing the text "one word"
and an array "array" containing the words "several"
"words".

- The print builtin has new options -x and -X to expand tabs.

- Several new command completions and numerous updates to others.

- Options to "fc" to segregate internal and shared history.

- All emulations including "sh" use multibyte by default; several
  repairs to multibyte handling.

- ZLE supports "bracketed paste" mode to avoid interpreting pasted
  newlines as accept-line.  Pastes can be highlighted for visibility
  and to make it more obvious whether accept-line has occurred.

- Improved (though still not perfect) POSIX compatibility for getopts
  builtin when POSIX_BUILTINS is set.

- New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior.

- Completion of date values now displays in a calendar format when
  the complist module is available.  Controllable by zstyle.

- New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat.

- Several repairs/improvements to the contributed narrow-to-region
  ZLE function.

- Many changes to child-process and signal handling to eliminate race
  conditions and avoid deadlocks on descriptor and memory management.

- New builtin sysopen in zsh/system module for detailed control of
  file descriptor modes.

zsh-5.1/README:
Incompatibilites between 5.0.8 and 5.1
--------------------------------------

The default behaviour when text is pasted into an X Windows terminal has
changed significantly (unless you are using a very old terminal emulator
that doesn't support this mode).  Now, the new "bracketed paste mode"
treats all the pasted text as literal characters.  This means, in
particular, that a newline is simply inserted as a visible newline; you
need to hit Return on the keyboard to execute the pasted text in one go.
See the description of zle_bracketed_paste in the zshparams manual for
more.  "unset zle_bracketed_paste" restores the previous behaviour.

As noted in NEWS, the builtins declare, export, float, integer, local,
readonly and typeset now have corresponding reserved words that provide
true assignment semantics instead of an approximation by means of normal
command line arguments.  It is hoped that this additional consistency
provides a more natural interface.  However, compatbility with older
versions of zsh can be obtained by turning off the reserved word
interface, exposing the builtin interface:

  disable -r declare export float integer local readonly typeset

This is also necessary in the unusual eventuality that the builtins are
to be overridden by shell functions, since reserved words take
precedence over functions.

(szptvlfn)

2015-09-02 10:53:45 UTC MAIN commitmail json YAML

Add tex-mcf2graph{,-doc} tex-roundrect{,-doc} tex-shapes{,-doc}

(markd)

2015-09-02 10:50:40 UTC MAIN commitmail json YAML

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

2015-09-02 07:41:21 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.51

(wiz)

2015-09-02 07:41:08 UTC MAIN commitmail json YAML

Update p5-Date-Manip to 6.51:

=head1 VERSION 6.51  2015-09-01

Changes suggested by perlcritic

Played with perlcritic and made a few minor changes based on it's suggestions.
I doubt I will use perlcritic significantly.

Date::Manip::Delta::value now returns an empty string

If a delta has an error, or no valid delta in it, the value method returns
an empty string instead of undef.  This is to be consistent with the
Date::Manip::Date::value method which returns an empty string.

Bug fixes

Fixed a bug where date/delta calculations with deltas that are too
large was not working correctly.  They now set an error condition
and fail.  RT 105737

Fixed a bug introduced by the previous patch and luckily discovered
pre-release by Tom Wyant.

Fixed code that produced a warning in 5.22.0.  Tom Wyant

Improved DM6 ParseDate and ParseDateString

Added C<@opts> argument.  Based on RT 105622.

Time zone fixes

Newest zoneinfo data (tzdata 2015f)

Now uses /etc/localtime as a method to determine the local timezone.
Patch supplied in RT 105159 (modified by me).  The patch uses some
code derived from DateTime::TimeZone .

Clearer message when the date is not valid in the timezone.

Test fixes

Added a number of new tests based on Devel::Cover.  Over the next several
releases, I intend to continue to add tests until coverage is 100%.

Documentation fixes

Fixed a typo.  RT 105546

(wiz)

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

The configure script explicitly demands editline (libedit) and won't work
with readline, so don't pretend it will.

(dholland)

2015-09-02 04:24:55 UTC MAIN commitmail json YAML

ocaml; and also seamonkey almost two weeks ago (oops)

(dholland)

2015-09-02 04:23:11 UTC MAIN commitmail json YAML

PLIST.prof is now needed on FreeBSD x86_64. See build report just in.
PKGREVISION -> 1.

(dholland)

2015-09-02 03:43:32 UTC MAIN commitmail json YAML

Updated devel/afl to 1.89b

(mef)

2015-09-02 03:43:22 UTC MAIN commitmail json YAML

Update to 1.89b
--------------
Version 1.89b:
--------------
  - Revamped the support for persistent and deferred forkserver modes.
    Both now feature simpler syntax and do not require companion env
    variables. Suggested by Jakub Wilk.

  - Added a bit more info about afl-showmap. Suggested by Jacek Wielemborek.

(mef)

2015-09-02 01:55:44 UTC MAIN commitmail json YAML

Updated cad/eagle to 7.4.0

(mef)

2015-09-02 01:55:13 UTC MAIN commitmail json YAML

Update 7.3.0 to 7.4.0
---------------------
Release notes for EAGLE 7.4.0
=============================

* EAGLE Editions:

  - CadSoft now provides an EAGLE "Make Pro" edition with capabilities similar to
    Standard edition. In particular the board area is limited to 160x100mm, but
    board width and height can be adjusted. The license is limited to one year
    and an internet connection is required.
  - There is also a new edition "Make Personal" available which was previously
    called "EAGLE Hobbyist".

* COPY command:

  - Beside device sets and packages the COPY command now can also copy symbols.
  - If the library name is skipped in the command syntax the currently opened
    library is taken as source (see help for details).

* Control Panel:

  - Added entry 'COPY to library' to context menu for symbols.
  - Support for Drag&Drop for symbols from Control Panel to Library Editor
    and of all library object types to the overview (table of contents) mode of
    the Library Editor.

* Library Editor:

  - Addition of 'Duplicate' to context menu for symbols in the overview
  (table of contents) mode.
  - Added tool tips to the TOC view of the library editor window
    containing the headlines of the respective descriptions.

* Help improvements:

  - Added examples for CHANGE DLINE.
  - Improved description of PORT regarding buses and of PACKAGE regarding 'name'.
  - Added a section 'Special attributes' regarding the special role of
    attribute 'VALUE'.
  - Improved description of UL_PART.variants(); extended example for UL_VARIANT.
  - Added explanation on top/bottom pairs of custom layers.

* Miscellaneous:

  - Added a set of design rule files from Eurocircuits and Wuerth Electronic
    to design rule folder.
  - Added a new CAM job file gerb274x-mill-drill.cam for generating milling
    output with Gerber and drill data output with Excellon in one action.

* Bugfixes:

  - Ignoring a potentially given but superfluous extension in
    COPY X.PAC@abc.lbr Y[.pac]; same for .dev.
  - Fix for locale dependant problems when entering decimal numbers in unit fields.
  - Changed misleading text in the Linux install script.
  - Fixed handling of newly added empty global attributes.
  - Fix for proper support of EAGLE 64 bit on MAC OS X 10.8.
  - Fixed interpretation of scroll and zoom gestures from trackpads on MAC.
  - Fix for 'Duplicate' in context menu for device sets and packages in the
    library editor's overview mode when duplicating unsaved objects.
  - Improved drawing performance for panning under Linux;
    there was a regression after version 7.2.0.
  - Fix for support of country specific decimal point (like ',') in command line
    and scripts (after 7.2.0 only '.' worked).
  - 'Duplicate' in context menu for library objects: restriction in the naming
    dialog to allowed characters for object names.
  - Fix for a crash in the autorouter when evaluation was done with invalid
    job files.
  - Fix for umlaut problem in installation text on MAC.
  - The ROUTE command with Ctrl+Left can now also start routing at a pad;
    this is important to start from a pad without airwire if the connect mode
    is set to 'any'.
  - Now the first selection point for DIMENSION is only snapped if coming from
    a mouse click.
  - Fixed update of thumbnails after removing a module.
  - Fix for long printing times on Windows (there was a regression since V7.3).
  - Fixed context menu handling for PACKAGE/TECHNOLOGY after clicking "Next"
    in case of an ambiguous selection. The command was still referring to the
    previous object.
  - Fixed >LAST_DATE_TIME in CAM Processor output; it has been stuck at
    'not saved' if during an EAGLE session a new drawing has been generated.
  - Fixed displaying license data containing umlauts.
  - Fix for EAGLE in commandline mode: it could happen that a given command
    sequence (option -C) was executed in the wrong editor window.
  - Fixed triggering the default button 'OK' by ENTER key in the CONNECT dialog;
    if the focus was in a list, the list action was executed inadvertently.
  - Fix for initially missing display of the 'Window' menu in MAC menubar.
  - Correction of eagle.def concerning the output formats GERBER_RS274X_33MM
    and EXCELLON_33MM (introduced in V7.2.1).
  - Fix regarding continuation of an existing autorouter job after previous cancel.
  - Added an initial check if the board was changed before continuation of an
    existing autorouter job.
  - Fix in DRC for undetected overlapping polygons in special cases.
  - Fix for inaccessible minimized partner window if a schematic or board was
    opened. This was a problem on several Linux distributions.
  - Fix for undesired focus changes on MAC between EAGLE editor windows.
  - Reactivated beep if clicking into the drawing area w/o causing
    an actual selection (e.g. in ROUTE command).
  - Fixed ERC messages for nets containing UTF-8 characters.
  - Changed the polygon calculation within the CAM Processor to vector font,
    because texts are always using vector font in the CAM Processor.
  - Added a hint to use the default grid in schematics.
  - Ignoring unjustified offset position if pasting a module.
  - Ensuring unique naming if copying symbols.
  - Fixed initial display of TOC in libraries if loaded within a project.
  - Made ADD link in Control Panel for symbols work.
  - Fixed annotation of deleting a module instance; deleting the respective
    signals in the board completely if there is no port.

(mef)

2015-09-01 23:45:07 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.0122

(mef)

2015-09-01 23:44:59 UTC MAIN commitmail json YAML

Update to 2.0122
----------------
2.0122  2015-09-01
    - Enable the memory test on cygwin as well as Linux.
        - https://rt.cpan.org/Ticket/Display.html?id=104666
        - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
        the report.
    - Fix a typo in createElementNS
        - https://rt.cpan.org/Public/Bug/Display.html?id=106807
        - Thanks to Rich for the report.

(mef)

2015-09-01 23:36:20 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.61

(mef)

2015-09-01 23:36:13 UTC MAIN commitmail json YAML

Update iso-codes 3.61
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Tue, 1 Sep 2015

  [ ISO 639 translations ]
  * Thai by Theppitak Karoonboonyanan

  [ ISO 639-3 translations ]
  * Thai by Theppitak Karoonboonyanan

  [ ISO 3166 translations ]
  * Turkish by Atila KOÇ. Closes: #796207
  * Hebrew by Lior Kaplan
  * Korean by Changwoo Ryu (TP)
  * Danish by Joe Hansen (TP)
  * Icelandic by Sveinn í Felli (TP)
  * Slovak by Ivan Masár

  [ ISO 4217 translations ]
  * Ukrainian by Yuri Chornoivan (TP)
  * Swedish by Anders Jonsson (TP)
  * Norwegian Bokmaal by Hans Fredrik Nordhaug (TP)
  * Danish by Joe Hansen (TP)
  * Icelandic by Sveinn í Felli (TP)
  * Polish by Jakub Bogusz (TP)
  * Hungarian by Balázs Úr (TP)

  [ ISO 3166-2 translations ]
  * Danish by Joe Hansen (TP)
  * Polish by Jakub Bogusz (TP)

  [ ISO 15924 translations ]
  * Swedish by Anders Jonsson (TP)

(mef)

2015-09-01 23:27:35 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.019

(mef)

2015-09-01 23:27:21 UTC MAIN commitmail json YAML

Update to 2.019
---------------
2.019 2015/09/01
- work around different behavior of getnameinfo from Socket and Socket6 by
  using a different wrapper depending on which module I use for IPv6.
  Thanks to bluhm for reporting.

(mef)

2015-09-01 23:17:51 UTC MAIN commitmail json YAML

Add AC_GNU_SOURCE to configure.ac and regenerate autotools

This fixes build on recent ArchLinux with GCC 5.2 and GLibc 2.22.

Approved by <wiz>

(kamil)

2015-09-01 22:24:14 UTC MAIN commitmail json YAML

2015-09-01 22:23:07 UTC MAIN commitmail json YAML

Update phonon-backend-vlc to 0.8.2

* Restore build support with Qt <= 5.2 in the Qt 5 build.

* VLC 2.2 compatibility - VLC 2.2 changed the time when PulseAudio streams
  are constructed, rendering the Phonon PulseSupport non-functional as it
  injects stream-dependent properties through the environment which needs
  to happen close to stream creation to avoid timing issues. The changed
  stream creation time makes it impossible to provide high-level PulseAudio
  control while also allowing Phonon applications to construct multiple
  AudioOutputs in a very short time frame. To allow core functionality from
  working under these circumstances Phonon PulseSupport integration is
  disabled when built against VLC >= 2.2 leading to the following known
  regressions:
  * Changing the volume through the PulseAudio stream itself is not
    propagated to Phonon AudioOutputs, meaning the application can not
    reflect volume changes done through other applications (e.g. a volume
    mixer).
  * Changing the muteness through the PulseAudio stream is not propagated
    either.
  * The PulseAudio media.role property (as well as derived properties) is
    always set to 'video' making all Phonon application use the video
    category for output device selection (e.g. as seen in the Phonon KCM).
* Revised the logic used to come up with an icon name for libvlc. If the
  application has QApplication::windowIcon set with an QIcon constructed
  through QIcon::fromTheme(string) the actual icon name will be used.
  Otherwise the lower-case version of QCoreApplication::applicationName is
  used.
* Setting the libvlc app id is now only dependent on
  QCoreApplication::applicationName being set (previously it was also
  dependent on QCoreApplication::applicationVersion). This change was made
  to accomodate the fact that most applications neglect to set a version.

(markd)

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

Update phonon-backend-gstreamer to 4.8.2

* Prevent excessive QPainter warnings when built against Qt 5 by not
  setting the WA_PaintOnScreen flag for the X11 renderer.
* Repair VideoWidget::snapshot which accidentally broke during GStreamer
  1.0 porting.

(markd)

2015-09-01 22:14:21 UTC MAIN commitmail json YAML

Update phonon to 4.8.3

* New opt-in compatibility feature to install PhononQt4 headers. The new
  cmake option PHONON_INSTALL_QT_COMPAT_HEADERS enables the installation
  of additional compatibility headers to prevent breaking the source
  compatibility for PhononQt applications when built with Phonon.
* Add proper include directory exporting in CMake. When using an imported
  CMake target target_link_libraries(Phonon::phonon) this will now
  automatically add the correct include directory for the target.
* Prevent a crash on device changes when using
  ALSA+PhononServer(KDE)+Phonon(WithDBus)+NoPhononBackend

(markd)

2015-09-01 22:06:13 UTC MAIN commitmail json YAML

Update tex-kotex-{oblivoir,utf}{,-doc} tex-cjk-ko{,-doc}

(markd)

2015-09-01 22:05:02 UTC MAIN commitmail json YAML

2015-09-01 21:44:43 UTC MAIN commitmail json YAML

2015-09-01 21:43:53 UTC MAIN commitmail json YAML

2015-09-01 21:41:02 UTC MAIN commitmail json YAML

Update tex-texinfo to 5.1.37747

Changes unknown

(markd)

2015-09-01 21:33:27 UTC MAIN commitmail json YAML

2015-09-01 21:32:58 UTC MAIN commitmail json YAML

2015-09-01 21:32:14 UTC MAIN commitmail json YAML

2015-09-01 21:24:58 UTC MAIN commitmail json YAML

TeX additions from pkgsrc-wip.

(markd)

2015-09-01 21:24:12 UTC MAIN commitmail json YAML

Add more tex packages.

(markd)

2015-09-01 21:17:55 UTC MAIN commitmail json YAML

Add tex-xstring(,-doc} 1.7c  String manipulation for (La)TeX
Add tex-toptesi{,-doc} 5.86f  Bundle for typesetting multilanguage theses
Add tex-stringstrings{,-doc} 1.23  String manipulation for cosmetic and
  programming application
Add tex-probsoln{,-doc} 3.04  Generate problem sheets and their solution sheets
Add tex-flowfram{,-doc} 1.17  Create text frames for posters, brochures or
  magazines
Add tex-europasscv{,-doc} 2015  Unofficial class for the new version of the
  Europass curriculum vitae
Add tex-envlab{,-doc} 1.2  Addresses on envelopes or mailing labels
Add tex-newlfm{,-doc} 9.4  Write letters, facsimiles, and memos
Add tex-cuisine{,-doc} 0.7  Typeset recipes in LaTeX

>From yhardy in pkgsrc-wip. Cleanup by me.

(markd)

2015-09-01 21:08:43 UTC MAIN commitmail json YAML

Add tex-tikzposter{,-doc}

(markd)

2015-09-01 21:07:29 UTC MAIN commitmail json YAML

2015-09-01 20:52:06 UTC MAIN commitmail json YAML

Don't try to use libgd if configure finds one.

(markd)

2015-09-01 20:49:53 UTC MAIN commitmail json YAML

There are other operating systems than NetBSD.

(markd)

2015-09-01 19:43:02 UTC MAIN commitmail json YAML

Note update of netpgpverify and libnetpgpverify to 20150901

(agc)

2015-09-01 19:41:17 UTC MAIN commitmail json YAML

Bump API requirement to 20150901 for the renamed symbols in libnetpgpverify

(agc)

2015-09-01 19:38:42 UTC MAIN commitmail json YAML

2015-09-01 16:04:17 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.7.4

(manu)

2015-09-01 16:02:54 UTC MAIN commitmail json YAML

2015-09-01 14:27:19 UTC MAIN commitmail json YAML

+freetype2-2.6

(mef)

2015-09-01 14:15:26 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Async to 0.68

(mef)

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

(pkgsrc)
  - Add following line for make test
      BUILD_DEPENDS+= p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb
  - (but still one fails) as:
    not ok 26 - ->failure [3] gives EAI_NONAME
    #  Failed test '->failure [3] gives EAI_NONAME'
    #  at devel/p5-IO-Async/work/IO-Async-0.68/t/50resolver.t line 323.
    #          got: '7'
    #    expected: '8'
(upstream)
  - Update 0.66 to 0.68
--------------------------
0.68    2015/07/31 20:07:48
        [CHANGES]
        * Allow IO::Async::Function body to 'die' with an ARRAYref to set
          more details on failed Future
        * Have IO::Async::Resolver calls indicate the failed resolver name
        * Have IO::Async::Resolver's getaddrinfo and getnameinfo resolvers
          give error numbers in failure result
        * Added 'init_code' parameter to IO::Async::Function (RT104127)
        * Added IO::Async::Channel->encode, ->send_encoded; deprecate the old
          ->send_frozen method
        * Added IO::Async::Test::wait_for_future

        [BUGFIXES]
        * Clean up after 'on_hangup' loop tests (RT106061)
        * Make ->stop + ->start on IO::Async::Timer::Periodic not forget the
          first_interval (RT100927)

0.67    2015/06/01 15:06:13
        [CHANGES]
        * Add a ->post_fork method to IO::Async::Loop in case subclasses
          should take specific action (RT104130)
        * Remove IO::Async::MergePoint entirely
        * Add debug_printf() calls to IO::Async::Process
        * Various documentation additions

        [BUGFIXES]
        * Remember to actually delete unused filehandles from the pollmask
          (RT103922)

(mef)

2015-09-01 13:35:01 UTC MAIN commitmail json YAML

Updated misc/screen to 4.3.1

(kim)

2015-09-01 13:34:47 UTC MAIN commitmail json YAML

Upgrade misc/screen to version 4.3.1 and address stack overflog bug 45713.

Ref: https://savannah.gnu.org/bugs/?45713

Changes since version 4.2.1
---------------------------

Version 4.3.1 (28/06/2015):
  * Fix resize bug

Version 4.3.0 (13/06/2015):
  * Introduce Xx string escape showing the executed command of a window
  * Implement dead/zombie window polling, allowing for auto reconnecting
  * Allow setting hardstatus on first line

  New Commands:
  * 'sort' command sorting windows by title
  * 'bumpleft', 'bumpright' - manually move windows on window list
  * 'collapse' removing numbering 'gaps' between windows, by renumbering
  * 'windows' command now accepts arguments for use with querying

(kim)

2015-09-01 13:16:48 UTC MAIN commitmail json YAML

Disable the use of OpenMP libraries
This resolves an issue where binaries from this package are linked to libraries
from the native compiler on the system. The generated binaries are subsequently not executable
because the path to the compilers library directory is not in the linkers search
path. Observed on OmniOS with this package linking to libgomp from native GCC

Reviewed by wiz@

(sevan)

2015-09-01 13:01:13 UTC MAIN commitmail json YAML

Added devel/p5-Struct-Dumb version 0.03

(mef)

2015-09-01 12:59:12 UTC MAIN commitmail json YAML

Import p5-Struct-Dumb-0.03 as devel/p5-Struct-Dumb.

Struct::Dumb - make simple lightweight record-like structures

(mef)

2015-09-01 12:36:43 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-Util-FieldHash-Compat to 0.09

(mef)

2015-09-01 12:36:33 UTC MAIN commitmail json YAML

(upstream)
- Update 0.08 to 0.09
----------------------
0.09      2015-08-16 05:34:14Z
        - update some distribution tooling

(pkgsrc)
- Add following line
  # Tie::RefHash::Weak was not in CORE (or so I think)
  DEPENDS+= p5-Tie-RefHash-Weak>=0.08:../../devel/p5-Tie-RefHash-Weak

(mef)

2015-09-01 12:30:33 UTC MAIN commitmail json YAML

Update 0.043 to 0.045
---------------------
0.045    2015-07-19 09:46:07-07:00 America/Los_Angeles
        And this time let's actually use a non-trial release, dummy...

0.044_92  2015-07-19 09:45:11-07:00 America/Los_Angeles (TRIAL RELEASE)
        No changes since last development release

0.044_91  2015-07-13 18:12:05-07:00 America/Los_Angeles (TRIAL RELEASE)
        Uncoditionally set no_abbrev option to improve raw log parsing [#67] (John Anderson)

0.044_90  2015-05-06 15:08:17-07:00 America/Los_Angeles (TRIAL RELEASE)
        - Document 'modifications' method on G::W::Log (John Anderson)
        - Parse raw logs correctly (John Anderson)
- Set modifications properly in constructor (John Anderson)

(mef)

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

Updated devel/p5-Git-Repository to 1.315

(mef)

2015-09-01 12:21:08 UTC MAIN commitmail json YAML

Update 1.313 to 1.315
---------------------
1.315 Wed Jul 29 2015
    [ENHANCEMENTS]
    - Show exit status in 'unknown git error' message (TIMB)

1.314 Sat May 23 2015
    [ENHANCEMENTS]
    - simplified the internals of version comparisons
    - give the correct result for comparisons involving 1.0.0a and 1.0.0b

(mef)

2015-09-01 12:18:55 UTC MAIN commitmail json YAML

Revert previous: it expanded the tags.

(kim)

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

Updated devel/p5-ExtUtils-ParseXS to 3.30

(mef)

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

Update 3.24 to 3.30
-------------------
3.30 - Mon Aug 31 10:35:00 CET 2015
  - Promote to stable CPAN release.

3.29_01 - Mon Aug 10 10:45:00 CET 2015
  - Support added for XS handshake API introduced in 5.21.6.
  - Backported S_croak_xs_usage optimized on threaded builds
  - Fix INCLUDE_COMMAND $^X for Perl In Space
  - Remove 'use lib' left over from refactoring
  - Document + improve ancient optimization in ParseXS
  - Improve RETVAL code gen

(mef)

2015-09-01 12:16:31 UTC MAIN commitmail json YAML

Revert previous: it expanded the tag.

(kim)

2015-09-01 12:14:15 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_install to 20150901

(jperkin)

2015-09-01 12:14:06 UTC MAIN commitmail json YAML

2015-09-01 12:05:28 UTC MAIN commitmail json YAML

Updated www/links to 2.11

(mef)

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

Update to 2.11
=== RELEASE 2.11 ===
Tue Aug 25 18:44:58 CEST 2015 mikulas:
        Improve entropy collcetion on OpenVMS. It is still far from ideal.

Thu Aug 20 19:35:45 CEST 2015 mikulas:
        Fixed a bug - when a links process attached to another instance in
        graphics mode, it would occasionally loop, consuming 100% CPU

Sun Jul 26 18:36:44 CEST 2015 mikulas:
        An option to take language and charset from the LANG variable

Sat Jul 25 16:18:16 CEST 2015 mikulas:
        Verify SSL certificates

(mef)

2015-09-01 11:55:04 UTC MAIN commitmail json YAML

Updated www/lighttpd to 1.4.37

(mef)

2015-09-01 11:54:30 UTC MAIN commitmail json YAML

Update to 1.4.37
----------------
- 1.4.37
  * [mod_proxy] remove debug log line from error log (fixes #2659)
  * [mod_dirlisting] fix dir-listing.set-footer not showing
  * fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)
  * increase upload temporary chunk file size from 1MB to 16MB
  * fix undefined integer shift
  * rewrite network sendfile/mmap/writev/write backends
  * fix some unchecked return value warnings
  * [kqueue] fix kevent call
  * [autoconf] define HAVE_CRYPT when crypt() is present
  * [bsd xattr] fix compile break with BSD extended attributes in stat_cache
  * [mod_cgi] rewrite mmap and generic (post body) send error handling
  * [mmap] fix mmap alignment
  * [plugins] when modules are linked statically still only load the modules given in the config
  * [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading
  * fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)

(mef)

2015-09-01 11:52:50 UTC MAIN commitmail json YAML

Updated databases/py-cassandra-driver to 2.7.1

(fhajny)

2015-09-01 11:51:00 UTC MAIN commitmail json YAML

Update databases/py-cassandra-driver to 2.7.1.

2.7.1

Bug Fixes
- Explicitly include extension source files in Manifest

2.7.0

Cython is introduced, providing compiled extensions for core modules,
and extensions for optimized results deserialization.

Features
- General Performance Improvements for Throughput
- Improve synchronous request performance with Timers
- Enable C Extensions for PyPy Runtime
- Refactor SerDes functionality for pluggable interface
- Cython SerDes Extension
- Accept iterators/generators for execute_concurrent()
- cythonize existing modules
- Pure Python murmur3 implementation
- Make driver tolerant of inconsistent metadata

Bug Fixes
- Drop Events out-of-order Cause KeyError on Processing
- DowngradingConsistencyRetryPolicy doesn't check response count on write
  timeouts
- Blocking connect does not use connect_timeout
- Properly protect partition key in CQL export
- Trigger error callbacks on timeout

2.6.0

Bug Fixes
- Output proper CQL for compact tables with no clustering columns

2.6.0c2

Features
- Automatic Protocol Version Downgrade
- cqlengine Python 2.6 compatibility
- Double-dollar string quote UDF body
- Set models.DEFAULT_KEYSPACE when calling set_session

Bug Fixes
- Avoid stall while connecting to mixed version cluster
- Make SSL work with AsyncoreConnection in python 2.6.9
- Fix Murmur3Token.from_key() on Windows
- Fix cqlengine TimeUUID rounding error for Windows
- Avoid invalid compaction options in CQL export for non-SizeTiered

2.6.0c1

This release adds support for Cassandra 2.2 features, including
version 4 of the native protocol.

Features
- Default load balancing policy to TokenAware(DCAware)
- Configuration option for connection timeout
- Support User Defined Function and Aggregate metadata in C* 2.2
- Surface request client in QueryTrace for C* 2.2+
- Implement new request failure messages in protocol v4+
- Metadata model now maps index meta by index name
- Support new types in C* 2.2: date, time, smallint, tinyint
- cqle: add Double column type and remove Float overload
- Use partition key column information in prepared response for protocol v4+
- Support message custom payloads in protocol v4+
- Deprecate refresh_schema and replace with functions for specific entities
- Save trace id even when trace complete times out
- Warn when registering client UDT class for protocol < v3
- Support client warnings returned with messages in protocol v4+
- Ability to distinguish between NULL and UNSET values in protocol v4+
- Expose CQL keywords in API

Bug Fixes
- IPv6 address support on Windows
- Convert exceptions during automatic re-preparation to nice exceptions
- cqle: Quote keywords properly in table management functions
- Don't default to GeventConnection when gevent is loaded, but
  not monkey-patched
- Pass dynamic host from SaslAuthProvider to SaslAuthenticator
- Make protocol read_inet work for Windows
- cqle: Correct encoding for nested types
- Update list of CQL keywords used quoting identifiers
- Make ConstantReconnectionPolicy work with infinite retries
- Accept UUIDs with uppercase hex as valid in cqlengine

(fhajny)

2015-09-01 11:37:14 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 15.07

(fhajny)

2015-09-01 11:36:59 UTC MAIN commitmail json YAML

Update chat/ejabberd to 15.07.

Message Archive Management (XEP-0313)
- Add "complete" attribute to MAM final response
- Fix mod_mam compatibility with RSM
- Changed mam iq get to set as specified by XEP-0313 v0.3

Modules management
- Ensure config snippet is loaded at module installation
- Allow contribution to include .yml or .yaml config file
- Allow include of simple dependencies

Multi User Chat
- New API hook: muc_filter_packet
- Send notifications on MUC configuration changes
- Omit warning message regarding non-anonymous room
- During halt only shutdown MUC rooms on local node

Pubsub
- Allow migration of old pubsub items with old xmlelement structure in body
- Trigger PEP notifications on CAPS updates
- Check for node subscription of bare JID
- Flat is now the default plugin

Stream Management (XEP-0198)
- Increase timeout during resumption
- Increase default "max_ack_queue" value

ejabberd Client connection
- API change: user_send_packet is now a run_fold hook and pass the c2s State
  as a parameter. It was already the case in ejabberd 15.06, but it was not
  mentioned in the changelog, by mistake. So, now, you know :)

Admin
- Do not rely on behaviour info when doing config validation, so that it
  can work with ejabberd binary installers
- When passwords are scrammed, report check_password_hash cannot work
- Fix problem with merging values from multiple config files
- If local guide.html file not found, redirect to the online guide
- Support RTL page direction in WebAdmin for Hebrew
- configure.ac: add AC_CONFIG_MACRO_DIR and static AC_INIT

WebAdmin
- Don't crash web admin when displaying info about websocket using users

Installers

(fhajny)

2015-09-01 11:12:30 UTC MAIN commitmail json YAML

Default to pkgsrc openssl from OSX Lion / 10.7 onwards, where the native
openssl is marked as deprecated.  This causes failures in pkg_install now
that WARNS works correctly (-Werror,-Wdeprecated-declarations).

(jperkin)

2015-09-01 09:31:46 UTC MAIN commitmail json YAML

Re-work the entropy patch to put the error section up front, and
the Linux code above the NetBSD code.  No code change, except ensure
to forward-declare the common functions in all cases.

(he)

2015-09-01 09:00:04 UTC MAIN commitmail json YAML

For consistency, rename HAVE_STRUCT_KINFO_PROC_NETBSD to
HAVE_STRUCT_KINFO_PROC2_NETBSD since that's the variant we're
actually using on NetBSD.  Should result in the same code, so
no revision bump.

(he)

2015-09-01 08:26:05 UTC MAIN commitmail json YAML

Add mod_session_crypto if apr-util is built with ssl.

(jperkin)

2015-09-01 06:14:36 UTC MAIN commitmail json YAML

add Darwin specific files that are new with the verison upgrade

(dbj)

2015-09-01 04:16:05 UTC MAIN commitmail json YAML

Updated ham/gnuradio-core to 3.7.8

(mef)

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

2015-09-01 04:13:43 UTC MAIN commitmail json YAML

(pkgsrc)
- (File/REPLACE_PYTHON) delete non existent files
- (Makefile)
    * CONF_FILES setup deleted (etc files no longer installed,
      but found at examples directory now)
    * MASTER_SITES updated
    * ${DESTDIR} is removed from one of CMAKE_ARGS
      -DGR_LIBRARY_DIR=${DESTDIR}${PREFIX}/lib

(upstream)
- Update gnuradio-core from 3.7.6 to 3.7.8
  ---------------------
  ChangLog 3.7.7 to 3.7.8 is not known
  Release Note for 3.7.7 is at
    http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_7

(mef)

2015-09-01 00:32:22 UTC MAIN commitmail json YAML

Updated meta-pkgs/deforaos-desktop to 0.0.8

(khorben)

2015-09-01 00:31:38 UTC MAIN commitmail json YAML

Also package x11/deforaos-notes in meta-pkgs/deforaos-desktop

(khorben)

2015-09-01 00:29:51 UTC MAIN commitmail json YAML

Added x11/deforaos-notes version 0.0.0

(khorben)

2015-09-01 00:28:39 UTC MAIN commitmail json YAML

Add x11/deforaos-notes

(khorben)

2015-09-01 00:28:03 UTC MAIN commitmail json YAML

2015-08-31 22:25:10 UTC MAIN commitmail json YAML

Updated databases/deforaos-libdatabase to 0.0.1

(khorben)

2015-08-31 22:24:05 UTC MAIN commitmail json YAML

Bump the buildlink3.mk file as well

(khorben)

2015-08-31 22:23:12 UTC MAIN commitmail json YAML

Package DeforaOS libDatabase 0.0.1

This release brings:
- callback on statements with no results
- fixes to the build system
- portability fix

(khorben)

2015-08-31 19:49:44 UTC MAIN commitmail json YAML

Restore https URL, as discussed with schmonz.

Systems without https support in their fetch tools can get the distfiles
from ftp.NetBSD.org.

(wiz)

2015-08-31 16:16:31 UTC MAIN commitmail json YAML

Disable MacOS bundle support, install akonadi_agent_launcher in the normal
place.  Fixes build on Darwin.

(jperkin)

2015-08-31 16:02:59 UTC MAIN commitmail json YAML

Note update of databases/ruby-arel package to 6.0.3.

(taca)

2015-08-31 16:02:31 UTC MAIN commitmail json YAML

Update ruby-arel to 6.0.3.

=== 6.0.3 / 2015-08-04

* Bug fixes

  * Fix quoting LIMIT values on Oracle visitor.

(taca)

2015-08-31 15:31:55 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.2nb3.

(taca)

2015-08-31 15:31:27 UTC MAIN commitmail json YAML

2015-08-31 15:26:31 UTC MAIN commitmail json YAML

Go back to using the non-https MASTER_SITES, because NetBSD 6.x's
/usr/bin/ftp (at least) can't fetch https URLs, and we verify
distfiles by checksum anyway.

(schmonz)

2015-08-31 15:26:19 UTC MAIN commitmail json YAML

2015-08-31 14:34:41 UTC MAIN commitmail json YAML

Added devel/asio version 1.10.6

(nros)

2015-08-31 14:31:58 UTC MAIN commitmail json YAML

2015-08-31 14:31:20 UTC MAIN commitmail json YAML

Additional files installed on Darwin.  Package still fails due to check-shlibs
but this gets us a step closer.

(jperkin)

2015-08-31 14:31:05 UTC MAIN commitmail json YAML

Import of asio 1.10.6 to pkgsrc-current.
Packaged for pkgsrc-wip by nros.

Asio is a cross-platform C++ library for network and low-level I/O
programming that provides developers with a consistent asynchronous
model using a modern C++ approach.

(nros)

2015-08-31 12:36:34 UTC MAIN commitmail json YAML

Note update of graphics/gdk-pixbuf2 to 2.30.8nb1.

(he)

2015-08-31 12:35:53 UTC MAIN commitmail json YAML

2015-08-31 12:25:10 UTC MAIN commitmail json YAML

PLIST_VARS needs to be defined unconditionally.

Fixes non-Linux build.

(wiz)

2015-08-31 12:24:56 UTC MAIN commitmail json YAML

Added textproc/ots version 0.5.0

(nros)

2015-08-31 12:19:43 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.20

(adam)

2015-08-31 12:19:03 UTC MAIN commitmail json YAML

2015-08-31 12:18:51 UTC MAIN commitmail json YAML

Changes 2.4.20:

* New wrapping of OpenLDAP's function ldap_sasl_bind_s() allows
  to intercept the SASL handshake

Modules/
* Added exceptions ldap.VLV_ERROR, ldap.X_PROXY_AUTHZ_FAILURE and
  ldap.AUTH_METHOD_NOT_SUPPORTED

Lib/
* Abandoned old syntax when raising ValueError in modules ldif and
  ldapurl, more information in some exceptions.
* ldap.ldapobject.LDAPObject:
  New convenience methods for SASL GSSAPI or EXTERNAL binds
* Refactored parts in ldif.LDIFParser:
  - New class attributes line_counter and byte_counter contain
    amount of LDIF data read so far
  - Renamed some internally used methods
  - Added support for parsing change records currently limited to
    changetype: modify
  - New separate methods parse_entry_records() (also called by parse())
    and parse_change_records()
  - Stricter order checking of dn:, changetype:, etc.
  - Removed non-existent 'AttrTypeandValueLDIF' from ldif.__all__
* New mix-in class ldap.controls.openldap.SearchNoOpMixIn
  adds convience method noop_search_st() to LDAPObject class
* Added new modules which implement the control classes
  for Virtual List View (see draft-ietf-ldapext-ldapv3-vlv) and
  Server-side Sorting (see RFC 2891)
  Note: This is still experimental! Even the API can change later.

(adam)

2015-08-31 12:16:52 UTC MAIN commitmail json YAML

Import of open text summarizer as textproc/ots to pkgsrc-current.
Package in pkgsrc-wip by nros.

The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not. OTS supports many (25+) languages which are configured
in XML files. Several academic publications have benchmarked it and
praised it.

(nros)

2015-08-31 11:59:43 UTC MAIN commitmail json YAML

Added geography/libchamplain012 version 0.12.10

(nros)

2015-08-31 11:55:36 UTC MAIN commitmail json YAML

2015-08-31 11:54:29 UTC MAIN commitmail json YAML

Improve documentation regarding installation of games containing scorefiles.

o Add an example that illustrates how to handle scorefiles and setgid games.
o Document INSTALL_GAME_DIR.
o Document GAMEDIR_PERMS, GAMEDATA_PERMS and SETGID_GAMES_PERMS and show
  how they can be used.

Discussed with wiz@.

(leot)

2015-08-31 11:53:14 UTC MAIN commitmail json YAML

+libchamplain012

(nros)

2015-08-31 11:50:13 UTC MAIN commitmail json YAML

Import of libchamplain 0.12 as libchamplain012 to pkgsrc-current.
Packaged in pkgsrc-wip by nros.

libchamplain is a Clutter based widget to display rich, eye-candy and
interactive maps.

(nros)

2015-08-31 10:59:04 UTC MAIN commitmail json YAML

2015-08-31 10:13:15 UTC MAIN commitmail json YAML

Note update of net/pear-Net_SMTP package to 1.6.3.

(taca)

2015-08-31 10:12:46 UTC MAIN commitmail json YAML

Update pear-Net_SMTP to 1.6.3.

1.6.3

Release date: 2015-08-02 19:36 UTC
Release state: stable

Changelog:

- Fix redundant CRLF terminator sequence.
- Add a note about $socket_options and OpenSSL.
- Add Composer support.

(taca)

2015-08-31 09:32:19 UTC MAIN commitmail json YAML

Updated www/py-webassets to 0.11.1.

(kleink)

2015-08-31 09:31:34 UTC MAIN commitmail json YAML

Update py-webassets to 0.11.1.

0.11.1 (2015-08-26)
    - Fix compass filter bug (Pablo Aguiar).

(kleink)

2015-08-31 09:03:30 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20150831

(jperkin)

2015-08-31 09:03:19 UTC MAIN commitmail json YAML

2015-08-31 00:23:36 UTC MAIN commitmail json YAML

Updated meta-pkgs/deforaos-desktop to 0.0.7

(khorben)

2015-08-31 00:23:06 UTC MAIN commitmail json YAML

Include the latest version of DeforaOS Todo

(khorben)

2015-08-31 00:21:50 UTC MAIN commitmail json YAML

Updated time/deforaos-todo to 0.2.0

(khorben)

2015-08-31 00:18:33 UTC MAIN commitmail json YAML

Package DeforaOS Todo 0.2.0

This release brings:
- re-licensed as 2-clause BSD
- code refactoring
- support for multi-line descriptions
- additional bugfixes and improvements
- plug-in for DeforaOS Mailer
- manual page
- Spanish translation

(khorben)

2015-08-31 00:16:38 UTC MAIN commitmail json YAML

Adjust gexiv2 to HEAD path from 2015Q2 path.

No PKGREVISION++, as the old way wouldn't build with a full-HEAD tree.

(gdt)

2015-08-31 00:13:26 UTC MAIN commitmail json YAML

Import buildlink3.mk file for mail/deforaos-mailer

(khorben)

2015-08-30 19:13:18 UTC MAIN commitmail json YAML

Register dependency on xsltproc(1) and docbook-xsl

(khorben)

2015-08-30 19:05:07 UTC MAIN commitmail json YAML

Updated geography/viking to 1.6

(gdt)

2015-08-30 19:04:17 UTC MAIN commitmail json YAML

Update to 1.6.

Disable the new mapnik option, in order to separate the upgrade work
from the mapnik work, not because it's undesirable.

>From NEWS:

Viking 1.6 (2015-03-29)
New features since 1.5.1
* Mapnik Rendering Layer (not available in Windows build ATM) - with
  preprocessor CartoCSS option.
** Build system dependency on C++. Source dependency on libmapnik-dev.
* Export files via GPSBabel
* Extended GPSBabel filtering support - Enables limited/simple OSM Overpass
  API support.
* Support reading of MBTiles files.
* Support reading of OSM Metatiles.
* Configurable Toolbar
* Configurable Menu keys
* Various time related features:
** Edit trackpoint and waypoint times.
** Sort layers by time.
** Preference option 'World' to display time values based on the position
  (i.e. in the local timezone) of the track or waypoint.
** Show time axis values on time graphs
** Quick search of tracks by date
** Open external programs Rednotebook or Stellarium at the specific
  time (and place) of a point.
* Improved route finder UI usage
* GeoJSON support via external programs 'togpx' and 'togeojson'
* New default Map Cache layout to be more compatible with standard
  OSM/TMS structure.
** Also python tool available to migrate cache layouts
* Support GPX Metadata values common to GPX1.0 and GPX1.1
* Extended map type configuration options (zoom levels + area extents limits)
* Build compatibility with GPSD 3.12
* Allow starting Viking with command line parameters to set position, zoom
  and map type.
** --latitude <degrees>
** --longitude <degrees>
** --zoom <ZoomLevelOSM>
** --map <MapID>
** eg: $> viking --latitude 51.4 --longitude -1.3 --zoom 12 --map 13
* Improved Windows install information and options
* Export Track, Route and Waypoint Lists as text.
* Many internal improvements, fixes, more translations and various other small
  improvements.

(gdt)

2015-08-30 17:53:52 UTC MAIN commitmail json YAML

2015-08-30 17:52:37 UTC MAIN commitmail json YAML

Updated mail/dbmail to 3.2.3

(wiz)

2015-08-30 17:52:27 UTC MAIN commitmail json YAML

2015-08-30 17:43:11 UTC MAIN commitmail json YAML

Added databases/libzdb version 3.0

(wiz)

2015-08-30 17:42:56 UTC MAIN commitmail json YAML

2015-08-30 17:41:51 UTC MAIN commitmail json YAML

Import libzdb-3.0 as databases/libzdb.

Packaged for wip by udontknow and tnn.

The Zild Database Library implements a small, fast, and easy to
use database API with thread-safe connection pooling. The library
can connect transparently to multiple database systems, has zero
configuration and connections are specified via a standard URL
scheme.

(wiz)

2015-08-30 16:17:27 UTC MAIN commitmail json YAML

workaround for erroneous readdir_r usage reported upstream as found on SunOS
bump PKGREVISION

(richard)

2015-08-30 16:08:18 UTC MAIN commitmail json YAML

2015-08-30 16:08:06 UTC MAIN commitmail json YAML

Update to 2.5.1:

Git v2.5.1 Release Notes
========================

Fixes since v2.5
----------------

* Running an aliased command from a subdirectory when the .git thing
  in the working tree is a gitfile pointing elsewhere did not work.

* Often a fast-import stream builds a new commit on top of the
  previous commit it built, and it often unconditionally emits a
  "from" command to specify the first parent, which can be omitted in
  such a case.  This caused fast-import to forget the tree of the
  previous commit and then re-read it from scratch, which was
  inefficient.  Optimize for this common case.

* The "rev-parse --parseopt" mode parsed the option specification
  and the argument hint in a strange way to allow '=' and other
  special characters in the option name while forbidding them from
  the argument hint.  This made it impossible to define an option
  like "--pair <key>=<value>" with "pair=key=value" specification,
  which instead would have defined a "--pair=key <value>" option.

* A "rebase" replays changes of the local branch on top of something
  else, as such they are placed in stage #3 and referred to as
  "theirs", while the changes in the new base, typically a foreign
  work, are placed in stage #2 and referred to as "ours".  Clarify
  the "checkout --ours/--theirs".

* An experimental "untracked cache" feature used uname(2) in a
  slightly unportable way.

* "sparse checkout" misbehaved for a path that is excluded from the
  checkout when switching between branches that differ at the path.

* The low-level "git send-pack" did not honor 'user.signingkey'
  configuration variable when sending a signed-push.

* An attempt to delete a ref by pushing into a repository whose HEAD
  symbolic reference points at an unborn branch that cannot be
  created due to ref D/F conflict (e.g. refs/heads/a/b exists, HEAD
  points at refs/heads/a) failed.

* "git subtree" (in contrib/) depended on "git log" output to be
  stable, which was a no-no.  Apply a workaround to force a
  particular date format.

* "git clone $URL" in recent releases of Git contains a regression in
  the code that invents a new repository name incorrectly based on
  the $URL.  This has been corrected.
  (merge db2e220 jk/guess-repo-name-regression-fix later to maint).

* Running tests with the "-x" option to make them verbose had some
  unpleasant interactions with other features of the test suite.
  (merge 9b5fe78 jk/test-with-x later to maint).

* "git pull" in recent releases of Git has a regression in the code
  that allows custom path to the --upload-pack=<program>.  This has
  been corrected.

* pipe() emulation used in Git for Windows looked at a wrong variable
  when checking for an error from an _open_osfhandle() call.

Also contains typofixes, documentation updates and trivial code
clean-ups.

(wiz)

2015-08-30 16:06:59 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.5.1

(tsutsui)

2015-08-30 16:06:12 UTC MAIN commitmail json YAML

Update mlterm to 3.5.1.

pkgsrc changes:
- remove post-3.5.0 patch

Changes noted in doc/en/ReleaseNote:

ver 3.5.1
* Support font fallback on cairo.
* Improve romaji-kana conversion in using wnn as an input method.
  (Merge https://gist.github.com/tsutsui/1d4f9af3b4a53c906eb4)
* KBD_INPUT_NUM or MOUSE_INPUT_NUM environmental variables enable to specify N
  of /dev/input/eventN on Linux/framebuffer.
* Update unicode properties to 8.0.0.
* Add "layout_inner_border" / --lborder option.
* Add "use_extended_scroll_shortcut" to OSC 5379 and 5380.
* Add "Scroll by Shift+Up or Shift+Down" to "Others" tab of mlconfig.
* Add "Font width" (Narrow/Widen/Default) entry to "Font" tab of mlconfig.
* Bug fixes:
  Change the version of libvte 2.91 compatible library from 9.0.0 to 0.0.0
  Clean up utmp entry in exiting on NetBSD.

(tsutsui)

2015-08-30 15:59:35 UTC MAIN commitmail json YAML

Updated devel/p5-Import-Into to 1.002005

(wiz)

2015-08-30 15:59:27 UTC MAIN commitmail json YAML

Update to 1.002005:

1.002005 - 2015-08-28
  - fix level as a hashref parameter

(wiz)

2015-08-30 15:57:21 UTC MAIN commitmail json YAML

Updated math/maxima to 5.37.0

(wiz)

2015-08-30 15:57:11 UTC MAIN commitmail json YAML

2015-08-30 15:23:15 UTC MAIN commitmail json YAML

- pear-Console_Table-1.2.1, pear-DB-1.8.2, pear-Date-1.5.0a4,
  pear-File_Find-1.3.3, pear-Mail_Mime-1.9.0, pear-Math_BigInteger-1.0.2,
  pear-Net_URL2-2.2.0, pear-Numbers_Words-0.18.1, php-http-2.5.1,
  php-ja-wordpress-4.3, php-raphf-1.1.0, php-redis-2.2.7, php-ssdeep-1.0.4,
  php-sugarcrm-6.5.22, php-suhosin-0.9.38, php-uploadprogress-1.0.3.1,
  php-xdebug-2.3.3, php-yaz-1.1.9, php-zendopcache-7.0.5.
+ php-pdflib-3.0.4 (require pdflib 7 or later).

(taca)

2015-08-30 15:18:02 UTC MAIN commitmail json YAML

Note update of databases/php-redis package to 2.2.7.

(taca)

2015-08-30 15:17:34 UTC MAIN commitmail json YAML

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

Updated sysutils/dbus to 1.10.0

(wiz)

2015-08-30 15:08:00 UTC MAIN commitmail json YAML

Update to 1.10.0:

D-Bus 1.10.0 (2015-08-25)
==

The “0x20” release.

This is a new stable branch, recommended for use in OS distributions.

Fixes since 1.9.20:

• distribute test/tap-test.sh.in, even if the tarball was built without
  tests enabled (fd.o #91684, Simon McVittie)
• work around a fd leak in libcap-ng < 0.7.7 (fd.o #91684, Simon McVittie)

Summary of major changes since 1.8.0:

• The basic setup for the well-known system and session buses is
  now done in read-only files in ${datadir} (normally /usr/share).
  See the NEWS entry for 1.9.18 for details.

• AppArmor integration has been merged, with features similar to the
  pre-existing SELinux integration. It is mostly compatible with the
  patches previously shipped by Ubuntu, with one significant change:
  Ubuntu's GetConnectionAppArmorSecurityContext method has been superseded
  by GetConnectionCredentials and was not included.

• The --enable-user-session configure option can be enabled
  by OS integrators intending to use systemd to provide a session bus
  per user (in effect, treating all concurrent graphical and non-graphical
  login sessions as one large session).

• The new listenable address mode "unix:runtime=yes" listens on
  $XDG_RUNTIME_DIR/bus, the same AF_UNIX socket used by the systemd
  user session. libdbus and "dbus-launch --autolaunch" will connect to
  this address by default. GLib ≥ 2.45.3 and sd-bus ≥ 209 have a
  matching default.

• All executables are now dynamically linked to libdbus-1.
  Previously, some executables, most notably dbus-daemon, were statically
  linked to a specially-compiled variant of libdbus. This results in
  various private functions in the _dbus namespace being exposed by the
  shared library. These are not API, and must not be used outside
  the dbus source tree.

• On platforms with ELF symbol versioning, all public symbols
  are versioned LIBDBUS_1_3.

New bus APIs:

• org.freedesktop.DBus.GetConnectionCredentials returns
  LinuxSecurityLabel where supported
• org.freedesktop.DBus.Monitoring interface (privileged)
  · BecomeMonitor method supersedes match rules with eavesdrop=true,
    which are now deprecated
• org.freedesktop.DBus.Stats interface (semi-privileged)
  · now enabled by default
  · new GetAllMatchRules method

New executables:

• dbus-test-tool
• dbus-update-activation-environment

New optional dependencies:

• The systemd: pseudo-transport requires libsystemd or libsd-daemon
• Complete documentation requires Ducktype and yelp-tools
• Full test coverage requires GLib 2.36 and PyGI
• AppArmor integration requires libapparmor and optionally libaudit

Dependencies removed:

• dbus-glib

D-Bus 1.9.20 (2015-08-06)
==

The “Remember Tomorrow” release.

This is a release-candidate for D-Bus 1.10.0. OS distribution vendors
should test it.

Fixes:

• Don't second-guess what the ABI of poll() is, allowing it to be used
  on Integrity RTOS and other unusual platforms (fd.o #90314;
  Rolland Dudemaine, Simon McVittie)

• Don't duplicate audit subsystem integration if AppArmor and SELinux are
  both enabled (fd.o #89225, Simon McVittie)

• Log audit events for AppArmor/SELinux policy violations whenever
  we have CAP_AUDIT_WRITE, even if not the system bus
  (fd.o #83856, Laurent Bigonville)

D-Bus 1.9.18 (2015-07-21)
==

The “Pirate Elite” release.

Configuration changes:

• The basic setup for the well-known system and session buses is now done
  in read-only files in ${datadir}, moving a step closer to systems
  that can operate with an empty /etc directory. In increasing order
  of precedence:

  · ${datadir}/dbus-1/s*.conf now perform the basic setup such as setting
    the default message policies.
  · ${sysconfdir}/dbus-1/s*.conf are now optional. By default
    dbus still installs a trivial version of each, for documentation
    purposes; putting configuration directives in these files is deprecated.
  · ${datadir}/dbus-1/s*.d/ are now available for third-party software
    to install "drop-in" configuration snippets (any packages
    using those directories should explicitly depend on at least this
    version of dbus).
  · ${sysconfdir}/dbus-1/s*.d/ are also still available for sysadmins
    or third-party software to install "drop-in" configuration snippets
  · ${sysconfdir}/dbus-1/s*-local.conf are still available for sysadmins'
    overrides

  ${datadir} is normally /usr/share, ${sysconfdir} is normally /etc,
  and "s*" refers to either system or session as appropriate.

  (fd.o #89280, Dimitri John Ledkov)

Fixes:

• Fix a memory leak when GetConnectionCredentials() succeeds
  (fd.o #91008, Jacek Bukarewicz)

• Ensure that dbus-monitor does not reply to messages intended for others,
  resulting in its own disconnection (fd.o #90952, Simon McVittie)

D-Bus 1.9.16 (2015-05-14)
==

The “titanium barns” release.

Dependencies:

• Automake 1.13 is now required when compiling from git or modifying
  the build system.

Security hardening:

• On Unix platforms, change the default configuration for the session bus
  to only allow EXTERNAL authentication (secure kernel-mediated
  credentials-passing), as was already done for the system bus.

  This avoids falling back to DBUS_COOKIE_SHA1, which relies on strongly
  unpredictable pseudo-random numbers.

  If you are using D-Bus over the (unencrypted!) tcp: or nonce-tcp: transport,
  in conjunction with DBUS_COOKIE_SHA1 and a shared home directory using
  NFS or similar, you will need to reconfigure the session bus to accept
  DBUS_COOKIE_SHA1 by commenting out the <auth> element. This configuration
  is not recommended.

  (fd.o #90414, Simon McVittie)

• When asked for random numbers for DBUS_COOKIE_SHA1, the nonce-tcp:
  transport, UUIDs or any other reason, fail if we cannot obtain entropy
  (from /dev/urandom or CryptGenRandom()) or an out-of-memory condition
  occurs, instead of silently falling back to low-entropy pseudorandom
  numbers from rand(). (fd.o #90414; Simon McVittie, Ralf Habacker)

Enhancements:

• Add dbus_message_iter_get_element_count()
  (fd.o #30350; Christian Dywan, Simon McVittie)

• Introduce new internal DBusSocket and DBusPollable types so we can
  stop treating the Windows SOCKET type as if it was int. DBusSocket
  is specifically a socket, cross-platform. DBusPollable is whatever
  _dbus_poll() can act on, i.e. a fd on Unix or a SOCKET on Windows.
  (fd.o #89444; Ralf Habacker, Simon McVittie)

• All regression tests now output TAP <https://testanything.org/>
  (fd.o #89846, Simon McVittie)

• Internal APIs consistently use signed values for timestamps
  (fd.o #18494, Peter McCurdy)

• Improve diagnostics when UpdateActivationEnvironment calls are rejected
  (fd.o #88812, Simon McVittie)

• Clean up a lot of compiler warnings
  (fd.o #17289, fd.o #89284; Ralf Habacker, Simon McVittie)

Fixes:

• Add locking to DBusCounter's reference count and notify function
  (fd.o #89297, Adrian Szyndela)

• Ensure that DBusTransport's reference count is protected by the
  corresponding DBusConnection's lock (fd.o #90312, Adrian Szyndela)

• Correctly release DBusServer mutex before early-return if we run out
  of memory while copying authentication mechanisms (fd.o #90021,
  Ralf Habacker)

• Make dbus-test-tool and dbus-update-activation-environment portable
  to Windows (fd.o #90089, Ralf Habacker)

• Correctly initialize all fields of DBusTypeReader (fd.o #90021;
  Ralf Habacker, Simon McVittie)

• Fix some missing \n in verbose (debug log) messages (fd.o #90004,
  Ralf Habacker)

• Clean up some memory and fd leaks in test code and tools
  (fd.o #90021, Ralf Habacker)

• Fix a NULL dereference if the dbus-daemon cannot read a configuration
  directory for a reason that is not ENOENT (fd.o #90021, Ralf Habacker)

• CMake generates a versioned shared library even if the revision is 0,
  as it usually is on the development branch. (fd.o #89450, Ralf Habacker)

D-Bus 1.9.14 (2015-03-02)
==

The “don't stand in the poison cloud” release.

Dependencies:

• dbus-daemon and dbus-daemon-launch-helper now require libdbus. They
  were previously linked to a static version of libdbus.

• The tests no longer require dbus-glib in order to exercise the libdbus
  shared library; they are always linked to libdbus now.

Build-time configuration:

• The new --enable-user-session option, off by default, can be enabled
  by OS integrators intending to use systemd to provide a session bus
  per user (in effect, treating all concurrent graphical and non-graphical
  login sessions as one large session)

Enhancements:

• All executables are now linked dynamically to libdbus.
  (fd.o #83115; Bertrand SIMONNET, Simon McVittie, Ralf Habacker)

• On platforms that support them (GNU libc and possibly others),
  libdbus now has versioned symbols for its public API.
  All public symbols (visible in the header files) are currently
  versioned as LIBDBUS_1_3; private symbols starting with _dbus or
  dbus_internal have a version that changes with each release, and
  must not be used by applications. (also fd.o #83115)

• New listenable address mode "unix:runtime=yes" which listens on
  a real filesystem (non-abstract) socket $XDG_RUNTIME_DIR/bus
  (fd.o #61303; Colin Walters, Alexander Larsson, Simon McVittie)

• Add optional systemd units for a per-user bus listening on
  $XDG_RUNTIME_DIR/bus (fd.o #61301; Simon McVittie, Colin Walters)

• On Unix platforms, both libdbus and "dbus-launch --autolaunch"
  default to connecting to $XDG_RUNTIME_DIR/bus if it is a socket
  (also fd.o #61301)

• New dbus-update-activation-environment tool uploads environment
  variables to "dbus-daemon --session" and optionally "systemd --user",
  primarily as a way to keep the per-user bus compatible with
  distributions' existing X11 login scripts (also fd.o #61301)

• <includedir/> elements in dbus-daemon configuration are now silently
  ignored if the directory does not exist. (fd.o #89280, Dimitri John Ledkov)

• Add microsecond-resolution timestamps to the default output of
  dbus-monitor and dbus-send (fd.o #88896; Ralf Habacker, Simon McVittie)

Fixes:

• Fix a race condition in the 'monitor' test introduced in 1.9.10
  (fd.o #89222, Simon McVittie)

D-Bus 1.9.12 (2015-02-19)
==

The “monster lasagna” release.

Dependencies:

• Ducktype and yelp-tools are now required to build complete documentation
  (they are optional for normal builds).

Enhancements:

• D-Bus Specification version 0.26
  · GetConnectionCredentials can return LinuxSecurityLabel or WindowsSID
  · document the BecomeMonitor method

• On Linux, add LinuxSecurityLabel to GetConnectionCredentials
  (fd.o #89041; Tyler Hicks, Simon McVittie)

• On Linux, add support for AppArmor mediation of message sending and
  receiving and name ownership (paralleling existing SELinux mediation
  support), and eavesdropping (a new check, currently AppArmor-specific)
  (fd.o #75113; John Johansen, Tyler Hicks, Simon McVittie)

• In dbus-send and dbus-monitor, pretty-print \0-terminated bytestrings
  that have printable ASCII contents; we previously only did this for
  unterminated bytestrings (fd.o #89109, Simon McVittie)

• Add a guide to designing good D-Bus APIs (fd.o #88994, Philip Withnall)

• On Windows, add WindowsSID to GetConnectionCredentials
  (fd.o #54445, Ralf Habacker)

• Improve clarity of dbus-monitor --profile output and add more columns
  (fd.o #89165, Ralf Habacker)

• Add a man page for dbus-test-tool, and build it under CMake as well
  as Autotools (fd.o#89086, Simon McVittie)

• If dbus-daemon was compiled with --enable-verbose, add a D-Bus API
  to control it at runtime, overriding the DBUS_VERBOSE environment variable
  (fd.o #88896, Ralf Habacker)

Fixes:

• Reduce the number of file descriptors used in the fd-passing test,
  avoiding failure under the default Linux fd limit, and automatically
  skip it if the rlimit is too small (fd.o #88998, Simon McVittie)

D-Bus 1.9.10 (2015-02-09)
==

The “sad cyborgs” release.

Security fixes merged from 1.8.16:

• Do not allow non-uid-0 processes to send forged ActivationFailure
  messages. On Linux systems with systemd activation, this would
  allow a local denial of service: unprivileged processes could
  flood the bus with these forged messages, winning the race with
  the actual service activation and causing an error reply
  to be sent back when service auto-activation was requested.
  This does not prevent the real service from being started,
  so the attack only works while the real service is not running.
  (CVE-2015-0245, fd.o #88811; Simon McVittie)

Enhancements:

• The new Monitoring interface in the dbus-daemon lets dbus-monitor and
  similar tools receive messages without altering the security properties
  of the system bus, by calling the new BecomeMonitor method on a
  private connection. This bypasses the normal <allow> and <deny> rules
  entirely, so to preserve normal message-privacy assumptions, only root
  is allowed to do this on the system bus. Restricted environments,
  such as Linux with LSMs, should lock down access to the Monitoring
  interface. (fd.o #46787, Simon McVittie)

• dbus-monitor uses BecomeMonitor to capture more traffic, if the
  dbus-daemon supports it and access permissions allow it.
  It still supports the previous approach ("eavesdropping" match rules)
  for compatibility with older bus daemons. (fd.o #46787, Simon)

• dbus-monitor can now log the message stream as binary data for later
  analysis, with either no extra framing beyond the normal D-Bus headers,
  or libpcap-compatible framing treating each D-Bus message
  as a captured packet. (fd.o #46787, Simon)

Other fixes:

• Fix some CMake build regressions (fd.o #88964, Ralf Habacker)

• On Unix, forcibly terminate regression tests after 60 seconds to
  prevent them from blocking continuous integration frameworks
  (fd.o #46787, Simon)

D-Bus 1.9.8 (2015-02-03)
==

The “all the types of precipitation” release.

Dependencies:

• full test coverage now requires GLib 2.36
• full test coverage now requires PyGI (PyGObject 3,
  "import gi.repository.GObject") instead of the
  obsolete PyGObject 2 ("import gobject")

Enhancements:

• add GLib-style "installed tests" (fd.o #88810, Simon McVittie)

• better regression test coverage, including systemd activation
  (fd.o #57952, #88810; Simon McVittie)

Fixes:

• fatal errors correctly make the dbus-daemon exit even if <syslog/> is
  turned off (fd.o #88808, Simon McVittie)

• TCP sockets on Windows no longer fail to listen approximately 1 time
  in 256, caused by a logic error that should have always made it fail but
  was mitigated by incorrect endianness for the port number
  (fd.o #87999, Ralf Habacker)

• fix some Windows build failures (fd.o #88009, #88010; Ralf Habacker)

• on Windows, allow up to 8K connections to the dbus-daemon instead of the
  previous 64, completing a previous fix which only worked under
  Autotools (fd.o #71297, Ralf Habacker)

• on Windows, if the IP family is unspecified only use IPv4,
  to mitigate IPv6 not working correctly (fd.o #87999, Ralf Habacker)

• fix some unlikely memory leaks on OOM (fd.o #88087, Simon McVittie)

• lcov code coverage analysis works again (fd.o #88808, Simon McVittie)

• fix an unused function error with --disable-embedded-tests (fd.o #87837,
  Thiago Macieira)

D-Bus 1.9.6 (2015-01-05)
==

The “I do have a bread knife” release.

Security hardening:

• Do not allow calls to UpdateActivationEnvironment from uids other than
  the uid of the dbus-daemon. If a system service installs unsafe
  security policy rules that allow arbitrary method calls
  (such as CVE-2014-8148) then this prevents memory consumption and
  possible privilege escalation via UpdateActivationEnvironment.

  We believe that in practice, privilege escalation here is avoided
  by dbus-daemon-launch-helper sanitizing its environment; but
  it seems better to be safe.

• Do not allow calls to UpdateActivationEnvironment or the Stats interface
  on object paths other than /org/freedesktop/DBus. Some system services
  install unsafe security policy rules that allow arbitrary method calls
  to any destination, method and interface with a specified object path;
  while less bad than allowing arbitrary method calls, these security
  policies are still harmful, since dbus-daemon normally offers the
  same API on all object paths and other system services might behave
  similarly.

Other fixes:

• Add missing initialization so GetExtendedTcpTable doesn't crash on
  Windows Vista SP0 (fd.o #77008, Илья А. Ткаченко)

D-Bus 1.9.4 (2014-11-24)
==

The “extra-sturdy caramel” release.

Fixes:

• Partially revert the CVE-2014-3639 patch by increasing the default
  authentication timeout on the system bus from 5 seconds back to 30
  seconds, since this has been reported to cause boot regressions for
  some users, mostly with parallel boot (systemd) on slower hardware.

  On fast systems where local users are considered particularly hostile,
  administrators can return to the 5 second timeout (or any other value
  in milliseconds) by saving this as /etc/dbus-1/system-local.conf:

  <busconfig>
    <limit name="auth_timeout">5000</limit>
  </busconfig>

  (fd.o #86431, Simon McVittie)

• Add a message in syslog/the Journal when the auth_timeout is exceeded
  (fd.o #86431, Simon McVittie)

• Send back an AccessDenied error if the addressed recipient is not allowed
  to receive a message (and in builds with assertions enabled, don't
  assert under the same conditions). (fd.o #86194, Jacek Bukarewicz)

D-Bus 1.9.2 (2014-11-10)
==

The “structurally unsound flapjack” release.

Security fixes:

• Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536
  so that CVE-2014-3636 part A cannot exhaust the system bus'
  file descriptors, completing the incomplete fix in 1.8.8.
  (CVE-2014-7824, fd.o #85105; Simon McVittie, Alban Crequy)

Enhancements:

• D-Bus Specification version 0.25
  · new value 'const' for EmitsChangedSignal annotation
    (fd.o #72958, Lennart Poettering)
  · new ALLOW_INTERACTIVE_AUTHORIZATION flag, for PolicyKit and similar
    (fd.o #83449; Lennart Poettering, Simon McVittie)
  · annotate table of types with reserved/basic/container, and for
    basic types, fixed/string-like
  · clarify arbitrary limits by quoting them in mebibytes

• New API: add accessors for the ALLOW_INTERACTIVE_AUTHORIZATION flag
  (fd.o #83449, Simon McVittie)

• Add dbus-test-tool, a D-Bus swiss army knife with multiple subcommands,
  useful for debugging and performance testing:
  · dbus-test-tool spam: send repeated messages
  · dbus-test-tool echo: send an empty reply for all method calls
  · dbus-test-tool black-hole: do not reply to method calls
  (fd.o #34140; Alban Crequy, Simon McVittie, Will Thompson)

• Add support for process ID in credentials-passing on NetBSD
  (fd.o #69702, Patrick Welche)

• Add an example script to find potentially undesired match rules
  (fd.o #84598, Alban Crequy)

• Document the central assumption that makes our use of credentials-passing
  secure (fd.o #83499, Simon McVittie)

• Replace the dbus-glib section of the tutorial with a GDBus recommendation,
  and add some links to GDBus and QtDBus documentation (fd.o #25140,
  Simon McVittie)

Fixes:

• Use a less confusing NoReply message when disconnected with a reply pending
  (fd.o #76112, Simon McVittie)

• Make the .pc file relocatable by letting pkg-config do all variable
  expansion itself (fd.o #75858, Руслан Ижбулатов)

• Fix a build failure on platforms with kqueue, which regressed in 1.9.0
  (fd.o #85563, Patrick Welche)

• Consistently save errno after socket calls (fd.o #83625, Simon McVittie)

• In dbus-spawn, when the grandchild process exits due to a failed exec(),
  do not lose the exec() errno (fd.o #24821, Simon McVittie)

• Do not fail the tests if a parent process has leaked non-close-on-exec
  file descriptors to us (fd.o #73689, fd.o #83899; Simon McVittie)

• Do not fail the tests on Unix platforms with incomplete
  credentials-passing support, but do fail if we can't pass credentials
  on a platform where it is known to work: Linux, FreeBSD, OpenBSD, NetBSD
  (fd.o #69702, Simon McVittie)

• Detect accept4, dirfd, inotify_init1, pipe2, and Unix fd passing
  when building with cmake, and expand test coverage there
  (fd.o #73689; Ralf Habacker, Simon McVittie)

D-Bus 1.9.0 (2014-10-01)
==

The “tiered cheeses” release.

Requirements:

• Support for the systemd: (LISTEN_FDS) pseudo-transport on Linux now
  requires either the libsystemd or libsd-daemon shared library, dropping the
  embedded convenience copy of sd-daemon (fd.o #71818, Simon)

Build-time configuration changes:

• The Stats interface is now enabled by default, and locked-down to
  root-only on the system bus. Configure with --disable-stats
  to disable it altogether on memory- or disk-constrained systems,
  or see ${docdir}/examples/ to open it up to non-root users on the
  system bus or restrict access on the session bus.
  (fd.o #80759; Simon McVittie, Alban Crequy)

• The CMake build system now builds the same shared library name as Autotools
  on at least Linux and Windows:
  - on Linux (and perhaps other Unix platforms), it previously built
    libdbus-1.so, but now builds libdbus-1.so.3.* with development
    symlink libdbus-1.so and SONAME/symlink libdbus-1.so.3
  - on Windows, it previously built either libdbus-1.dll (release) or
    libdbus-1d.dll (debug), but now builds libdbus-1-3.dll, copied to
    libdbus-1.dll for compatibility with older applications.
  (fd.o #74117, Ralf Habacker)

Enhancements:

• D-Bus Specification version 0.24
  · document how to quote match rules (fd.o #24307, Simon McVittie)
  · explicitly say that most message types never expect a reply
    regardles of whether they have NO_REPLY_EXPECTED
    (fd.o #75749, Simon McVittie)

• on Unix platforms, disable Nagle's algorithm on TCP connections to improve
  initial latency (fd.o #75544, Matt Hoosier)

• use backtrace() if it is in -lexecinfo instead of libc, as on NetBSD
  (fd.o #69702, Patrick Welche)

• in dbus-monitor, print more information about file descriptors
  (fd.o #80603, Alban Crequy)

• do not install system bus configuration if built for Windows
  (fd.o #83583; Ralf Habacker, Simon McVittie)

• Add GetAllMatchRules to the Stats interface (fd.o #24307, Alban Crequy)

• Add a regression test for file descriptor passing (fd.o #83622,
  Simon McVittie)

Fixes:

• fix an incorrect error message if a Unix socket path is too long
  (fd.o #73887, Antoine Jacoutot)

• in an MSYS/Cygwin environment, pass Unix-style filenames to xmlto,
  fixing documentation generation (fd.o #75860, Руслан Ижбулатов)

• in Unix with X11, avoid giving dbus-launch a misleading argv[0]
  in ps(1) (fd.o #69716, Chengwei Yang)

• avoid calling poll() with timeout < -1, which is considered invalid
  on FreeBSD and NetBSD (fd.o #78480, Jaap Boender)

• be portable to BSD-derived platforms where O_CLOEXEC is unavailable in libc
  (like Mac OS X 10.6), or available in libc but unsupported by the kernel
  (fd.o #77032; rmvsxop, OBATA Akio, Patrick Welche)

• Fix include path for test/internal/*.c with cmake (Ralf Habacker)

• Documentation improvements
  (fd.o #80795, #84313; Thomas Haller, Sebastian Rasmussen)

• in dbus-monitor, do not leak file descriptors that we have monitored
  (fd.o #80603, Alban Crequy)

• Set the close-on-exec flag for the inotify file descriptor, even
  if built with CMake or older libc (fd.o #73689, Simon McVittie)

• Remove some LGPL code from the Windows dbus-daemon
  (fd.o #57272, Ralf Habacker)

(wiz)

2015-08-30 15:07:26 UTC MAIN commitmail json YAML

Note update of www/php-zendopcache package to 7.0.5.

(taca)

2015-08-30 15:06:56 UTC MAIN commitmail json YAML

Update php-zendopcache to 7.0.5.

pkgsrc change: this package support php54 and php55.

7.0.5
- Fixed bug #69281 (opcache_is_script_cached no longer works)
- Fixed bug #68677 (Use After Free in OPcache)
- Make killing a locker an ERROR event
- Fixed bug #69125 (Array numeric string as key)
- Fixed bug #69038 (switch(SOMECONSTANT) misbehaves)
- Fixed segfault while running with moodle

(taca)

2015-08-30 15:05:14 UTC MAIN commitmail json YAML

Note update of www/php-uploadprogress package to 1.0.3.1.

(taca)

2015-08-30 15:04:45 UTC MAIN commitmail json YAML

Update php-uploadprogress to 1.0.3.1.

1.0.3.1
- Wrong version number in .h file

1.0.3
- Another make it work with PHP 5.4

1.0.2
- Make it work with PHP 5.4

(taca)

2015-08-30 15:03:27 UTC MAIN commitmail json YAML

Note update of www/php-sugarcrm package to 6.5.22.

(taca)

2015-08-30 15:02:59 UTC MAIN commitmail json YAML

Update php-sugarcrm to 6.5.22 (6.5.21 includes security fix).

6.5.22

o Feature Enhancements

Enhancements to existing features for Release 6.5.22 are listed below:

    * OAuth 2 support for Google connector : OAuth 2 authentication is now
      supported for Google connector.

o Known Issues

The following are known issues with Sugar 6.5.22:

    * 62064 : Shipping field in the Grand Total and Line Items section of
      quotes does not update as expected when the Shipping field is calculated
      via Sugar Logic.

    * 73330 : Attempting to connect to the IBM SmartCloud application via the
      External Accounts tab does not work as expected.

6.5.21

o Fixed Issues

Sugar 6.5.21 is a security update released to address certain security
vulnerabilities identified during our routine QA checks.

We strongly recommend that you install this update at the earliest
opportunity.  While we have not experienced any reported incidents relating to
these vulnerabilities to date, failure to install this update could leave you
exposed to malicious third party attacks. For more information regarding this,
please refer to the Security Advisory announcement.

These vulnerabilities have been addressed in release 6.5.21 which is available
for download from the Download Manager.

Administrators are strongly encouraged to upgrade their Sugar instances
running 6.5.20 or earlier to 6.5.21 to prevent potential exploitation of these
weaknesses.

(taca)

2015-08-30 15:01:25 UTC MAIN commitmail json YAML

Note update of time/pear-Date package to 1.5.0a4.

(taca)

2015-08-30 15:00:52 UTC MAIN commitmail json YAML

Update pear-Date to 1.5.0a4.

1.5.0a1:

* Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT
* Fixed bug #7439: US/Indiana Daylight Savings Change
* Implemented request #9700: Incorrect timestamps allowd
* Fixed bug #10349: Wrong offset in timezones
* Fixed bug #10591: inDaylightTime fails
* Implemented request #11090: microtime is not set by default constructor
* Fixed bug #11313: DST time change not handled correctly
* Fixed bug #11475: Date::copy don't copy milisecond part
* Fixed bug #11682: Australia/Perth has DST
* Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode
* Fixed bug #12019: Date->after(...) changes the date
* Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero
  incorrectly
* Fixed bug #12529: setTZ globally sets your TZ instead of only within date
  object
* Fixed bug #13376: setFromDateDiff change source dates

* Improved time-zone functionality so that it is entirely handled by the class
  and not reliant on native functions
* Added leap-second functionality
* Added functions 'Date::round()' and 'Date::trunc()'
* Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style
  formatting code
* Added formatting function 'Date::format3()' to allow date-formatting using
  the formatting code of 'date()'

1.5.0a2:

QA release.
Users are strongly encouraged to adopt to inbuilt DateTime functionality.

Bug #17730 Patch: Avoid ereg, using preg_match
Doc Bug #15029 large Date_Span's cannot be created
Bug #14929 Timezone summertime
Bug #14856 America/Moncton longname and dstlongname missing
Bug #14084 TZ variable being set wrecks global config
Bug #13615 America/Toronto time-zone is missing longname and dstlongname
Bug #13545 Date_Span::set() doesn't work when passed an int and format
Req #13488 Please rename Methods format2 and format3

1.5.0a3:

QA release
Request #17626 Patch to add missing longname and dstlongname info
Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone)
Bug #19568 setDate() handles ISO week dates incorrectly

1.5.0a4:

Fix broken tgz package file

(taca)

2015-08-30 14:59:43 UTC MAIN commitmail json YAML

Note update of textproc/pear-File_Find package to 1.3.3.

(taca)

2015-08-30 14:59:16 UTC MAIN commitmail json YAML

Update pear-File_Find to 1.3.3.

1.3.3:
Fix release

1.3.2:

QA release
* Bug #18779 PHP Deprecated: Assigning the return value of new by reference is
  deprecated
* Bug #19530 Array to string conversion

(taca)

2015-08-30 14:58:26 UTC MAIN commitmail json YAML

Note update of textproc/pear-Console_Table package to 1.2.1.

(taca)

2015-08-30 14:57:42 UTC MAIN commitmail json YAML

Update pear-Console_Table to 1.2.1.

1.2.1:
* Add travis configuration (Christian Weiske).
* Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
* Fix Composer definition syntax (Rob Loach, PR #9).

1.2.0:
* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request
  #20182).
* Fix notice when using setAlign() on other than first column (Christian
  Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug
  #20188)

1.1.6:
Use line breaks dependent on the current operating system.

(taca)

2015-08-30 14:55:15 UTC MAIN commitmail json YAML

Note update of security/php-suhosin package to 0.9.38.

(taca)

2015-08-30 14:54:50 UTC MAIN commitmail json YAML

Update php-suhosin to 0.9.38.

2015-05-21 - 0.9.38
    - removed code compatibility for PHP <5.4 (lots of code + ifdefs)
    - allow https location for suhosin.filter.action
    - fixed newline detection for suhosin.mail.protect
    - Added suhosin.upload.max_newlines to protect againt DOS attack via many
      MIME headers in RFC1867 uploads (CVE-2015-4024)
    - mail related test cases now work on linux

(taca)

2015-08-30 14:53:12 UTC MAIN commitmail json YAML

Note update of security/php-ssdeep package to 1.0.4.

(taca)

2015-08-30 14:52:39 UTC MAIN commitmail json YAML

Update php-ssdeep to 1.0.4.

1.0.4
This is a build maintenance release only so there is no need to upgrade.

- Make use of --with-libdir so installers can override the lib default (RHEL
  uses lib64 for example)
- Clean up the build script to standardise the code constructs used
- Add LICENSE, README and CREDITS to PECL package configuration

1.0.3
Bug #60347 OSX can't build as .so hardcoded

(taca)

2015-08-30 14:51:27 UTC MAIN commitmail json YAML

Note update of security/ssdeep package to 2.13.

(taca)

2015-08-30 14:50:50 UTC MAIN commitmail json YAML

Note update of print/php-pdflib package to 2.1.10.

(taca)

2015-08-30 14:49:07 UTC MAIN commitmail json YAML

Update ssdeep to 2.13.

** Version 2.13 - 24 Apr 2015

* New Features

  - Added fuzzy_set_total_input_length function to the API.
  - Added support for files up to 192GB.
  - Added support for arbitrary length input from the standard input.

* Bug Fixes

  - Fixed issue when comparing hashes from relatively simple files.
  - Fixed portability issues.

** Version 2.12 - 24 Oct 2014

* Bug Fixes

  - Fixed issue when comparing identical hashes but with different
    block sizes.

(taca)

2015-08-30 14:46:25 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 13.1.2

(wiz)

2015-08-30 14:46:17 UTC MAIN commitmail json YAML

Update to 13.1.2:

13.1.2 (2015-08-23)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.1.2.

13.1.1 (2015-08-20)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.1.1.

* Upgrade setuptools to 18.2.

* Make the activate script safe to use when bash is running with ``-u``.

(wiz)

2015-08-30 14:44:22 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 18.2

(wiz)

2015-08-30 14:44:13 UTC MAIN commitmail json YAML

Update to 18.2:

18.2
----

* Issue #412: More efficient directory search in ``find_packages``.

(wiz)

2015-08-30 14:43:34 UTC MAIN commitmail json YAML

Updated devel/py-click to 5.1

(wiz)

2015-08-30 14:43:25 UTC MAIN commitmail json YAML

Update to 5.1:

Version 5.1
-----------

(bugfix release, released on 17th August 2015)

- Fix a bug in `pass_obj` that would accidentally pass the context too.

Version 5.0
-----------

(codename "tok tok", released on 16th August 2015)

- Removed various deprecated functionality.
- Atomic files now only accept the `w` mode.
- Change the usage part of help output for very long commands to wrap
  their arguments onto the next line, indented by 4 spaces.
- Fix a bug where return code and error messages were incorrect when
  using ``CliRunner``.
- added `get_current_context`.
- added a `meta` dictionary to the context which is shared across the
  linked list of contexts to allow click utilities to place state there.
- introduced `Context.scope`.
- The `echo` function is now threadsafe: It calls the `write` method of the
  underlying object only once.
- `prompt(hide_input=True)` now prints a newline on `^C`.
- Click will now warn if users are using ``unicode_literals``.
- Click will now ignore the ``PAGER`` environment variable if it is empty or
  contains only whitespace.
- The `click-contrib` GitHub organization was created.

(wiz)

2015-08-30 14:43:07 UTC MAIN commitmail json YAML

Update php-pdflib to 2.1.8, latest 2.x release.
(php-pdflib 3.0 and later requires PDFlib 7 or later.)

2.1.9:
- added support for PHP 5.4

2.1.10:
- fixed https://bugs.php.net/bug.php?id=64455

(taca)

2015-08-30 14:42:12 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 1.2.1

(wiz)

2015-08-30 14:42:03 UTC MAIN commitmail json YAML

Update to 1.2.1:

v1.2.1

Nothing changed from v1.2.0.

v1.2.0

    Out-of-line mode: int a[][...]; can be used to declare a
    structure field or global variable which is, simultaneously,
    of total length unknown to the C compiler (the a[] part) and
    each element is itself an array of N integers, where the value
    of N is known to the C compiler (the int and [...] parts around
    it). Similarly, int a[5][...]; is supported (but probably less
    useful: remember that in C it means int (a[5])[...];).
    PyPy: the lib.some_function objects were missing the attributes
    __name__, __module__ and __doc__ that are expected e.g. by some
    decorators-management functions from functools.
    Out-of-line API mode: you can now do from _example.lib import
    x to import the name x from _example.lib, even though the lib
    object is not a standard module object. (Also works in from
    _example.lib import *, but this is even more of a hack and will
    fail if lib happens to declare a name called __all__. Note that
    * excludes the global variables; only the functions and constants
    make sense to import like this.)
    lib.__dict__ works again and gives you a copy of the dict秣ssuming
    that lib has got no symbol called precisely __dict__. (In
    general, it is safer to use dir(lib).)
    Out-of-line API mode: global variables are now fetched on demand
    at every access. It fixes issue #212 (Windows DLL variables),
    and also allows variables that are defined as dynamic macros
    (like errno) or __thread -local variables. (This change might
    also tighten the C compiler龝 check on the variables� type.)
    Issue #209: dereferencing NULL pointers now raises RuntimeError
    instead of segfaulting. Meant as a debugging aid. The check is
    only for NULL: if you dereference random or dead pointers you
    might still get segfaults.
    Issue #152: callbacks: added an argument ffi.callback(...,
    onerror=...). If the main callback function raises an exception
    and onerror is provided, then onerror(exception, exc_value,
    traceback) is called. This is similar to writing a try: except:
    in the main callback function, but in some cases (e.g. a signal)
    an exception can occur at the very start of the callback
    function稈efore it had time to enter the try: except: block.
    Issue #115: added ffi.new_allocator(), which officializes
    support for alternative allocators.

(wiz)

2015-08-30 14:41:32 UTC MAIN commitmail json YAML

Note update of net/php-yaz package to 1.1.9.

(taca)

2015-08-30 14:40:58 UTC MAIN commitmail json YAML

Update php-yaz to 1.1.9.

1.1.9:
Fix compilation for older YAZ versions. Tests part of package.

1.1.8:
Update LICENSE to Revised BSD (same as YAZ itself).

1.1.7:
Add yaz_cql_parse + yaz_cql_conf.

1.1.6:
Fix Bug #64773: error define in php_yaz.c.

1.1.5:
Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters with
proper types.

1.1.4:
Avoid deprecated pval_destructor.

1.1.3:
Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in
yaz_es_result

1.1.2:
Updates for PHP 5.4

(taca)

2015-08-30 14:40:34 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.018

(wiz)

2015-08-30 14:40:26 UTC MAIN commitmail json YAML

Update to 2.018:

2.018 2015/08/27
- RT#106687 - startssl.t failed on darwin with old openssl since server
  requested client certificate but offered also anon ciphers

(wiz)

2015-08-30 14:39:38 UTC MAIN commitmail json YAML

Updated fonts/ubuntu-fonts to 0.83

(wiz)

2015-08-30 14:39:30 UTC MAIN commitmail json YAML

Update to 0.83:

2015-08-21 (Paul Sladen) Ubuntu Font Family version 0.83

  Note: This release was created by binary patching from the v0.80
  release using the scripts in 'sources/patch-0.80-0.83/' to rebuild
  the necessary tables. The release selectively updates only those
  proportional .ttf font files exhibiting the bug below bug number;
  the Ubuntu Mono monospace font files remain unchanged, being the
  original version 0.80 ones.

  [Marc Foley]
  * [Engineering] Fixed wrong characters appear in some mac apps. (LP: #1334363)

(wiz)

2015-08-30 14:38:27 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.20

(wiz)

2015-08-30 14:38:18 UTC MAIN commitmail json YAML

Update to 1.20:

Noteworthy changes in version 1.20 (2015-08-26) [C16/A16/R0]
-----------------------------------------------

* New macros for GCC attributes.

* Make es_set_binary actually work for Windows.

* Allow building without thread support.

* Build without a build timestamp by default.

* Interface changes relative to the 1.19 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPGRT_VERSION                    NEW macro.
GPGRT_VERSION_NUMBER            NEW macro.
GPGRT_INLINE                    NEW macro.
GPGRT_GCC_VERSION                NEW macro.
GPGRT_ATTR_NORETURN              NEW macro.
GPGRT_ATTR_PRINTF                NEW macro.
GPGRT_ATTR_NR_PRINTF            NEW macro.
GPGRT_ATTR_FORMAT_ARG            NEW macro.
GPGRT_ATTR_SENTINEL              NEW macro.
GPGRT_ATTR_USED                  NEW macro.
GPGRT_ATTR_UNUSED                NEW macro.
GPGRT_ATTR_DEPRECATED            NEW macro.
GPGRT_ATTR_PURE                  NEW macro.
GPGRT_ATTR_MALLOC                NEW macro.
GPGRT_HAVE_MACRO_FUNCTION        NEW macro.
GPGRT_HAVE_PRAGMA_GCC_PUSH      NEW macro.

(wiz)