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

2024-05-13 11:57:58 UTC Now

2013-07-29 06:42:32 UTC MAIN commitmail json YAML

Update to 2.3.0, based on a patch by Lokesh Mandvekar <lsm5@fedoraproject.org>
on pkgsrc-users.

Changes:
This release adds the ability to move/resize floating windows beyond
region boundaries. It adds 'soft boundary' behavior to region
boundaries. When moving a window past the region boundary, the
window will 'snap' to the region boundary if it is less than
boundary_width distance beyond the edge. A new boundary_width
configuration option has been added. The 'soft boundary' behavior
can be disabled by setting this option to 0. The ability to set
tile_gap to negative values has been added, which makes it possible
for tiled windows to overlap. Set this to the opposite of border_width
to collapse borders.

(wiz)

2013-07-29 04:20:55 UTC MAIN commitmail json YAML

Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
be defined before including lang/php/phpversion.mk.

(taca)

2013-07-29 03:59:44 UTC MAIN commitmail json YAML

Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
be defined before including lang/php/phpversion.mk.

(taca)

2013-07-28 23:38:53 UTC MAIN commitmail json YAML

Update shtk to 1.3, sysbuild to 2.7 and sysupgrade to 1.5.

The major difference in all these new releases is that the code for these
projects has been yanked out of pkgsrc and moved into GitHub in order to
make the code more easily available on other systems.  These three packages
are now very simple pkgsrc packages.

(jmmv)

2013-07-28 23:37:14 UTC MAIN commitmail json YAML

Update to 1.5:

Released on 2013-07-28.

* Sources migrated to a GitHub project from the previous copy in
  the pkgsrc repository.  sysupgrade is now a first-class package and
  includes a traditional build system based on automake and autoconf.

* Moved the sysupgrade script from bin to sbin.

(jmmv)

2013-07-28 23:32:58 UTC MAIN commitmail json YAML

2013-07-28 23:30:44 UTC MAIN commitmail json YAML

Update to 1.3:

Released on 2013-07-28.

* Sources migrated to a GitHub project from the previous copy in
  the pkgsrc repository.  shtk is now a first-class package and includes
  a traditional build system based on automake and autoconf and also
  provides a pkg-config file and autoconf macros to ease the integration
  with other packages.

(jmmv)

2013-07-28 21:50:01 UTC MAIN commitmail json YAML

+ blender-2.68a, liferea-1.10.1, phpmyadmin-4.0.4.2.

(wiz)

2013-07-28 20:52:25 UTC MAIN commitmail json YAML

Updated mail/akonadi to 1.10.2

(wiz)

2013-07-28 20:52:16 UTC MAIN commitmail json YAML

Update to 1.10.2:

1.10.2                            23-July-2013
----------------------------------------------
- Fix PostgreSQL support (once more)

1.10.1   22-July-2013
----------------------------------------------
- Fix PostgreSQL support
- Optimize appending flags to items
- Introduce CHANGEDSINCE parameter to FETCH command

(wiz)

2013-07-28 20:46:27 UTC MAIN commitmail json YAML

Updated devel/guile-www to 2.37

(wiz)

2013-07-28 20:46:18 UTC MAIN commitmail json YAML

Update to 2.37:

- 2.37 | 2013-07-28

  - dropped

    - example program wwwcat

      This trivial program is not so interesting.

    - module ‘(www main)’
    - proc ‘(www server-utils parse-request) read-first-line’
    - proc ‘(www server-utils parse-request) read-headers’
    - proc ‘(www server-utils parse-request) skip-headers’
    - proc ‘(www server-utils parse-request) read-body’
    - proc ‘(www http) http:head’
    - proc ‘(www http) http:get’

      These were announced in Guile-WWW 2.34 (2012-03-29) NEWS.

    - support for values in ‘receive-response’ spec

      This was announced in Guile-WWW 2.36 (2012-11-22) NEWS.

  - ‘(www url) url:address’ more strict
  - ‘(www url) url:unknown’ more strict

    Contrary to the Guile-WWW 2.34 (2012-03-29) NEWS blurb, these
    two procs are not being deleted.  Instead, they persist and now
    check their arg for the proper scheme (‘mailto’ and ‘unknown’,
    respectively) to better support the (thin) abstraction they
    provide over the underlying data structure.

  - bootstrap tools upgraded
    - GNU Automake 1.13.4
    - Guile-BAUX 20130705.0751.4969fb4

(wiz)

2013-07-28 20:44:55 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv to 1.10

(wiz)

2013-07-28 20:44:46 UTC MAIN commitmail json YAML

Update to 1.10:

1.10 (2013-07-23)
~~~~~~~~~~~~~~~~~

* **BACKWARDS INCOMPATIBLE** Dropped support for Python 2.5. The minimum
  supported Python version is now Python 2.6.

* **BACKWARDS INCOMPATIBLE** Using ``virtualenv.py`` as an isolated script
  (i.e. without an associated ``virtualenv_support`` directory) is no longer
  supported for security reasons and will fail with an error.

  Along with this, ``--never-download`` is now always pinned to ``True``, and
  is only being maintained in the short term for backward compatibility
  (Pull #412).

* **IMPORTANT** Switched to the new setuptools (v0.9.7) which has been merged
  with Distribute_ again and works for Python 2 and 3 with one codebase.
  The ``--distribute`` and ``--setuptools`` options are now no-op.

* Updated to pip 1.4.

* Added support for PyPy3k

* Added the option to use a version number with the ``-p`` option to get the
  system copy of that Python version (Windows only)

* Removed embedded ``ez_setup.py``, ``distribute_setup.py`` and
  ``distribute_from_egg.py`` files as part of switching to merged setuptools.

* Fixed ``--relocatable`` to work better on Windows.

* Fixed issue with readline on Windows.

.. _Distribute: https://pypi.python.org/pypi/distribute

(wiz)

2013-07-28 20:42:44 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 0.9.8

(wiz)

2013-07-28 20:42:35 UTC MAIN commitmail json YAML

Update to 0.9.8:

-----
0.9.8
-----

* Issue #53: Fix NameErrors in `_vcs_split_rev_from_url`.

-----
0.9.7
-----

* Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
  not have a `.name` attribute.
* Issue #34: Documentation now refers to bootstrap script in code repository
  referenced by bookmark.
* Add underscore-separated keys to environment markers (markerlib).

(wiz)

2013-07-28 20:41:50 UTC MAIN commitmail json YAML

Updated parallel/py-billiard to 2.7.3.31

(wiz)

2013-07-28 20:41:41 UTC MAIN commitmail json YAML

Update to 2.7.3.31:

2.7.3.31 - 2012-07-04
---------------------

- Recent changes broke support for running without C extension (Issue #57).

(wiz)

2013-07-28 20:40:45 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.12

(wiz)

2013-07-28 20:40:35 UTC MAIN commitmail json YAML

Update to 2.0.12:

If you use LaTeX for mathematical equations on your cards, and
study with AnkiMobile or AnkiDroid, please revert to 2.0.8 (available
on the Anki website) until the mobile clients receive an update.

o Changed the way pastes and drag&drops are handled. This should
hopefully fix various issues people were having with Google Images,
and will now automatically add any images in a chunk of selected
text to your collection if you have HTML stripping turned off.

o Fixed errors caused by importing notes with a changed schema

o Revert a change made in 2.0.9 where Anki would switch the active
review deck when a different deck was selected in the add screen.
This caused issues where the note type would change invisibly and
some people objected to the new behaviour.

o Work around a crash when closing Anki on Windows caused by a toolkit bug.

o Make sure we always show 3 buttons for cards in initial learning in a filtered deck.

o Improve the checking for and stripping of filename characters
that can't be stored on some filesystems.

o Fixed an error when pasting media with non-latin characters in the URL.

o Don窶冲 throw an error if user adds cloze reference to a non-cloze note type.

o Fix error shown when importing csv file with blank first line.

o Fix year and all time review graph.

o If the user窶冱 recycle bin is broken, just delete the file instead.

o Don窶冲 send old backups to the recycle bin.

o Fix duplicates not being detected when pasting text.

o Fix a bug where the clipboard was being clobbered after the first paste.

o When pasting images between fields, don窶冲 try to download them.

o Allow includegraphics in LaTeX

o You can now view stats on filtered decks.

o Warn when prefs.db is corrupt, and catch another corruption case

o Allow searches for decks with + in their name.

o Work around linux crash on paste of invalid image.

o Fix an issue where duplicates were not being detected on paste

o Ensure starting ease can't be set below 130%.

o Make sure we include px in stats (thanks to steveaw)

o Fix error shown when importing from command line (thanks to Hans)

o Fix incorrect instructions to "maintenance" menu (thanks to Soren)

o Unused media now shows "no missing media" message in a tooltip
(thanks to Julien)

(wiz)

2013-07-28 17:56:18 UTC MAIN commitmail json YAML

Added www/py-flask-script version 0.5.3.
Added www/py-webassets version 0.8.
Added www/py-flask-assets version 0.8.

(kleink)

2013-07-28 17:54:59 UTC MAIN commitmail json YAML

+ py-flask-assets

(kleink)

2013-07-28 17:54:32 UTC MAIN commitmail json YAML

Import Flask-Assets-0.8 as www/py-flask-assets.

Integrates the webassets library with Flask, adding support for
merging, minifying and compiling CSS and Javascript files.

(kleink)

2013-07-28 17:52:24 UTC MAIN commitmail json YAML

+ py-webassets

(kleink)

2013-07-28 17:51:30 UTC MAIN commitmail json YAML

Import webassets-0.8 as www/py-webassets.

Asset management application for Python web development - use it
to merge and compress your JavaScript and CSS files.

(kleink)

2013-07-28 17:48:05 UTC MAIN commitmail json YAML

+ py-flask-script

(kleink)

2013-07-28 17:47:18 UTC MAIN commitmail json YAML

Import Flask-Script-0.5.3 as www/py-flask-script.

The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.

(kleink)

2013-07-28 17:27:18 UTC MAIN commitmail json YAML

Updated textproc/py-cssutils to 0.9.10.

(kleink)

2013-07-28 17:26:08 UTC MAIN commitmail json YAML

Update py-cssutils to 0.9.10.

cssutils.googlecode.com is gone, keep pypi.

0.9.10 130331

* BUGFIX: False HASH color values like #xyz were not being handled
  properly (thanks to Teruaki Koizumi)
* Fixed issue #23: Tests do work properly in newer Python (>2.7.1?)
  version now, old versions will report error. Before this was the
  other way round but this makes more sense probably
* Fixed issue #24: rgba color values did not validate properly
* (Jason R. Coombs) Fixed issue #25: Cssutils installs ���tests��� package
* Fixed issue #27: Small magnitude float values serialized incorrectly
* Fixed issue #28: Standalone semicolons in CSSStyleDeclaration is
  now simply stripped and does not remove directly following property
  too

0.9.10b1 120428

* REGRESSION: Valid profiles reported by validation may not be right
  but as these hardly say anything in the real world anyway the
  advancements in the following bugfixes are probably worth this.
  Profiles.validateWithProfile currently not working but should be
  hardly used anyway. As a workaround remove all profiles and add
  just the ones you want to use for your application
* BUGFIX: Profiles have been updated. Multiple profiles can be added
  via addProfiles and this is preferred to adding separate profiles
  with addProfile. Profiles do check for updated macros now so that
  e.g. CSS3 Colors defined in a different profile are valid for all
  properties defined before. This may lead to a reset of all properties
  and so may be an extremely expensive operation.
* BUGFIX: font-family names in profile CSS3_FONTS seem to have been
  defined wrongly. Family names containing spaces are valid now, even
  without quotes.
* BUGFIX: for Python 2.5 compatibility (thanks @Jason)
* IMPROVEMENT: Added all X11 color names and corresponding RGBA values

(kleink)

2013-07-28 15:34:12 UTC MAIN commitmail json YAML

+ akonadi-1.10.2, guile-www-2.37, py-ZopeInterface-4.0.3,
  py-anki2-2.0.12, py-billiard-2.7.3.31, py-lxml-3.2.3,
  py-setuptools-0.9.8, py-virtualenv-1.10, qemu-1.5.2, redis-2.6.14,
  serf-1.3.0, subversion-base-1.8.1, x264-devel-20130727,
  xf86-video-intel-2.21.13.

(wiz)

2013-07-28 13:22:14 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 2.0.0

(obache)

2013-07-28 13:21:55 UTC MAIN commitmail json YAML

Update milter-manager to 2.0.0.

== [release-2-0-0] 2.0.0: 2013-07-25

A bug fix release of 1.8.9.

=== milter-test-server

==== Improvements

  * Support multiline header

=== Ruby milter

==== Fixes

  * Fix a bug that reject/temporary failure on envelope recipient
    calls reset.

(obache)

2013-07-28 12:54:53 UTC MAIN commitmail json YAML

2013-07-28 12:47:55 UTC MAIN commitmail json YAML

Updated textproc/py-docutils to 0.11

(wiz)

2013-07-28 12:47:46 UTC MAIN commitmail json YAML

Update to 0.11:

Release 0.11 (2013-07-22)
=========================

* General

  - Apply [ 2714873 ] Fix for the overwritting of document attributes.
  - Support embedded aliases within hyperlink references.
  - Fix [ 228 ] try local import of docutils components (reader, writer, parser,
    language module) before global search.

* docutils/parsers/rst/directives/tables.py

  - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.

* docutils/writers/html4css1/__init__.py
  - Fix [ 3600051 ] for tables in a list, table cells are not compacted.
  - New setting `stylesheet_dirs` (see above).

    Now, it is easy to add a custom stylesheet to Docutils' default
    stylesheet with, e.g., ``--stylesheet_path='html4css1.css, mystyle.css'``

    Changed behaviour of the default settings:
      if there is a file ``html4css1.css`` in the working directory of the
      process at launch, it is used instead of the one provided by Docutils
      in the writer source directory.

  - New default for math-output_: ``HTML math.css``.
  - Avoid repeated class declarations in html4css1 writer
    (modified version of patch [ 104 ]).

.. _math-output: docs/user/config.html#math-output

* docutils/writers/latex2e/__init__.py

  - Drop the simple algorithm replacing straight double quotes with
    English typographic ones.
    Activate the SmartQuotes_ transform if you want this feature.
  - New setting `stylesheet_dirs`: Comma-separated list of directories
    where stylesheets are found. Used by `stylesheet_path` when expanding
    relative path arguments.

.. _SmartQuotes: docs/user/config.html#smart-quotes

* docutils/writers/manpage.py

  - Fix [3607063] handle lines starting with a period.
  - Fix option separating comma was bold (thanks to Bill Morris).

(wiz)

2013-07-28 12:44:13 UTC MAIN commitmail json YAML

2013-07-28 12:43:51 UTC MAIN commitmail json YAML

Update to 3.0:

* Noteworthy changes in release 3.0 (2013-07-25) [stable]

** WARNING: Future backward-incompatibilities!

  Like other GNU packages, Bison will start using some of the C99 features
  for its own code, especially the definition of variables after statements.
  The generated C parsers still aim at C90.

** Backward incompatible changes

*** Obsolete features

  Support for YYFAIL is removed (deprecated in Bison 2.4.2): use YYERROR.

  Support for yystype and yyltype is removed (deprecated in Bison 1.875):
  use YYSTYPE and YYLTYPE.

  Support for YYLEX_PARAM and YYPARSE_PARAM is removed (deprecated in Bison
  1.875): use %lex-param, %parse-param, or %param.

  Missing semicolons at the end of actions are no longer added (as announced
  in the release 2.5).

*** Use of YACC='bison -y'

  TL;DR: With Autoconf <= 2.69, pass -Wno-yacc to (AM_)YFLAGS if you use
  Bison extensions.

  Traditional Yacc generates 'y.tab.c' whatever the name of the input file.
  Therefore Makefiles written for Yacc expect 'y.tab.c' (and possibly
  'y.tab.h' and 'y.outout') to be generated from 'foo.y'.

  To this end, for ages, AC_PROG_YACC, Autoconf's macro to look for an
  implementation of Yacc, was using Bison as 'bison -y'.  While it does
  ensure compatible output file names, it also enables warnings for
  incompatibilities with POSIX Yacc.  In other words, 'bison -y' triggers
  warnings for Bison extensions.

  Autoconf 2.70+ fixes this incompatibility by using YACC='bison -o y.tab.c'
  (which also generates 'y.tab.h' and 'y.output' when needed).
  Alternatively, disable Yacc warnings by passing '-Wno-yacc' to your Yacc
  flags (YFLAGS, or AM_YFLAGS with Automake).

** Bug fixes

*** The epilogue is no longer affected by internal #defines (glr.c)

  The glr.c skeleton uses defines such as #define yylval (yystackp->yyval) in
  generated code.  These weren't properly undefined before the inclusion of
  the user epilogue, so functions such as the following were butchered by the
  preprocessor expansion:

    int yylex (YYSTYPE *yylval);

  This is fixed: yylval, yynerrs, yychar, and yylloc are now valid
  identifiers for user-provided variables.

*** stdio.h is no longer needed when locations are enabled (yacc.c)

  Changes in Bison 2.7 introduced a dependency on FILE and fprintf when
  locations are enabled.  This is fixed.

*** Warnings about useless %pure-parser/%define api.pure are restored

** Diagnostics reported by Bison

  Most of these features were contributed by Th辿ophile Ranquet and Victor
  Santet.

*** Carets

  Version 2.7 introduced caret errors, for a prettier output.  These are now
  activated by default.  The old format can still be used by invoking Bison
  with -fno-caret (or -fnone).

  Some error messages that reproduced excerpts of the grammar are now using
  the caret information only.  For instance on:

    %%
    exp: 'a' | 'a';

  Bison 2.7 reports:

    in.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
    in.y:2.12-14: warning: rule useless in parser due to conflicts: exp: 'a' [-Wother]

  Now bison reports:

    in.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
    in.y:2.12-14: warning: rule useless in parser due to conflicts [-Wother]
    exp: 'a' | 'a';
                ^^^

  and "bison -fno-caret" reports:

    in.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
    in.y:2.12-14: warning: rule useless in parser due to conflicts [-Wother]

*** Enhancements of the -Werror option

  The -Werror=CATEGORY option is now recognized, and will treat specified
  warnings as errors. The warnings need not have been explicitly activated
  using the -W option, this is similar to what GCC 4.7 does.

  For example, given the following command line, Bison will treat both
  warnings related to POSIX Yacc incompatibilities and S/R conflicts as
  errors (and only those):

    $ bison -Werror=yacc,error=conflicts-sr input.y

  If no categories are specified, -Werror will make all active warnings into
  errors. For example, the following line does the same the previous example:

    $ bison -Werror -Wnone -Wyacc -Wconflicts-sr input.y

  (By default -Wconflicts-sr,conflicts-rr,deprecated,other is enabled.)

  Note that the categories in this -Werror option may not be prefixed with
  "no-". However, -Wno-error[=CATEGORY] is valid.

  Note that -y enables -Werror=yacc. Therefore it is now possible to require
  Yacc-like behavior (e.g., always generate y.tab.c), but to report
  incompatibilities as warnings: "-y -Wno-error=yacc".

*** The display of warnings is now richer

  The option that controls a given warning is now displayed:

    foo.y:4.6: warning: type clash on default action: <foo> != <bar> [-Wother]

  In the case of warnings treated as errors, the prefix is changed from
  "warning: " to "error: ", and the suffix is displayed, in a manner similar
  to GCC, as [-Werror=CATEGORY].

  For instance, where the previous version of Bison would report (and exit
  with failure):

    bison: warnings being treated as errors
    input.y:1.1: warning: stray ',' treated as white space

  it now reports:

    input.y:1.1: error: stray ',' treated as white space [-Werror=other]

*** Deprecated constructs

  The new 'deprecated' warning category flags obsolete constructs whose
  support will be discontinued.  It is enabled by default.  These warnings
  used to be reported as 'other' warnings.

*** Useless semantic types

  Bison now warns about useless (uninhabited) semantic types.  Since
  semantic types are not declared to Bison (they are defined in the opaque
  %union structure), it is %printer/%destructor directives about useless
  types that trigger the warning:

    %token <type1> term
    %type  <type2> nterm
    %printer    {} <type1> <type3>
    %destructor {} <type2> <type4>
    %%
    nterm: term { $$ = $1; };

    3.28-34: warning: type <type3> is used, but is not associated to any symbol
    4.28-34: warning: type <type4> is used, but is not associated to any symbol

*** Undefined but unused symbols

  Bison used to raise an error for undefined symbols that are not used in
  the grammar.  This is now only a warning.

    %printer    {} symbol1
    %destructor {} symbol2
    %type <type>  symbol3
    %%
    exp: "a";

*** Useless destructors or printers

  Bison now warns about useless destructors or printers.  In the following
  example, the printer for <type1>, and the destructor for <type2> are
  useless: all symbols of <type1> (token1) already have a printer, and all
  symbols of type <type2> (token2) already have a destructor.

    %token <type1> token1
          <type2> token2
          <type3> token3
          <type4> token4
    %printer    {} token1 <type1> <type3>
    %destructor {} token2 <type2> <type4>

*** Conflicts

  The warnings and error messages about shift/reduce and reduce/reduce
  conflicts have been normalized.  For instance on the following foo.y file:

    %glr-parser
    %%
    exp: exp '+' exp | '0' | '0';

  compare the previous version of bison:

    $ bison foo.y
    foo.y: conflicts: 1 shift/reduce, 2 reduce/reduce
    $ bison -Werror foo.y
    bison: warnings being treated as errors
    foo.y: conflicts: 1 shift/reduce, 2 reduce/reduce

  with the new behavior:

    $ bison foo.y
    foo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
    foo.y: warning: 2 reduce/reduce conflicts [-Wconflicts-rr]
    $ bison -Werror foo.y
    foo.y: error: 1 shift/reduce conflict [-Werror=conflicts-sr]
    foo.y: error: 2 reduce/reduce conflicts [-Werror=conflicts-rr]

  When %expect or %expect-rr is used, such as with bar.y:

    %expect 0
    %glr-parser
    %%
    exp: exp '+' exp | '0' | '0';

  Former behavior:

    $ bison bar.y
    bar.y: conflicts: 1 shift/reduce, 2 reduce/reduce
    bar.y: expected 0 shift/reduce conflicts
    bar.y: expected 0 reduce/reduce conflicts

  New one:

    $ bison bar.y
    bar.y: error: shift/reduce conflicts: 1 found, 0 expected
    bar.y: error: reduce/reduce conflicts: 2 found, 0 expected

** Incompatibilities with POSIX Yacc

  The 'yacc' category is no longer part of '-Wall', enable it explicitly
  with '-Wyacc'.

** Additional yylex/yyparse arguments

  The new directive %param declares additional arguments to both yylex and
  yyparse.  The %lex-param, %parse-param, and %param directives support one
  or more arguments.  Instead of

    %lex-param  {arg1_type *arg1}
    %lex-param  {arg2_type *arg2}
    %parse-param {arg1_type *arg1}
    %parse-param {arg2_type *arg2}

  one may now declare

    %param {arg1_type *arg1} {arg2_type *arg2}

** Types of values for %define variables

  Bison used to make no difference between '%define foo bar' and '%define
  foo "bar"'.  The former is now called a 'keyword value', and the latter a
  'string value'.  A third kind was added: 'code values', such as '%define
  foo {bar}'.

  Keyword variables are used for fixed value sets, e.g.,

    %define lr.type lalr

  Code variables are used for value in the target language, e.g.,

    %define api.value.type {struct semantic_type}

  String variables are used remaining cases, e.g. file names.

** Variable api.token.prefix

  The variable api.token.prefix changes the way tokens are identified in
  the generated files.  This is especially useful to avoid collisions
  with identifiers in the target language.  For instance

    %token FILE for ERROR
    %define api.token.prefix {TOK_}
    %%
    start: FILE for ERROR;

  will generate the definition of the symbols TOK_FILE, TOK_for, and
  TOK_ERROR in the generated sources.  In particular, the scanner must
  use these prefixed token names, although the grammar itself still
  uses the short names (as in the sample rule given above).

** Variable api.value.type

  This new %define variable supersedes the #define macro YYSTYPE.  The use
  of YYSTYPE is discouraged.  In particular, #defining YYSTYPE *and* either
  using %union or %defining api.value.type results in undefined behavior.

  Either define api.value.type, or use "%union":

    %union
    {
      int ival;
      char *sval;
    }
    %token <ival> INT "integer"
    %token <sval> STRING "string"
    %printer { fprintf (yyo, "%d", $$); } <ival>
    %destructor { free ($$); } <sval>

    /* In yylex().  */
    yylval.ival = 42; return INT;
    yylval.sval = "42"; return STRING;

  The %define variable api.value.type supports both keyword and code values.

  The keyword value 'union' means that the user provides genuine types, not
  union member names such as "ival" and "sval" above (WARNING: will fail if
  -y/--yacc/%yacc is enabled).

    %define api.value.type union
    %token <int> INT "integer"
    %token <char *> STRING "string"
    %printer { fprintf (yyo, "%d", $$); } <int>
    %destructor { free ($$); } <char *>

    /* In yylex().  */
    yylval.INT = 42; return INT;
    yylval.STRING = "42"; return STRING;

  The keyword value variant is somewhat equivalent, but for C++ special
  provision is made to allow classes to be used (more about this below).

    %define api.value.type variant
    %token <int> INT "integer"
    %token <std::string> STRING "string"

  Code values (in braces) denote user defined types.  This is where YYSTYPE
  used to be used.

    %code requires
    {
      struct my_value
      {
        enum
        {
          is_int, is_string
        } kind;
        union
        {
          int ival;
          char *sval;
        } u;
      };
    }
    %define api.value.type {struct my_value}
    %token <u.ival> INT "integer"
    %token <u.sval> STRING "string"
    %printer { fprintf (yyo, "%d", $$); } <u.ival>
    %destructor { free ($$); } <u.sval>

    /* In yylex().  */
    yylval.u.ival = 42; return INT;
    yylval.u.sval = "42"; return STRING;

** Variable parse.error

  This variable controls the verbosity of error messages.  The use of the
  %error-verbose directive is deprecated in favor of "%define parse.error
  verbose".

** Renamed %define variables

  The following variables have been renamed for consistency.  Backward
  compatibility is ensured, but upgrading is recommended.

    lr.default-reductions      -> lr.default-reduction
    lr.keep-unreachable-states -> lr.keep-unreachable-state
    namespace                  -> api.namespace
    stype                      -> api.value.type

** Semantic predicates

  Contributed by Paul Hilfinger.

  The new, experimental, semantic-predicate feature allows actions of the
  form "%?{ BOOLEAN-EXPRESSION }", which cause syntax errors (as for
  YYERROR) if the expression evaluates to 0, and are evaluated immediately
  in GLR parsers, rather than being deferred.  The result is that they allow
  the programmer to prune possible parses based on the values of run-time
  expressions.

** The directive %expect-rr is now an error in non GLR mode

  It used to be an error only if used in non GLR mode, _and_ if there are
  reduce/reduce conflicts.

** Tokens are numbered in their order of appearance

  Contributed by Valentin Tolmer.

  With '%token A B', A had a number less than the one of B.  However,
  precedence declarations used to generate a reversed order.  This is now
  fixed, and introducing tokens with any of %token, %left, %right,
  %precedence, or %nonassoc yields the same result.

  When mixing declarations of tokens with a litteral character (e.g., 'a')
  or with an identifier (e.g., B) in a precedence declaration, Bison
  numbered the litteral characters first.  For example

    %right A B 'c' 'd'

  would lead to the tokens declared in this order: 'c' 'd' A B.  Again, the
  input order is now preserved.

  These changes were made so that one can remove useless precedence and
  associativity declarations (i.e., map %nonassoc, %left or %right to
  %precedence, or to %token) and get exactly the same output.

** Useless precedence and associativity

  Contributed by Valentin Tolmer.

  When developing and maintaining a grammar, useless associativity and
  precedence directives are common.  They can be a nuisance: new ambiguities
  arising are sometimes masked because their conflicts are resolved due to
  the extra precedence or associativity information.  Furthermore, it can
  hinder the comprehension of a new grammar: one will wonder about the role
  of a precedence, where in fact it is useless.  The following changes aim
  at detecting and reporting these extra directives.

*** Precedence warning category

  A new category of warning, -Wprecedence, was introduced. It flags the
  useless precedence and associativity directives.

*** Useless associativity

  Bison now warns about symbols with a declared associativity that is never
  used to resolve conflicts.  In that case, using %precedence is sufficient;
  the parsing tables will remain unchanged.  Solving these warnings may raise
  useless precedence warnings, as the symbols no longer have associativity.
  For example:

    %left '+'
    %left '*'
    %%
    exp:
      "number"
    | exp '+' "number"
    | exp '*' exp
    ;

  will produce a

    warning: useless associativity for '+', use %precedence [-Wprecedence]
    %left '+'
          ^^^

*** Useless precedence

  Bison now warns about symbols with a declared precedence and no declared
  associativity (i.e., declared with %precedence), and whose precedence is
  never used.  In that case, the symbol can be safely declared with %token
  instead, without modifying the parsing tables.  For example:

    %precedence '='
    %%
    exp: "var" '=' "number";

  will produce a

    warning: useless precedence for '=' [-Wprecedence]
    %precedence '='
                ^^^

*** Useless precedence and associativity

  In case of both useless precedence and associativity, the issue is flagged
  as follows:

    %nonassoc '='
    %%
    exp: "var" '=' "number";

  The warning is:

    warning: useless precedence and associativity for '=' [-Wprecedence]
    %nonassoc '='
              ^^^

** Empty rules

  With help from Joel E. Denny and Gabriel Rassoul.

  Empty rules (i.e., with an empty right-hand side) can now be explicitly
  marked by the new %empty directive.  Using %empty on a non-empty rule is
  an error.  The new -Wempty-rule warning reports empty rules without
  %empty.  On the following grammar:

    %%
    s: a b c;
    a: ;
    b: %empty;
    c: 'a' %empty;

  bison reports:

    3.4-5: warning: empty rule without %empty [-Wempty-rule]
    a: {}
        ^^
    5.8-13: error: %empty on non-empty rule
    c: 'a' %empty {};
            ^^^^^^

** Java skeleton improvements

  The constants for token names were moved to the Lexer interface.  Also, it
  is possible to add code to the parser's constructors using "%code init"
  and "%define init_throws".
  Contributed by Paolo Bonzini.

  The Java skeleton now supports push parsing.
  Contributed by Dennis Heimbigner.

** C++ skeletons improvements

*** The parser header is no longer mandatory (lalr1.cc, glr.cc)

  Using %defines is now optional.  Without it, the needed support classes
  are defined in the generated parser, instead of additional files (such as
  location.hh, position.hh and stack.hh).

*** Locations are no longer mandatory (lalr1.cc, glr.cc)

  Both lalr1.cc and glr.cc no longer require %location.

*** syntax_error exception (lalr1.cc)

  The C++ parser features a syntax_error exception, which can be
  thrown from the scanner or from user rules to raise syntax errors.
  This facilitates reporting errors caught in sub-functions (e.g.,
  rejecting too large integral literals from a conversion function
  used by the scanner, or rejecting invalid combinations from a
  factory invoked by the user actions).

*** %define api.value.type variant

  This is based on a submission from Michiel De Wilde.  With help
  from Th辿ophile Ranquet.

  In this mode, complex C++ objects can be used as semantic values.  For
  instance:

    %token <::std::string> TEXT;
    %token <int> NUMBER;
    %token SEMICOLON ";"
    %type <::std::string> item;
    %type <::std::list<std::string>> list;
    %%
    result:
      list  { std::cout << $1 << std::endl; }
    ;

    list:
      %empty        { /* Generates an empty string list. */ }
    | list item ";" { std::swap ($$, $1); $$.push_back ($2); }
    ;

    item:
      TEXT    { std::swap ($$, $1); }
    | NUMBER  { $$ = string_cast ($1); }
    ;

*** %define api.token.constructor

  When variants are enabled, Bison can generate functions to build the
  tokens.  This guarantees that the token type (e.g., NUMBER) is consistent
  with the semantic value (e.g., int):

    parser::symbol_type yylex ()
    {
      parser::location_type loc = ...;
      ...
      return parser::make_TEXT ("Hello, world!", loc);
      ...
      return parser::make_NUMBER (42, loc);
      ...
      return parser::make_SEMICOLON (loc);
      ...
    }

*** C++ locations

  There are operator- and operator-= for 'location'.  Negative line/column
  increments can no longer underflow the resulting value.

(wiz)

2013-07-28 11:33:53 UTC MAIN commitmail json YAML

Updated misc/howm to 1.4.1

(obache)

2013-07-28 11:33:37 UTC MAIN commitmail json YAML

Update howm to 1.4.1.
PR pkg/47927 by ISIHARA Takanori.

small bug fix, etc.

(obache)

2013-07-28 11:21:51 UTC MAIN commitmail json YAML

Updated sysutils/logrotate to 3.8.5

(obache)

2013-07-28 11:21:23 UTC MAIN commitmail json YAML

Update logrotate to 3.8.5.
Based on PR pkg/48073 by Nils Ratusznik.
(drop FETCH_USING=curl, put distfile on ftp.n.o).

3.8.4 -> 3.8.5
- Improved rotation during daylight saving time and between timezone
  changes.
- Fixed ACL setting problem caused by ext3 erroneously reporting ENOSYS
  instead of ENOSUP.
- Do not continue with rotation if state file is corrupted.
- Make logrotate.status creation atomic.
- Allow "hourly" rotation. See manpage for more information.
- Use "/bin/echo" in tests. Fixes tests execution in Dash.
- Do no try to parse config files bigger than 16MB.
- Improved manpage consistency and formatting.
- Fix race condition between acl_set_fd() and fchmod().

(obache)

2013-07-28 09:29:13 UTC MAIN commitmail json YAML

+ KeePass-2.23, SOGo-2.0.7, bison-3.0, dd_rescue-1.36, gaupol-0.24,
  libgdiplus-3.0, libreoffice-4.1, libreoffice4-bin-4.1, mksh-47,
  mono-3.2, mp3splt-2.6.0, mp3splt-gtk-0.9.0, parallel-20130722,
  pspp-0.8.0, py-docutils-0.11, wireshark-1.10.1.

(wiz)

2013-07-28 09:23:31 UTC MAIN commitmail json YAML

Updated devel/meld to 1.7.4

(wiz)

2013-07-28 09:23:20 UTC MAIN commitmail json YAML

Update to 1.7.4:

2013-7-28 meld 1.7.4
====================

  Features:

    * Commit dialog can now automatically wrap commit messages (Kai Willadsen)
    * Add Bazaar support for pushing changes, and improve sensitivity setting
      (Louis des Landes)
    * Support Subversion 1.8 (Yuri)
    * Type-ahead-find search now works in folder comparisons (Kai Willadsen)
    * Preference to swap pane order left = local (Kai Willadsen)

    * Arch, Codeville and RCS are no longer supported (Kai Willadsen)

  Fixes:

    * When opening new tabs from the command line, bring new tab to the front
      (Richard Simmons)
    * Current chunk highlight is now customisable using gtkrc (Louis des
      Landes)
    * Syncpoints now prevent chunks from being re-merged, syncpoints move with
      insertions, and disable automatic updating (Kai Willadsen)
    * Various version control updates and fixes (Louis des Landes, Kai
      Willadsen)
    * Sensitivity fixes (Kai Willadsen)
    * Translation string fixes (Marek Černocký)

  Translations:
    * Daniel Mustieles (es)
    * Dimitris Spingos (el)
    * Fran Diéguez (gl)
    * Marek Černocký (cs)
    * Matej Urbančič (sl)
    * Piotr Drąg (pl)

(wiz)

2013-07-28 00:12:11 UTC MAIN commitmail json YAML

Added devel/p5-RT-Authen-ExternalAuth version 0.17

(tonnerre)

2013-07-28 00:11:50 UTC MAIN commitmail json YAML

Added p5-RT-Authen-ExternalAuth to the devel makefile.

(tonnerre)

2013-07-27 22:38:52 UTC MAIN commitmail json YAML

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

(tron)

2013-07-27 22:38:37 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 20130725.2. A changelog is not
available but it fixes video downloads from Youtube for me.

(tron)

2013-07-27 12:57:20 UTC MAIN commitmail json YAML

Updated emulators/xnp2 to 0.83pl20130727

(tsutsui)

2013-07-27 12:54:04 UTC MAIN commitmail json YAML

Update xnp2 to 0.83pl20130727.

pkgsrc changes:
- update HOMEPAGE and MASTER_SITES

Upstream changes:

Changes from 20130726:
X11 dependent part:
  - fix build failure with GTK+ <2.18

Changes from 20120618:
X11 dependent part:
  - assign F11 key to switch fullscreen and print menu during fullscreen

(tsutsui)

2013-07-27 11:58:08 UTC MAIN commitmail json YAML

Revert bdftopcf -> ${TOOLS_PATH.bdftopcf} changes.  Actually closes PR/47883.
Assuming no response for three weeks from vocal members means no objection.

(tsutsui)

2013-07-27 11:50:58 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup tickets #4189 and #4190.

(tron)

2013-07-27 11:50:06 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4190 - requested by taca
net/bind98: security update

Revisions pulled up:
- net/bind98/Makefile                                          1.31-1.32
- net/bind98/distinfo                                          1.23

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Fri Jul 12 10:45:05 UTC 2013

  Modified Files:
  pkgsrc/audio/icecast: Makefile
  pkgsrc/audio/mt-daapd: Makefile
  pkgsrc/audio/pulseaudio: Makefile
  pkgsrc/audio/ubs: Makefile
  pkgsrc/chat/anope: Makefile
  pkgsrc/chat/atheme: Makefile
  pkgsrc/chat/bitlbee: Makefile
  pkgsrc/chat/gale: Makefile
  pkgsrc/chat/inspircd: Makefile
  pkgsrc/chat/inspircd12: Makefile
  pkgsrc/chat/ircd-hybrid: Makefile
  pkgsrc/chat/ircu: Makefile
  pkgsrc/chat/jabberd: Makefile
  pkgsrc/chat/jabberd2: Makefile
  pkgsrc/chat/silc-server: Makefile
  pkgsrc/chat/unrealircd: Makefile
  pkgsrc/comms/asterisk: Makefile
  pkgsrc/comms/asterisk10: Makefile
  pkgsrc/comms/asterisk18: Makefile
  pkgsrc/comms/fidogate: Makefile
  pkgsrc/comms/mgetty+sendfax: Makefile
  pkgsrc/comms/minicom: Makefile
  pkgsrc/comms/snooper: Makefile
  pkgsrc/databases/apache-cassandra: Makefile
  pkgsrc/databases/gnats: Makefile
  pkgsrc/databases/mysql5-server: Makefile
  pkgsrc/databases/mysql51-server: Makefile
  pkgsrc/databases/mysql55-server: Makefile
  pkgsrc/databases/mysql56-server: Makefile
  pkgsrc/databases/openldap-server: Makefile
  pkgsrc/databases/pgbouncer: Makefile
  pkgsrc/databases/phpmyadmin: Makefile
  pkgsrc/databases/postgresql84-server: Makefile
  pkgsrc/databases/postgresql90-server: Makefile
  pkgsrc/databases/postgresql91-server: Makefile
  pkgsrc/databases/postgresql92-server: Makefile
  pkgsrc/databases/virtuoso: Makefile
  pkgsrc/devel/cvsd: Makefile
  pkgsrc/devel/distcc: Makefile
  pkgsrc/devel/memcached: Makefile
  pkgsrc/devel/monotone-server: Makefile
  pkgsrc/filesystems/tahoe-lafs: Makefile
  pkgsrc/inputmethod/canna-dict: Makefile
  pkgsrc/inputmethod/canna-server: Makefile
  pkgsrc/inputmethod/ja-freewnn-server: Makefile
  pkgsrc/inputmethod/sj3-server: Makefile
  pkgsrc/mail/amavisd-new: Makefile
  pkgsrc/mail/courier-imap: Makefile
  pkgsrc/mail/courier-maildir: Makefile
  pkgsrc/mail/dcc: Makefile
  pkgsrc/mail/dkim-milter: Makefile
  pkgsrc/mail/dovecot: Makefile
  pkgsrc/mail/dovecot2: Makefile
  pkgsrc/mail/dspam: Makefile
  pkgsrc/mail/enma: Makefile
  pkgsrc/mail/exim: Makefile
  pkgsrc/mail/exim3: Makefile
  pkgsrc/mail/fml: Makefile
  pkgsrc/mail/fml4: Makefile
  pkgsrc/mail/freepops: Makefile
  pkgsrc/mail/gld: Makefile
  pkgsrc/mail/imapproxy: Makefile
  pkgsrc/mail/maildrop: Makefile
  pkgsrc/mail/mailman: Makefile
  pkgsrc/mail/majordomo: Makefile
  pkgsrc/mail/milter-greylist: Makefile
  pkgsrc/mail/milter-manager: Makefile
  pkgsrc/mail/milter-regex: Makefile
  pkgsrc/mail/mimedefang: Makefile
  pkgsrc/mail/nullmailer: Makefile
  pkgsrc/mail/opendkim: Makefile
  pkgsrc/mail/policyd-weight: Makefile
  pkgsrc/mail/popa3d: Makefile
  pkgsrc/mail/postgrey: Makefile
  pkgsrc/mail/prayer: Makefile
  pkgsrc/mail/qpopper: Makefile
  pkgsrc/mail/quickml: Makefile
  pkgsrc/mail/sendmail: Makefile
  pkgsrc/mail/smtp-vilter: Makefile
  pkgsrc/mail/spamd: Makefile
  pkgsrc/mail/sqlgrey: Makefile
  pkgsrc/mail/sqwebmail: Makefile
  pkgsrc/mail/sympa: Makefile
  pkgsrc/mail/tmda: Makefile
  pkgsrc/multimedia/gmediaserver: Makefile
  pkgsrc/multimedia/mediatomb: Makefile
  pkgsrc/net/DarwinStreamingServer: Makefile
  pkgsrc/net/avahi: Makefile
  pkgsrc/net/bind96: Makefile
  pkgsrc/net/bind98: Makefile
  pkgsrc/net/bind99: Makefile
  pkgsrc/net/cacti: Makefile
  pkgsrc/net/cntlm: Makefile
  pkgsrc/net/couriertcpd: Makefile
  pkgsrc/net/freeradius: Makefile
  pkgsrc/net/freeradius2: Makefile
  pkgsrc/net/gofish: Makefile
  pkgsrc/net/iodine: Makefile
  pkgsrc/net/irrd: Makefile
  pkgsrc/net/kismet: Makefile
  pkgsrc/net/lambdamoo: Makefile
  pkgsrc/net/lldpd: Makefile
  pkgsrc/net/mldonkey: Makefile
  pkgsrc/net/mydns-mysql: Makefile
  pkgsrc/net/mydns-pgsql: Makefile
  pkgsrc/net/netdisco: Makefile
  pkgsrc/net/nsd: Makefile
  pkgsrc/net/openntpd: Makefile
  pkgsrc/net/openvpn: Makefile
  pkgsrc/net/pygopherd: Makefile
  pkgsrc/net/quagga: Makefile
  pkgsrc/net/rancid: Makefile
  pkgsrc/net/rbldnsd: Makefile
  pkgsrc/net/ruby-stompserver: Makefile
  pkgsrc/net/snort: Makefile
  pkgsrc/net/spread: Makefile
  pkgsrc/net/tacacs-shrubbery: Makefile
  pkgsrc/net/teamspeak-server: Makefile
  pkgsrc/net/tor: Makefile
  pkgsrc/net/unbound: Makefile
  pkgsrc/net/uucp: Makefile
  pkgsrc/net/vsftpd: Makefile
  pkgsrc/net/xymon: Makefile
  pkgsrc/net/xymonclient: Makefile
  pkgsrc/news/leafnode: Makefile
  pkgsrc/news/nntpcache: Makefile
  pkgsrc/parallel/gridscheduler: Makefile
  pkgsrc/parallel/sge: Makefile
  pkgsrc/parallel/slurm: Makefile
  pkgsrc/print/cups: Makefile
  pkgsrc/security/cyrus-sasl: Makefile
  pkgsrc/security/dirmngr: Makefile
  pkgsrc/security/f-prot-antivirus6-ms-bin: Makefile
  pkgsrc/security/libprelude: Makefile
  pkgsrc/security/libprelude-lua: Makefile
  pkgsrc/security/libprelude-perl: Makefile
  pkgsrc/security/libprelude-python: Makefile
  pkgsrc/security/libprelude-ruby: Makefile
  pkgsrc/security/opendnssec: Makefile
  pkgsrc/security/openssh: Makefile
  pkgsrc/security/pks: Makefile
  pkgsrc/security/policykit: Makefile
  pkgsrc/security/prelude-correlator: Makefile
  pkgsrc/security/prelude-lml: Makefile
  pkgsrc/security/prelude-manager: Makefile
  pkgsrc/security/py-prewikka: Makefile
  pkgsrc/security/sfs: Makefile
  pkgsrc/security/stunnel: Makefile
  pkgsrc/sysutils/amanda-common: Makefile
  pkgsrc/sysutils/bacula: Makefile
  pkgsrc/sysutils/dbus: Makefile
  pkgsrc/sysutils/hal: Makefile
  pkgsrc/sysutils/munin-node: Makefile
  pkgsrc/sysutils/munin-server: Makefile
  pkgsrc/sysutils/sysbuild-user: Makefile
  pkgsrc/sysutils/ups-nut: Makefile
  pkgsrc/textproc/dict-server: Makefile
  pkgsrc/www/apache: Makefile
  pkgsrc/www/apache-tomcat6: Makefile
  pkgsrc/www/apache-tomcat7: Makefile
  pkgsrc/www/apache2: Makefile
  pkgsrc/www/apache22: Makefile
  pkgsrc/www/apache24: Makefile
  pkgsrc/www/dansguardian: Makefile
  pkgsrc/www/jetty7: Makefile
  pkgsrc/www/nginx: Makefile
  pkgsrc/www/nginx-devel: Makefile
  pkgsrc/www/ocsigen: Makefile
  pkgsrc/www/php-concrete5: Makefile
  pkgsrc/www/php-owncloud: Makefile
  pkgsrc/www/php-piwigo: Makefile
  pkgsrc/www/php-soycms: Makefile
  pkgsrc/www/php-sugarcrm: Makefile
  pkgsrc/www/php-tiki6: Makefile
  pkgsrc/www/php-tt-rss: Makefile
  pkgsrc/www/privoxy: Makefile
  pkgsrc/www/screws: Makefile
  pkgsrc/www/sencha-sns: Makefile
  pkgsrc/www/squid3: Makefile
  pkgsrc/www/squidGuard: Makefile
  pkgsrc/www/tinyproxy: Makefile

  Log Message:
  Bump PKGREVISION of all packages which create users, to pick up change of
  sysutils/user_* packages.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jul 27 03:20:53 UTC 2013

  Modified Files:
  pkgsrc/net/bind98: Makefile distinfo

  Log Message:
  Update bind98 to 9.8.5pl2 (BIND 9.8.5-P2).

  --- 9.8.5-P2 released ---

  3621. [security] Incorrect bounds checking on private type 'keydata'
  can lead to a remotely triggerable REQUIRE failure
  (CVE-2013-4854). [RT #34238]

(tron)

2013-07-27 11:35:40 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4189 - requested by taca
net/bind99: security update

Revisions pulled up:
- net/bind99/Makefile                                          1.28
- net/bind99/distinfo                                          1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Jul 27 03:20:07 UTC 2013

  Modified Files:
  pkgsrc/net/bind99: Makefile distinfo

  Log Message:
  Update bind99 to 9.9.3pl2 (BIND 9.9.3-P2).

  --- 9.9.3-P2 released ---

  3621. [security] Incorrect bounds checking on private type 'keydata'
  can lead to a remotely triggerable REQUIRE failure
  (CVE-2013-4854). [RT #34238]

(tron)

2013-07-27 10:23:46 UTC MAIN commitmail json YAML

Updated net/ocamlnet to 3.6.6

(jaapb)

2013-07-27 10:20:59 UTC MAIN commitmail json YAML

Updated package to latest version, 3.6.6. Changes include:

* Netplex_container: emits now backtraces if these are enabled.
* Http_fs: adding [last_response_status] method
* Rpc_client: fixing a potential endless loop when session IDs
  are reused
* Rpc_client: fixing the shutdown when a TCP connection is
  immediately refused, and GSS-API authentication is active.
* Netcgi_fcgi.run: no longer ignoring the sockaddr argument
  (problem reported by Watanabe Masaki)
* Remove duplicate method Netpop.stat

(jaapb)

2013-07-27 09:01:49 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Method-Signatures to 0.44

(wen)

2013-07-27 09:00:51 UTC MAIN commitmail json YAML

Update to 0.44
Update DEPENDS

Upstream changes:
0.44      2012-11-24 13:17:02 PST-0800 (Karen Etheridge)
  * Fix broken test in 5.17.6, where hash ordering is now randomized
    (RT#81388, Karen Etheridge)

0.43      2012-05-20 17:34:04 PDT-0700
  * Bump dependency on MooseX::Types to 0.35 to resolve issues with recent
    MooseX::Types releases.

0.42      2012-04-23 11:08:19 PDT-0700
  * Mark failing test due to Eval::Closure/Devel::Declare issues as TODO until
    things are fixed, to at least allow recent versions to install without
    errors.

0.41  Sun Mar 11 10:05:27 PDT 2012
  * Add explicit dependency on Eval::Closure, in an effort to get more
    diagnostics from failing cpantesters reports.  No functionality changes.

0.40  Sat Mar 10 09:03:51 PST 2012
  * Loosen a regexp in a test, to handle the new format emitted by Carp 1.25.

0.39  Sat Mar 10 00:54:18 GMT 2012
  * The test suite now uses Test::Fatal instead of Test::Exception (Karen
    Etheridge).
  * Bump dependency on MooseX::Types::Structured to 0.24, which contains
    more detailed error messages as well as some performance enhancements.

0.38  Fri Mar  9 23:43:07 GMT 2012
  * Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various
    perl 5.8 breakages.

(wen)

2013-07-27 08:40:09 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-LazyRequire to 0.10

(wen)

2013-07-27 08:39:10 UTC MAIN commitmail json YAML

Update to 0.10
Update DEPENDS

Upstream changes:
0.10      2013-03-15 13:09:48 PDT-0700  (Karen Etheridge)
  * use quotes around attribute name in error messages (David Precious)

0.09      2012-12-01 14:16:14 PST-0800  (Karen Etheridge)
  * Invalid tests that failed on perl 5.17.6 have been fixed (they were always
    invalid, but the changes to hash key ordering only now made the tests
    start failing in an obvious way) (RT#81419)
  * unnecessary dependency on MooseX::Types removed

(wen)

2013-07-27 08:30:58 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Has-Options to 0.003

(wen)

2013-07-27 08:28:45 UTC MAIN commitmail json YAML

Update to 0.003
Add missing DEPENDS

Upstream changes:
0.003  07/11/2012
        * New extensible handler interface

(wen)

2013-07-27 08:11:18 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Daemonize to 0.18

(wen)

2013-07-27 08:10:13 UTC MAIN commitmail json YAML

Update to 0.18

Upstream changes:
0.18      2013-05-13 12:34:52 PDT-0700
    - make tests a bit more tolerant of slow systems, by waiting longer for
      processes to die (RT#85229, Chisel Wright)

0.17  2013-04-20
    - Makefile.PL now prevents installation on MSWin32

0.16  2013-04-14
    - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
    - add missing dependency on the version of File::Path which added
      make_path (RT#79169, Jonathan Sailor)
    - add missing test dependency on Test::Exception (RT#70382)
    - document the 'basedir' attribute and its behaviour (RT#83055)
    - add 'documentation' keys for public attributes, to be used when
      displaying --help (RT#54295)

(wen)

2013-07-27 07:58:57 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.56

(wen)

2013-07-27 07:57:49 UTC MAIN commitmail json YAML

Update to 0.56
Update BUILD_DEPENDS

Upstream changes:
0.56      2013-02-15 13:13:18 PST-0800
- depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
  v0.52)

0.55      2013-02-12 10:02:55 PST-0800
- fix broken tests on win32 with file comparisons

0.54      2013-02-09 16:25:32 PST-0800
- fix broken tests on win32 with file comparisons
- allow configfiles called "0"
- support more mechanisms for overriding default configfile
- when using in conjunction with MooseX::ConfigFromFile, configfile value now
  properly passed to new()

0.53      2013-02-05 09:59:00 PST-0800
- properly indicate optional dependency in tests using
  MooseX::ConfigFromFile

0.52      2013-02-02 19:01:25 PST-0800
- tests converted from using Path::Class to Path::Tiny

0.51      2013-01-27 09:38:11 PST-0800
- missing test prereqs now declared (thanks for the automated reports, David
  Cantrell!)

0.50      2012-12-27 00:20:56 PST-0800
- unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
  callstack. (RT#82249)

0.49      2012-12-26 10:13:41 PST-0800
- silence a warning in tests if the user does not have YAML::XS installed
  (thanks for the report, Getty!)
- fix off-by-one issues in test plans if optional requirements are not met

0.48      2012-12-23 18:08:04 PST-0800
- documentation and tests amended to prefer usage of 'trait' over 'metaclass'
  as much as possible
- print_usage_text() exposed as a public method, to make it easier for
  consuming classes to modify the behaviour when usage text is printed

(wen)

2013-07-27 07:45:45 UTC MAIN commitmail json YAML

Updated filesystems/p5-Path-Tiny to 0.027

(wen)

2013-07-27 07:44:42 UTC MAIN commitmail json YAML

Update to 0.027

Upstream changes:
0.027    2013-07-25 19:38:44 America/New_York

    [ADDED]

    - Added the 'digest' method to produce a hexadecimal SHA-256
      (or user-specified) digest of a file

0.026    2013-07-14 21:25:22 America/New_York

    [FIXED]

    - Fixed bug where lines() with a count longer than the
      file would return undef for the extra lines.  Now returns
      only the lines in the file if the count is greater than
      the number of lines.

0.025    2013-07-10 09:32:13 America/New_York

    [FIXED]

    - Spew to an existing symlink now atomically replaces
      the resolved destination, not the symlink

(wen)

2013-07-27 07:13:55 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-ClassAttribute to 0.27

(wen)

2013-07-27 07:10:43 UTC MAIN commitmail json YAML

Update to 0.27

Upstream changes:
0.27  2013-03-28

- The latest Moose release (2.08) broke this module. This release fixes
  MooseX::ClassAttribute to work with both new and old Mooses. Reported by
  Jonathan Stowe. RT #84263.

(wen)

2013-07-27 06:24:04 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-protos to 1.2

(wiz)

2013-07-27 06:23:55 UTC MAIN commitmail json YAML

Add more xorg proto packages. Bump version.

(wiz)

2013-07-27 06:12:07 UTC pkgsrc-2013Q2 commitmail json YAML

Revert previous.  It was accidently commit on my work area environment.

(taca)

2013-07-27 06:02:55 UTC pkgsrc-2013Q2 commitmail json YAML

2013-07-27 05:25:04 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Aliases to 0.11

(wen)

2013-07-27 05:23:44 UTC MAIN commitmail json YAML

Update to 0.11
Update DEPENDS

Upstream changes:
0.11  2013-07-12
      - Doc fixes. (Toby Inkster, #4)
      - Packaging cleanup.
      - Drop old backcompat code for Moose < 2.00.

(wen)

2013-07-27 05:18:35 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.003000

(wen)

2013-07-27 05:17:05 UTC MAIN commitmail json YAML

Update to 1.003000
Update DEPENDS

Upstream changes:
1.003000 - 2013-07-15
  - fix composing roles that require methods provided by the other (RT#82711)
  - document optional use of Class::XSAccessor with caveats
  - fix constructor generated when creating a class with
    create_class_with_roles when the superclass constructor hasn't been
    generated yet
  - fix extending the constructor generator using Moo classes/roles
  - non-lazy attribute defaults are used when applying a role to an object
  - updated META files to list prerequisites in proper phases
  - $Method::Generate::Accessor::CurrentAttribute hashref contains
    information about attribute currently being processed (available
    to exception objects thrown by "isa" and "coerce")
  - properly die when composing a module that isn't a Role
  - fix passing attribute parameters for traits when inflating to Moose
  - fix inflating method modifiers applied to multiple methods
  - fix documentation for Sub::Quote::capture_unroll
  - add documentation noting Sub::Quote's use of strictures
  - fix FOREIGNBUILDARGS not being called if no attributes created

(wen)

2013-07-27 05:00:25 UTC MAIN commitmail json YAML

One more sync distinfo with mplayer, update of main distfile was missed.
PR pkg/48086

(obache)

2013-07-27 03:21:48 UTC MAIN commitmail json YAML

Note update of www/bind98 and bind99 packages.

        net/bind99 9.9.3pl2
        net/bind98 9.8.5pl2

(taca)

2013-07-27 03:20:53 UTC MAIN commitmail json YAML

Update bind98 to 9.8.5pl2 (BIND 9.8.5-P2).

--- 9.8.5-P2 released ---

3621. [security] Incorrect bounds checking on private type 'keydata'
can lead to a remotely triggerable REQUIRE failure
(CVE-2013-4854). [RT #34238]

(taca)

2013-07-27 03:20:07 UTC MAIN commitmail json YAML

Update bind99 to 9.9.3pl2 (BIND 9.9.3-P2).

--- 9.9.3-P2 released ---

3621. [security] Incorrect bounds checking on private type 'keydata'
can lead to a remotely triggerable REQUIRE failure
(CVE-2013-4854). [RT #34238]

(taca)

2013-07-27 02:02:04 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.003001

(wen)

2013-07-27 02:01:06 UTC MAIN commitmail json YAML

Update to 1.003001

Upstream changes:
1.003001 - 2013-07-14
  - fix test accidentally requiring Class::Method::Modifiers

1.003000 - 2013-07-14
  - allow composing roles simultaneously that mutually require each other
    (RT#82711)
  - Fix _concrete_methods_of returning non-CODE entries
  - fix broken implementation of method conflict resolution
    (Perlmonks#1041015)
  - add is_role method for checking if a given package is a role
  - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2

1.002005 - 2013-02-01
  - complain loudly if Class::Method::Modifiers is too old (and skip tests)
  - don't use $_ as loop variable when calling arbitrary code

(wen)

2013-07-27 01:50:42 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.23

(wen)

2013-07-27 01:49:39 UTC MAIN commitmail json YAML

Update to 0.23

Upstream changes:
0.23  2013-01-26

- The new_events() watcher method blocked when using IO::Kqueue as the watcher
  backend. Reported and patched by Jun Kuriyama.

0.22  2012-04-13

- Remove unnecessary Perl 5.10 requirement.

0.21  2012-02-03

- The implementation of the exclude feature did not work properly in several
  cases. First, for the Inotify and KQueue watchers, when a new directory was
  created that should have been excluded, it was not. Second, it didn't work
  for files at all for these watchers. Reported by Jon Swartz. RT #73089.

(wen)

2013-07-27 01:36:28 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1004

(wen)

2013-07-27 01:35:22 UTC MAIN commitmail json YAML

Update to 2.1004
Remove some unneeded comments.

Upstream changes;
2.1004 Fri, Jul 26, 2013

  [BUG FIXES]

  * 2.1003 was released with some bad metadata, which caused the prereq test
    to fail.

2.1003 Fri, Jul 26, 2013

  [OTHER]

  * Releasing 2.0901 as stable.

2.0901-TRIAL Fri, Jun 21, 2013

  [ENHANCEMENTS]

  * The with_immutable() sub from Test::Moose now passes a boolean value to
    the code block containing tests indicating whether or not the classes have
    been made immutable. This can make for nicer test descriptions. (Dave
    Rolsky)

  * You can now use Specio types instead of Moose builtins or
    MooseX::Types. As a bonus, Specio types inline coercion. However, this
    support is still experimental (as is Specio), so use it with care. (Dave
    Rolsky)

2.0900-TRIAL Sun, May 26, 2013

  [API CHANGES]

  * Fixed the Num builtin type to reject NaN, Inf, numbers with whitespace,
    and other questionable strings. The MooseX::Types::LaxNum distro
    implements the old behavior. RT#70539 (Upasana Shukla)

(wen)

2013-07-27 01:11:09 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Visitor to 0.30

(wen)

2013-07-27 01:09:52 UTC MAIN commitmail json YAML

Update to 0.30

Upstream changes:
0.30  2013-06-24
    - doy/data-visitor should probably be the canonical repository at this
      point

0.29  2013-06-24
    - The class callbacks to be run for an object are now chosen once, at the
      start of visiting that object. Previously, it always looked through the
      entire list of callbacks every time, in a loop in which the object in
      question could be changed by the callback. Since the class callbacks are
      only partially ordered, this lead to differences in whether a callback
      would be called or not based on hash order. reported by Robin Smidsrd.

(wen)

2013-07-26 17:58:30 UTC MAIN commitmail json YAML

spectrwm/scrotwm updates.

(wiz)

2013-07-26 17:57:49 UTC MAIN commitmail json YAML

2013-07-26 17:57:13 UTC MAIN commitmail json YAML

Added wm/spectrwm version 2.2.0

(wiz)

2013-07-26 17:55:37 UTC MAIN commitmail json YAML

Import spectrwm-2.2.0 as wm/spectrwm.

Based on a package by Lokesh Mandvekar <lsm5@fedoraproject.org>
and wm/scrotwm.

Spectrwm is a small dynamic tiling window manager for X11. It tries
to stay out of the way so that valuable screen real estate can be
used for much more important stuff. It has sane defaults and does
not require one to learn a language to do any configuration. It
was written by hackers for hackers and it strives to be small,
compact and fast.

It was largely inspired by xmonad and dwm. Both are fine products
but suffer from things like: crazy-unportable-language-syndrome,
silly defaults, asymmetrical window layout, "how hard can it be?"
and good old NIH. Nevertheless dwm was a phenomenal resource and
many good ideas and code was borrowed from it. On the other hand
xmonad has great defaults, key bindings and xinerama support but
is crippled by not being written in C.

Spectrwm is a beautiful pearl! For it too, was created by grinding
irritation. Nothing is a bigger waste of time than moving windows
around until they are the right size-ish or having just about any
relevant key combination being eaten for some task one never needs.
The path of agony is too long to quote and in classical OpenBSD
fashion (put up, or hack up) a brand new window manager was whooped
up to serve no other purpose than to obey its masters. It was
written by Marco Peereboom & Ryan Thomas McBride and it is released
under the ISC license.

(wiz)

2013-07-26 13:13:12 UTC MAIN commitmail json YAML

Cygwin64 1.7.22's gcc 4.8.1 does not accept -no-undefined.
Restrict to use with libtool only.

(ryoon)

2013-07-26 13:12:25 UTC MAIN commitmail json YAML

Fix build on Cygwin64.

* Patches borrowed from cygwin64's libffi-3.0.13-1-src.tar.bz2.

(ryoon)

2013-07-26 13:08:32 UTC MAIN commitmail json YAML

2013-07-26 12:54:39 UTC MAIN commitmail json YAML

2013-07-26 12:40:06 UTC MAIN commitmail json YAML

2013-07-26 12:37:41 UTC MAIN commitmail json YAML

2013-07-26 11:47:57 UTC MAIN commitmail json YAML

logrotate-3.8.5 [pkg/48073], nagios-3.5.0 [pkg/48082]

(obache)

2013-07-26 11:37:23 UTC MAIN commitmail json YAML

2013-07-26 11:27:41 UTC MAIN commitmail json YAML

Updated security/openssl to 1.0.1enb2

(ryoon)

2013-07-26 11:27:02 UTC MAIN commitmail json YAML

2013-07-26 10:59:53 UTC MAIN commitmail json YAML

Fix build under GNU/kFreeBSD.

* Add variable for GNU/kFreeBSD.

(ryoon)

2013-07-26 10:48:22 UTC MAIN commitmail json YAML

Fix build under GNU/kFreeBSD.

* host_os in configure script is something wrong
  (gnukfreebsd, not kfreebsd*-gnu).

(ryoon)

2013-07-26 10:35:44 UTC MAIN commitmail json YAML

2013-07-26 10:21:41 UTC MAIN commitmail json YAML

Fix build under GNU/kFreeBSD.

(ryoon)

2013-07-26 09:50:21 UTC MAIN commitmail json YAML

Fix build on at least SunOS by pointing to real OpenSSL.

(fhajny)

2013-07-26 09:39:13 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20130727

(ryoon)

2013-07-26 09:38:15 UTC MAIN commitmail json YAML

2013-07-26 09:34:24 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.15

(fhajny)

2013-07-26 09:34:05 UTC MAIN commitmail json YAML

2013.07.25, Version 0.10.15 (Stable)
* src: fix process.getuid() return value (Ben Noordhuis)

2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d
* uv: Upgrade to v0.10.13
* npm: Upgrade to v1.3.5
* os: Don't report negative times in cpu info (Ben Noordhuis)
* fs: Handle large UID and GID (Ben Noordhuis)
* url: Fix edge-case when protocol is non-lowercase (Shuan Wang)
* doc: Streams API Doc Rewrite (isaacs)
* node: call MakeDomainCallback in all domain cases (Trevor Norris)
* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)

(fhajny)

2013-07-26 09:29:35 UTC MAIN commitmail json YAML

Don't overwrite shlib.pl with the really old version from files/ .
Fixes PR 48067 by Matthias Kretschmer.
Tests: Backported to 2013Q1, it passes "make test" on NetBSD/i386
6.1, the PR submitter's quick test as well as the PR submitter's
extended application that triggered the PR.

(is)

2013-07-26 09:18:56 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup tickets #4187 and #4188.

(tron)

2013-07-26 09:18:09 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4188 - requested by wiz
security/libgcrypt: security update

Revisions pulled up:
- security/libgcrypt/Makefile                                  1.57
- security/libgcrypt/distinfo                                  1.39

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Jul 25 11:51:59 UTC 2013

  Modified Files:
  pkgsrc/security/libgcrypt: Makefile distinfo

  Log Message:
  Update to 1.5.3:

  Noteworthy changes in version 1.5.3 (2013-07-25)
  ------------------------------------------------

    * Mitigate the Yarom/Falkner flush+reload side-channel attack on
      RSA secret keys.  See <http://eprint.iacr.org/2013/448>.

(tron)

2013-07-26 09:17:13 UTC MAIN commitmail json YAML

Updated www/py-werkzeug to 0.9.3.
Updated www/py-werkzeug-docs to 0.9.3.

(kleink)

2013-07-26 09:16:00 UTC MAIN commitmail json YAML

Update py-werkzeug and py-werkzeug-docs to 0.9.3.

Version 0.9.3
-------------

(bugfix release, released on July 25th 2013)

- Restored beahvior of the ``data`` descriptor of the request class to pre 0.9
  behavior.  This now also means that ``.data`` and ``.get_data()`` have
  different behavior.  New code should use ``.get_data()`` always.

  In addition to that there is now a flag for the ``.get_data()`` method that
  controls what should happen with form data parsing and the form parser will
  honor cached data.  This makes dealing with custom form data more consistent.

(kleink)

2013-07-26 09:07:48 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4187 - requested by wiz
security/gnupg: security update

Revisions pulled up:
- security/gnupg/Makefile                                      1.120
- security/gnupg/distinfo                                      1.61
- security/gnupg/patches/patch-cipher_idea.c                    deleted

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Jul 25 11:50:45 UTC 2013

  Modified Files:
  pkgsrc/security/gnupg: Makefile distinfo
  Removed Files:
  pkgsrc/security/gnupg/patches: patch-cipher_idea.c

  Log Message:
  Update to 1.4.14:

  Noteworthy changes in version 1.4.14 (2013-07-25)
  -------------------------------------------------

      * Mitigate the Yarom/Falkner flush+reload side-channel attack on
        RSA secret keys.  See <http://eprint.iacr.org/2013/448>.

      * Fixed IDEA for big-endian CPUs

      * Improved the diagnostics for failed keyserver lockups.

      * Minor bug and portability fixes.

(tron)

2013-07-25 16:32:20 UTC MAIN commitmail json YAML

Provide slightly more correct upgrade instructions.

(schmonz)

2013-07-25 15:13:22 UTC MAIN commitmail json YAML

Updated devel/py-pip to 1.4

(wen)

2013-07-25 15:11:59 UTC MAIN commitmail json YAML

Update to 1.4

Upstream changes:
1.4 (2013-07-23)

BACKWARD INCOMPATIBLE pip now only installs stable versions by default, and offers a new --pre option to also find pre-release and development versions. (Pull #834)
BACKWARD INCOMPATIBLE Dropped support for Python 2.5. The minimum supported Python version for pip 1.4 is Python 2.6.
Added support for installing and building wheel archives. Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia (Pull #845)
Applied security patch to pip's ssl support related to certificate DNS wildcard matching (http://bugs.python.org/issue17980).
To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8, not distribute. setuptools and distribute are now merged into one project called 'setuptools'. (Pull #1003)
pip will now warn when installing a file that is either hosted externally to the index or cannot be verified with a hash. In the future pip will default to not installing them and will require the flags -allow-external NAME, and -allow-insecure NAME respectively. (Pull #985)
If an already-downloaded or cached file has a bad hash, re-download it rather than erroring out. (Issue #963).
pip bundle and support for installing from pybundle files is now considered deprecated and will be removed in pip v1.5.
Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and not reusing build directories. (Pull #865, #948)
Added a User Agent so that pip is identifiable in logs. (Pull #901)
Added ssl and -user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895)
Fixed the proxy support, which was broken in pip 1.3.x (Pull #840)
Fixed issue #32 - pip fails when server does not send content-type header. Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).
"Vendorized" distlib as pip.vendor.distlib (https://distlib.readthedocs.org/).
Fixed git VCS backend with git 1.8.3. (Pull #967)

(wen)

2013-07-25 14:48:42 UTC MAIN commitmail json YAML

Updated www/p5-PSGI to 1.102

(wen)

2013-07-25 14:43:45 UTC MAIN commitmail json YAML

Update to 1.102

Upstream changes:
1.102 Wed Jul 24 13:12:28 PDT 2013
      - Add psgix.cleanup extension

(wen)

2013-07-25 14:37:25 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous commit to force package rebuild without
the dependency.

(darcy)

2013-07-25 14:36:24 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.6932

(wen)

2013-07-25 14:36:23 UTC MAIN commitmail json YAML

Remove dependency on Apache.  While this package requires a web server to
be useful, it does not need a specific one and can build without one.

(darcy)

2013-07-25 14:32:33 UTC MAIN commitmail json YAML

Update to 1.6932

Upstream changes:
1.6932  2013-07-24 15:28:05 PDT
  [Bug Fixes]
      - Stop scanning .pm files for root installdeps target (e.g. carton apps)

1.6931  2013-07-24 14:50:59 PDT
  [Bug Fixes]
      - Use (patched) Parse::PMFile to parse packages and versions from current directory
        rather than Module::Metadata from blib.
      - Fixes a bug where install.json has bogus file path in provides
      - Honor no_index metadata when scanning provides from .pm files
      - no_index fatscript.pm since fatpacks bunch of external modules

1.6930  2013-07-24 13:46:10 PDT
  [Bug Fixes]
      - Fixed fatscript.pm being stripped, causing issues with Metadata inspection
      - Bumped Module::CPANfile

1.6929  2013-07-24 11:45:48 PDT
  [New Features]
      - Include App/cpanminus/fatscript.pm which is exactly the same content as cpanm.
        This allows both calling .pm as a script or reading the content to call with Scriptlet,
        which would also make fatpacking cpanm (in another program!) easier.
      - Removed the Share dir feature added in 1.6928 in favor of fatscript

1.6928  2013-07-23 14:10:20 PDT
  [New Features]
      - Installs cpanm executable to share dir for App-cpanminus, so that other applications
        can run the specific version of cpanm without relying on user's $PATH or shebang

1.6927  2013-07-23 00:44:53 PDT
  [New Features]
      - Add experimental --cpanfile option to specify alternate cpanfile location

1.6926  2013-07-20 09:02:39 PDT
  [Incompatible Changes]
      - Log messages are printed to STDOUT rather than STDERR, except errors.
      - --scandeps are now deprecated. Only in the documentation for now.

  [Bug Fixes]
      - Fixes a bug in printing "Expiring directories"

1.6925  2013-07-19 22:07:21 PDT
  [Bug Fixes]
      - Ignore leading/trailing spaces in PERL_CPANM_OPT #288 (ribasushi)
      - Stop checking dependencies with --scandeps mode #286 (tazle)

  [Improvements]
      - Mask passwords in URI when printing them in terminal and log files #281 (xdg, thaljef)
      - Added link to App::cpanminus::reporter #284 (garu)

  [New Features]
      - Added experimental --cpanmetadb option #279 (xdg)

1.6924  2013-07-16 11:36:56 PDT
  [Bug Fixes]
      - Sort MetaCPAN API results based on date (older one wins) to work around the issue
        with Crixa-0.01 (https://github.com/CPAN-API/cpan-api/issues/274)

  [Improvements]
      - Document --with-develop
      - Document fixes (oalders, garu)
      - Added Perl::Strip for develop deps if you'd like to build fatpacked binary

(wen)

2013-07-25 13:59:24 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-IDEA to 1.10

(wen)

2013-07-25 13:57:39 UTC MAIN commitmail json YAML

Update to 1.10

Upstream changes:
1.09 - Tue 23 Jul '13
made SvUPGRADE a statement
corrected VERSION statement
fixed _idea.c for Strawberry
(No upstream changelog for 1.10)

(wen)

2013-07-25 13:49:10 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-DES to 2.07

(wen)

2013-07-25 13:47:31 UTC MAIN commitmail json YAML

Update to 2.07

Upstream changes:
In release 2.06, SvUPGRADE was changed to a statement.

In release 2.07, a minor bug in META.yml was fixed.

(wen)

2013-07-25 13:25:08 UTC MAIN commitmail json YAML

Handle more properly the imapfilter github master repository

(degroote)

2013-07-25 13:05:18 UTC MAIN commitmail json YAML

Proper handling of github repository for lua-gi

Force the use of curl to download through https
Don't pollute ${DISTDIR} with terrible name such as ${VERSION}.tar.gz

Should fix pkg/48083

(degroote)

2013-07-25 11:52:12 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.5.3

(wiz)

2013-07-25 11:51:59 UTC MAIN commitmail json YAML

Update to 1.5.3:

Noteworthy changes in version 1.5.3 (2013-07-25)
------------------------------------------------

* Mitigate the Yarom/Falkner flush+reload side-channel attack on
  RSA secret keys.  See <http://eprint.iacr.org/2013/448>.

(wiz)

2013-07-25 11:50:59 UTC MAIN commitmail json YAML

Updated security/gnupg to 1.4.14

(wiz)

2013-07-25 11:50:45 UTC MAIN commitmail json YAML

Update to 1.4.14:

Noteworthy changes in version 1.4.14 (2013-07-25)
-------------------------------------------------

    * Mitigate the Yarom/Falkner flush+reload side-channel attack on
      RSA secret keys.  See <http://eprint.iacr.org/2013/448>.

    * Fixed IDEA for big-endian CPUs

    * Improved the diagnostics for failed keyserver lockups.

    * Minor bug and portability fixes.

(wiz)

2013-07-25 11:42:06 UTC MAIN commitmail json YAML

Note update of sysutils/munin-node to 1.3.2nb15.

(he)

2013-07-25 11:41:25 UTC MAIN commitmail json YAML

Add an entropy monitoring script for NetBSD.  This script needs to run
as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file
with

[entropy]
  user root

as contents to get any values.  And... at the same time, I notice that
the postfix_mailqueue script also needs a postfix plugin-conf.d file with

[postfix_mailqueue]
  user postfix

as contents to get any values.

Bump PKGREVISION.

(he)

2013-07-25 09:46:50 UTC MAIN commitmail json YAML

2013-07-25 08:43:54 UTC MAIN commitmail json YAML

Update scrotwm status.

(wiz)

2013-07-25 08:36:38 UTC MAIN commitmail json YAML

2013-07-25 08:30:58 UTC MAIN commitmail json YAML

Set MAINTAINER per request on pkgsrc-users.

(wiz)

2013-07-25 08:28:37 UTC MAIN commitmail json YAML

Fix checksum for patch-src_perl_tabbed (hi morr)

(wiz)

2013-07-25 08:26:41 UTC MAIN commitmail json YAML

Remove patch that was merged into patch-ac

(wiz)

2013-07-25 08:25:27 UTC MAIN commitmail json YAML

2013-07-25 08:23:04 UTC MAIN commitmail json YAML

Sync distinfo with mplayer.
Probably should have PKGREVISION reset when mplayer was updated, but now
it's too late.

(wiz)

2013-07-25 08:21:16 UTC MAIN commitmail json YAML

Remove obsolete patches after 2.6 update (hi joerg)

(wiz)

2013-07-24 22:16:42 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.3

(jperkin)

2013-07-24 22:16:26 UTC MAIN commitmail json YAML

mksandbox-1.3:

- Add /usr/sfw to SunOS mount dirs, required for certain binaries on
  newer releases.
- Mount proper instances of /dev and /dev/fd on SunOS rather than relying
  on devfsadm and ucblinks, the latter of which does not exist on newer
  releases.
- Do not create /var/games if the games user does not exist.

(jperkin)

2013-07-24 21:15:54 UTC MAIN commitmail json YAML

2013-07-24 20:11:40 UTC MAIN commitmail json YAML

fix to claws-mail to build on systems without flock (namely SunOS)

(richard)

2013-07-24 16:17:27 UTC MAIN commitmail json YAML

2013-07-24 16:17:02 UTC MAIN commitmail json YAML

as in sysutils/duplicity, add a "gnupg2" option which makes that
gnupg2 is used rather than gnupg1 (off per default)

(drochner)

2013-07-24 15:32:48 UTC MAIN commitmail json YAML

2013-07-24 15:29:22 UTC MAIN commitmail json YAML

2013-07-24 15:26:11 UTC MAIN commitmail json YAML

2013-07-24 11:26:22 UTC MAIN commitmail json YAML

2013-07-24 11:25:42 UTC MAIN commitmail json YAML

2013-07-24 11:22:59 UTC MAIN commitmail json YAML

update to 0.2.8
changes:
-bugfixes, minor improvements
-added i18n
-added magnatune plugin
-flickr plugin not built per default due to new dependencies

(drochner)

2013-07-24 11:20:00 UTC MAIN commitmail json YAML

2013-07-24 11:18:57 UTC MAIN commitmail json YAML

update to 0.2.6
changes:
-bugfixes, minor improvements
-added i18n

(drochner)

2013-07-24 11:15:55 UTC MAIN commitmail json YAML

update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over

(drochner)

2013-07-24 11:13:56 UTC MAIN commitmail json YAML

2013-07-24 11:13:11 UTC MAIN commitmail json YAML

2013-07-24 11:03:59 UTC MAIN commitmail json YAML

update to 1.18
changes:
* Add support for dataset expressions when plotting
* Add axis-function widget for plotting axes which have a scale given
  by a function, or are linked to a different axis via a function
* Add stepped colour maps
* Support editing multiple datasets simultaneously in editor
* Add setting to fix aspect-ratio of graphs
* Add 'vcentre' line step mode for vertical step plots
* Add internal margin setting for grids to separate sub-plots
* Add pixel, pixel_wcs, fraction and linear_wcs FITS import
  coordinate system modes
* Add drop down toolbar button menu to create axis widgets
* More efficient widget dependency resolution
+bugfixes

(drochner)

2013-07-24 11:01:59 UTC MAIN commitmail json YAML

2013-07-24 10:58:42 UTC MAIN commitmail json YAML

2013-07-24 10:58:01 UTC MAIN commitmail json YAML

update to 2.28.2
change: Fix error handling when loading ANI animations

(drochner)

2013-07-24 10:54:14 UTC MAIN commitmail json YAML

update to 2.3
changes:
-restructured, Python3 support (not yet enabled in pkgsrc)
-m=bugfix
-documentation improvement

(drochner)

2013-07-24 10:49:26 UTC MAIN commitmail json YAML

two new Python libs

(drochner)

2013-07-24 10:46:38 UTC MAIN commitmail json YAML

2013-07-24 10:44:51 UTC MAIN commitmail json YAML

2013-07-24 06:36:01 UTC MAIN commitmail json YAML

Updated x11/iceauth to 1.0.6

(wiz)

2013-07-24 06:35:51 UTC MAIN commitmail json YAML

Update to 1.0.6:

This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.

Alan Coopersmith (7):
      Assume signal handlers return void, as C89 requires
      Add _X_NORETURN attributes suggested by gcc
      Fix some sign/size conversion warnings from clang
      Mark unused arguments in callback functions to quiet clang warnings
      Use void * instead of char * for generic pointer arg to DoFunc functions
      Constify some more string pointers to fix gcc warnings
      iceauth 1.0.6

(wiz)

2013-07-24 03:59:28 UTC MAIN commitmail json YAML

- apache22-2.2.25.
+ apache24-2.4.6.

(taca)

2013-07-23 13:30:09 UTC MAIN commitmail json YAML

Updated net/netatalk to 2.2.5

(hauke)

2013-07-23 13:28:17 UTC MAIN commitmail json YAML

Update net/netatalk to v2.2.5

Changes in 2.2.5
================
* FIX: Fix errors searching volumes
* NEW: Configurable symlink handling with a new volume option
      'followsymlinks'. Setting the option causes afpd to follow
      symlinks on the server side.
* UPD: Reload groups when reloading volumes. FR #71.
* FIX: Fix a possible crash in cname() where cname_mtouname calls
      dirlookup() where the curdir is freed because the dircache
      detected a dev/inode cache difference and evicted the object
      from the cache. Fixes bug #498.
* FIX: Change default FinderInfo for directories to be all 0, fixes
      bug 514.

(hauke)

2013-07-23 13:01:05 UTC MAIN commitmail json YAML

Fix typo.
libossaudio is unavailable.

(ryoon)

2013-07-23 10:56:43 UTC MAIN commitmail json YAML

Updated www/php-tt-rss to 1.9

(ryoon)

2013-07-23 10:56:01 UTC MAIN commitmail json YAML

2013-07-23 06:50:48 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.5

(wiz)

2013-07-23 06:50:39 UTC MAIN commitmail json YAML

Update to 1.0.5:

This minor maintenance release adds support for the Aarch64 platform to
the Linux configuration and updates the Solaris configuration to reflect
changes in Solaris 11 & later.

Alan Coopersmith (6):
      On Solaris 11 & later, use /usr/gnu/bin/install for InstallCmd
      Update xorgversion.def from 7.6 to 7.7
      Trim trailing whitespace
      Remove xprint_host.def
      sun.cf: stop linking libraries merged into libc in later Solaris releases
      xorg-cf-files 1.0.5

Riku Voipio (1):
      Add Aarch64 support

(wiz)

2013-07-23 06:49:20 UTC MAIN commitmail json YAML

Updated devel/makedepend to 1.0.5

(wiz)

2013-07-23 06:49:11 UTC MAIN commitmail json YAML

Update to 1.0.5:

This bug fix releases includes fixes for a couple crashing or memory
corrupting bugs, along with general code cleanups and build configuration
improvements, including fixing compatibility with automake 1.13 & 1.14.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (14):
      unifdef -U__UNIXOS2__
      Update configure.ac initialization to X.Org standard form
      config: Remove unnecessary calls from configure.ac
      Move i_listlen in struct inclist for better packing in 64-bit builds
      Remove fallbacks for Imake configuration, assume autoconf
      Remove unnecessary casts from malloc/realloc calls
      Convert more sprintf calls to snprintf
      Fix a comment typo
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Mark fatalerr & catch as _X_NORETURN
      Store len in a size_t instead of an int in redirect()
      Bug 56091 - Unsafe use of strcpy() in makedepend
      Assume signal handlers return void, as C89 requires
      makedepend 1.0.5

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Glenn Burkhardt (1):
      Bd shares

Julien Cristau (2):
      configure.ac: use AM_MAINTAINER_MODE
      Don't crash if an option's argument is missing

Marko Lindqvist (1):
      Bug 59005 - makedepend: Build with automake-1.13 broken

(wiz)

2013-07-23 06:48:30 UTC MAIN commitmail json YAML

Updated devel/imake to 1.0.6

(wiz)

2013-07-23 06:48:21 UTC MAIN commitmail json YAML

Update to 1.0.6:

This release provides some fixes for static analysis warnings and other code
maintenance cleanups.

Alan Coopersmith (6):
      Avoid closing inFile twice in CheckImakefileC if LogFatal returns
      Ensure inFile is always closed on error in cppit()
      Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.h
      unifdef -U__UNIXOS2__
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      imake 1.0.6

Eric S. Raymond (1):
      Avoid use of low-level troff markup that can't be lifted structurally.

(wiz)

2013-07-23 06:45:33 UTC MAIN commitmail json YAML

Updated x11/videoproto to 2.3.2

(wiz)

2013-07-23 06:45:24 UTC MAIN commitmail json YAML

Update to 2.3.2:

This minor maintenance release contains two small bug fixes to the
definition of the padding fields in the protocol headers, to make
them match the specification & implementation, along with some build
configuration cleanup.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (4):
      Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
      Trim trailing whitespace
      config: Add missing AC_CONFIG_SRCDIR
      videoproto 2.3.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Julien Cristau (1):
      Xvproto: fix xvEncodingInfo to match actual wire protocol

(wiz)

2013-07-22 19:49:01 UTC MAIN commitmail json YAML

- imapfilter, awesome

(degroote)

2013-07-22 19:48:21 UTC MAIN commitmail json YAML

Mention update of awesome

(degroote)

2013-07-22 19:47:18 UTC MAIN commitmail json YAML

2013-07-22 19:41:31 UTC MAIN commitmail json YAML

Mention lua-gi addition

(degroote)

2013-07-22 19:40:05 UTC MAIN commitmail json YAML

2013-07-22 19:38:07 UTC MAIN commitmail json YAML

Import lgi-0.71

LGI is gobject-introspection based dynamic Lua binding to GObject based
libraries. It allows using GObject-based libraries directly from Lua.

(degroote)

2013-07-22 18:00:50 UTC MAIN commitmail json YAML

Note update of x11/rxvt-unicode

(morr)

2013-07-22 17:55:21 UTC MAIN commitmail json YAML

Update to newest version 9.18.
While there, make it compatible with perl 5.18.

Changes:

9.18 Sun Mar 24 15:33:35 CET 2013
- fix regression that caused artifacts on resize.

9.17 Fri Mar  1 13:46:08 CET 2013
- add shade operator in background perl extension.
        - avoid starting or ending the selection in the middle of wide
          characters to avoid artifacts (reproted by Tiago Resende).
- fix artifacts that may occur if the character in the cursor
  cell has width > 1 (reported by Tiago Resende).
- fix regression that causes artifacts on scrolling if
  saveLines is 0 and the window is resized (reported by Bert
  M端nnich).
- fix build when perl is enabled and pixbuf and transparency
  are disabled.

(morr)

2013-07-22 16:27:15 UTC MAIN commitmail json YAML

2013-07-22 16:22:02 UTC MAIN commitmail json YAML