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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:24:08 UTC Now

2014-11-06 02:28:11 UTC MAIN commitmail json YAML

Update to 0.60

Upstream changes:
0.060    2014-11-04 17:33:39-05:00 America/New_York

    [ADDED]

    - Added 'truncate' option to append for in-place replacement of
      file contents.

0.059    2014-10-14 12:45:46-04:00 America/New_York

    [FIXED]

    - Fixed precedence bug in the check for Unicode::UTF8

0.058    2014-09-23 11:00:24-04:00 America/New_York

    [ADDED]

    - Added a 'sibling' method as a more efficient form of
      calling $path->parent->child(...).

    [DOCUMENTED]

    - Every method annotated with the version number of the
      last API change.

0.057    2014-09-19 11:23:05-04:00 America/New_York

    [FIXED]

    - On AIX, reads that default to locking would fail without
      write permissions, because locking needs write permissions.
      The fix is only to lock reads if write permissions exist;
      otherwise locking is skipped.

0.056    2014-08-07 15:08:41-04:00 America/New_York

    [*** DEPRECATIONS ***]

    - The 'dirname' method is deprecated due to exposing File::Spec
      inconsistencies

    [ADDED]

    - The 'digest' method now takes a 'chunk_size' option to avoid
      slurping files entirely into memory.

    [FIXED]

    - Fixed problem throwing errors from 'remove'

0.055    2014-06-30 10:29:28-04:00 America/New_York

    [FIXED]

    - tempfile/tempdir won't warn if used as functions without arguments

0.054    2014-05-04 13:56:11-04:00 America/New_York

    [ADDED]

    - The 'basename' method now takes a list of suffixes to remove before
      returning the name

    - FREEZE/THAW/TO_JSON serialization helpers

    [CHANGED]

    - When constructing a Path::Tiny object from another, the original
      is returned unless it's a temp dir/file.  This significantly
      speeds up calling path($path) if $path is already a Path::Tiny
      object. (Thanks to Michael Schwern for prompting such benchmarking.)

    [FIXED]

    - Constructing any path -- e.g. with child() -- with undef or
      zero-length parts throws an error instead of constructing an
      invalid path

0.053    2014-03-24 09:25:51-04:00 America/New_York (TRIAL RELEASE)

    [INCOMPATIBLE CHANGES]

    - The 'is_file' method now does -e && ! -d and not -f because -f
      is often more restrictive than people intend or expect.

    [ADDED]

    - Added 'chmod' method with symbolic chmod support ("a=r,u+rx")

0.052    2014-01-14 15:58:03-05:00 America/New_York

    [FIXED]

    - Backslash-to-slash conversion now only happens on Windows
      (since backslash is legal on Unix, we must allow it)

(wen)

2014-11-06 02:23:52 UTC MAIN commitmail json YAML

Updated devel/p5-UNIVERSAL-isa to 1.20140927

(wen)

2014-11-06 02:22:52 UTC MAIN commitmail json YAML

Update to 1.20140927

Upstream changes:
1.20140927  2014-09-27 04:21:23Z
    - fix tests for even newer development versions of Test::More

1.20140824  2014-08-24 05:29:46Z
    - fix tests that started failing with new development versions of
      Test::Builder (RT#97468)

(wen)

2014-11-06 02:06:29 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.34

(wen)

2014-11-06 02:05:37 UTC MAIN commitmail json YAML

Update to 3.34

Upstream changes:
3.34    2014-11-02
        - Enable printing CPU times spent per test (Jarkko Hietaniemi)

3.33    2014-08-16
        - Various documentation fixes (Leon Timmermans, Justin Cook)

(wen)

2014-11-06 01:51:56 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 2.000014

(wen)

2014-11-06 01:51:03 UTC MAIN commitmail json YAML

Update to 2.000014

Upstream changes:
2.000014 - 2014-09-04
- fix taint-mode test in some cases on case insensitive filesystems

2.000013 - 2014-08-16
- fix test failure in ActiveState perl
- better test diagnostics
- fix quoting of spaces for fish shell (rt#95268)
- improve quoting for use with cmd.exe
- fix quoting any arbitrary character when contructing strings for bash
- skip testing use with shells if the shell doesn't work at all

2.000012 - 2014-05-12
- restore build_activate_environment_vars_for,
  build_deactivate_environment_vars_for, build_deact_all_environment_vars_for
  methods for perlbrew compatibility
- fix transforming relative paths to absolute paths in older perls
- fix quoting for fish shell

2.000011 - 2014-04-02
- more fixes for issue where PERL5LIB Carp is not the same version as in the
  local-lib

2.000010 - 2014-03-28
- fix shell test on cygwin

2.000_009 - 2014-03-15
- no longer loads File::Spec, so an upgraded version installed inside a local
  lib dir can be used by scripts

2.000008 - 2014-03-13
- fix --bootstrap option without a path specified

2.000007 - 2014-03-11
- even more relaxed shell output testing
- only test shells in /etc/shells
- fix Makefile.PL on solaris

2.000006 - 2014-03-07
- fix bootstrapping not auto-configuring in some cases
- more relaxed shell output testing
- use normal arguments to be used on the command line in addition to import
  arguments
- support fish shell
- stop trying to test csh/sh on Win32
- work around CPAN.pm issues with checking prerequisites

(wen)

2014-11-06 01:35:04 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1402

(wen)

2014-11-06 01:34:10 UTC MAIN commitmail json YAML

Update to 2.1402

Upstream changes:
2.1402  2014-11-05

  [BUG FIXES]

  - Fix a test that was trying to load Test::Exception instead of Test::Fatal.
    (Michael Schout)

(wen)

2014-11-05 23:30:17 UTC MAIN commitmail json YAML

Added graphics/adwaita-icon-theme version 3.14.1

(prlw1)

2014-11-05 23:29:48 UTC MAIN commitmail json YAML

Add adwaita-icon-theme 3.14.1

This is the successor to gnome-icon-theme and gnome-icon-theme-symbolic.

3.14.0
  - fix grid alignment in some symbolics
  - sync folder-videos and folder-videos-symbolic
  - translation updates

3.13.91
  - checkbox/radio assets for gtk part of the symbolic icon theme
  - updated cursors. 16 frame animation for fluidity (bug #734429)
  - grid alignment for dictionary
  - highres input-gaming (bug #735160)
  - cellular network status cleanup (bug #735236)
  - rtl variants for media icons (bug #735721)
  - floating point errors in dimensions (bug #634023)
  - translation updates

3.13.5
  - support pre-rendered symbolic pngs
  - improved cursors
  - add missing symbolic mimetype icons
  - translation updates

3.13.4
  - add open-menu-symbolic
  - translation updates

3.13.3
  - symbolic icons for use in gtk theme instead of image assets
  - spinner that only scales up to 32
  - naming fixes
  - sync metaphors between fullcolor and symbolic
  - fix a few misrendering of symbolic icons

3.13.2
  - checkbox and radio as icons (for popovers and menus in gtk)
  - dropped legacy icon name mapping using symlinks (bug #728984)
  - generic document-new (simple scan)
  - spinner as icon (process-working)
  - updated folder design for hicolor
  - expanders as icons (bug #729565)
  - settings for high contrast (bug #708311)
  - updated translations

3.13.1
  - make a/c status more prominnet (bug #701031)
  - combine fullcolor, symbolic & cursor assets into one module

(prlw1)

2014-11-05 23:13:00 UTC MAIN commitmail json YAML

Updated graphics/gnome-icon-theme-symbolic to 3.12.0

(prlw1)

2014-11-05 23:12:04 UTC MAIN commitmail json YAML

Update gnome-icon-theme-symbolic to 3.12.0

After this version, gnome-icon-theme-symbolic is merged with
gnome-icon-theme and renamed to adwaita-icon-theme.

3.11.92
  - fix exported wifi and volume icons
  - fix epoxrted goa-panel
  - inode-directory mimetype icon
  - network offline status icons (bug #726321)
  - larger a/c icon (bug #701031)

3.11.91
  - fix export issues of audio-input-microphone (bug #724670)
  - media-view-subtitles (bug #722198)

3.11.5
  - refined ethernet/wired icons
  - missing device states for wired and cellular
  - outlines for some icons causing alpha compositing issues

3.11.2
  - network-wireless
  - action-unavailable fixes
  - grid alignment
  - avatar less blocky
  - new computer icons
  - places more consistent
  - updated network status icons (arrows)

(prlw1)

2014-11-05 22:41:38 UTC MAIN commitmail json YAML

Add a patch to weekno.perl so that it uses ISO 8601 week numbering.
Remove dependence on timelocal.pl; use Time::Local instead.
Rename other patches according to new conventions.
Fix pkglint warnings.
Bump PKGREVISION.

(he)

2014-11-05 17:36:52 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.27

(wiz)

2014-11-05 17:36:43 UTC MAIN commitmail json YAML

Update to 0.27, depend on p5-Inline-C.

0.27      2014-11-04 23:10:44-05:00 America/New_York

  Prereqs:

  - Make Inline::C recommended, not required

0.26      2014-11-04 06:55:15-05:00 America/New_York

  Tests:

  - Actually check for Inline::C in tests, not just Inline

(wiz)

2014-11-05 17:26:45 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.77

(wiz)

2014-11-05 17:26:35 UTC MAIN commitmail json YAML

Update to 1.77:

1.77    2014-11-04

- Updated the mapping of Windows -> IANA time zones. Patch by David
  Pinkowitz. RT #10025.

- Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.

(wiz)

2014-11-05 16:52:34 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2014.1.13

(imil)

2014-11-05 16:52:00 UTC MAIN commitmail json YAML

2014-11-05 14:40:01 UTC MAIN commitmail json YAML

2014-11-05 10:44:25 UTC MAIN commitmail json YAML

Updated devel/ruby-msgpack to 0.5.9

(obache)

2014-11-05 10:44:15 UTC MAIN commitmail json YAML

Update ruby-msgpack to 0.5.9.

2014-10-05 version 0.5.9:

* Fixed Unpacker#read_map_header and #read_array_header
* Added support for Symbol GC added since MRI 2.2.0

(obache)

2014-11-05 10:40:48 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-others to 1.3.5

(obache)

2014-11-05 10:40:37 UTC MAIN commitmail json YAML

Update ibus-table-others to 1.3.5.

* Use better localized names for the rusle table

(obache)

2014-11-05 10:35:16 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table to 1.9.1

(obache)

2014-11-05 10:35:00 UTC MAIN commitmail json YAML

Update ibus-table to 1.9.1.

* Use proper fallback when reading the localized table name
* Show pinyin mode as well in the input mode indicator

(obache)

2014-11-04 22:39:20 UTC MAIN commitmail json YAML

Note update of tnftp to 20141104

(agc)

2014-11-04 22:38:26 UTC MAIN commitmail json YAML

Update tnftp package from 20141031 to 20141104

Bring over changes from source of truth in othersrc/usr.bin/tnftp

Changes since previous version:

-This is tnftp version 20141031.
+This is tnftp version 20141104.
+
+Changes in tnftp from 20141031 to 20141104:
+
+      Portability fixes.

With thanks to lukem for the nudge

(agc)

2014-11-04 21:41:20 UTC MAIN commitmail json YAML

Add missing dependency for the cffi use.

(joerg)

2014-11-04 21:40:48 UTC MAIN commitmail json YAML

2014-11-04 21:40:05 UTC MAIN commitmail json YAML

pkg-config always uses ${} for variable expansion, not $(). Make sure
the correct use ends up in libffi.pc as libdir might be set to an
entirely different value by whoever is using the file. Unbreaks Mozilla
packages that ended up with wrkdir references via rpath. Bump revision.

(joerg)

2014-11-04 21:38:15 UTC MAIN commitmail json YAML

2014-11-04 13:18:28 UTC MAIN commitmail json YAML

Drop guile support because modern guile isn't supported.

siag builds with guile 1.6, but not 1.8.  Because 1.6 will be dropped
from pkgsrc soonish as unreasonably old, disable guile support.  (siag
itself is no longer maintained and thus a candidate for eventual
removal if it causes trouble.)

siag has an included scheme (SIOD), so is still functional without guile.

(gdt)

2014-11-04 12:56:31 UTC MAIN commitmail json YAML

Added databases/py-barman version 1.3.3

(fhajny)

2014-11-04 12:56:14 UTC MAIN commitmail json YAML

Import Barman as databases/py-barman.

Barman (Backup and Recovery Manager) is an open-source administration
tool for disaster recovery of PostgreSQL servers written in Python.

(fhajny)

2014-11-04 12:01:30 UTC MAIN commitmail json YAML

Updated devel/py-argh to 0.26.1

(fhajny)

2014-11-04 12:01:18 UTC MAIN commitmail json YAML

Update py-argh to 0.26.1.

- The undocumented (and untested) argument `dispatch(..., pre_call=x)`
  was broken; fixing because at least one important app depends on it
  (issue #63).

(fhajny)

2014-11-04 11:40:33 UTC MAIN commitmail json YAML

Updated textproc/groonga to 4.0.7

(obache)

2014-11-04 11:40:20 UTC MAIN commitmail json YAML

Update groonga to 4.0.7.

News
====

.. _release-4-0-7:

Release 4.0.7 - 2014/10/29
--------------------------

Improvements
^^^^^^^^^^^^

* [windows] Supported Groonga with mruby on Windows.
* Added token filter plugin API.
* Added :ref:`token-filter-stop-word` token filter plugin.
  It treats records of ``is_stop_word`` column as actual stop words.
* [doc] Added :doc:`/client` section which introduces link to client libraries.
  [GitHub#210] [Patch by Naoya Murakami]
* [doc] Reconstructed documentation. :doc:`/reference/suggest` and
  :doc:`/reference/operations/geolocation_search` are grouped under :doc:`/reference`.
  [GitHub#206] [Patch by Naoya Murakami]
* [dump] Supports to dump TABLE_NO_KEY for token_flters.
  [GitHub#215] [Patch by Naoya Murakami]
* [deb] Added stop word token filter plugin.
  [GitHub#216] [Patch by Hiroshi Hatake]
* [deb] Clarified licenses about used/bundled files in debian/copyright.
* Dropped LZO compression support.
* Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]
* Added :doc:`/reference/function/in_values`. We recommends to use it
  instead of ``==`` and ``OR`` combinations ( ``((COLUMN == "a") OR
  (COLUMN == "b") OR (COLUMN == "c"))`` ) because of better
  performance.
* [load] Supported to update existing record in ``TABLE_NO_KEY`` by
  specifying a record by ``_id``.
* Added :ref:`token-filter-stem` token filter plugin. It provides
  stemming feature.  To use this token filter, you need to install
  `libstemmer <http://http://snowball.tartarus.org/>`_ library.
* [doc] Added :doc:`/reference/token_filters` documentation.
  [GitHub#227] [Patch by Naoya Murakami]

Fixes
^^^^^

* [doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]
* [httpd] Updated bundled nginx version to 1.7.6.
  [GitHub#208] [Patch by Hiroshi Hatake]
* [power8] Fixed build failure. See
  http://lists.askmonty.org/pipermail/commits/2014-October/006752.html
  [Patch by Sergey Vojtovich]
* Fixed a bug that URL encoding fails if ``char`` type is build as
  ``unsigned char`` type. [GitHub#217]
* Fixed a bug that a ``TABLE_DAT_KEY`` table returns empty results for
  :doc:`/reference/commands/select`. [GitHub#220]
* Fixed a memory leak about inspecting vector column. It occurs when
  something error reports about vector column.
* Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
  by Naoya Murakami]
* Fixed a bug that the value of ``Int8`` column which is less than 100 may
  return true in ``--filter``. By this issue, not intended records may
  be included as search results.
* Fixed to handle binary operation for vector column as an error.
* Fixed a bug that ``!XXX`` may return inverted result on big endian
  environment.
* Fixed a memory leak on converting weight vector to text.

Thanks
^^^^^^

* Naoya Murakami
* Hiroshi Hatake
* Sergey Vojtovich

.. _release-4-0-6:

Release 4.0.6 - 2014/09/29
--------------------------

Improvements
^^^^^^^^^^^^

* [deb] Updated to follow the rule about machine-readable
  debian/copyright file. [Reported by Hideki Yamane]
* [deb][rpm] Changed to use signal instead of HTTP to control nginx.
  This way meets nginx style init script.
* [doc] Updated English documentation about [ :doc:`/reference/executables` ].
  [GitHub#196] [Patch by Masafumi Yokoyama]
* [OS X] Added missing sphinx error message for Homebrew users.
  [GitHub#198] [Patch by cosmo0920]
* [mruby] Query optimizer by mruby became a practical for some range select query.
  For example, mruby optimizer overhead is negligible enough for query such as
  "between(X, 0, 'exclude', 100, 'include')" - "X > 0 && X <= 100".
* [doc] Changed to recommend GitHub for reporting issues.
  Until now, Redmine account must be approved by administrator, so you can not
  report at feel free. [GitHub#202] [Patch by cosmo0920]
* [doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]
* Supported to customize similarity threshold by ``'*S10"..."'`` syntax.
* Added source column validation to
  :doc:`/reference/commands/column_create`.  If source column doesn't
  exist, :doc:`/reference/commands/column_create` returns ``false`` and
  column isn't created.
* [debian] Dropped Debian jessie and sid support.

Fixes
^^^^^

* Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
  for choosing target tokens.
  In the previous versions, it used token ID instead of IDF.
  [groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]
* Fixed a crash bug when deleting a record.
  If the table of the record has ``_key`` and ``_key`` is
  indexed from two or more index columns, deleting causes a crash.
* Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]
* [fedora][httpd] Fixed service start failure without log directory.
* [mruby] Fixed build error with ``--disable-mruby``.
  [GitHub#200] [Patch by cosmo0920]
* Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
  [GitHub#201] [Patch by cosmo0920]
* Fixed a bug that "*" is parsed as prefix search with empty string.
  [groonga-dev,02796] [Reported by Kazuhiko]
* [httpd] Updated bundled nginx version to the latest mainline (1.7.5).
  This update contains vulnerability fix (CVE-2014-3616).

Thanks
^^^^^^

* Hideki Yamane
* Masafumi Yokoyama
* cosmo0920
* NOKUBI Takatsugu
* Satoshi Mitani
* warp kawada
* Kazuhiko

(obache)

2014-11-04 09:41:39 UTC MAIN commitmail json YAML

Note update of security/opendnssec to 1.4.6nb4.

(he)

2014-11-04 09:41:02 UTC MAIN commitmail json YAML

2014-11-04 08:36:17 UTC MAIN commitmail json YAML

Attempt to fix build problems of "rtorretn" on 32bit platforms like
Linux/i586 or NetBSD/i386.

(tron)

2014-11-04 06:58:14 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1401

(wen)

2014-11-04 06:56:51 UTC MAIN commitmail json YAML

Update to 2.1401

Upstream changes:
2.1401  2014-11-03

  [BUG FIXES]

  - The core overloading support interacted badly with
    MooseX::MarkAsMethods. If you used MooseX::MarkAsMethods in a role that
    provided overloading, then that overloading would not be properly applied
    to consuming classes, leading to very weird errors of the form:

        Can't resolve method "???" overloading """" in package "Class2" ...

    Note that the problems that MooseX::MarkAsMethods fixes are no longer
    present if you are using Moose 2.1400+ and namespace::autoclean 0.16+. We
    encourage you to upgrade both of these modules and remove
    MooseX::MarkAsMethods from your code base.

(wen)

2014-11-03 19:44:54 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup tickets #4538 and #4539.

(tron)

2014-11-03 19:44:35 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4539 - requested by drochner
net/wget: security update

Revisions pulled up:
- net/wget/Makefile                                            1.120
- net/wget/distinfo                                            1.43

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Tue Oct 28 10:58:49 UTC 2014

  Modified Files:
          pkgsrc/net/wget: Makefile distinfo

  Log Message:
  update to 1.16
  changes:
  ** No longer create local symbolic links by default.
      Closes CVE-2014-4877.
  ** Use libpsl for verifying cookie domains. (not in pkgsrc yet)
  ** Default progress bar output changed.
  ** Introduce --show-progress to force display the progress bar.
  ** Introduce --no-config.  The wgetrc files will not be read.
  ** Introduce --start-pos to allow starting downloads from a
      specified position.
  ** Fix a problem with ISA Server Proxy and keep-alive connections.

(tron)

2014-11-03 19:39:08 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4538 - requested by drochner
textproc/libxml2: security update
textproc/py-libxml2: security update

Revisions pulled up:
- textproc/libxml2/Makefile                                    1.132-1.133
- textproc/libxml2/PLIST                                        1.45
- textproc/libxml2/distinfo                                    1.104-1.105
- textproc/libxml2/patches/patch-ba                            1.3
- textproc/libxml2/patches/patch-parser.c                      deleted
- textproc/libxml2/patches/patch-xzlib.c                        deleted
- textproc/py-libxml2/Makefile                                  1.50
- textproc/py-libxml2/distinfo                                  1.31
- textproc/py-libxml2/patches/patch-ab                          1.3
- textproc/py-libxml2/patches/patch-ac                          1.2
- textproc/py-libxml2/patches/patch-drv_libxml2.py              deleted

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Fri Oct 17 15:46:47 UTC 2014

  Modified Files:
          pkgsrc/textproc/libxml2: Makefile PLIST distinfo
  Removed Files:
          pkgsrc/textproc/libxml2/patches: patch-parser.c patch-xzlib.c

  Log Message:
  update to 2.9.2
  -security fixes:
    -Fix for CVE-2014-3660 billion laugh variant
    -CVE-2014-0191 Do not fetch external parameter entities (was patched
    in pkgsrc)
  -many bugfixes, doc fixes, cleanup
  -added cmake macro

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Mon Oct 20 19:11:23 UTC 2014

  Modified Files:
          pkgsrc/textproc/py-libxml2: Makefile distinfo
          pkgsrc/textproc/py-libxml2/patches: patch-ab patch-ac
  Removed Files:
          pkgsrc/textproc/py-libxml2/patches: patch-drv_libxml2.py

  Log Message:
  sync w/ base pkg

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Tue Oct 28 18:55:57 UTC 2014

  Modified Files:
          pkgsrc/textproc/libxml2: Makefile distinfo
  Added Files:
          pkgsrc/textproc/libxml2/patches: patch-ba

  Log Message:
  pull in two patches from upstream to fix regressions:
  -catalog initialization problem
  -problem with entity expansion
  This hopefully fixes build failures in KDE3 packages, reported by Joerg.
  bump PKGREV

(tron)

2014-11-03 18:46:52 UTC MAIN commitmail json YAML

Removed devel/libgee0.8

(prlw1)

2014-11-03 18:45:43 UTC MAIN commitmail json YAML

Remove libgee0.8.

libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.

(prlw1)

2014-11-03 14:12:52 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4536 - requested by spz
lang/python27: security update

Revisions pulled up:
- lang/python27/Makefile                                        1.46
- lang/python27/distinfo                                        1.47
- lang/python27/patches/patch-Misc_NEWS                        1.5
- lang/python27/patches/patch-Modules_getpath.c                1.2
- lang/python27/patches/patch-Objects_unicodeobject.c          1.1
- lang/python27/patches/patch-Python_codecs.c                  1.1
- lang/python27/patches/patch-ab                                1.3
- lang/python27/patches/patch-ad                                1.2
- lang/python27/patches/patch-ae                                1.2
- lang/python27/patches/patch-ah                                1.3
- lang/python27/patches/patch-am                                1.18
- lang/python27/patches/patch-an                                1.2
- lang/python27/patches/patch-ao                                1.5
- lang/python27/patches/patch-au                                1.7
- lang/python27/patches/patch-av                                1.2
- lang/python27/patches/patch-aw                                1.2
- lang/python27/patches/patch-ax                                1.5
- lang/python27/patches/patch-az                                1.4
- lang/python27/patches/patch-pyconfig.h.in                    1.3
- lang/python27/patches/patch-xa                                1.2

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Sun Nov  2 13:31:11 UTC 2014

  Modified Files:
  pkgsrc/lang/python27: Makefile distinfo
  pkgsrc/lang/python27/patches: patch-Misc_NEWS patch-Modules_getpath.c
      patch-ab patch-ad patch-ae patch-ah patch-am patch-an patch-ao
      patch-au patch-av patch-aw patch-ax patch-az patch-pyconfig.h.in
      patch-xa
  Added Files:
  pkgsrc/lang/python27/patches: patch-Objects_unicodeobject.c
      patch-Python_codecs.c

  Log Message:
  add the patches for Python issue 22518, also known as 22470, from
  the python source repository.
  Refresh patches

(tron)

2014-11-03 14:10:56 UTC pkgsrc-2014Q3 commitmail json YAML

2014-11-03 13:06:39 UTC MAIN commitmail json YAML

Fix GCC49 pattern.
>From richard@, thank you.

(ryoon)

2014-11-03 12:43:14 UTC MAIN commitmail json YAML

Updated editors/OmegaT to 3.1.7

(ryoon)

2014-11-03 12:42:45 UTC MAIN commitmail json YAML

Update to 3.1.7

Changelog:
----------------------------------------------------------------------
OmegaT 3.1.7 (2014-10-20)
----------------------------------------------------------------------
  9 Enhancements
  7 Bug fixes
  3 Localisation updates
----------------------------------------------------------------------
3.1.7 vs. 3.1.6

  Implemented requests:

  - Add the ability to commit updated segmentation.conf
  https://sourceforge.net/p/omegat/feature-requests/1004/

  - Accept UTF-16 text files for glossaries
  https://sourceforge.net/p/omegat/feature-requests/644/

  - Allow scripts to run in console mode
  https://sourceforge.net/p/omegat/feature-requests/994/

  - Colour themes (e.g., light/dark GUI modes)
  https://sourceforge.net/p/omegat/feature-requests/958/

  - Editable colours
  https://sourceforge.net/p/omegat/feature-requests/549/

  Other enhancements:

  - A new script (auto_open_last_project.groovy) allows opening automatically
the last open project

  - Suggest local directory for new team project based on repository URL

  - Word filter: an option allows to translate or not duplicate legacy
fallback text. It is off by default, which means the legacy fallback
text is not translated.

  - For team projects, a parameter (-Dteam.supersafe) allows to keep all backups
(up to 300). New log messages were also added.

  Bug fixes:

  - Line length limit doesn't work on one line text files
  https://sourceforge.net/p/omegat/bugs/707/

  - Scripts folder is not created in the source package
  https://sourceforge.net/p/omegat/bugs/709/

  - TransTip doesn't highlight acronyms
  https://sourceforge.net/p/omegat/bugs/708/

  - Console-mode align doesn't load the project correctly and crashes
  https://sourceforge.net/p/omegat/bugs/711/

  - Some Mozilla DTD files were not loaded correctly

  - When using Create Current Translated Document, the message should be in the singular
  https://sourceforge.net/p/omegat/bugs/713/

  - PO filter: it was not possible to enter an alternative translation for a
different plural when the source sentences of the plural were the same.
As the identifier for alternative translations of PO were changed, it is not
recommanded to change version during a project.

  Localisation updates:

  - Japanese localisation updated to 3.1.7 (UI, readme, documentation)
  - Italian localisation updated to 3.1.6 (UI, readme)
  - Dutch localisation updated to 3.1.6 (UI, readme, documentation)

----------------------------------------------------------------------
OmegaT 3.1.6 (2014-09-10)
----------------------------------------------------------------------
  5 Enhancements
  8 Bug fixes
  3 Localisation update
----------------------------------------------------------------------
3.1.6 vs. 3.1.5

  Implemented requests:

  - Allow customising segment modification information
  https://sourceforge.net/p/omegat/feature-requests/1022/

  - Automatically open last visited segment
  https://sourceforge.net/p/omegat/feature-requests/35/

  - Memory for searched items
  https://sourceforge.net/p/omegat/feature-requests/176/

  Other enhancements:

  - Ctrl+Shift+M was added as a shortcut to "Go to selected match"
  https://sourceforge.net/p/omegat/feature-requests/1009/

  - Protected parts tooltip view changes. In Options > View, paired tags
can be removed from tooltip, text between paired tags can be bolded.

  Bug fixes:

  - Wrong font used in dictionary window
  https://sourceforge.net/p/omegat/bugs/706

  - Alt+Up/Down was set to Select Next Match and Select Previous Match on Mac OSX
  https://sourceforge.net/p/omegat/bugs/687/

  - The description of open_current_file.groovy was wrongly
"Open the current translated file". It was corrected to "Open the current source file"

  - The HTML filter had a different behaviour, where attributes were transformed into
tags and could not be translated.

  - Multi-line notes in XLIFF files were not extracted correctly

  - Issues with LaTeX filter with Java 8
  https://sourceforge.net/p/omegat/bugs/658/

  - Extra tags in LaTex file
  https://sourceforge.net/p/omegat/bugs/564/

  - Recent projects were not always updated

  Localisation updates:

  - Dutch localisation updated to 3.1.5 (UI, readme, documentation, scripts)
  - Italian localisation updated to 3.1.5 (UI, readme)
  - Japanese localisation updated to 3.1.6 (UI, readme, documentation)

----------------------------------------------------------------------
OmegaT 3.1.5 (2014-08-13)
----------------------------------------------------------------------
  2 Enhancements
  4 Bug fixes
  0 Localisation update
----------------------------------------------------------------------
3.1.5 vs. 3.1.4

  Implemented requests:

  - Load alternative translations from external TMXs created by OmegaT
  https://sourceforge.net/p/omegat/feature-requests/783/

  - List recent projects
  https://sourceforge.net/p/omegat/feature-requests/161/

  Bug fixes:

  - Pane headline missing using the Windows classic theme
  https://sourceforge.net/p/omegat/bugs/697/

  - Error while trying to validate tags with a changed order
  https://sourceforge.net/p/omegat/bugs/698/

  - Error: org.omegat.filters2.TranslationException: String index out of range: -1
  https://sourceforge.net/p/omegat/bugs/699/

  - OmegaT could fail to create nested subfolders in the target folder

----------------------------------------------------------------------
OmegaT 3.1.4 (2014-07-28)
----------------------------------------------------------------------
  12 Enhancements
  2 Bug fixes
  2 Localisation updates
----------------------------------------------------------------------
3.1.4 vs. 3.1.3

  Implemented requests:

  - Enable Check whole project by default in check_rules.groovy
  https://sourceforge.net/p/omegat/feature-requests/1012/

  - Don't save location of projects opened via command line
  https://sourceforge.net/p/omegat/feature-requests/1010/

  - Select the matching percentage on which to base the match ordering
  https://sourceforge.net/p/omegat/feature-requests/847/

  - Select folders and files to ignore in the source folder
  https://sourceforge.net/p/omegat/feature-requests/954/

  Other enhancements:

  - Improve combo box look and feel on OS X

  - SVNKit updated to 1.8.5. Team projects created previously will continue
to work normally with OmegaT. However, if you want to use SVN tools to manage a
project created with OmegaT 3.1.4 (e.g., commit new source files), you have
to use a compatible tool (e.g., Tortoise SVN 1.8.7). If you want to manage
with such a tool projects created previously, you have to perform an SVN Upgrade
Copy. Once this is done, the working copy can no longer be managed with a 1.7 SVN
tool or OmegaT 3.1.3.

  - When a team project gets online/offline, the last dialog box replaces
the previous one, instead of piling up as was done previously

  - In Options > External TMXs and in Project Properties, the variable
insertions buttons replace selection instead of ignoring it

  - In team projects, the repository type detection is now more robust

  - It's possible to specify a timestamp authority for Java Web Start
See: https://ant.apache.org/manual/Tasks/signjar.html

  - Internal support for multiple comment providers, so that plugins can write
to the comment pane

  - Search window: make Enter key start search from Author field

  Bug fixes:

  - Minor cursor issue in team projects
  https://sourceforge.net/p/omegat/bugs/672/

  - Editing behaviour "leave the segment empty" setting not working when filter is active
  https://sourceforge.net/p/omegat/bugs/686/

  Localisation updates:

  - Italian localisation updated to 3.1.3 (UI, readme, documentation)
  - Japanese localisation updated to 3.1.4 (UI, readme)

----------------------------------------------------------------------
OmegaT 3.1.3 (2014-07-11)
----------------------------------------------------------------------
  12 Enhancements
  4 Bug fixes
  2 Localisation updates
----------------------------------------------------------------------
3.1.3 vs. 3.1.2

  Implemented requests:

  - Implement application_start event for scripts
  https://sourceforge.net/p/omegat/feature-requests/1000/

  - XLIFF filter - RESNAME as id for alternative translations
  https://sourceforge.net/p/omegat/feature-requests/996/

  - Make adding filename to alternative translations configurable
  https://sourceforge.net/p/omegat/feature-requests/961/

  - Create automatically project_save.tmx when creating a project
  https://sourceforge.net/p/omegat/feature-requests/1008/

  - Go to selected match
  https://sourceforge.net/p/omegat/feature-requests/1009/

  Other enhancements:

  - When enabling or disabling Options > Glossary > Display Context
Description for TBX Glossaries, only TBX glossaries are reloaded, instead
of all glossaries

  - Under Linux, the layout of omegat.kaptn was improved. the "Languages"
and "Appearance" tabs are now merged into a single "GUI Settings" tab.

  - The size of the About dialog is reduced automatically if it doesn't
fit on screen

  - VLDocking (the docking system) updated to 3.0.4

  - Specific user interface layout can be built into a Java Web Start package at
compilation time, by putting an uiLayout.xml file in /release/WebStart-specific

  - Text filter: when using the line length limit, OmegaT tries to avoid
putting a new line just after an opening bracket. Opening brackets are
defined as '([{<'.

  - A new option in the search window allows showing the source file name
for each search result

  Bug fixes:

  - Remove script action outputs wrong script name
  https://sourceforge.net/p/omegat/bugs/656/

  - Untranslated segments missing in target Java .properties and Mozilla DTDs
  https://sourceforge.net/p/omegat/bugs/690/

  - No more warning about mixed content in the Java Web Start package. Requires
ant-contrib. See details in /release/WebStart-specific/build.xml

  - Text filter: some of the last lines of the target document could be lost

  Localisation updates:

  - Italian localisation updated to 3.1.2 (UI, scripts, readme)
  - Interlingua localisation updated to 3.1.2 ((UI, scripts, readme, documentation)

----------------------------------------------------------------------
OmegaT 3.1.2 (2014-06-26)
----------------------------------------------------------------------
  17 Enhancements
  2 Bug fixes
  3 Localisation updates
----------------------------------------------------------------------
3.1.2 vs. 3.1.1 update 1

  Implemented requests:

  - Include notes from orphan segments and external TMXs in search
  https://sourceforge.net/p/omegat/feature-requests/965/

  - Make several identical results in Search Results window appear as one result
  https://sourceforge.net/p/omegat/feature-requests/936/

  - Dual mode progress bar
  http://sourceforge.net/p/omegat/feature-requests/959

  - Extend check_rules.groovy with ability to sort by error type
  https://sourceforge.net/p/omegat/feature-requests/992/

  - Show segments with spelling errors in check_rules.groovy
  https://sourceforge.net/p/omegat/feature-requests/999/

  - Script: Strip tags only in selection
  https://sourceforge.net/p/omegat/feature-requests/998/

  -  Make SVN_cleanup script localizable
  https://sourceforge.net/p/omegat/feature-requests/997/

  - Connector to TaaS online service
  https://sourceforge.net/p/omegat/feature-requests/1007/

  Other enhancements:

  - When --no-team is used, Project > Dowload team project is disabled

  - Make "auto" colors more distinctive

  - Auto-completer choices can be confirmed by a double click

  - For team projects, the type of repository (Git or SVN) is now detected
automatically. When authentication is required, credentials have to be
provided first to detect the type of repository. The type of repository can
be forced by prefixing the URL with "git!" or "svn!".
E.g., svn!https://omegat.xxxx.xx/omegat-fr

  - Scripts with a separate .properties file for user messages are now
included in localisation bundles

  - Specific preferences can be built into a Java Web Start package at
compilation time, by putting an omegat.prefs file in /release/WebStart-specific

  - .properties files for script localisation can now be put into a
/properties folder inside the /scripts folder. For compatibility, .properties from
the root of the /script folder are loaded if they exist.

  - In the Search window, the labels Number of results and Display all results
were misleading, because what is counted is the number of segments containing the
results, not the number of search results. To clarify, the labels were renamed to
Number of matching segments and Display all matching segments.

  - Under Linux, the layout of omegat.kaptn was improved, with a separate tab
for online services, and the option --no-team was added

  Bug fixes:

  - Word: anything placed before the leading tag is omitted in translated document
  https://sourceforge.net/p/omegat/bugs/634/

  - The color used in the View menu to identify "auto" colors was
COLOR_MARK_COMES_FROM_TM_XICE instead of COLOR_MARK_COMES_FROM_TM_XAUTO
used by most users

  Localisation updates:

  - Italian localisation updated to 3.1.0 (UI, Documentation)
  - Japanese localisation updated to 3.1.1 update 2 (UI, Documentation, Scripts)
  - Russian localisation updated to 3.1.2 (UI, Scripts, Readme)

----------------------------------------------------------------------
OmegaT 3.1.1 update 1 (2014-05-21)
----------------------------------------------------------------------
  1 Enhancement
  4 Bug fixes
  0 Localisation update
----------------------------------------------------------------------
3.1.1 update 1 vs. 3.1.1

  Implemented requests:

  - Strip special strings before pasing text to spellchecker script
  https://sourceforge.net/p/omegat/feature-requests/991/

  Bug fixes:

  - OmegaT HTML filter confuses <head> and <header>
  https://sourceforge.net/p/omegat/bugs/680/

  - Open xxx (e.g., Open glossary) scripts under Windows were not compatible
with Samba shares

  - In the text filter, the line length limit was not respected if
the source document was using LF instead of CR+LF for end of lines

  - In the XLIFF filter, protected tags (<mrk mtype="protected") were
not converted back to real tags in the target document

----------------------------------------------------------------------
OmegaT 3.1.1 (2014-05-13)
----------------------------------------------------------------------
  13 Enhancements
  5 Bug fixes
  4 Localisation updates
----------------------------------------------------------------------
3.1.1 vs. 3.1.0

  Implemented requests:

  - Add Illustrator xml export format support to the SVG filter
  https://sourceforge.net/p/omegat/feature-requests/987/

  - Allow using <trans-unit> ID as identifier of alternative translations in XLIFF filter
  https://sourceforge.net/p/omegat/feature-requests/989/

  - Mozilla .lang files filter
  https://sourceforge.net/p/omegat/feature-requests/962/

  - PO filter: allow translating blank source segments
  https://sourceforge.net/p/omegat/feature-requests/960/

  - Allow Moving up/down/first/last multiple files in Project Files list
  https://sourceforge.net/p/omegat/feature-requests/964/

  - In search, make space match non-breaking space
  https://sourceforge.net/p/omegat/feature-requests/969/

  - Enable sorting by column in the Spellchecker window (script)
  https://sourceforge.net/p/omegat/feature-requests/972/

  - Extend check_rules.groovy with ability to find untranslated and source=target segments
  https://sourceforge.net/p/omegat/feature-requests/993/

  Other enhancements:

  - In replace mode, "Cancel" was replaced by "Finish", because
"Cancel" could lead to believe that changes already done would be
undone

  - By giving an email in -Dmymemory.api.email for MyMemory machine
translation, it is possible to use 1000 requests per day instead
of 100 ones

  - The Linux version is now available also with a 64-bit JRE

  - Bundle (.properties) filter now displays comments (# or !)
preceding a segment in the Comments pane

- The spell checking script can ignore mnemonic characters and escape sequences

  Bug fixes:

  - When using a search or replace filter, the last change made before
removing the filter or pressing Cancel could be lost

  - Alternative translation overwrites the default one in team project
  https://sourceforge.net/p/omegat/bugs/678/

  - "Properties..." menu is disabled in team projects
  https://sourceforge.net/p/omegat/bugs/673/

  - OmegaT shows incorrect match statistics for bilingual documents when source=target
  https://sourceforge.net/p/omegat/bugs/662/

  - Unable to save note for untranslated segment
  https://sourceforge.net/p/omegat/bugs/677/

  Localisation updates:

  - Dutch localisation updated to 3.1.0 (UI, Documentation, Readme)
  - Galician localisation updated to 3.1.0 (UI, Documentation, Readme)
  - Italian localisation updated to 3.1.0 (UI, Documentation)
  - Japanese localisation updated to 3.1.1 (UI, Readme)

----------------------------------------------------------------------
OmegaT 3.1.0 (2014-04-14)
----------------------------------------------------------------------
  35 Enhancements
  7 Bug fixes
  2 Localisation updates
----------------------------------------------------------------------
3.1.0 vs. 3.0.8 update 5

  Implemented requests:

  - Add facility for conflict resolution during team sync
  https://sourceforge.net/p/omegat/feature-requests/950/

  - Find and Replace (poss. with regex)
  https://sourceforge.net/p/omegat/feature-requests/66/

  - Search in comments
  https://sourceforge.net/p/omegat/feature-requests/943/

  - Show XLIFF multiple trans-unit notes
  https://sourceforge.net/p/omegat/feature-requests/949/

  - Allow custom sorting order of project files
  https://sourceforge.net/p/omegat/feature-requests/788/

  - Improve exception processing in console mode
  https://sourceforge.net/p/omegat/bugs/607/

  - Extend project statistics with the number of files in which they occur
  https://sourceforge.net/p/omegat/feature-requests/910/

  - Mark auto-populated segments
  https://sourceforge.net/p/omegat/feature-requests/963/

  - Priority TM to override project_save.tmx
  https://sourceforge.net/p/omegat/feature-requests/957/

  - Localisation support for scripts
  https://sourceforge.net/p/omegat/feature-requests/975/

  - Event for scripts
  https://sourceforge.net/p/omegat/feature-requests/976/

  - Set the glossary folder as default folder for the writable glossary file
  https://sourceforge.net/p/omegat/feature-requests/982/

  - Allow changing charset for .properties
  https://sourceforge.net/p/omegat/feature-requests/807/

  - Ignore <image>, <style> and <path> content in SVG files
  https://sourceforge.net/p/omegat/feature-requests/983/

  - Limit line length of target text files
  https://sourceforge.net/p/omegat/feature-requests/985/

  - Shortcut key to register source equals target for a specific segment
  https://sourceforge.net/p/omegat/feature-requests/906/

  Other enhancements:

  - If there is a selection When inserting a tag pair, the tags are
put on each side of the selection

  - Synchronisation does not occur anymore when creating translated
documents in team projects

  - The default character set for the PO filter is now UTF-8, as it
is the most common encoding for those files

  - The About dialog can now be resized

  - In the Mozilla DTD filter, an option allows to not
include untranslated strings in the target files

  - In the bundle properties filter, an option allows to not
include untranslated strings in the target files

  - A new script (svn_commit_source_files.groovy) allows
uploading new or modified source files of a team project
without having to use an SVN client

  - The scripting interface uses now the Java 6 native implementation
of JSR-223 script interface instead of the Bean Scripting Framework.
The list of available script engines should properly reflect the
engines installed on OmegaT classpath. Since Java6 includes by
default a javascript engine, we don't need Rhino anymore.
The value returned by the executed script is displayed in the script
console.

  - Upgraded Groovy version from 1.8.9 to 2.2.2

  - The size and position of the scripting windows are saved in the preferences.

  - The script directory is monitored every seconds to see if a script has
been added or deleted. This way, it is not necessary to use "F5" to refresh the
script list.

  - The script window list only displays supported script files.

  - Addition of two new scripts to deal with extra tags.
replace_with_match_no_tags.groovy will replace the target segment with a match
without the tags.
replace_strip_tags.groovy will remove any tag form the target segment.
Other related scripts are available from
http://libretraduko.wordpress.com/2013/06/26/stripping-tags-everywhere-groovy-way/

  - When reading a level-2 project_save.tmx, standalone tags (e.g., <f0>) will have
a trailing '/' or not depending on the option in Options > External TMXs. Previously, a
trailing / was never added. This will improve compatibility when translating XML content and
when project_save was not produced by OmegaT.

  - XLIFF filter option: Ignore type and ctype attributes when building <bpt> and
<ept> tag shortcuts. This is similar to the option already available for <ph> tags:
https://sourceforge.net/p/omegat/feature-requests/938/

  - The script svn_cleanup.groovy was renamed to svn_cleanup_selected.groovy. When
no project is loaded, it allows doing "svn cleanup" on any SVN repository.

  - Standard scripts now have a user friendly name and description, which is displayed
instead of displaying the file name

  - New QA rule in check_rules.groovy that checks the case of the first character
in source and target

  - Modifying project properties is disabled for team projects

  Bug fixes:

  - Monolingual .po: msgstr in exported files are empty
  https://sourceforge.net/p/omegat/bugs/654/

  - Error on saving team project without glossary file
  https://sourceforge.net/p/omegat/bugs/657/

  - Problem using Filter in search window when no matches are returned
  https://sourceforge.net/p/omegat/bugs/653/

  - XLIFF filter: untranslatable text (translate="no") appeared in the Editor

  - When inserting a missing tag pair, any selected text was deleted

  - On Mac, the quit and About menu behaviour was fixed

  - Scripting window layout leaves "RUN" button out
  https://sourceforge.net/p/omegat/bugs/646/

  Localisation updates:

  - Japanese localisation updated to 3.1.0 (UI, Documentation, Readme)
  - Italian localisation updated to 3.1.0 (UI, Documentation)

----------------------------------------------------------------------
OmegaT 3.0.8 update 5 (2014-03-24)
----------------------------------------------------------------------
  0 Enhancement
  1 Bug fix
  0 Localisation update
----------------------------------------------------------------------
3.0.8 update 5 vs. 3.0.8 update 4

  Bug fixes:

  - Includes team project bug fix from 2.6.3 update 9

----------------------------------------------------------------------
OmegaT 3.0.8 update 4 (2014-02-25)
----------------------------------------------------------------------
  1 Enhancement
  0 Bug fix
  1 Localisation update
----------------------------------------------------------------------
3.0.8 update 4 vs. 3.0.8 update 3

  Other enhancements:

  - Mac: a pre-defined line in OmegaT.sh makes it easier to use
system Java 1.6 on OS X

  Localisation updates:

  - Italian localisation updated to 3.0.8 update 2 (UI)

----------------------------------------------------------------------
OmegaT 3.0.8 update 3 (2014-01-27)
----------------------------------------------------------------------
  2 Enhancements
  1 Bug fix
  0 Localisation update
----------------------------------------------------------------------
3.0.8 update 3 vs. 3.0.8 update 2

  Implemented requests:

  - Insert Next Missing Tag Pair
  https://sourceforge.net/p/omegat/feature-requests/947/

  Other enhancements:

  - New Project can now be called with the Ctrl+Shift+N shortcut

  Bug fixes:

  - Under the Mac with Java 1.7, OmegaT could freeze when using
New Project or Open Project

----------------------------------------------------------------------
OmegaT 3.0.8 update 2 (2014-01-23)
----------------------------------------------------------------------
  7 Enhancements
  4 Bug fixes
  2 Localisation updates
----------------------------------------------------------------------
3.0.8 update 2 vs. 3.0.8 update 1

  Implemented requests:

  - XLIFF filter: Ignore type and ctype attributes when building <ph> tag shortcuts
  https://sourceforge.net/p/omegat/feature-requests/938/

  - Added dummy Google Translate API key in the Mac package
  https://sourceforge.net/p/omegat/feature-requests/940/

  - Chinese (ZH.*) segmentation rules added
  http://sourceforge.net/p/omegat/feature-requests/945/

  Other enhancements:

  - New Korean tokenizer. As it is still "beta", it it not yet the default
tokenizer for Korean, and has to be selected manually in the list.

  - Scripts are now interpreted as being written in UTF-8. This will remove
ambiguity and ease exchanging files across different platforms.

  - Scripts now use a monospaced font

  - The Mac version now contains the JRE (1.7). Runtime parameters
(e.g., user language, Google API key, etc.) can be edited in
OmegaT.app/Contents/MacOS/OmegaT.sh.

  Bug fixes:

  - OutOfMemoryError in DirectoryMonitor if monitored path contains recursive symlinks
  https://sourceforge.net/p/omegat/bugs/652/

  - In the Search window, the shortcut Alt+f was allocated both to Files
and Filter, and no shortcut was allocated to Translated. The new shortcuts
are Alt+l for Files, Alt+f for Filter and Alt+t for Translated

  - After creating a project, both Copy Files to Source Folder and
Download MediaWiki Page were greyed out

  - Swedish segmentation rules were not properly displayed in the Segmentation Rules dialog

  Localisation updates:

  - Simplified Chinese localisation updated to 3.0.8 (UI, Documentation)
  - Japanese localisation updated to 3.0.8 update 2 (UI, Documentation, Readme)

(ryoon)

2014-11-03 12:31:32 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.71
Updated www/icedtea-web to 1.5.1

(ryoon)

2014-11-03 12:31:01 UTC MAIN commitmail json YAML

Update to 1.5.1

* Use devel/xulrunner31
* Sync with lang/openjdk7

Changelog:
New in release 1.5.1 (2014-08-13):
* Massively improved offline abilities.
* Improved to be able to run with any JDK
* JDK 8 support added (URLPermission granted if applicable)
* Added DE and PL localizations
* Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property to control scan of Manifest file
* Control Panel
  - Problem1856: ControlPanel UI improvement for lower resolutions (800*600)
* NetX
  - Problem1858: Java Console accepts multi-byte encodings
  - Problem1859: Java Console UI improvement for lower resolutions (800*600)
  - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception java.lang.ClassCastException in method sun.applet.PluginAppletViewer$8.run()
* Plugin
  - Problem1743 - Intermittant deadlock in PluginRequestProcessor
  - RH1121549: coverity defects
* PolicyEditor
  - codebases without permissions assigned save to file anyway (and re-appear on next open)
  - Problem1776: NullPointer on save-and-exit
  - Custom permissions are properly formatted

New in release 1.5 (2014-04-02):
* IcedTea-Web now using tagsoup as default (tagsoup dependence) sanitizer for input
* JDK older then 1.5 no longer supported
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)
* A console for debugging plugin and javaws
* Dialogs center on screen before becoming visible
* Support for u45 and u51 new manifest attributes (Application-Name, Codebase, Permissions, Trusted-only)
* Custom applet permission policies panel in itweb-settings control panel
* javaws -version flag
* New PolicyEditor for easily adding/removing permissions to individual applets
* Cache Viewer
  - Can be closed by ESC key
  - Enabling and disabling of operational buttons is handled properly
  - Time consuming operations are indicated by a mouse busy cursor
  - "Size" and "Last Modified" columns display localized data
* NetX
  - Problem1465 - java.io.FileNotFoundException while trying to download a JAR file
  - Netx can now parse malformed jnlp files using tagsoup
  - Problem1026 - Apps fail to run because of the nanoxml parser's strict XML validation
  - Problem1473 - javaws should not depend on name of local file
  - Redesigned About dialogue layout and contents
  - Console made aware of plugin messages
* Plugin
  - Problem854: Resizing an applet several times causes 100% CPU load
  - Problem1271: icedtea-web does not handle 'javascript:'-protocol URLs
  - RH976833: Multiple applets on one page cause deadlock
  - Pipes moved into XDG_RUNTIME_DIR
  - Added debug to file
  - RH1010958: insecure temporary file use flaw in LiveConnect implementation
* Common
  - Problem1474: Can't get javaws to use SOCKS proxy
  - Man page for itweb-settings
* Security Updates
  - CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event attached to applet

(ryoon)

2014-11-03 12:25:36 UTC MAIN commitmail json YAML

Update to 1.7.71

* Update icedtea* to latest
* UTF-8 build patch
These are based on the patches from richard@.

Changelog:
From: http://www.oracle.com/technetwork/java/javase/7u71-relnotes-2296187.html

The full version string for this update release is 1.7.0_71-b14 (where "b" means "build"). The version number is 7u71.
IANA Data 2014c

JDK 7u71 contains IANA time zone data version 2014c. For more information, refer to Timezone Data Versions in the JRE Software.

(ryoon)

2014-11-03 12:24:43 UTC MAIN commitmail json YAML

Added www/firefox31 version 31.2.0
Added www/firefox31-l10n version 31.2.0
Added devel/xulrunner31 version 31.2.0

(ryoon)

2014-11-03 12:23:30 UTC MAIN commitmail json YAML

Add firefox31 and firefox31-l10n

(ryoon)

2014-11-03 12:22:18 UTC MAIN commitmail json YAML

Add xulrunner31

(ryoon)

2014-11-03 12:21:29 UTC MAIN commitmail json YAML

Import xulrunner31-31.2.0 as devel/xulrunner31.

XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.

This package tracks 31 extended support release.

(ryoon)

2014-11-03 12:19:51 UTC MAIN commitmail json YAML

Import firefox31-l10n-31.2.0 as www/firefox31-l10n.

This package contains language packs for www/firefox31.

(ryoon)

2014-11-03 12:18:32 UTC MAIN commitmail json YAML

Import firefox31-31.2.0 as www/firefox31.

Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.

It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.

(ryoon)

2014-11-03 10:35:34 UTC MAIN commitmail json YAML

Switch from gcc48-cc++ to gcc48.

(wiz)

2014-11-03 10:34:57 UTC MAIN commitmail json YAML

2014-11-03 09:28:51 UTC MAIN commitmail json YAML

Updated emulators/suse131_openssl to 13.1nb10

(obache)

2014-11-03 09:28:39 UTC MAIN commitmail json YAML

Apply following security update to suse131_openssl, bump PKGREVISION to 10.

  openSUSE Security Update: update for openssl
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1331-1
Rating:            important
References:        #901223 #901277
Cross-References:  CVE-2014-3513 CVE-2014-3566 CVE-2014-3567
                    CVE-2014-3568
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes four vulnerabilities is now available.

Description:

  The following issues were fixed in this release:

  CVE-2014-3566: SSLv3 POODLE attack (bnc#901223) CVE-2014-3513,
  CVE-2014-3567:  DTLS memory leak and session ticket memory leak

(obache)

2014-11-03 09:26:08 UTC MAIN commitmail json YAML

Updated emulators/suse131_libcurl to 13.1nb5

(obache)

2014-11-03 09:25:56 UTC MAIN commitmail json YAML

Apply following update to suse131_libcurl, bump PKGREVISION to 5.

  openSUSE Recommended Update: Fix a crash when removing an already removed handle.
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1274-1
Rating:            low
References:        #897816
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that has one recommended fix can now be installed.

Description:

  No description available.

(obache)

2014-11-03 09:21:17 UTC MAIN commitmail json YAML

pulseaudio is not in gtk2 package since suse131.

(obache)

2014-11-03 09:16:41 UTC MAIN commitmail json YAML

Updated emulators/suse131_qt4 to 13.1nb2

(obache)

2014-11-03 09:16:28 UTC MAIN commitmail json YAML

Apply following update to suse131_qt4, bump PKGREVISION to 2.

  openSUSE Recommended Update: libqt4: fix cirrus driver issues
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1251-1
Rating:            moderate
References:        #847880
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that has one recommended fix can now be installed.

Description:

  libqt4 was updated to fix the following bug:

  When extracting a region of a QRasterPixmapData an optimization was using
  the wrong bit depth for some calculations thus copying a different section
  of the image than requested. This breaks specially the oxygen kde theme
  under qemu when using a cirrus driver.

(obache)

2014-11-03 09:11:33 UTC MAIN commitmail json YAML

Updated emulators/suse131_libdbus to 13.1nb3

(obache)

2014-11-03 09:11:22 UTC MAIN commitmail json YAML

Apply following security update to suse131_libdbus, bump PKGREVISION to 3.

  openSUSE Security Update: dbus-1: security and bugfix update to 1.8
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1228-1
Rating:            moderate
References:        #896453
Cross-References:  CVE-2012-3524 CVE-2014-3635 CVE-2014-3636
                    CVE-2014-3637 CVE-2014-3638 CVE-2014-3639

Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that fixes 6 vulnerabilities is now available.

Description:

  DBUS-1 was upgraded to upstream release 1.8.

  This brings the version of dbus to the latest stable release from an
  unstable snapshot 1.7.4 that is know to have several regressions

  - Upstream changes since 1.7.4:
    + Security fixes:
      - Do not accept an extra fd in the padding of a cmsg message, which
        could lead to a 4-byte heap buffer overrun. (CVE-2014-3635,
        fdo#83622; Simon McVittie)
      - Reduce default for maximum Unix file descriptors passed per message
        from 1024 to 16, preventing a uid with the default maximum number of
        connections from exhausting the system bus' file descriptors under
        Linux's default rlimit. Distributors or system administrators with
        a  restrictive fd limit may wish to reduce these limits further.
        Additionally, on Linux this prevents a second denial of service in
        which the dbus-daemon can be made to exceed the maximum number of
        fds per sendmsg() and disconnect the process that would have
        received them. (CVE-2014-3636, fdo#82820; Alban Crequy)
      - Disconnect connections that still have a fd pending unmarshalling
        after a new configurable limit, pending_fd_timeout (defaulting to
        150 seconds), removing the possibility of creating an abusive
        connection that cannot be disconnected by setting up a circular
        reference to a connection's file descriptor. (CVE-2014-3637,
        fdo#80559; Alban Crequy)
      - Reduce default for maximum pending replies per connection from 8192
        to 128, mitigating an algorithmic complexity denial-of-service
        attack (CVE-2014-3638, fdo#81053; Alban Crequy)
      - Reduce default for authentication timeout on the system bus from 30
        seconds to 5 seconds, avoiding denial of service by using up all
        unauthenticated connection slots; and when all unauthenticated
        connection slots are used up, make new connection attempts block
        instead of disconnecting them. (CVE-2014-3639, fdo#80919; Alban
        Crequy)
      - On Linux >0 2.6.37-rc4, if sendmsg() fails with ETOOMANYREFS,
        silently drop the message. This prevents an attack in which a
        malicious client can make dbus-daemon disconnect a system service,
        which is a local denial of service. (fdo#80163, CVE-2014-3532; Alban
        Crequy)
      - Track remaining Unix file descriptors correctly when more than one
        message in quick succession contains fds. This prevents another
        attack in which a malicious client can make dbus-daemon disconnect a
        system service. (fdo#79694, fdo#80469, CVE-2014-3533; Alejandro
        Martinez Suarez, Simon McVittie, Alban Crequy)
      - Alban Crequy at Collabora Ltd. discovered and fixed a
        denial-of-service flaw in dbus-daemon, part of the reference
        implementation of D-Bus. Additionally, in highly unusual
        environments the same flaw could lead to a side channel between
        processes that should not be able to communicate. (CVE-2014-3477,
        fdo#78979)
    + Other fixes and enhancements:
      - Check for libsystemd from systemd >= 209, falling back to the
        older separate libraries if not found (Umut Tezduyar Lindskog, Simon
  McVittie)
      - On Linux, use prctl() to disable core dumps from a test executable
        that deliberately raises SIGSEGV to test dbus-daemon's handling
        of that condition (fdo#83772, Simon McVittie)
      - Fix compilation with --enable-stats (fdo#81043, Gentoo #507232;
        Alban Crequy)
      - Improve documentation for running tests on Windows (fdo#41252, Ralf
        Habacker)
      - When dbus-launch --exit-with-session starts a dbus-daemon but then
        cannot attach to a session, kill the dbus-daemon as intended
        (fdo#74698, Роман Донченко)
      - in the CMake build system, add some hints for Linux users
        cross-compiling Windows D-Bus binaries to be able to run tests under
        Wine (fdo#41252, Ralf Habacker)
      - add Documentation key to dbus.service (fdo#77447, Cameron Norman)
      - in "dbus-uuidgen --ensure", try to copy systemd's /etc/machine-id to
        /var/lib/dbus/machine-id instead of generating an entirely new ID
        (fdo#77941, Simon McVittie)
      - if dbus-launch receives an X error very quickly, do not kill
        unrelated processes (fdo#74698, Роман Донченко)
      - on Windows, allow up to 8K connections to the dbus-daemon, instead
        of the previous 64 (fdo#71297; Cristian Onet, Ralf Habacker)
      - cope with \r\n newlines in regression tests, since on Windows,
        dbus-daemon.exe uses text mode (fdo#75863, Руслан
        Ижбулатов)
      - Enhance the CMake build system to check for GLib and compile/run a
        subset of the regression tests (fdo#41252, fdo#73495; Ralf Habacker)
      - don't rely on va_copy(), use DBUS_VA_COPY() wrapper (fdo#72840, Ralf
        Habacker)
      - fix compilation of systemd journal support on older systemd versions
        where sd-journal.h doesn't include syslog.h (fdo#73455, Ralf
        Habacker)
      - fix compilation on older MSVC versions by including stdlib.h
        (fdo#73455, Ralf Habacker)
      - Allow <allow_anonymous/> to appear in an included configuration file
        (fdo#73475, Matt Hoosier)
      - If the tests crash with an assertion failure, they no longer default
        to blocking for a debugger to be attached. Set DBUS_BLOCK_ON_ABORT
        in the environment if you want the old behaviour.
      - To improve debuggability, the dbus-daemon and dbus-daemon-eavesdrop
        tests can be run with an external dbus-daemon by setting
        DBUS_TEST_DAEMON_ADDRESS in the environment. Test-cases that require
        an unusually-configured dbus-daemon are skipped.
      - don't require messages with no INTERFACE to be dispatched
        (fdo#68597, Simon McVittie)
      - document "tcp:bind=..." and "nonce-tcp:bind=..." (fdo#72301,
        Chengwei Yang)
      - define "listenable" and "connectable" addresses, and discuss the
        difference (fdo#61303, Simon McVittie)
      - support printing Unix file descriptors in dbus-send, dbus-monitor
        (fdo#70592, Robert Ancell)
      - don't install systemd units if --disable-systemd is given
        (fdo#71818, Chengwei Yang)
      - don't leak memory on out-of-memory while listing activatable or
        active services (fdo#71526, Radoslaw Pajak)
      - fix undefined behaviour in a regression test (fdo#69924, DreamNik)
      - escape Unix socket addresses correctly (fdo#46013, Chengwei Yang)
      - on SELinux systems, don't assume that SECCLASS_DBUS,
        DBUS__ACQUIRE_SVC and DBUS__SEND_MSG are numerically equal to their
        values in the reference policy (fdo#88719, osmond sun)
      - define PROCESS_QUERY_LIMITED_INFORMATION if missing from MinGW < 4
        headers (fdo#71366, Matt Fischer)
      - define WIN32_LEAN_AND_MEAN to avoid conflicts between winsock.h and
        winsock2.h (fdo#71405, Matt Fischer)
      - do not return failure from _dbus_read_nonce() with no error set,
        preventing a potential crash (fdo#72298, Chengwei Yang)
      - on BSD systems, avoid some O(1)-per-process memory and fd leaks in
        kqueue, preventing test failures (fdo#69332, fdo#72213; Chengwei
        Yang)
      - fix warning spam on Hurd by not trying to set SO_REUSEADDR on Unix
        sockets, which doesn't do anything anyway on at least Linux and
        FreeBSD (fdo#69492, Simon McVittie)
      - fix use of TCP sockets on FreeBSD and Hurd by tolerating EINVAL from
        sendmsg() with SCM_CREDS (retrying with plain send()), and looking
        for credentials more correctly (fdo#69492, Simon McVittie)
      - ensure that tests run with a temporary XDG_RUNTIME_DIR to avoid
        getting mixed up in XDG/systemd "user sessions" (fdo#61301, Simon
        McVittie)
      - refresh cached policy rules for existing connections when bus
        configuration changes (fdo#39463, Chengwei Yang)
      - If systemd support is enabled, libsystemd-journal is now required.
      - When activating a non-systemd service under systemd, annotate its
        stdout/stderr with its bus name in the Journal. Known limitation:
        because the socket is opened before forking, the process will still
        be logged as if it had dbus-daemon's process ID and user ID.
        (fdo#68559, Chengwei Yang)
      - Document more configuration elements in dbus-daemon(1) (fdo#69125,
        Chengwei Yang)
      - Don't leak string arrays or fds if
        dbus_message_iter_get_args_valist() unpacks them and then encounters
        an error (fdo#21259, Chengwei Yang)
      - If compiled with libaudit, retain CAP_AUDIT_WRITE so we can write
        disallowed method calls to the audit log, fixing a regression in
        1.7.6 (fdo#49062, Colin Walters)
      - path_namespace='/' in match rules incorrectly matched nothing; it
        now matches everything. (fdo#70799, Simon McVittie)
      - Directory change notification via dnotify on Linux is no longer
        supported; it hadn't compiled successfully since 2010 in any case.
        If you don't have inotify (Linux) or kqueue (*BSD), you will need to
        send SIGHUP to the dbus-daemon when its configuration changes.
        (fdo#33001, Chengwei Yang)
      - Compiling with --disable-userdb-cache is no longer supported; it
        didn't work since at least 2008, and would lead to an extremely slow
        dbus-daemon even it worked. (fdo#15589, fdo#17133, fdo#66947;
        Chengwei Yang)
      - The DBUS_DISABLE_ASSERTS CMake option didn't actually disable most
        assertions. It has been renamed to DBUS_DISABLE_ASSERT to be
        consistent with the Autotools build system. (fdo#66142, Chengwei
        Yang)
      - --with-valgrind=auto enables Valgrind instrumentation if and only if
        valgrind headers are available. The default is still
        --with-valgrind=no. (fdo#56925, Simon McVittie)
      - Platforms with no 64-bit integer type are no longer supported.
        (fdo#65429, Simon McVittie)
      - GNU make is now (documented to be) required. (fdo#48277, Simon
        McVittie)
      - Full test coverage no longer requires dbus-glib, although the tests
        do not exercise the shared library (only a static copy) if dbus-glib
        is missing. (fdo#68852, Simon McVittie)
      - D-Bus Specification 0.22
        * Document GetAdtAuditSessionData() and
  GetConnectionSELinuxSecurityContext() (fdo#54445, Simon)
        * Fix example .service file (fdo#66481, Chengwei Yang)
        * Don't claim D-Bus is "low-latency" (lower than what?), just give
  factual statements about it supporting async use (fdo#65141, Justin Lee)
        * Document the contents of .service files, and the fact that system
  services' filenames are constrained (fdo#66608; Simon McVittie, Chengwei
  Yang)
      - Be thread-safe by default on all platforms, even if
        dbus_threads_init_default() has not been called. For compatibility
        with older libdbus, library users should continue to call
        dbus_threads_init_default(): it is harmless to do so. (fdo#54972,
        Simon McVittie)
      - Add GetConnectionCredentials() method (fdo#54445, Simon)
      - New API: dbus_setenv(), a simple wrapper around setenv(). Note that
        this is not thread-safe. (fdo#39196, Simon)
      - Add dbus-send --peer=ADDRESS (connect to a given peer-to-peer
        connection, like --address=ADDRESS in previous versions) and
        dbus-send --bus=ADDRESS (connect to a given bus, like dbus-monitor
        --address=ADDRESS). dbus-send --address still exists for backwards
  compatibility, but is no longer documented. (fdo#48816, Andrey Mazo)
      - "dbus-daemon --nofork" is allowed on Windows again. (fdo#68852,
        Simon McVittie)
      - Avoid an infinite busy-loop if a signal interrupts waitpid()
        (fdo#68945, Simon McVittie)
      - Clean up memory for parent nodes when objects are unexported
        (fdo#60176, Thomas Fitzsimmons)
      - Make dbus_connection_set_route_peer_messages(x, FALSE) behave as
        documented. Previously, it assumed its second parameter was TRUE.
        (fdo#69165, Chengwei Yang)
      - Escape addresses containing non-ASCII characters correctly
        (fdo#53499, Chengwei Yang)
      - Document <servicedir> search order correctly (fdo#66994, Chengwei
        Yang)
      - Don't crash on "dbus-send --session / x.y.z" which regressed in
        1.7.4. (fdo#65923, Chengwei Yang)
      - If malloc() returns NULL in _dbus_string_init() or similar, don't
        free an invalid pointer if the string is later freed (fdo#65959,
        Chengwei Yang)
      - If malloc() returns NULL in dbus_set_error(), don't va_end() a
        va_list that was never va_start()ed (fdo#66300, Chengwei Yang)
      - fix build failure with --enable-stats (fdo#66004, Chengwei Yang)
      - fix a regression test on platforms with strict alignment (fdo#67279,
        Colin Walters)
      - Avoid calling function parameters "interface" since certain Windows
        headers have a namespace-polluting macro of that name (fdo#66493,
        Ivan Romanov)
      - Assorted Doxygen fixes (fdo#65755, Chengwei Yang)
      - Various thread-safety improvements to static variables (fdo#68610,
        Simon McVittie)
      - Make "make -j check" work (fdo#68852, Simon McVittie)
      - Fix a NULL pointer dereference on an unlikely error path (fdo#69327,
        Sviatoslav Chagaev)
      - Improve valgrind memory pool tracking (fdo#69326, Sviatoslav Chagaev)
      - Don't over-allocate memory in dbus-monitor (fdo#69329, Sviatoslav
        Chagaev)
      - dbus-monitor can monitor dbus-daemon < 1.5.6 again (fdo#66107,
        Chengwei Yang)
      - If accept4() fails with EINVAL, as it can on older Linux kernels
        with newer glibc, try accept() instead of going into a busy-loop.
        (fdo#69026, Chengwei Yang)
      - If socket() or socketpair() fails with EINVAL or EPROTOTYPE, for
        instance on Hurd or older Linux with a new glibc, try without
        SOCK_CLOEXEC. (fdo#69073; Pino Toscano, Chengwei Yang)
      - Fix a file descriptor leak on an error code path. (fdo#69182,
        Sviatoslav Chagaev)
      - dbus-run-session: clear some unwanted environment variables
        (fdo#39196, Simon)
      - dbus-run-session: compile on FreeBSD (fdo#66197, Chengwei Yang)
      - Don't fail the autolaunch test if there is no DISPLAY (fdo#40352,
        Simon)
      - Use dbus-launch from the builddir for testing, not the installed
        copy (fdo#37849, Chengwei Yang)
      - Fix compilation if writev() is unavailable (fdo#69409, Vasiliy
        Balyasnyy)
      - Remove broken support for LOCAL_CREDS credentials passing, and
        document where each credential-passing scheme is used (fdo#60340,
        Simon McVittie)
      - Make autogen.sh work on *BSD by not assuming GNU coreutils
        functionality fdo#35881, fdo#69787; Chengwei Yang)
      - dbus-monitor: be portable to NetBSD (fdo#69842, Chengwei Yang)
      - dbus-launch: stop using non-portable asprintf (fdo#37849, Simon)
      - Improve error reporting from the setuid activation helper
        (fdo#66728, Chengwei Yang)
      - Remove unavailable command-line options from 'dbus-daemon --help'
        (fdo#42441, Ralf Habacker)
      - Add support for looking up local TCPv4 clients' credentials on
        Windows XP via the undocumented AllocateAndGetTcpExTableFromStack
        function (fdo#66060, Ralf Habacker)
      - Fix insufficient dependency-tracking (fdo#68505, Simon McVittie)
      - Don't include wspiapi.h, fixing a compiler warning (fdo#68852, Simon
        McVittie)
      - add DBUS_ENABLE_ASSERT, DBUS_ENABLE_CHECKS for less confusing
        conditionals (fdo#66142, Chengwei Yang)
      - improve verbose-mode output (fdo#63047, Colin Walters)
      - consolidate Autotools and CMake build (fdo#64875, Ralf Habacker)
      - fix various unused variables, unusual build configurations etc.
        (fdo#65712, fdo#65990, fdo#66005, fdo#66257, fdo#69165, fdo#69410,
        fdo#70218; Chengwei Yang, Vasiliy Balyasnyy)

  - dbus-cve-2014-3533.patch: Add patch for CVE-2014-3533 to fix (fdo#63127)
    ? CVE-2012-3524: Don't access environment variables (fdo#52202)
    (fdo#51521, Dave Reisner) ? Remove an incorrect assertion from
    DBusTransport (fdo#51657, (fdo#51406, Simon McVittie) (fdo#51032, Simon
    McVittie) (fdo#34671, Simon McVittie) ・ Check for libpthread under
    CMake on Unix (fdo#47237, Simon McVittie) spec-compliance (fdo#48580,
    David Zeuthen) non-root when using OpenBSD install(1) (fdo#48217,
    Antoine Jacoutot) (fdo#45896, Simon McVittie) (fdo#39549, Simon
    McVittie) invent their own "union of everything" type (fdo#11191, Simon
    find(1) (fdo#33840, Simon McVittie) (fdo#46273, Alban Crequy) again on
    Win32, but not on WinCE (fdo#46049, Simon (fdo#47321, Andoni Morales
    Alastruey) (fdo#39231, fdo#41012; Simon McVittie)
    * Add a regression test for fdo#38005 (fdo#39836, Simon McVittie) a
      service file entry for activation (fdo#39230, Simon McVittie)
      (fdo#24317, #34870; Will Thompson, David Zeuthen, Simon McVittie) and
      document it better (fdo#31818, Will Thompson) ? Let the bus daemon
      implement more than one interface (fdo#33757, ? Optimize
      _dbus_string_replace_len to reduce waste (fdo#21261, (fdo#35114, Simon
      McVittie) ? Add dbus_type_is_valid as public API (fdo#20496, Simon
      McVittie) to unknown interfaces in the bus daemon (fdo#34527, Lennart
      Poettering) (fdo#32245; Javier Jardon, Simon McVittie) ? Correctly
      give XDG_DATA_HOME priority over XDG_DATA_DIRS (fdo#34496, in embedded
      environments (fdo#19997, NB#219964; Simon McVittie) ? Install the
      documentation, and an index for Devhelp (fdo#13495, booleans when
      sending them (fdo#16338, NB#223152; Simon McVittie) errors to
      dbus-shared.h (fdo#34527, Lennart Poettering) data (fdo#10887, Simon
      McVittie) .service files (fdo#19159, Sven Herzberg) (fdo#35750, Colin
      Walters) (fdo#32805, Mark Brand) which could result in a busy-loop
      (fdo#32992, NB#200248; possibly ? Fix failure to detect abstract
      socket support (fdo#29895) (fdo#32262, NB#180486) ? Improve some
      error code paths (fdo#29981, fdo#32264, fdo#32262, fdo#33128,
      fdo#33277, fdo#33126, NB#180486) ? Avoid possible symlink attacks in
      /tmp during compilation (fdo#32854) ? Tidy up dead code (fdo#25306,
      fdo#33128, fdo#34292, NB#180486) ? Improve gcc malloc annotations
      (fdo#32710) ? Documentation improvements (fdo#11190) ? Avoid
      readdir_r, which is difficult to use correctly (fdo#8284, fdo#15922,
      LP#241619) ? Cope with invalid files in session.d, system.d
      (fdo#19186, ? Don't distribute generated files that embed our
      builddir (fdo#30285, fdo#34292) (fdo#33474, LP#381063) with lcov HTML
      reports and --enable-compiler-coverage (fdo#10887) ・ support
      credentials-passing (fdo#32542) ・ opt-in to thread safety (fdo#33464)

(obache)

2014-11-03 09:04:31 UTC MAIN commitmail json YAML

Updated emulators/suse131_alsa to 13.1nb2

(obache)

2014-11-03 09:04:20 UTC MAIN commitmail json YAML

Apply following update to suse131_alsa, bump PKGREVISION to 2.

  openSUSE Recommended Update: alsa-utils: Fixes a few alsactl bugs
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1134-1
Rating:            low
References:        #895581
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that has one recommended fix can now be installed.

Description:

  This update fixes the following issues with alsa-utils:

    - bnc#895581: Fixes a few alsactl bugs (bnc#895581)
    - now the lock file is created in /var/lock directory instead of /var/lib

(obache)

2014-11-03 09:00:45 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table to 1.9.0

(obache)

2014-11-03 09:00:32 UTC MAIN commitmail json YAML

Update ibus-table to 1.9.0.

Release 1.9.0

Redesign the property menus, use sub-menus instead of toggles

The toogles are very confusing, one cannot easily see to which
mode one will switch when a toggle is clicked. When the floating panel
is shown, tooltips explain to which mode will switch. But the floating
panel is never shown in Gnome3, so this does not help for Gnome3.

User feedback also shows that many users are confused whether the
currently visible menu entry in case of a toggles shows the state
which is currently used or the state one will switch to when that
toggle is clicked.

For toggles which have more than 2 values, for example the Chinese mode:

    0 means to show simplified Chinese only
    1 means to show traditional Chinese only
    2 means to show all characters but show simplified Chinese first
    3 means to show all characters but show traditional Chinese first
    4 means to show all characters

it is tedious to change from mode 0 to mode 4 for example:

  Open the menu, click on the toggle, menu closes and one has
  changed to mode 1. Repeat 3 more times to get to mode 4.

The new system to use sub-menus instead of toogles also agrees better
with:

https://wiki.gnome.org/AllanDay/IMEGuidelines

> Avoid mutable menu items (menu items whose label changes after it has
> been selected). Instead, consider providing two adjacent menu items
> for the commands. Then make the items sensitive or insensitive as the
> situation demands.
>
> Do not use mutable menu items to toggle a two-state setting (for
> example, Show and Hide). Use a check box or radio buttons instead.

(obache)

2014-11-03 08:54:05 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-anthy to 1.5.6

(obache)

2014-11-03 08:53:53 UTC MAIN commitmail json YAML

Update ibus-anthy to 1.5.6.

* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.

(obache)

2014-11-03 08:47:28 UTC MAIN commitmail json YAML

Updated inputmethod/ibus to 1.5.9

(obache)

2014-11-03 08:47:15 UTC MAIN commitmail json YAML

Update ibus to 1.5.9.

* Enable preedit color on external preedit window with x11 applications. 2e8de03
* Do not fail ibus-setup when en_US.UTF-8 is not installed. a78c0b8
* Fix compose keys in French layout bepo variant. 6dcb2dd

(obache)

2014-11-03 08:42:28 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-others to 1.3.4

(obache)

2014-11-03 08:42:18 UTC MAIN commitmail json YAML

Update ibus-table-others to 1.3.4.

* Make status prompts and symbols more consistent

(obache)

2014-11-03 08:40:36 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table to 1.8.11

(obache)

2014-11-03 08:40:23 UTC MAIN commitmail json YAML

Update ibus-table to 1.8.11.

* fix Python backtrace when the dconf key
  /desktop/ibus/engine/table/wubi-jidian86/onechar is not set

(obache)

2014-11-03 08:36:19 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.1400

(wen)

2014-11-03 08:33:58 UTC MAIN commitmail json YAML

Updated emulators/suse131_mozilla-nspr to 13.1nb3

(obache)

2014-11-03 08:33:47 UTC MAIN commitmail json YAML

Apply following update to suse131_mozilla-nspr, bump PKGREVISION to 3.

  openSUSE Security Update: update for firefox, mozilla-nspr, mozilla-nss and seamonkey
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1345-1
Rating:            moderate
References:        #894370 #896624 #897890 #900941 #901213
Cross-References:  CVE-2014-1554 CVE-2014-1574 CVE-2014-1575
                    CVE-2014-1576 CVE-2014-1577 CVE-2014-1578
                    CVE-2014-1580 CVE-2014-1581 CVE-2014-1582
                    CVE-2014-1583 CVE-2014-1584 CVE-2014-1585
                    CVE-2014-1586
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that fixes 13 vulnerabilities is now available.

Description:
  ...
  Changes in mozilla-nspr:
  - update to version 4.10.7
    * bmo#836658: VC11+ defaults to SSE2 builds by default.
    * bmo#979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
      PR_NewThreadPrivateIndex.
    * bmo#1026129: Replace some manual declarations of MSVC intrinsics with
      #include <intrin.h>.
    * bmo#1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
      compiler checks when using MSVC, even when $CC is not literally "cl".
    * bmo#1034415: NSPR hardcodes the C compiler to cl on Windows.
    * bmo#1042408: Compilation fix for Android > API level 19.
    * bmo#1043082: NSPR's build system hardcodes -MD.

(obache)

2014-11-03 08:28:20 UTC MAIN commitmail json YAML

Updated emulators/suse131_mozilla-nss to 13.1nb4

(obache)

2014-11-03 08:28:08 UTC MAIN commitmail json YAML

Apply following updates to suse131_mozilla-nss, bump PKGREVISION to 4.

==============================================================================
  openSUSE Security Update: MozillaFirefox to Firefox 32
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1099-1
Rating:            moderate
References:        #894201 #894370
Cross-References:  CVE-2014-1553 CVE-2014-1562 CVE-2014-1563
                    CVE-2014-1564 CVE-2014-1565 CVE-2014-1567

Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes 6 vulnerabilities is now available.

Description:
...
  Mozilla NSS was updated to 3.16.4: Notable Changes:
  * The following 1024-bit root CA certificate was restored to allow more
    time to develop a better transition strategy for affected sites. It was
    removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy
    forum led to the decision to keep this root included longer in order to
    give website administrators more time to update their web servers.
      - CN = GTE CyberTrust Global Root
  * In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification
    Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit
    intermediate CA certificate has been included, without explicit trust.
    The intention is to mitigate the effects of the previous removal of the
    1024-bit Entrust.net root certificate, because many public Internet
    sites still use the "USERTrust Legacy Secure Server CA" intermediate
    certificate that is signed by the 1024-bit Entrust.net root certificate.
    The inclusion of the intermediate certificate is a temporary measure to
    allow those sites to function, by allowing them to find a trust path to
    another 2048-bit root CA certificate. The temporarily included
    intermediate certificate expires November 1, 2015.

==============================================================================
  openSUSE Security Update: mozilla-nss: update to avoid signature forgery
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1232-1
Rating:            critical
References:        #897890
Cross-References:  CVE-2014-1568
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  Mozilla NSS is vulnerable to a variant of a signature forgery attack
  previously published by Daniel Bleichenbacher. This is due to lenient
  parsing of ASN.1 values involved in a signature and could lead to the
  forging of RSA certificates.

==============================================================================
  openSUSE Security Update: update for firefox, mozilla-nspr, mozilla-nss and seamonkey
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1345-1
Rating:            moderate
References:        #894370 #896624 #897890 #900941 #901213
Cross-References:  CVE-2014-1554 CVE-2014-1574 CVE-2014-1575
                    CVE-2014-1576 CVE-2014-1577 CVE-2014-1578
                    CVE-2014-1580 CVE-2014-1581 CVE-2014-1582
                    CVE-2014-1583 CVE-2014-1584 CVE-2014-1585
                    CVE-2014-1586
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that fixes 13 vulnerabilities is now available.

Description:
...
  Changes in mozilla-nss:
  - update to 3.17.1 (bnc#897890)
    * Change library's signature algorithm default to SHA256
    * Add support for draft-ietf-tls-downgrade-scsv
    * Add clang-cl support to the NSS build system
    * Implement TLS 1.3:
      * Part 1. Negotiate TLS 1.3
      * Part 2. Remove deprecated cipher suites andcompression.
    * Add support for little-endian powerpc64

  - update to 3.17
    * required for Firefox 33 New functionality:
    * When using ECDHE, the TLS server code may be configured to generate a
      fresh ephemeral ECDH key for each handshake, by setting the
      SSL_REUSE_SERVER_ECDHE_KEY socket option to PR_FALSE. The
      SSL_REUSE_SERVER_ECDHE_KEY option defaults to PR_TRUE, which means the
      server's ephemeral ECDH key is reused for multiple handshakes. This
      option does not affect the TLS client code, which always generates a
      fresh ephemeral ECDH key for each handshake. New Macros
    * SSL_REUSE_SERVER_ECDHE_KEY Notable Changes:
    * The manual pages for the certutil and pp tools have been updated to
      document the new parameters that had been added in NSS 3.16.2.
    * On Windows, the new build variable USE_STATIC_RTL can be used to
      specify the static C runtime library should be used. By default the
      dynamic C runtime library is used.

(obache)

2014-11-03 08:25:22 UTC MAIN commitmail json YAML

Update to 2.1400
Update DEPENDS

Upstream changes:
2.1400  2014-10-31

  [BUG FIXES]

  - Moose exception classes now stringify all stack frames, to avoid issues
    in global destruction (see RT#99811)

2.1307  2014-10-26 (TRIAL RELEASE)

  [ENHANCEMENTS]

  - Support added to Moose::Exporter for exporting subs by their fully
    qualified name, as well as coderefs. This avoids internal breakage if some
    other module has monkey-patched a sub to be exported and left it anonymous
    (e.g. RT#88669). (Graham Knop)

  [BUG FIXES]

  - Further refined the overloading fixes from 2.1306, fixing fallback
    handling on older perl versions (Dave Rolsky)

2.1306  2014-10-25 (TRIAL RELEASE)

  [ENHANCEMENTS]

  - Rewrote overloading implementation to use a new Class::MOP::Overload
    object. This object properly captures all overloading information. The
    Class::MOP::Method::Overload class has been removed. (Dave Rolsky)

  [BUG FIXES]

  - If a role had method-based overloading but did not actually implement the
    specified method, its overloading was simply ignored when applying
    overloading to other roles or classes. Reported by rjbs. RT #98531.

2.1305  2014-10-22 (TRIAL RELEASE)

  [ENHANCEMENTS]

  - By default, exceptions thrown from inside Moose now remove most of the
    Moose internals from their stack trace when stringifying. This makes for
    much more readable error messages in most cases. Set the
    MOOSE_FULL_EXCEPTION env var to true to get the complete stack trace.

2.1304  2014-09-25 (TRIAL RELEASE)

  [BUG FIXES]

  - closed a memory leak in Moose exception objects where captured stack
    trace frames would contain circular references to the exception objects
    themselves (Graham Knop)

2.1303  2014-09-19 (TRIAL RELEASE)

  [TEST FIXES]

  - fix tests that fail on altered warning messages in perl 5.21.4 (RT#98987)

2.1302  2014-08-19 (TRIAL RELEASE)

  [BUG FIXES]

  - When a role consumes another role and they differ in their overloading
    fallback settings, the consuming role now silently wins instead of
    throwing an exception. This is consistent with how other
    role-consumes-role conflicts are handled.
  - Fixed the docs for overloading conflicts to match reality.

2.1301  2014-08-19 (TRIAL RELEASE)

  [BUG FIXES]

  - Conflict detection for overloading operators is now more correct. If a
    class consumed two roles that both had identical overloading methods
    (because they got them from some other role, for example), this caused an
    error, but it shouldn't. GH #4. (rjbs)
  - Similarly, when a role consumes another role, conflicts in overloading
    operators are now silently resolved in favor of the consuming role, just
    as they are with methods. Note that conflicts between the fallback setting
    for roles are still an error.

2.1300  2014-08-11 (TRIAL RELEASE)

  [ENHANCEMENTS]

  - Moose now has core support for overloading in roles. When a role with
    overloading is applied to classes or other roles, the overloading settings
    are transferred to the consumer. Conflicts between roles are treated much
    like method conflicts. This obviates the need for
    MooseX::Role::WithOverloading. If you are using
    MooseX::Role::WithOverloading, upgrade to version 0.15+ and it will simply
    become a no-op when used with this version of Moose.

  [OTHER]

  - The overloading info methods for roles and classes no longer treat
    "fallback" as an overloaded op. Instead, there are new
    get_overload_fallback_value() and set_overload_fallback_value() methods to
    deal with this explicitly. This is arguably a bug fix.

(wen)

2014-11-03 08:17:59 UTC MAIN commitmail json YAML

Updated emulators/suse131_krb5 to 13.1nb2

(obache)

2014-11-03 08:17:47 UTC MAIN commitmail json YAML

Apply following update to suse131_krb5, bump PKGREVISION to 2.

  openSUSE Security Update: update for krb5, krb5-doc, krb5-mini
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1043-1
Rating:            moderate
References:        #891082
Cross-References:  CVE-2014-4345
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  Thit MIT krb5 update fixes the following security issue:

  - buffer overrun in kadmind with LDAP backend (bnc#891082, CVE-2014-4345)

(obache)

2014-11-03 08:13:57 UTC MAIN commitmail json YAML

Updated emulators/suse131_pulseaudio to 13.1nb3

(obache)

2014-11-03 08:13:45 UTC MAIN commitmail json YAML

Apply following updated, bump PKGREVISION to 3.

==============================================================================
  openSUSE Security Update: update for pulseaudio
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0946-1
Rating:            moderate
References:
Cross-References:  CVE-2014-3970
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  This update fixes the following security issue: (bnc#881524)
  CVE-2014-3970 - Denial of service in module-rtp-recv

==============================================================================
  openSUSE Recommended Update: pulseaudio: Fixes resource leak
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1323-1
Rating:            low
References:
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that has 0 recommended fixes can now be installed.

Description:

  This update fixes the following issue with pulseaudio:
    - Fixes resource leak

(obache)

2014-11-03 08:09:17 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Stringlike to 0.003

(wen)

2014-11-03 08:07:19 UTC MAIN commitmail json YAML

Update to 0.003

Upstream changes:
0.003    2014-04-17 07:06:08-04:00 America/New_York

    [Added]

    - new ArrayRefOfStringlike, ArrayRefOfStringable types to facilitate
      coercion of lists

(wen)

2014-11-03 08:05:18 UTC MAIN commitmail json YAML

Updated emulators/suse131_libxml2 to 13.1nb3

(obache)

2014-11-03 08:05:04 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Perl to 0.101343

(wen)

2014-11-03 08:05:03 UTC MAIN commitmail json YAML

Apply following Security updates, resolve one CVE, but remove one CVE fix.
Bump PKGREVISION to 3.

==============================================================================
  openSUSE Security Update: libxml2, python-libxml2: Reverted patch for CVE-2014-0191
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0753-1
Rating:            moderate
References:        #876652
Cross-References:  CVE-2014-0191
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  Removed fix for CVE-2014-0191. This fix breaks existing applications and
  there's currently no way to prevent that.

==============================================================================
  openSUSE Security Update: update to fix CVE-2014-3660
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1330-1
Rating:            moderate
References:        #901546
Cross-References:  CVE-2014-3660
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes one vulnerability is now available.

Description:

  This update fixes a denial of service vulnerability when expanding
  recursive entity (CVE-2014-3660) bnc#901546

(obache)

2014-11-03 08:04:16 UTC MAIN commitmail json YAML

Update to 0.101343

Upstream changes:
0.101343  2014-02-01 19:21:28-05:00 America/New_York
          documentation patch for Identifiers (thanks, Karen Etheridge)

(wen)

2014-11-03 08:01:51 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-JSON to 1.00

(wen)

2014-11-03 08:00:24 UTC MAIN commitmail json YAML

Update to 1.00
Update DEPENDS

Upstream changes:
1.00  2014-08-22
      - bump version to 1.00

0.06  2014-08-19
      - add JSON Prereq as AutoPrereqs does not find it

0.05  2014-08-18
      - work around namespace problems in older perls ( < 5.18.0 )

0.04  2014-08-16
      - dropped dependency on JSON::XS

(wen)

2014-11-03 07:52:05 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb7

(obache)

2014-11-03 07:51:51 UTC MAIN commitmail json YAML

Apply following recommended updates, bump PKGREVISION to 7.

==============================================================================
  openSUSE Recommended Update: aaa_base: fixed xdg-environment.sh zsh compatibility
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:0778-1
Rating:            low
References:        #875118
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that has one recommended fix can now be installed.

Description:

  The xdg-environment.sh script in aaa_base was not able to be used with the
  zsh shell. This was fixed.

==============================================================================
  openSUSE Recommended Update: aaa_base: remove "text/js" from mime.types
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:0918-1
Rating:            low
References:        #812427
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that has one recommended fix can now be installed.

Description:

  This update fixes the following issues with aaa_base:
    - bnc#812427: remove "text/js" from mime.types

=============================================================================
  openSUSE Recommended Update: aaa_base: various bugfixes
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1262-1
Rating:            moderate
References:        #721682 #860083 #861124 #880103 #882918
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that has 5 recommended fixes can now be installed.

Description:

  The system base scripts in aaa_base were updated to fix various bugs:

  - remove no longer supported sysconfig settings (bnc#721682)
  - update service man page
  - always pass --full to systemctl (bnc#882918)
  - Enable service script to return LSB status exit values (bnc#880103)
  - implement legacy actions (bnc#861124)
  - Enable service script to reload systemd if required
  - handle targets in /sbin/service as well
  - Check systemd service using LoadState (bnc#860083)

(obache)

2014-11-03 07:51:50 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Traits-Pluggable

(wen)

2014-11-03 07:50:50 UTC MAIN commitmail json YAML

Update to 0.12

Upstream changes:
0.12 2014-01-11 15:52:52
    - fix bogus prereqs, PR from felliott (Fitz Elliott)

0.11 2014-01-07 16:04:55
    - add +_traits_behave_like_roles config attribute which prevents roles from
      overriding class methods, matching the behavior of regular Moose roles
    - remove Class::MOP::load_class and use Class::Load due to deprecation
      warning

(wen)

2014-11-03 07:49:03 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Singleton to 0.29

(wen)

2014-11-03 07:48:14 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.29 2011-12-08
    - Fix warnings_once.t to not die if Test::NoWarnings isn't installed (Kaare)

0.28 2011-12-05
    - Fix RT Bug #46086, "name used only once" (Thanks chisel for the patch and
      the test)

(wen)

2014-11-03 07:43:37 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-SimpleConfig to 0.10

(wen)

2014-11-03 07:42:48 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10      2013-11-13 01:13:05Z
  - repository migrated from shadowcat to the github moose organization
  - eliminate race conditions between tests by using separate tempdirs for
    config files
  - resolve failing test report by removing unnecessary and undeclared prereq

(wen)

2014-11-03 07:33:02 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-SetOnce to 0.200002

(wen)

2014-11-03 07:32:10 UTC MAIN commitmail json YAML

Update to 0.200002

Upstream changes:
0.200002  2013-10-05 09:10:57 America/New_York
          add a test for the bugfix in 0.200001 (thanks, Karen Etheridge)

(wen)

2014-11-03 07:27:04 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-SemiAffordanceAccessor to 0.10

(wen)

2014-11-03 07:26:17 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10    2014-10-05

- Distro and POD cleanup. Fixes RT #98388.

(wen)

2014-11-03 07:22:20 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Role-WithOverloading to 0.15

(wen)

2014-11-03 07:21:32 UTC MAIN commitmail json YAML

Update to 0.15

Upstream changes:
0.15      2014-08-12 05:16:31Z
          - forward-compat mode added for Moose 2.1300, which cores all of
            this distribution's functionality

0.14      2014-07-30 20:05:32Z
          - Fixed a bug with Perl 5.18+ that caused this module to simply blow
            up with an error like "Use of uninitialized value in subroutine
            entry at .../Class/MOP/Package.pm ..." (Dave Rolsky)
          - Line numbers in shipped code are now almost the same (within 3) as
            the repository source, for easier debugging
          - Repository migrated to the github moose organization
          - Unneeded init_meta method removed (Dave Rolsky)

(wen)

2014-11-03 07:18:55 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Role-Parameterized to 1.08

(wen)

2014-11-03 07:18:02 UTC MAIN commitmail json YAML

Update to 1.08

Upstream changes:
1.08      2014-08-23 22:38:12Z
    - add x_breaks metadata for incompatibility issue with MooseX::Storage
      (now resolved with MooseX-Storage-0.47)

1.07      2014-08-06 05:44:11Z
    - re-release to remove README.pod from shipped dist

1.06      2014-08-02 04:34:06Z
    - Restored MooseX::Role::Parameterized->current_metaclass as a public
      method. Apparently there is code on CPAN that relies on this.

1.05      2014-07-31 18:26:03Z
    - If a parameterizable role was reinitialized after any parameters or a
      role block was declared, those declarations were lost. Reinitialization
      usually occurs when new metaroles are applied to the role by other
      MooseX modules.

1.04      2014-07-31 14:53:26Z
    - Convert this distribution to Dist::Zilla to resolve packaging insanity

1.03  2014-07-30
    - This extension is now implemented as a role metarole, which means it can
      (mostly) cooperate with other role extensions, such as
      MooseX::Role::WithOverloading. Note that you should load
      MooseX::Role::Parameterized _after_ other extensions.
    - This module no longer supports passing a "-metaclass" parameter when you
      load it. This was an artifact from a much earlier era of Moose
      extensions.
    - repository migrated to the github moose organization

(wen)

2014-11-03 07:13:10 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-StackTrace to 2.00

(wen)

2014-11-03 07:12:13 UTC MAIN commitmail json YAML

Update to 2.00

Upstream changes:
2.00  2014-11-01

[BACKWARDS INCOMPATIBILITIES]

- The no_refs constructor parameter is now deprecated, and has been replace by
  a new unsafe_ref_capture parameter that defaults to false, meaning no
  references are captured by default. Capturing references by default caused
  too many issues that couldn't be worked around, including running DESTROY
  blocks multiple times on captured objects in the worst case.

- Removed support for the long-deprecated no_object_refs constructor parameter
  (deprecated in 2002!).

(wen)

2014-11-03 07:02:48 UTC MAIN commitmail json YAML

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

(wen)

2014-11-03 07:01:55 UTC MAIN commitmail json YAML

Update to 0.48

Upstream changes:
0.48      2014-09-20 17:46:45Z
  - fix tests that fail on altered warning messages in perl 5.21.4 (see perl
    RT#121638)

(wen)

2014-11-03 06:50:39 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-LazyRequire to 0.11

(wen)

2014-11-03 06:49:52 UTC MAIN commitmail json YAML

Update to 0.11

Upstream changes:
0.11      2014-08-16 20:49:14Z
  - lots of cleanup of metadata
  - canonical git repository is now https://github.com/moose/MooseX-LazyRequire

(wen)

2014-11-03 06:45:34 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.65

(wen)

2014-11-03 06:44:47 UTC MAIN commitmail json YAML

Update to 0.65

Upstream changes:
0.65      2014-08-06 06:09:04Z
- re-release to remove README.pod from shipped dist

0.64      2014-08-02 17:35:20Z
- bump required version of Getopt::Long::Descriptive to avoid an infinite
  loop problem (thanks, Bram!)

(wen)

2014-11-03 04:27:20 UTC MAIN commitmail json YAML

2014-11-03 04:07:36 UTC MAIN commitmail json YAML

prevent unwanted hidden openssl detection.

(obache)

2014-11-03 03:20:31 UTC MAIN commitmail json YAML

Updated www/p5-Plack-Middleware-Session to 0.25

(wen)

2014-11-03 03:17:51 UTC MAIN commitmail json YAML

Update to 0.25
Add missing DEPENDS

Upstream changes:
0.25  2014-09-28 20:07:42 PDT
        - Make tests safer for parallel execution. #21

0.24  2014-09-05 04:49:59 PDT
        - No changes since 0.23

0.23  2014-08-11 10:22:40 PDT
        - Changed the warning to error, when secret is not set.

0.22  2014-08-11 10:16:51 PDT
        - Document the vunlerability of using this middleware without secret, and
          warn when secret is not set on the runtime. In the next release the default
          will be changed to require the secret. (mala)

0.21  2013-10-12 11:41:37 PDT
        - use Cookie::Baker (kazeburo)

(wen)

2014-11-03 02:28:21 UTC MAIN commitmail json YAML

Added www/p5-Cookie-Baker version 0.03

(wen)

2014-11-03 02:27:00 UTC MAIN commitmail json YAML

Add p5-Cookie-Baker

(wen)

2014-11-03 02:25:30 UTC MAIN commitmail json YAML

Import Cookie-Baker-0.03 as www/p5-Cookie-Baker.

Cookie::Baker provides simple cookie string generator and parser.

(wen)

2014-11-03 02:14:56 UTC MAIN commitmail json YAML

Added time/p5-Test-Time version 0.04

(wen)

2014-11-03 02:13:22 UTC MAIN commitmail json YAML

Add p5-Test-Time

(wen)

2014-11-03 02:12:25 UTC MAIN commitmail json YAML

Import Test-Time-0.04 as time/p5-Test-Time.

Test::Time can be used to test modules that deal with time.
Once you use this module, all references to time and sleep
will be internalized.

(wen)

2014-11-03 01:42:32 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.57

(wen)

2014-11-03 01:39:53 UTC MAIN commitmail json YAML

Update to 5.57

Upstream changes:
.57  2014-11-02
  - Deprecated stringification support in Mojo::Collection.
  - Deprecated Mojo::Collection::pluck in favor of Mojo::Collection::map.
  - Deprecated Mojo::DOM::val.
  - Improved map method in Mojo::Collection to be able to call methods.
  - Improved tap method in Mojo::Base to be able to call methods.

5.56  2014-10-29
  - Deprecated Mojo::Collection::AUTOLOAD in favor of Mojo::Collection::pluck.
  - Deprecated Mojo::DOM::AUTOLOAD in favor of Mojo::DOM::children.

5.55  2014-10-28
  - Deprecated support for data arguments in Mojo::JSON::Pointer.
  - Added access_control_allow_origin, content_language, content_location and
    strict_transport_security methods to Mojo::Headers.

5.54  2014-10-23
  - Deprecated object-oriented Mojo::JSON API.
  - Added auto_decompress attribute to Mojo::Content.
  - Improved Mojo::Content to parse content more defensively.
  - Fixed chunked transfer encoding bug in Mojo::Content.
  - Fixed bug where Mojo::UserAgent would try to follow redirects for
    protocols other than HTTP and HTTPS.

5.53  2014-10-20
  - Fixed bug in Mojo::Server where secondary groups were not reassigned
    correctly. (ksm, sri)

5.52  2014-10-18
  - Fixed read-only file system compatibility of Mojo::Asset::File.

5.51  2014-10-17
  - Fixed bug in Mojolicious::Validator::Validation where every_param would
    sometimes return an array reference containing an undef value.
  - Fixed Mojo::ByteStream and Mojo::Collection to always return true in
    boolean context.

(wen)

2014-11-03 01:19:53 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.3.3.2

(ryoon)

2014-11-03 01:17:27 UTC MAIN commitmail json YAML

Update to 4.3.3.2

Changelog:
From: https://wiki.documentfoundation.org/Releases/4.3.3/RC2
General

Impress Remote feature is not enabled for new installations by default anymore. Go to Tools -> Options -> LibreOffice Impress -> General and check [x] Enable remote control to enable it.

List of fixed bugs

Bugs fixed against 4.3.3 RC1:

    fdo#83588 revert "center slide after changing zoom" [Caolán McNamara]
    fdo#84809 crash when button is too short for text [Caolán McNamara]
    fdo#84810 avoid calc crash when using Paste Special - Link [Matthew J. Francis]
    fdo#85032 max len property of -1 -> crash [Caolán McNamara]

From: https://wiki.documentfoundation.org/Releases/4.3.3/RC1
List of fixed bugs

Bugs fixed against 4.3.2 final (rc2):

    bnc#580834 HTML import: Embed images if source URL is a local file. [Matúš Kukan]
    bnc#584721 invisible text because of wrong color (white) [Zolnai Tamás]
    bnc#591147 OOXML import: Import video file too. [Matúš Kukan]
    bnc#592918 display data description in pivot table. [Kohei Yoshida]
    bnc#657899 paragraph vertical spacing differs from PowerPoint [Tor Lillqvist]
    bnc#887307 ODF files not showing up on Windows search [Andras Timar]
    bnc#891663 handle docx's w:anchor layoutInCell attribute [Luboš Luňák, Andras Timar]
    bnc#892610 OOXML import: Improve chart number formats. [Matúš Kukan]
    bnc#897769 OOXML import: Import border lines using reference too. [Matúš Kukan]
    coverity#1242906 unused value [Caolán McNamara]
    fdo#37691 related: \shptxt ... \jpegblip [Caolán McNamara]
    fdo#46037 related $(workdirurl) was always empty [Stephan Bergmann]
    fdo#52076 unittest [Lionel Elie Mamane]
    fdo#53920 switch back tab at RefButton closure time [Laurent Balland-Poirier]
    fdo#63483 support for modify passwd in Impress and Draw [Katarina Behrens]
    fdo#63905 IsDraw doesn't mean the app/page is Draw [Caolán McNamara]
    fdo#65281 empty/Not empty doesn't work in columns with date format [David Ostrovsky]
    fdo#66496 don't crash on loading specific .docx [Caolán McNamara]
    fdo#66701 don't double destroy the HASH when PDF signing. [Michael Meeks]
    fdo#66706 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#70607 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#73608 related: don't crash on missing table styles [Caolán McNamara]
    fdo#76565 allow pasting into input fields [Jan-Marek Glogowski]
    fdo#77813 related $(workdirurl) was always empty [Stephan Bergmann]
    fdo#78907 file crashed while saving. [PriyankaGaikwad]
    fdo#79129 crash in oox::drawingml::LayoutNode::setupShape [Caolán McNamara]
    fdo#79130 crash in DomainMapper_Impl::CloseFieldCommand [Caolán McNamara]
    fdo#79131 crash in EnhancedCustomShapeTypeNames::Get [Caolán McNamara]
    fdo#79269 fix ODF import of style:footer-first [Michael Stahl]
    fdo#79301 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#79535 LO writer crash while Opening some document. [Tushar Bende]
    fdo#79604 sw: fix clicking on hyper-links in Draw objects [Michael Stahl]
    fdo#80101 inserting non-chart as chart -> unhandled exception [Caolán McNamara]
    fdo#80927 css.office.Quickstart should be single-instance service. [Matúš Kukan, Andras Timar]
    fdo#81039 crash on adding new macro library [Caolán McNamara]
    fdo#81181 upgrade libgltf to 0.0.2 [Zolnai Tamás]
    fdo#81264 calc is not accessible to screen readers if sheet is modified [a11y] [Niklas Johansson]
    fdo#81357 no fallback for special codes without country [Eike Rathke]
    fdo#81592 use 24-bit color depth, not 256 colors when converting an EPS-file. [Björgvin Ragnarsson]
    fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#81750 MM: correctly convert inline-edit fields [Jan-Marek Glogowski]
    fdo#82043 instead of the bold font, use a higher multiplifier (4.3 backport) [Yousuf Philips]
    fdo#82144 fix unpacking of additional tarballs [David Tardon]
    fdo#82259 support version 2 ttf fonts and mac font family name encodings [Caolán McNamara]
    fdo#82430 MSVC build: avoid using SSE2 instructions in some externals [Michael Stahl]
    fdo#82552 we only check pAlphaW on one branch [Caolán McNamara]
    fdo#82895 file crashed while saving. [PriyankaGaikwad]
    fdo#82994 changed filterlabel of .ac3-files [Daniel Sikeler]
    fdo#83141 avoid accessing 1 character after a string [Matthew J. Francis]
    fdo#83292 add stub locale data for Catalan (Valencian) [Andras Timar]
    fdo#83619 retain dropdown part after customization [Maxim Monastirsky]
    fdo#83764 ensure that the row position is below MAXROW. [Kohei Yoshida]
    fdo#83848 add GetAddressConvention to RefButton [Laurent Balland-Poirier]
    fdo#84008 kill c++11 code from collada2gltf [Zolnai Tamás]
    fdo#84009 be sure to update the sheet index when moving the sort range. [Kohei Yoshida]
    fdo#84057 localized string is truncated [Caolán McNamara]
    fdo#84260 : Wrong CRC Costa Rica currency symbol [Julien Nabet, Eike Rathke]
    fdo#84261 unexpected exception -> clang builds terminate [Caolán McNamara]
    fdo#84283 : Export to PDF with footnotes in tables crash [Julien Nabet]
    fdo#84315 quick fix for sw too [Lionel Elie Mamane, Matúš Kukan]
    fdo#84536 RTF import: don't try to rotate TextFrames [Miklos Vajna]
    fdo#84588 loop in TableInfo::getNextNode [Caolán McNamara]
    fdo#84757 1~ instead of ~1 and 10~ instead of 1~0 [Caolán McNamara]
    i#101245 don't even attempt to unload libqstart_gtklo.so again [Stephan Bergmann]

List of fixed bugs

Bugs fixed against 4.3.2 final (rc2):

    bnc#580834 HTML import: Embed images if source URL is a local file. [Matúš Kukan]
    bnc#584721 invisible text because of wrong color (white) [Zolnai Tamás]
    bnc#591147 OOXML import: Import video file too. [Matúš Kukan]
    bnc#592918 display data description in pivot table. [Kohei Yoshida]
    bnc#657899 paragraph vertical spacing differs from PowerPoint [Tor Lillqvist]
    bnc#887307 ODF files not showing up on Windows search [Andras Timar]
    bnc#891663 handle docx's w:anchor layoutInCell attribute [Luboš Luňák, Andras Timar]
    bnc#892610 OOXML import: Improve chart number formats. [Matúš Kukan]
    bnc#897769 OOXML import: Import border lines using reference too. [Matúš Kukan]
    coverity#1242906 unused value [Caolán McNamara]
    fdo#37691 related: \shptxt ... \jpegblip [Caolán McNamara]
    fdo#46037 related $(workdirurl) was always empty [Stephan Bergmann]
    fdo#52076 unittest [Lionel Elie Mamane]
    fdo#53920 switch back tab at RefButton closure time [Laurent Balland-Poirier]
    fdo#63483 support for modify passwd in Impress and Draw [Katarina Behrens]
    fdo#63905 IsDraw doesn't mean the app/page is Draw [Caolán McNamara]
    fdo#65281 empty/Not empty doesn't work in columns with date format [David Ostrovsky]
    fdo#66496 don't crash on loading specific .docx [Caolán McNamara]
    fdo#66701 don't double destroy the HASH when PDF signing. [Michael Meeks]
    fdo#66706 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#70607 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#73608 related: don't crash on missing table styles [Caolán McNamara]
    fdo#76565 allow pasting into input fields [Jan-Marek Glogowski]
    fdo#77813 related $(workdirurl) was always empty [Stephan Bergmann]
    fdo#78907 file crashed while saving. [PriyankaGaikwad]
    fdo#79129 crash in oox::drawingml::LayoutNode::setupShape [Caolán McNamara]
    fdo#79130 crash in DomainMapper_Impl::CloseFieldCommand [Caolán McNamara]
    fdo#79131 crash in EnhancedCustomShapeTypeNames::Get [Caolán McNamara]
    fdo#79269 fix ODF import of style:footer-first [Michael Stahl]
    fdo#79301 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#79535 LO writer crash while Opening some document. [Tushar Bende]
    fdo#79604 sw: fix clicking on hyper-links in Draw objects [Michael Stahl]
    fdo#80101 inserting non-chart as chart -> unhandled exception [Caolán McNamara]
    fdo#80927 css.office.Quickstart should be single-instance service. [Matúš Kukan, Andras Timar]
    fdo#81039 crash on adding new macro library [Caolán McNamara]
    fdo#81181 upgrade libgltf to 0.0.2 [Zolnai Tamás]
    fdo#81264 calc is not accessible to screen readers if sheet is modified [a11y] [Niklas Johansson]
    fdo#81357 no fallback for special codes without country [Eike Rathke]
    fdo#81592 use 24-bit color depth, not 256 colors when converting an EPS-file. [Björgvin Ragnarsson]
    fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
    fdo#81750 MM: correctly convert inline-edit fields [Jan-Marek Glogowski]
    fdo#82043 instead of the bold font, use a higher multiplifier (4.3 backport) [Yousuf Philips]
    fdo#82144 fix unpacking of additional tarballs [David Tardon]
    fdo#82259 support version 2 ttf fonts and mac font family name encodings [Caolán McNamara]
    fdo#82430 MSVC build: avoid using SSE2 instructions in some externals [Michael Stahl]
    fdo#82552 we only check pAlphaW on one branch [Caolán McNamara]
    fdo#82895 file crashed while saving. [PriyankaGaikwad]
    fdo#82994 changed filterlabel of .ac3-files [Daniel Sikeler]
    fdo#83141 avoid accessing 1 character after a string [Matthew J. Francis]
    fdo#83292 add stub locale data for Catalan (Valencian) [Andras Timar]
    fdo#83619 retain dropdown part after customization [Maxim Monastirsky]
    fdo#83764 ensure that the row position is below MAXROW. [Kohei Yoshida]
    fdo#83848 add GetAddressConvention to RefButton [Laurent Balland-Poirier]
    fdo#84008 kill c++11 code from collada2gltf [Zolnai Tamás]
    fdo#84009 be sure to update the sheet index when moving the sort range. [Kohei Yoshida]
    fdo#84057 localized string is truncated [Caolán McNamara]
    fdo#84260 : Wrong CRC Costa Rica currency symbol [Julien Nabet, Eike Rathke]
    fdo#84261 unexpected exception -> clang builds terminate [Caolán McNamara]
    fdo#84283 : Export to PDF with footnotes in tables crash [Julien Nabet]
    fdo#84315 quick fix for sw too [Lionel Elie Mamane, Matúš Kukan]
    fdo#84536 RTF import: don't try to rotate TextFrames [Miklos Vajna]
    fdo#84588 loop in TableInfo::getNextNode [Caolán McNamara]
    fdo#84757 1~ instead of ~1 and 10~ instead of 1~0 [Caolán McNamara]
    i#101245 don't even attempt to unload libqstart_gtklo.so again [Stephan Bergmann]

(ryoon)

2014-11-03 00:23:35 UTC MAIN commitmail json YAML

Note update of mail/dovecot2-pigeonhole package to 0.4.6.

(taca)

2014-11-03 00:23:06 UTC MAIN commitmail json YAML

Update dovecot2-pigeonhole to 0.4.6.

Version 0.4.5 introduced one new 'feature', but it caused build
problems. This release fixes that. If you've successfully installed
0.4.5, you do not need to upgrade.

Changelog v0.4.6:

- After make distclean, the distributed tarball would fail to recompile.
  This causes problems for some distribution builds.

(taca)

2014-11-02 23:09:31 UTC MAIN commitmail json YAML

Fix for build failure seen on Linux/gcc-4.7.
We have to enable -msse2 before checking for xmmintrin.h.

(cheusov)

2014-11-02 22:44:54 UTC MAIN commitmail json YAML

2014-11-02 22:14:38 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 2.4.7

(wiz)

2014-11-02 22:14:28 UTC MAIN commitmail json YAML

Update to 2.4.7:

=================
WebKitGTK+  2.4.7
=================

What's new in WebKitGTK+ 2.4.7?

  - SSLv3 is now disabled in WebKit2 to protect us against POODLE vulnerability.
  - Fix the remote web inspector.
  - Fix rendering of buttons, selections and lists with recent GTK+
    versions.
  - Fix the build with drag and drop support disabled.
  - Fix the build with video support disabled.
  - Fix a crash in the plugin process with some windowed flash plugins.
  - TLS errors now take precedence over the HTTP authentication dialog.
  - Do not shrink on-disk cache to its default size on startup.
  - Don't include full path names in WebKitEnumTypes.h to ensure the
    generated headers are always identical.

(wiz)

2014-11-02 20:48:47 UTC pkgsrc-2014Q3 commitmail json YAML

2014-11-02 20:40:12 UTC MAIN commitmail json YAML

Note addition of libgfshare-1.0.5

(agc)

2014-11-02 20:39:03 UTC MAIN commitmail json YAML

Add and enable libgfshare

(agc)

2014-11-02 20:27:55 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4530 - requested by tron
databases/phpmyadmin: security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.136-1.137
- databases/phpmyadmin/distinfo                                1.93-1.94

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Oct 19 10:43:12 UTC 2014

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 4.2.10.

  The following bugs have been fixed since version 4.2.9.1:
  - bug #4361 Can't change font size (when config.inc.php not present)
  - bug #4542 Tab key in column name not shown
  - bug      PDF export: title not present in PDF
  - bug #4543 Changing column name can break saved "order by" clause
  - bug #4545 trying to favorite table while browser localStorage is disabled
              throws JS error
  - bug #4259 reCaptcha sound session expired problem
  - bug #4548 Inline editing a field converts tab to spaces
  - bug #4252 Database-level permission bug for db names containing underscor=
  es
  - bug #3120 Events are not exported when using xml
  - bug #4554 Grid-editing timestamp column forces datepicker
  - bug #4556 Fast filters for tables, views etc. should be governed by
              NavigationTreeDisplayItemFilterMinimum

  To generate a diff of this commit:
  cvs rdiff -u -r1.135 -r1.136 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.92 -r1.93 pkgsrc/databases/phpmyadmin/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Oct 26 07:31:38 UTC 2014

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 4.2.10.1.

  The following bugs have been fixed since version 4.2.10:
  - bug #4562 [security] XSS in debug SQL output
  - bug #4563 [security] XSS in monitor query analyzer

  To generate a diff of this commit:
  cvs rdiff -u -r1.136 -r1.137 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2014-11-02 19:57:18 UTC MAIN commitmail json YAML

Updated games/onscripter to 20140817

(tsutsui)

2014-11-02 19:56:35 UTC MAIN commitmail json YAML

Update onscripter to 20140817.

Upstream changes (no English changelog):

20140817:
- fix a bug which fails on playing movie on Android L (Preview)
  on emulator

20140816:
- fix ONScripter and SDK for Android L (Preview) ART environment
  on emulator
- reflect screen size and global variable informations even if
  they are not defined at the top of the script
- allow ":c/2;" format instead of ":c/2,0,3;" for animation
  in graphic file
- fix a bug of incorrect trap insn behavior on btnwait and at
  the end of text

20140505:
- fix SDK for Xcode 5.1.1 + iOS 7.1.1

(tsutsui)

2014-11-02 19:39:38 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.4.0

(tsutsui)

2014-11-02 19:38:12 UTC MAIN commitmail json YAML

Update mlterm to 3.4.0.

pkgsrc changes:
- add options for cairo and fribidi and enable them and xft2 by default
  per upstream default changes
- also make gdk_pixbuf2 support optional (enabled by default)
- regen a patch to adjust offset
- take over maintainership to reflect reality

Changes noted in doc/en/ReleaseNote:

ver 3.4.0
* Support DEC Locator mode (which is necessary for Xsixel
  (http://github.com/saitoha/xserver-SIXEL)).
* Support CSI > 2 p (for SDL-sixel and Xsixel) which always hides mouse pointer
  even if it moves. (Not compatible with xterm though.)
* Add --point/use_point_size option.
* Support software keyboard on rotated display.
* Support HLS in sixel sequence.
* Change the default mouse pointer on a mlterm window from IDC_ARROW to IDC_IBEAM
  on win32.
* Embed sixel processing to mlterm which is built without --with-imagelib option
  instead of using 'mlimgloader' to improve performance.
* './configure;make install' (without 'make') is available.
* Build with fribidi, xft and cairo by default.
* Change the default value of "type_engine" option from "xcore" to "xft".
  (If you want to use xcore, add "type_engine = xcore" to ~/.mlterm/main.)
* Bug fixes:
  Fix corrupt scrolling within left-right margin which contains full-width characters.
  Fix a bug which disabled to show inline pictures if logsize=unlimited.
  Fix a bug which calls select(2) with an invalid file descriptor after restarting ibus.
  Fix a libvte bug which disabled color configurations on roxterm or sakura.

(tsutsui)

2014-11-02 18:32:14 UTC MAIN commitmail json YAML

Updated meta-pkgs/deforaos-desktop to 0.0.4

(khorben)

2014-11-02 18:31:10 UTC MAIN commitmail json YAML

Bumped meta-pkgs/deforaos-desktop to version 0.0.4

(khorben)

2014-11-02 18:23:27 UTC MAIN commitmail json YAML

Added graphics/deforaos-icon-theme version 0.0.0

(khorben)

2014-11-02 18:22:47 UTC MAIN commitmail json YAML

Added graphics/deforaos-icon-theme

(khorben)

2014-11-02 18:22:12 UTC MAIN commitmail json YAML

Packaged graphics/deforaos-icon-theme 0.0.0

This is the "official" icon theme for the DeforaOS desktop applications.
It is based on the FontAwesome font from fonts/awesome-ttf, and generated
by a script for ImageMagick from graphics/ImageMagick.

(khorben)

2014-11-02 18:13:34 UTC MAIN commitmail json YAML

2014-11-02 18:13:24 UTC MAIN commitmail json YAML

Update to 1.8.4:

NEW IN WAF 1.8.4
----------------
* Various improvements in stale.py
* More robust file scanning in Qt processing #1502
* More robust handling of build order implied by hidden dependencies #1506
* Run msvs on Python 3 #1503
* Biber update #1501
* Fixed the Python detection on Windows #1498

(wiz)

2014-11-02 18:00:04 UTC MAIN commitmail json YAML

Added fonts/awesome-ttf version 4.2.0

(khorben)

2014-11-02 17:59:01 UTC MAIN commitmail json YAML

Added fonts/awesome-ttf

(khorben)

2014-11-02 17:58:21 UTC MAIN commitmail json YAML

Packaged fonts/awesome-ttf 4.2.0, "The iconic font and CSS toolkit"

Font Awesome gives you scalable vector icons that can instantly be customized -
size, color, drop shadow, and anything that can be done with the power of CSS.

Font Awesome by Dave Gandy - http://fontawesome.io

(khorben)

2014-11-02 17:40:48 UTC MAIN commitmail json YAML

Updated textproc/raptor2 to 2.0.15

(wiz)

2014-11-02 17:40:36 UTC MAIN commitmail json YAML

Update to 2.0.15:

New functions, types and enums

Functions

  * void raptor_sequence_sort_r(raptor_sequence* seq,
    raptor_data_compare_arg_handler compare, void* user_data) - Uses
    raptor_sort_r() internally.

  * void raptor_sort_r(void *base, size_t nel, size_t width,
    raptor_data_compare_arg_handler compar, void *user_data)

  * int raptor_world_get_parsers_count(raptor_world* world)

  * int raptor_world_get_serializers_count(raptor_world* world)

Types

  * raptor_data_compare_arg_handler - Used by raptor_sort_r()

(wiz)

2014-11-02 17:38:34 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.2

(wiz)

2014-11-02 17:38:25 UTC MAIN commitmail json YAML

Update to 3.2:

This is a quarterly feature release.

1.1. commands
    amend: abort early if no username is configured with evolve enabled (issue4211)
    amend: fix amending rename commit with diverged topologies (issue4405)
    annotate: rewrite long short-circuit statement by if-elif-else
    bookmark: make the search for divergent names more robust
    bookmarks: allow pushkey if new equals current
    bookmarks: explicitly track identical bookmarks
    bookmarks: fix divergent bookmark path normalization
    bookmarks: inform transaction-related hooks that some bookmarks were moved
    branches: include active, closed and current flags in template output
    clone: copy '.hg/bookmarks' during copy clone
    clone: explicitly push bookmarks when cloning from local to remote
    clone: fix copying bookmarks in uncompressed clones (issue4430)
    clone: for local clones, copy branchcache from the right location (issue4286)
    clone: for local clones, copy over filtered branchcaches as well (issue4286)
    clone: properly mark branches closed with --uncompressed (issue4428)
    clone: provide sample username = config entry in .hg/hgrc (issue4359)
    commit: correctly check commit mutability during commit --amend
    commit: add customizable committemplate config
    config: give more fine-tuned sample hgrcs to this command
    config: highlight parse error caused by leading spaces (issue3214)
    files: add new command unifying locate and manifest functionality
    graft: allow regrafting ancestors with --force (issue3220)
    graft: make --force apply across continues (issue3220)
    help: document that default hgweb style is called paper (issue4373)
    help: update help for hgweb template and style (issue4373)
    import: let --exact 'work' with --no-commit (issue4376)
    locate: deprecate in favor of files
    log: allow patterns with -f
    log: do not hide the public phase in debug mode (BC)
    log: rewrite default template to use labels (issue2866)
    log: show phase in hg log -v with the phase template
    merge-tools: add a 'premerge=keep-merge3' config option
    merge: use bid merge by default (BC)
    merge: support three labels when using conflict markers
    parents: deprecate the parents commands
    pull: perform bookmark updates in the transaction
    push: update bookmarks within the remote lock
    push: wrap local phase movement in a transaction
    pushbookmark: do not attempt to update bookmarks if the push failed (BC)
    status: make 'hg status --rev' faster when there are deleted files
    tag: properly abort if an unknown or ignored .hgtags is present

1.2. core
    alias: expand "$@" as list of parameters quoted individually (BC) (issue4200)
    dirstate: add exception when calling setparent without begin/end (API)
    dirstate: wrap setparent calls with begin/endparentchange (issue4353)
    hook: protect commit hooks against stripping of temporary commit (issue4422)
    i18n: detect UI language without POSIX-style locale variable on Windows (BC)
    localrepo: remove the 'pull' method (API)
    localrepo: remove the 'push' method (API)
    posix: implement readpipe using non-blocking I/O (issue4336)
    revset: fix O(2^n) perf regression in addset
    revset: have rev() drop out-of-range or filtered rev explicitly (issue4396)
    setdiscovery: limit the size of all sample (issue4411)
    ssl: only support TLS (BC)
    ssl: only use the dummy cert hack if using an Apple Python (issue4410)
    templater: fix ifcontains when list is a string (issue4399)

1.3. extensions
    convert: add support for deterministic progress bar on scanning phase
    convert: add support to detect git renames and copies
    eol: fix crash when handling removed files
    histedit: add "roll" command to fold commit data and drop message (issue4256)
    largefiles: add examination of exec bit in "hg status --rev REV" case
    largefiles: keep largefiles from colliding with normal one during linear merge
    largefiles: restore R status of removed largefiles correctly at "hg rollback"
    largefiles: restore standins from non branch-tip parent at rollback correctly
    largefiles: unlink standins not known to the restored dirstate at rollback
    mq: write '# Parent ' lines with two spaces like export does (BC)
    mq: write headers for new HG patches in the same order as export (BC)
    shelve: don't delete "." when rebase is a no-op (issue4398)

1.4. hgweb
    hgweb: disable SSLv3 serving (BC)
    hgweb: refresh repository using URL not path (issue4323)

(wiz)

2014-11-02 17:35:30 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Warn to 0.30

(wiz)

2014-11-02 17:35:21 UTC MAIN commitmail json YAML

Update to 0.30:

0.30  2014-03-05
        - important note in documentation how check for warning category is done
          If you use Test::Warn with categories, you should check that it does
          what you expect.
        - Category tree is now dynamic and does not use Tree::DAG_Node (Graham Knop)

(wiz)

2014-11-02 17:34:07 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup tickets #4533 and #4535.

(tron)

2014-11-02 17:33:56 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-DAG_Node to 1.23

(wiz)

2014-11-02 17:33:47 UTC MAIN commitmail json YAML

Update to 1.23:

1.23  Mon Oct 20 18:12:00 2014
- Change output format when using node2string(), which is called by tree2string().
Indentation which used to be '|---' is now '|--- '. So, a tree which used to be printed as:
|---:default
|  |---::=
|  |---action
|  |---=>
|  |---[values]
Is now printed as:
|--- :default
|  |--- ::=
|  |--- action
|  |--- =>
|  |--- [values]
This makes the difference between node names ''/'-', '1'/'-1', etc, much clearer.
Apologies to anyone who runs tests which compare the output with pre-existing files.

(wiz)

2014-11-02 17:33:39 UTC pkgsrc-2014Q3 commitmail json YAML

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

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.127
- lang/ruby21-base/Makefile                                    1.8
- lang/ruby21-base/PLIST                                        1.3
- lang/ruby21-base/distinfo                                    1.8-1.9
- lang/ruby21-base/patches/patch-ext_dl_extconf.rb              deleted
- lang/ruby21-base/patches/patch-pack.c                        deleted

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct  2 08:59:52 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby21-base: distinfo
  pkgsrc/lang/ruby21-base/patches: patch-pack.c

  Log Message:
  Fix typo in comment in a patch file.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Oct 27 16:29:57 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby21-base: Makefile PLIST distinfo
  Removed Files:
  pkgsrc/lang/ruby21-base/patches: patch-ext_dl_extconf.rb patch-pack.c

  Log Message:
  Update ruby21/ruby21-base package to 2.1.4.

  Ruby 2.1.4 is released

  Ruby 2.1.4 has been released.

  This release includes security fixes for the following vulnerabilities:

      * CVE-2014-8080: Denial Of Service XML Expansion
      * Changed default settings of ext/openssl related to CVE-2014-3566

  And there are some bug-fixes.

  See tickets and ChangeLog for details.

  Ruby 2.1.3 Released

  We are pleased to announce the release of Ruby 2.1.3. This is a patchlevel
  release of the stable 2.1 series.

  This release contains a change of full GC timing to reduce memory consumption
  (see Bug #9607), and many bugfixes.

  See tickets and ChangeLog for details.

(tron)

2014-11-02 17:32:27 UTC MAIN commitmail json YAML

+ R-3.1.2, py-mercurial-3.2, raptor2-2.0.15, scamper-20141101
  [pkg/49353], tex2page-20130325, waf-1.8.4, x264-devel-20141101.

(wiz)

2014-11-02 17:31:56 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 0.81

(wiz)

2014-11-02 17:31:48 UTC MAIN commitmail json YAML

Update to 0.81:

**** 0.81 Oct 29, 2014

Fix rt.cpan.org #99571

AXFR BADSIG failures

Fix rt.cpan.org #99531

Resolver doc error - when is a 'bug' a 'bug'? [TSIG verification]

Fix rt.cpan.org #99528

TSIG::create fails with some filenames

Fix rt.cpan.org #99527

Random errors... [declaration with statement modifier]

Fix rt.cpan.org #99429

Infinite recursion in Net::DNS::Resolver::Recurse::send when
following certain delegations with empty-non terminals.

Fix rt.cpan.org #99320

Net::DNS::ZoneFile bug in "$ORIGIN ."

(wiz)

2014-11-02 17:14:33 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4533 - requested by taca
lang/ruby193-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.125
- lang/ruby193-base/Makefile                                    1.46-1.47
- lang/ruby193-base/distinfo                                    1.36-1.37
- lang/ruby193-base/patches/patch-pack.c                        1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct  2 08:50:12 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby193-base: distinfo
  pkgsrc/lang/ruby193-base/patches: patch-pack.c

  Log Message:
  Fix typo in comment in a patch file.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Oct 27 16:11:18 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby193-base: Makefile distinfo

  Log Message:
  Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).

  Ruby 1.9.3-p550 Released

  We are pleased to announce the release of Ruby 1.9.3-p550.

  This release includes a security fix for DoS vulnerability of REXML.

      * CVE-2014-8080: Denial Of Service XML Expansion

  This release also includes the change of default settings of
  ext/openssl. Insecure SSL/TLS options are now turn off by default.

      * Changed default settings of ext/openssl

  And, in addition, bandled jQuery for darkfish template of RDoc is also
  updated.

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Tue Oct 28 07:48:19 UTC 2014

  Modified Files:
  pkgsrc/lang/ruby193-base: Makefile

  Log Message:
  Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row).

(tron)

2014-11-02 16:09:59 UTC MAIN commitmail json YAML

Updated devel/apel to 10.8nb2

(ryoon)

2014-11-02 16:08:33 UTC MAIN commitmail json YAML

2014-11-02 14:18:18 UTC MAIN commitmail json YAML

Updated devel/deforaos-configure to 0.1.1

(khorben)

2014-11-02 14:12:25 UTC MAIN commitmail json YAML

Packaged DeforaOS configure 0.1.1

This is a bugfix release for:
- the "clean" target with scripted targets

(khorben)

2014-11-02 13:31:11 UTC MAIN commitmail json YAML

2014-11-02 12:03:02 UTC MAIN commitmail json YAML

current this package does not come from CVS snapshot.

(obache)

2014-11-02 08:51:41 UTC MAIN commitmail json YAML

Add experimental auto extension registory support with PHP_AUTO_REGISTER_EXT=yes
(=no by default).

(obache)

2014-11-02 08:12:00 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.4.3

(adam)

2014-11-02 08:10:30 UTC MAIN commitmail json YAML

Changes 2.4.3:
* avcodec/h264_slice: Clear table pointers to avoid stale pointers
* avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.c
* avcodec/h264: simplify find_start_code()
* Move get_avc_nalsize() and find_start_code() to h264.h
* mpeg4vdpau: Fix priv data size.
* avformat/matroskadec: do not trust the default duration to be the real 1/timebase if its less than 5fps
* avformat/options_table: add FF_COMPLIANCE_UNOFFICIAL
* Stop demuxing wtv on eof.

(adam)

2014-11-02 07:37:16 UTC MAIN commitmail json YAML

Note update of mail/dovecot2-pigeonhole package to 0.4.5.

(taca)

2014-11-02 07:36:39 UTC MAIN commitmail json YAML

Update dovecot2-pigeonhole to 0.4.5.

Changelog v0.4.5:

+ Added a Pigeonhole version banner to doveconf output. This way, future
  bug reports will also include Pigeonhole version information.
- Fixed handling of implicit keep. Last version erroneously reported
  that implicit keep succeeded after an earlier failure, while it in
  fact had failed. Particularly occurred for mailbox quota errors.
- Fixed segfault occurring on SunOS systems when there is no active
  script.

Changelog v0.4.4:

* Added support for Japanese mail addresses with dots at non-standard
  places in localpart.
* Changed handling of ENOSPACE into a normal temporary failure and added
  handling of ENOQUOTA as a user error.
* Restructured result execution, so that all actions which involve mail
  storage are always committed before all others.
+ Implemented support for generic Sieve storages. Using alternative
  storages now also possible for sieve_before/sieve_after.
+ Implemented storage driver for retrieving Sieve scripts from LDAP.
  This currently cannot be used with ManageSieve.
+ Implemented sieve_redirect_envelope_from setting, which allows
  configuring the envelope sender of redirected messages.
- Fixed handling of mail storage errors occurring while evaluating the
  input message.
- managesieve-login:
  - Removed bogus ALERT response code returned for AUTHENTICATE
    command.
  - Fixed handling of invalid initial response argument to AUTHENTICATE
    command.
- Fixed handling of stream errors in lexical scanner.
- Fixed handling of SMTP errors. Permanent and temporary errors were
  mixed up.
- Fixed several problems reported by CLang 3.4.
- duplicate extension: Fixed erroneous compile error about conflicting
  tags when `:handle' argument was used last.
- relational extension: Fixed error handling of `:value' match.
- editheader extension: Fixed header unfolding and header iteration.
- mailbox extension: Fixed the `:create' tag, which erroneously
  subscribed an existing folder.
- extprograms plugin: Fixed handling of error codes.
- doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic
  link in the file storage should now also work properly.

(taca)

2014-11-02 07:35:26 UTC MAIN commitmail json YAML

Note update of mail/dovecot2 package to 2.2.15.

(taca)

2014-11-02 07:34:51 UTC MAIN commitmail json YAML

Update dovecot2 to 2.2.15.

Some small fixes and changes to v2.2.14. This release is mainly in the hope
that it could still make it into the next Debian stable instead of v2.2.14 -
mainly because of a couple of new assert crashes that started happening in
v2.2.14 and should be fixed now.

* Plugins can now print a banner comment in doveconf output
  (typically the plugin version)
* Replication plugin now triggers low (instead of high) priority for
  mail copying operations.
* IMAP/POP3/ManageSieve proxy: If destination server can't be
  connected to, retry connecting once per second up to the value of
  proxy_timeout. This allows quick restarts/upgrades on the backend
  server without returning login failures.
* Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't
  returning failure in some situations where it should have (e.g.
  allow_nets mismatch)
* LMTP uses mail_log_prefix now for logging mail deliveries instead of
  a hardcoded prefix. The non-delivery log prefix is still hardcoded
  though.

+ passdb allow_nets=local matches lookups that don't contain an IP
  address (internally done by Dovecot services)
+ Various debug logging and error logging improvements
- Various race condition fixes to LAYOUT=index
- v2.2.14 virtual plugin crashed in some situations

(taca)

2014-11-02 06:51:06 UTC MAIN commitmail json YAML

Use pkgsrc php zend extension framework.

(obache)

2014-11-02 06:49:28 UTC MAIN commitmail json YAML

2014-11-02 06:17:39 UTC MAIN commitmail json YAML

introduce MESSAGE_SRC_DFLT, same as PLIST_SRC_DFLT for PLIST_SRC.

(obache)

2014-11-02 05:55:43 UTC MAIN commitmail json YAML

2014-11-02 05:53:48 UTC MAIN commitmail json YAML

fixes unusual usage of PLIST_SRC and MESSAGE_SRC.

(obache)

2014-11-02 05:48:09 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.30

(ryoon)