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 (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 02:58:54 UTC Now

2014-08-06 10:55:23 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.12.1

(wiz)

2014-08-06 10:55:07 UTC MAIN commitmail json YAML

Update to 2.12.1:

What's new in at-spi2-atk 2.12.1:

* Clean up socket files and directories on exit (BGO#684076).

What's new in at-spi2-atk 2.11.92:

* Bump minimum libdbus version needed, since we use a function
  introduced in 1.5.

What's new in at-spi2-atk 2.11.91:

* Improve compatibility with at-spi2-registryd <= 2.10.

* Collection: Fix an infinite loop when encountering a NULL parent

What's new in at-spi2-atk 2.11.90:

* Add AtspitableCell, tracking the new atk interface

What's new in at-spi2-atk 2.11.5:

* Allow sending of properties with events upon request (BGO#708695).

What's new in at-spi2-atk 2.11.3:

* Fix atspi_text_get_bounded_ranges

* document: add support to current page and page count (BGO#719508).

What's new in at-spi2-atk 2.11.2:

* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

What's new in at-spi2-atk 2.11.1:

* Fix Contains method for components (BGO#710730).

(wiz)

2014-08-06 10:53:02 UTC MAIN commitmail json YAML

Updated devel/at-spi2-core to 2.12.0

(wiz)

2014-08-06 10:52:45 UTC MAIN commitmail json YAML

Update to 2.12.0:

What's new in at-spi2-core 2.11.92:

* Fix a crash with MediaElch and Onboard (bgo#726243).

* Various i18n updates.

What's new in at-spi2-core 2.11.91:

* Improve compatibility with at-spi2-registryd <= 3.10.

What's new in at-spi2-core 2.11.90:

* bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).

* Fix a critical when processing deferred messages (bgo#724292).

* Add AtspitableCell, tracking the new atk interface

What's new in at-spi2-core 2.11.5:

* Add atspi_event_listener_register_full, and cache data requested by it
  for the duration of the event callback (BGO#708695).

* Fix a crash when atspi_accessible_get_process_id is called for an
  application that is no longer present.

What's new in at-spi2-core 2.11.3:

* Fix atspi_text_get_bounded_ranges

* document: add support to current page and page count (BGO#719508).

What's new in at-spi2-core 2.11.2:

* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

What's new in at-spi2-core 2.11.1:

* Fix a gsource leak that adversely impacted performance (BGO#709625).

* Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).

* Fix atspi_component_contains (BGO#710730).

* Fix some compiler warnings and build issues.

(wiz)

2014-08-06 10:42:45 UTC MAIN commitmail json YAML

2014-08-06 10:42:25 UTC MAIN commitmail json YAML

Added archivers/lz4 version 120

(fhajny)

2014-08-06 10:41:34 UTC MAIN commitmail json YAML

Import lz4 as archivers/lz4.

LZ4 is a very fast lossless compression algorithm, providing
compression speed at 400 MB/s per core, scalable with multi-cores
CPU. It also features an extremely fast decoder, with speed in
multiple GB/s per core, typically reaching RAM speed limits on
multi-core systems.

(fhajny)

2014-08-06 10:38:32 UTC MAIN commitmail json YAML

Updated devel/atk to 2.12.0

(wiz)

2014-08-06 10:38:21 UTC MAIN commitmail json YAML

Update to 2.12.0:

Changes in version 2.12.0:
==========================

Translations

A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
(nb), Andika Triwidada (id)

Changes in version 2.11.92:
==========================

* AtkValue:
  * Bug 684576: AtkValue heavily refactored. Available now so
    implementors could start migration on next cycle.
  * Bug 726216: update atk.symbols, autotools for missing symbols and
    files
* AtkTableCell:
  * Added symbols to be exported at atk.symbols

Contributors:
  Chun-wei Fan, Alejandro Piñeiro Iglesias

Translations

  Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
  Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
  (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
  Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
  Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
  Николић (sr)

Changes in version 2.11.90:
==========================

* AtkComponent:
  * Deprecate get_position and get_size in favor of get_extents.
* AtkTable:
  * Deprecate all index-based methods (atk_table_get_index_at,
    atk_table_get_column_at_index, atk_table_get_row_at_index).
* AtkTableCell:
  * Bug 651353: Add AtkTableCell
* Documentation:
  * Document that atk_component_contains has a default implementation.
  * Document AtkTableCell.
  * Update AtkTable documentation after AtkTableCell addition.
  * Document AtkRegistry (already existed but not properly included on
    the documentation).
  * API reference categorized (now easier to read).
  * ATK overview added.
  * Added some previously forgotten symbols (thanks to atk-unused.txt)

Contributors:
  Mike Gorse, Alejandro Piñeiro Iglesias

Translations:
  Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)

Changes in version 2.11.6:
==========================

* AtkText:
  * Bug 723292: Getting the localized role name fails for
    ATK_ROLE_EDITBAR
  * Bug 653293: text-insert and text-remove are again detailed
    signals. Document it.

Contributors:
  Alejandro Piñeiro Iglesias

Translations:
  Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
  Chao-Hsiung Liao (zh_HK)

Changes in version 2.11.5:
==========================

* MSVC Builds: Rework Introspection Build and other miscellaneous
  fixes

Contributors:
  Chun-wei Fan

Translations:
  Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)

Changes in version 2.11.4:
==========================

* AtkRole:
  * Bug 720065: add roles for description lists
* Deprecations:
  * Bug 476674: deprecate table properties that depend on the
    row/column number
  * Bug 652798: kill AtkMisc
  * Deprecate connect/remove_property_change_handler
  * Deprecate atk_role_register
* Documentation:
  * Bug 644747: improve documentation for AtkObject::property-change
  * Improved AtkUtil documentation
  * Updated new symbols sections on documentation
  * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
* Building:
  * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
  * Bug 652965: include atk-enum-types.h on atk.h
  * Fixed some gobject-introspection warnings
  * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
    warnings.
* Visual C++ Studio files:
  * Add a PlatformToolsetTag on gengir MSVC Project
  * Split the Property Sheets
  * Update Visual C++ 2008 "install" phase
  * Bug 690145: use Python to Generate the MSVC Projects
* Miscellanea:
  * Bug 572489: atk_text_range_extents should use g_return_if_fail
  * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
    doesn't use details
  * Bug 720095: add atk_object_peek_parent
  * Updated AUTHORS and doap files
  * Added role names on source file in order to be translated

Contributors:
  Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
  Walters, Yue Wang

Translations:
  Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
  Fábio Nogueira (pt_BR)

Changes in version 2.11.3:
==========================

* Bug 709214: Need API to get the document's current page number and
*  page count
* Updated Greek translation

Changes in version 2.11.2:
==========================

* AtkRole:
  * Bug 709106: add media (audio and video) roles
  * Bug 712586: new ATK roles for ARIA roles (plus rating)
    * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
      ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
      ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
* AtkState:
  * Bug 712576: add ATK_STATE_CHECKABLE
  * Bug 712581: add ATK_STATE_HAS_POPUP
* AtkDocument:
  * Bug 709106: add page-changed-signal
  * Deprecated atk_document_get_document and
    atk_document_get_document_type
  * Added testdocument on tests directory
* Documentation:
  * Update documentation for selected_link method and property
  * Improve documentation of AtkAttribute and AtkAttributeSet
* Updated Galician and Spanish translations

Changes in version 2.11.1:
==========================

* Bug 684667: Improve AtkObject::children-changed documentation
* Bug 709351: new role ATK_ROLE_TITLE_BAR
* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
* Updated Spanish translation

(wiz)

2014-08-06 10:25:29 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 7.11.2nb5

(wiz)

2014-08-06 10:25:14 UTC MAIN commitmail json YAML

Use __attribute__((__destructor__)) instead of magic __dso_handle, and
fix another place.
Patches from Taylor R Campbell (NetBSD xsrc).
Bump PKGREVISION.

(wiz)

2014-08-06 06:17:58 UTC MAIN commitmail json YAML

belatedly note csound 6.02nb1, and also note csound 6.03.2.

(mrg)

2014-08-06 06:17:07 UTC MAIN commitmail json YAML

update to csound 6.03.2.  changes include:

    o  printks2: Prints a new value every time a control variable changes using
a printf() style syntax.
    o  mp3sr mp3bitrate and mp3nchnls to get information on mp3 files
    o  New score opcode y sets the random seed (for ~) at read time
    o  A bug in CsOptions; the last argument was missed being read (issue #296)
    o  For ogg output it is possible to specify a VBR (variable bit rate)
quality.
    o  Many array operations now available for i-arrays as well as k-arrays.
    o  fillarray will work for string arrays
    o  Displays of FFT (via dispfft) improved with scaling/zooming options
    o  Signal flow graph opcodes are now working with a-rate array signals.
    o  New command-line option --devices[=in|out] gives a list of available
audio devices and then exit
    o  fixed the bug when tables were replaced but the size did not change
    o  A number of bugs in --sample-accurate have been detected and fixed.
This includes opcodes out, outn, and line.
    o  A number of bugs in grain3 were fixed#
    o  Bug in str_chanel could cause a crash; fixed
    o  Error in resize opcode corrected
    o  A number of bugs/untidiness fixed in GEN23
    o  Array bound checks fixed
    o  strings channels were not correctly set for dynamic-size strings
    o  memory allocation for string formatting in printfsk was fixed
    o  strcat safe against overflow
    o  error in compilation of arrays fixed (issue #293)
    o  GetPvsChannel fixed against a crash
    o  turnoff opcode now checks that the instrument being affected is active
    o  lenarray can accept any array type
    o  there is a new possible section in a csd file called <CsFile...> which
is like csFileB but with unencoded text.
    o  The whole system has been checked by the Coverity static checker which
        identified a number of (mainly minor) problems.  These have been
reviewed and checked.  In particular better use of printing and string
copying should prevent overflows.
    o  The type and variable system has been extensively rewritten; this allows
        better array and UDO support.  This means that UDOs now allow any array
type to be used.
    o  Alignment of variables got right in all cases
    o  array copying is now using the type system to copy values; fixes issues
        with copying string arrays, f-sigs, etc.

(mrg)

2014-08-05 19:25:35 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.12

(wiz)

2014-08-05 19:25:20 UTC MAIN commitmail json YAML

Update to 0.18.12:

ver 0.18.12 (2014/07/30)
* database
  - proxy: fix build failure with libmpdclient 2.2
  - proxy: fix add/search and other commands with libmpdclient < 2.9
* decoder
  - audiofile: improve responsiveness
  - audiofile: fix WAV stream playback
  - dsdiff, dsf: fix stream playback
  - dsdiff: fix metadata parser bug (uninitialized variables)
  - faad: estimate song duration for remote files
  - sndfile: improve responsiveness
* randomize next song when enabling "random" mode while not playing
* randomize next song when adding to single-song queue

(wiz)

2014-08-05 19:22:52 UTC MAIN commitmail json YAML

Updated security/py-keyring to 4.0

(wiz)

2014-08-05 19:22:43 UTC MAIN commitmail json YAML

Update to 4.0:

---
4.0
---

* Removed ``keyring_path`` parameter from ``load_keyring``. See release notes
  for 3.0.3 for more details.
* Issue #22: Removed support for loading the config from the current
  directory. The config file must now be located in the platform-specific
  config location.

(wiz)

2014-08-05 19:22:03 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.34

(wiz)

2014-08-05 19:21:47 UTC MAIN commitmail json YAML

Update to 0.9.34:

Overview of changes leading to 0.9.34
Saturday, August 2, 2014
=====================================

- hb_feature_from_string() now accepts CSS font-feature-settings format.
- As a result, hb-shape / hb-view --features also accept CSS-style strings.
  Eg, "'liga' off" is accepted now.
- Add old-spec Myanmar shaper:
  https://bugs.freedesktop.org/show_bug.cgi?id=81775
- Don't apply 'calt' in Hangul shaper.
- Fix mark advance zeroing for Hebrew shaper:
  https://bugs.freedesktop.org/show_bug.cgi?id=76767
- Implement Windows-1256 custom Arabic shaping.  Only built on Windows,
  and requires help from get_glyph().  Used by Firefox.
  https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
- Disable 'liga' in vertical text.
- Build fixes.
- API changes:

  * Make HB_BUFFER_FLAG_BOT/EOT easier to use.

    Previously, we expected users to provide BOT/EOT flags when the
    text *segment* was at paragraph boundaries.  This meant that for
    clients that provide full paragraph to HarfBuzz (eg. Pango), they
    had code like this:

      hb_buffer_set_flags (hb_buffer,
                          (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
                          (item_offset + item_length == paragraph_length ?
                            HB_BUFFER_FLAG_EOT : 0));

      hb_buffer_add_utf8 (hb_buffer,
                          paragraph_text, paragraph_length,
                          item_offset, item_length);

    After this change such clients can simply say:

      hb_buffer_set_flags (hb_buffer,
                          HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);

      hb_buffer_add_utf8 (hb_buffer,
                          paragraph_text, paragraph_length,
                          item_offset, item_length);

    Ie, HarfBuzz itself checks whether the segment is at the beginning/end
    of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
    continue not setting any flags whatsoever.

    Another way to put it is: if there's pre-context text in the buffer,
    HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
    EOT flag.

(wiz)

2014-08-05 19:16:07 UTC MAIN commitmail json YAML

Updated print/tex-leaflet-doc to 1.0e

(wiz)

2014-08-05 19:15:56 UTC MAIN commitmail json YAML

Update to 1.0e, provided by Leonardo Taccari in PR 49070,
to match tex-leaflet-1.0e.

(wiz)

2014-08-05 19:15:35 UTC MAIN commitmail json YAML

Updated print/tex-leaflet to 1.0e

(wiz)

2014-08-05 19:15:22 UTC MAIN commitmail json YAML

Update to 1.0e, provided by Leonardo Taccari in PR 49070.

Changes:
* v1.0e
    \LL@pagesize@specials: Patch from Toby Thurston for XeLaTeX. (RN)

* v1.0d
    General: Options "twopart/notwopart" suggested by Luis Rivera.
    No more "final" in \ExecuteOptions suggested by Axel Berger (RN).

(wiz)

2014-08-05 18:47:31 UTC MAIN commitmail json YAML

2014-08-05 18:39:13 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 5.4.2

(wiz)

2014-08-05 18:38:50 UTC MAIN commitmail json YAML

Update to 5.4.2:

-----
5.4.2
-----

* Issue #236: Corrected regression in execfile implementation for Python 2.6.

(wiz)

2014-08-05 18:38:24 UTC MAIN commitmail json YAML

2014-08-05 18:38:02 UTC MAIN commitmail json YAML

Update to 1.11:

Not only is there a new xcb-proto release, but we now also have libxcb 1.11.
This fixes some bugs that we had, e.g. with 64 bit fields and the present
extension.

Changes:

Alan Coopersmith (2):
      Document failure modes of xcb_connect*() functions
      Fix typos & awkward wording in tutorial

Alexander Mezin (1):
      xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t

Daniel Martin (1):
      Handle <pad align="n" /> between lists

Gaetan Nadon (11):
      autoconf: use XORG_DEFAULT_OPTIONS
      autoconf: use the warning variables from xorg
      autoconf: AC_INIT: add bug url
      autoconf: comment and layout the initialization section
      autoconf: require libtool minimum level 2.2
      autoconf: fix warning by replacing deprecated AC_HELP_STRING
      autoconf: use default xorg configuration for doxygen documentation
      autoconf: replace all tabs with spaces
      man: build static man pages using xorg patterns
      generated man pages: build without hard coded extension
      generated man pages: use xorg footer and no hard coded extension

Jeremy Huddleston Sequoia (2):
      xcb_open: Minor code cleanup for better readability
      xcb_open: Improve abstraction for launchd secure sockets

Keith Packard (4):
      Only #include directly referenced module header files
      Validate .pc file Requires lines
      Update .pc file Requires lines to express full dependencies
      Ensure xcb owns socket and no other threads are writing before send_request

Kenneth Graunke (1):
      Force XCB event structures with 64-bit extended fields to be packed.

Michael Haubenwallner (1):
      bug#79986: include system headers early

Peter Harris (1):
      Support <pad align="n" />

Ran Benita (8):
      Add comments about how _xcb_conn_ret_error() works
      c_client.py: remove useless 'today' variable
      c_client.py: remove trailing whitespace
      c_client.py: prefix all monkey-patched fields with c_
      c_client.py: make the man page output deterministic
      c_client.py: remove useless generated comments
      c_client.py: remove trailing whitespace from generated files
      c_client.py: remove more trailing space from generated files

Uli Schlachter (6):
      Remove tabs and trailing whitespaces
      xcb_disconnect(): Fix leak with error connections
      Make xcb_disconnect(NULL) safe
      Add doxygen documentation to functions in xcbext.h
      Bump xcb-proto requirement to 1.11
      Release libxcb 1.11

(wiz)

2014-08-05 18:37:47 UTC MAIN commitmail json YAML

Updated x11/py-xcbgen to 1.11

(wiz)

2014-08-05 18:37:30 UTC MAIN commitmail json YAML

2014-08-05 18:37:20 UTC MAIN commitmail json YAML

Updated x11/xcb-proto to 1.11

(wiz)

2014-08-05 18:37:08 UTC MAIN commitmail json YAML

Update to 1.11:

Hi everyone,

once again we have a new xcb-proto release. And as always, this is mostly minor bug
fixes and things that libxcb 1.11 will need.

Thanks to everyone involved!

Changes:

Daniel Martin (9):
      xv: Add align. pad in struct AdaptorInfo
      xproto: Fix EnterNotify documentation
      schema: Set default attribute values
      schema: Add attribute 'name' to <fd>
      schema: Remove dec-or-hex-integer and hex-integer type
      schema: Restricted enum item values
      xinput: Add missing pad in DeviceResolutionCtl
      xinput: Add missing pad in XIChangeHierarchy
      xkb: Add missing modLatches as comment to LatchLockState

Keith Packard (1):
      Also track directly imported modules in a separate list

Peter Harris (4):
      Track pad count at the module level
      Support <pad align="n" />
      xkb: Use <pad align="4" /> in GetMap
      xkb: Fix use of nKTLevels

Ran Benita (1):
      Add <fd> to xml-xcb.txt

Robert Ancell (1):
      dri2: Add notes on lists that should be linked to their length fields but are not.

Uli Schlachter (1):
      Release xcb-proto 1.11

Vincent W. Chen (2):
      Remove extraneous spaces between <value> tags
      xprint: Fix <field type="STRING8"> in PrintGetAttributes reply

(wiz)

2014-08-05 15:55:18 UTC MAIN commitmail json YAML

Updated misc/libreoffice4 to 4.2.5.2nb2

(wiz)

2014-08-05 15:55:06 UTC MAIN commitmail json YAML

Build libreoffice4 using the upstream tarballs of the converter packages.
Needed since this libreoffice4 version is not (yet) compatible with the
librevenge-based packages we have in pkgsrc.

Based on a patch by Uwe Klaus in PR 49060.
Bump PKGREVISION.

(wiz)

2014-08-05 12:36:18 UTC MAIN commitmail json YAML

Removed www/liferea-current successor www/liferea [wiz 2014-08-05]

(wiz)

2014-08-05 12:35:43 UTC MAIN commitmail json YAML

2014-08-05 12:35:02 UTC MAIN commitmail json YAML

Updated www/liferea to 1.8.15nb10

(wiz)

2014-08-05 12:34:49 UTC MAIN commitmail json YAML

2014-08-05 12:25:13 UTC MAIN commitmail json YAML

Factor out some common settings so they can be shared
with the newly added net/py-netsnmp package.

(he)

2014-08-05 12:23:56 UTC MAIN commitmail json YAML

Note addition of net/py-netsnmp version 5.7.2.1.

(he)

2014-08-05 12:22:53 UTC MAIN commitmail json YAML

Add py-netsnmp.

(he)

2014-08-05 12:22:43 UTC MAIN commitmail json YAML

Add the "netsnmp" Python module, interfacing to net-snmp.

DESCR:
This is the Python 'netsnmp' extension module. The 'netsnmp' module
provides a full featured, tri-lingual SNMP (SNMPv3, SNMPv2c,
SNMPv1) client API. The 'netsnmp' module internals rely on the
Net-SNMP toolkit library.

(he)

2014-08-05 07:58:58 UTC MAIN commitmail json YAML

+ csound6-6.03.2.

(wiz)

2014-08-05 06:12:57 UTC MAIN commitmail json YAML

Avoid MACHINE_ARCH for static file, fixes 64-bit build.

(jperkin)

2014-08-05 05:12:38 UTC MAIN commitmail json YAML

2014-08-05 05:00:09 UTC MAIN commitmail json YAML

note hydrogen 0.9.6 update.

(mrg)

2014-08-05 04:59:35 UTC MAIN commitmail json YAML

update to hydrogen 0.9.6 (actual release.)

includes:
- fixes for NetBSD
- cppunit tests
- pulseaudio support (not yet enabled?)
- several new --options
- fixes for JACK support (this, and the NetBSD fixes remove all our
  local patches!)
- fixes for drumkit loading
- wants newer libarchive than NetBSD or pkgsrc have; use libtar for now
- updates to playlist support
- uses snprintf() over sprintf()
- better undo/redo support
- copy/paste support for particular notes

(mrg)

2014-08-04 19:27:32 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.33

(gson)

2014-08-04 19:26:06 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.33.  Changes from 1.32:

Support recent versions of sysinst (CVS date 2014.08.03.16.09.38 or
newer), where set selection happens after disk partitioning rather
than before.

Document qemu 2.0.0nb4 as a known working version.

New command line option --structured-log.

(gson)

2014-08-04 12:01:47 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build-Tiny to 0.037

(wen)

2014-08-04 12:00:53 UTC MAIN commitmail json YAML

Update to 0.037

Upstream changes:
0.037    2014-07-27 16:14:54+02:00 Europe/Amsterdam
          Scrub environment variable in tests

0.036    2014-05-02 14:51:02CEST+0200 Europe/Amsterdam
          Add --jobs argument to MBT
          Add xs directory to include list

(wen)

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

Updated textproc/p5-Text-Xslate to 3.3.3

(wen)

2014-08-04 11:19:38 UTC MAIN commitmail json YAML

Update to 3.3.3

Upstream changes:
3.3.3 2014-08-04 15:50:00+0900
    - No code changes from 3.3.2, just re-packaging.

3.3.2 2014-08-04 12:40:00+0900
  [IMPROVEMENT]
    - #127 Improve generating temporary file name

3.3.1 2014-08-03 11:45:40+0900
    [ANNOUNCE]
    - Now Xslate has new co-maintainers (those who can maintain and release
      Xslate): lestrrat, syohex, and tokuhirom

    [BUG FIXES]
    - #126 Fix a typo in naming tempfiles (Hugmeir)

    [DOCMENT]
    - #125 Update document on Text::Xslate->bridge() and Builtin.pod
      (Mike Raynham)

3.3.0 2014-08-03 11:54:02+0900
    (mis-packaging release)

3.2.5 2014-07-15 08:18:31+0900
    [TEST FIXES]
        - No CGI.pm, which is no longer a standard module

(wen)

2014-08-04 11:08:46 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0031

(wen)

2014-08-04 11:07:20 UTC MAIN commitmail json YAML

Update to 1.0031

Upstream changes:
1.0031  2014-08-01 13:19:14 PDT
    [SECURITY]
        - Plack::App::File would previously strip trailing slashes off
          provided paths. This in combination with the common pattern
          of serving files with Plack::Middleware::Static could allow
          an attacker to bypass a whitelist of generated files (avar) #446

    [IMPROVEMENTS]
        - Let HTTP::Message::PSGI warn in case of invalid PSGI response (wchristian) #437
        - Update documentation on how response_cb works with writer (doy)
        - Make AccessLog work on non-POSIX environment (dex4er) #442
        - Plack::App::WrapCGI no longer warns under 5.19.9 (frew)
        - Avoid Rosetta Flash attack in JSONP middleware (nichtich) #464
        - Fix Plack::Util::inline_object to make it work with can() as a class method

    [NEW FEATURES]
        - Add $req->query_string shortcut to access QUERY_STRING in PSGI environment

(wen)

2014-08-04 10:27:29 UTC MAIN commitmail json YAML

Destroy second $NetBSD$ pattern.

(joerg)

2014-08-04 10:26:02 UTC MAIN commitmail json YAML

+ Mesa-10.2.5, gramps-4.1.0, samba-4.1.10, vlc-2.1.5.

(wiz)

2014-08-04 09:32:25 UTC MAIN commitmail json YAML

Updated graphics/rabbit to 2.1.3

(obache)

2014-08-04 09:32:14 UTC MAIN commitmail json YAML

Update rabbit to 2.1.3.

== 2.1.3: 2014-08-03

A drawing performance improved release.

=== Improvements

==== rabbit

  * Improved input encoding detection for UTF-8 case.
    [GitHub#34] [Reported by Colin Dean]
  * Markdown: Supported no text item list.
    [GitHub#37] [Reported by Colin Dean]
  * Improved drawing performance when vertical centering isn't used.
    [GitHub#35] [Reported by Colin Dean]
  * Avoided memory usage growing.
    [GitHub#41] [Reported by Enrico Rivarola]

==== Theme

  * default-preformatted: Changed text size element to
    (({PreformattedBlock})) from (({PreformattedText})).
  * tag: Supported (({xx-small})) tag and (({xx-large})) tag.
    [GitHub#39] [Patch by Enrico Rivarola]
  * syntax-highlighting: Supported float literal.

==== Document

  * Updated Ruby Installer version. [Masafumi Yokoyama]
  * Updated how to install with Homebrew.
    [GitHub#30] [Patch by Bert Chang]
  * Improved English and translated into English.
    [GitHub#33] [Patch by Tomohiro Imaizumi]
  * Added a description about Rabbit doesn't support 64bit Ruby on Windows.
    [GitHub#43] [Patch by YUKI Hiroshi]

=== Fixes

==== rabbit

  * Fixed a bug that rabbit command's exit code is always non-zero.
  * Fixed a crash bug when rabbit command is ran on no window system
    environment.
    [shocker-ja:1189] [Reported by Kazuhiro NISHIYAMA]
  * Information window: Fixed a bug that note text isn't changed when
    window size is changed.
    [shocker-en:71][shocker-en:74] [Reported by Enrico Rivarola]
  * Information window: Fixed a bug that long word in note text is cut.
    [shocker-en:78] [Reported by Enrico Rivarola]
  * Information window: Fixed a bug that markup in note text isn't applied.
    [GitHub#38] [Patch by Enrico Rivarola]
  * Fixed a bug that temporary files aren't removed when they aren't needed.
    [GitHub#40] [Patch by Enrico Rivarola]

==== rabbit-slide

  * Fixed a bug that tags are ignored on uploading SlideShare.

=== Thanks

  * Masafumi Yokoyama
  * Kazuhiro NISHIYAMA
  * Bert Chang
  * Enrico Rivarola
  * Colin Dean
  * YUKI Hiroshi

(obache)

2014-08-04 09:29:29 UTC MAIN commitmail json YAML

Updated www/liferea-current to 1.8.15nb10

(wiz)

2014-08-04 09:29:17 UTC MAIN commitmail json YAML

Switch to webkit-gtk. Bump PKGREVISION.

(wiz)

2014-08-04 09:28:47 UTC MAIN commitmail json YAML

Updated audio/gmpc-wikipedia to 11.8.16nb6

(wiz)

2014-08-04 09:28:33 UTC MAIN commitmail json YAML

Switch to webkit-gtk. Bump PKGREVISION.

(wiz)

2014-08-04 09:28:04 UTC MAIN commitmail json YAML

Bump PKGREVISION for epiphany switch to webkit-gtk.

(wiz)

2014-08-04 09:27:48 UTC MAIN commitmail json YAML

Updated www/epiphany to 2.30.6nb38

(wiz)

2014-08-04 09:27:38 UTC MAIN commitmail json YAML

Switch to webkit-gtk, bump PKGREVISION.

(wiz)

2014-08-04 09:26:39 UTC MAIN commitmail json YAML

Updated www/deforaos-surfer to 0.2.6nb15

(wiz)

2014-08-04 09:26:24 UTC MAIN commitmail json YAML

Switch to webkit-gtk, bump PKGREVISION.

(wiz)

2014-08-04 09:25:42 UTC MAIN commitmail json YAML

Updated devel/devhelp to 2.32.0nb32

(wiz)

2014-08-04 09:25:25 UTC MAIN commitmail json YAML

Switch to webkit-gtk. Bump PKGREVISION. Remove unused buildlink3.mk file.

(wiz)

2014-08-04 09:23:19 UTC MAIN commitmail json YAML

Updated www/midori to 0.4.9nb14

(wiz)

2014-08-04 09:22:59 UTC MAIN commitmail json YAML

Switch to webkit-gtk, bump PKGREVISION.

(wiz)

2014-08-04 09:11:34 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-chewing to 1.4.10.1

(obache)

2014-08-04 09:11:23 UTC MAIN commitmail json YAML

Update ibus-chewing to 1.4.10.1.

PRJ_VER=1.4.10.1
SUMMARY=Resolves Bug 1054937
REDHAT_BUGZILLA=1054937
[Changes]
- Resolves Bug 1054937 - Broken %defattr in ibus-chewing

(obache)

2014-08-03 22:34:20 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.6.3nb9

(wiz)

2014-08-03 22:34:03 UTC MAIN commitmail json YAML

Switch to v2 of webkit-gtk. Bump PKGREVISION.

(wiz)

2014-08-03 22:33:40 UTC MAIN commitmail json YAML

2014-08-03 22:33:06 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 2.4.4

(wiz)

2014-08-03 22:31:46 UTC MAIN commitmail json YAML

Remove webkit-gtk3 until someone packages it for v2 of webkit-gtk.

(wiz)

2014-08-03 22:30:05 UTC MAIN commitmail json YAML

Update to 2.4.4, the latest stable release. Based on work by
Leonardo Taccari in wip.

Changes:

=================
WebKitGTK+  2.4.4
=================

What's new in WebKitGTK+ 2.4.4?

  - Fix annoying popup shown when visiting 8tracks.com.
  - Expose links rendered as blocks to accessibility.
  - Make text inside "span" block in "a" block accessible.
  - Implement windowed plugins visibility.
  - Fix the GObject introspection annotations of webkit_web_resource_get_data_finish().
  - Fix a crash in TSymbolTableLevel::~TSymbolTableLevel when WebKit
    is built with GCC 4.9.
  - Fix a crash when playing a video in facebook.
  - Several user agent changes to fix Google Maps and a few other issues.
  - Allo to include WebKitVersion.h from web extensions API too.
  - Fix web process leak when closing pages with network process enabled.
  - Fix the build with --disable-webgl --disable-accelerated-compositing.

=================
WebKitGTK+  2.4.3
=================

What's new in WebKitGTK+ 2.4.3?

  - Fix video playback rate used when resuming in GStreamer media backend.
  - Use GstMetaVideo as announced by WebKitVideoSink to fix some
    decoders and filters that rely on buffer's meta rather that in the
    caps structures.
  - Do not pass a valid pointer as redirected-response parameter to
    WebKitWebPage::send-request signal when not redirecting.
  - Add missing files to the build required for building in Windows.

=================
WebKitGTK+  2.4.2
=================

What's new in WebKitGTK+ 2.4.2?

  - Correctly handle TLS errors in case of a server redirection.
  - Fix a crash when submitting a form.
  - Fix several JavaScriptCore crashes when browsing facebook.
  - Fix a crash when closing a page with windowed plugins.
  - Fix a crash after getting web view context property with g_object_get.
  - Fix a new[] delete[] mismatch in SocketStreamHandleSoup.

=================
WebKitGTK+  2.4.1
=================

What's new in WebKitGTK+ 2.4.1?

  - Add CORS support for media elements to GStreamer media backend.
  - Fix wrong flags used in fcntl call that failed in FreeBSD.
  - Correctly handle HTTP authentication for cross-origin requests.
  - Correctly handle cookies for cross-origin requests.
  - Fix a crash in the plugin process with some plugins that redefine
    NPN functions.
  - Fix acceletared video when the video format has an alpha component.
  - Fix sites using geolocation after reloading when using Geoclue2.
  - Append Safari version to UserAgent to fix redirections in
    www.globalforestwatch.org.

=================
WebKitGTK+  2.4.0
=================

What's new in WebKitGTK+ 2.4.0?

  - Fix infinite loop in WebProcess due to a race condition that can
    happen when the socket event source is cancelled.
  - Fix more runtime critical warnings about main loop sources not found
    when trying to remove them.
  - Lower the timeout used when waiting for the ShoulTerminate reply
    in the WebProcess to release unused processes earlier.
  - Fix the build for non X11 platforms.

=================
WebKitGTK+ 2.3.92
=================

What's new in WebKitGTK+ 2.3.92?

  - Add support for Geoclue2.
  - Always finalize the soup session object when the networking
    process finishes.
  - Make sure the web process doesn't finish if there's an ongoing
    print operation.
  - Fix runtime critical warnings about main loop sources not found
    when trying to remove them.
  - Fixed several crashes in JavaScriptCore when visiting facebook.
  - Improve CSS properties performance.
  - Fix web process leak when the WebView is leaked by the application.
  - Fix the build when using vala bindings due to UI and web process
    main headers included together.

=================
WebKitGTK+ 2.3.91
=================

What's new in WebKitGTK+ 2.3.91?

  - Use a persistent cache for plugins metadata to avoid blocking the
    UI while scanning plugins during page loads.
  - Make the web inspector always load in multiprocess mode.
  - Add a pkg-config file for WebKit2 web process extensions API.
  - Fix the generation of g_return macros for GObject DOM bindings in
    some cases where non pointer parameters were handled as pointers.
  - Enable DFG_JIT on FreeBSD.
  - Use system default compiler instead of gcc when building DOM
    generated sources.
  - Several build fixes for FreeBSD.
  - Fix the build with wayland support enabled.

=================
WebKitGTK+ 2.3.90
=================

What's new in WebKitGTK+ 2.3.90?

  - Add initial touch support to WebKit2.
  - Add API to create a WebKitWebView related to another one to share
    the same Web Process.
  - Create the inspector view using the same web process as the
    inspected page.
  - Fix wrong mix of fcntl commands and flags in WebKit2.
  - Fix marshaller used in WebKitWebPage::document-loaded signal.
  - Fix a crash in GStreamer media backend when playback rate is too high.
  - Fix the build on FreeBSD.

=================
WebKitGTK+  2.3.5
=================

What's new in WebKitGTK+ 2.3.5?

  - Add API to allow setting a multiple web process model.
  - Add API to pass initialization user data from the UI process to
    the web extensions.
  - Implement languages support with network process.
  - Implement custom URI schemes with network process.
  - Disable MemoryCache when the DOCUMENT_VIEWER cache model is set.
  - Expose aria-describedby with ATK_RELATION_DESCRIBED_BY.
  - Fix a bug that prevented from entering fullscreen again in HTML5
    videos after fullscreen was left with ESC.
  - Set playback rate when pipeline is not ready in GStreamer media backend.
  - Fix a lockup when playing Icecast radio in GStreamer media backend.
  - Fix a web process crash when a download is cancelled.
  - Fix several crashes when printing via JavaScript.

=================
WebKitGTK+  2.3.4
=================

What's new in WebKitGTK+ 2.3.4?

  - Add API to WebKitResponsePolicyDecision to check if the MIME type
    can be shown.
  - Enable fullscreen API by default.
  - Fix handling of HTTP certificates with the network process enabled.
  - Fix downloads with the network process enabled.
  - Fix handling of cookies when network process is enabled.
  - Remove the partial file downloaded when the download operation
    fails or is cancelled.
  - Make WebKitWebPage::send-request signal work after a redirect.
  - Add xdg.origin.url extended attribute to downloads in WebKit2.
  - Fix WebGL with GLES.
  - Translation updates: Dutch, Brazilian Portuguese.

=================
WebKitGTK+  2.3.3
=================

What's new in WebKitGTK+ 2.3.3?

  - Initial Network Process support disabled by default.
  - CSS regions are now enabled by default.
  - Support right-side attachment of the inspector in WebKit2.
  - Add spatial navigation setting to WebKit2 GTK+ API.
  - Add media source setting to both WebKit1 and WebKit2.
  - Support custom types for drag and drop data.
  - Avoid extra copy when drawing images in cairo backend.
  - Fix scrolling in combo boxes when the dropdown menu is larger than
    the screen.
  - Render AC layers also when using GTK+ 2 in WebKit1.
  - Fix return value of webkit_web_view_get_view_source_mode() in
    WebKit1.
  - Emit stream-start, caps and segment events in webkitwebaudiosrc
    element.
  - Fix seeking on media content provided by servers not supporting
    range requests.
  - Fix a crash when using media source in GStreamer media backend.
  - Fix an X11 error when the backing store surface is destroyed.
  - Expose splitter elements with ATK_ROLE_SEPARATOR to accessibility.
  - Expose accessibility objects WAI-ARIA landmark roles.
  - Expose accessibility objects with ATK_ROLE_ARTICLE.
  - Expose accessibility objects with ATK_ROLE_CHECK_MENU_ITEM.
  - Remove support for GStreamer 0.10.
  - Memory leak due to incorrect use of gst_tag_list_merge in
    TextCombinerGStreamer.
  - Translation updates: Brazilian Portuguese.

=================
WebKitGTK+  2.3.2
=================

What's new in WebKitGTK+ 2.3.2?

  - Add enable-media-stream setting to WebKit2 GTK+ API.
  - Fix a crash when load fails due to SSL errors in WebKit2.
  - Fix a crash when printing via JavaScript in WebKit2.
  - Add support audio and video tracks to GStreamer media backend.
  - Properly expose video and audio elements to accessibility.
  - Fix invalid cairo matrix when drawing too small surfaces.
  - Avoid extra copy when drawing images using cairo.
  - Do not omit playback rate when seeking in GStreamer media backend.
  - Several build fixes on non-linux platforms.

=================
WebKitGTK+  2.3.1
=================

What's new in WebKitGTK+ 2.3.1?

  - Add WebKit2 API for TLS errors.
  - Make EventTarget interface introspectable in GObject DOM bindings.
  - Expose WheelEvent in the GObject DOM bindings API.
  - Generate API documentation for GObject DOM bindings.
  - Respect image orientation by default.
  - Enable text edition undo/redo operations support in WebKit2.
  - Add suppport for blob URLs to GStreamer media backend.
  - Add support for subtitles.
  - Allow running the web process with an arbitrary prefix command in
    debug builds.
  - Expose image links properly to accessibility.
  - Expose title and alternative text for links in image maps to
    accessibility.
  - Cancel the current active WebKitAuthenticationRequest on load
    fail.
  - Fix several memory leaks.

=================
WebKitGTK+  2.1.4
=================

What's new in WebKitGTK+ 2.1.4?

  - Add WebKitWebView::authenticate signal to WebKit2 GTK API.
  - Expose KeyboardEvent in GObject DOM bindings.
  - Implement attributesOfChildren() for AccessibilityUIElement.
  - Implement allAttributes() for AccessibilityUIElement.
  - Fix issues with edge cases when getting offsets for a text range
    in AtkText.
  - Remote inspector server now notifies about errors when loading
    resurces.
  - Disable HTTP request "Accept-Encoding:" header field on gstreamer
    source element to avoid receiving the wrong size when retrieving
    data.
  - Fix the final position when receiving several seek calls in a row,
    in GStreamer media backend.
  - When rendering accelerated video, upload onto the texture only the
    buffer to be painted.
  - Fix response property definition of WebKitResponsePolicyDecision.
  - Fix a crash in WebKit1 when the WebView is created and destroyed
    too fast.
  - Fix a crash in UI process when the web process crashes.
  - Fix a crash in WebKit2 when a context menu item is selected after
    the page has been closed.
  - Fix a crash when getting the editor command for a key event
    initiated by the web inspector.
  - Fix the build when building with GTK+ 2.
  - Fix several memory leaks.

=================
WebKitGTK+  2.1.3
=================

What's new in WebKitGTK+ 2.1.3?

  - Add support for preload="metadata" to GStreamer media backend.
  - Do not expose '\n' for wrapped lines with ATK_TEXT_BOUNDARY_CHAR.
  - Fix potential race condition in GStreamer media backend when
    getting the video sink caps.
  - Fix performance issues rendering a page with animations.
  - Several fixes and improvements in GStreamer video accelerated
    compositing support.
  - Adjust internal size on GStreamer HTTP source element when
    receiving data if necessary.
  - Actually disable the memory cache when DOCUMENT_VIEWER cache model
    is used in WebKit1.
  - Fix runtime critical warning in WebKit2 when unloading a module
    that failed to load.
  - Fix several memory leaks.

=================
WebKitGTK+  2.1.2
=================

What's new in WebKitGTK+ 2.1.2?

  - Set the subresources load priority using new libsoup API available
    in 2.43.
  - Do not use X11 WidgetBackingStore implementation in Wayland.
  - Support using GLContext from multiple threads.
  - Make sure gstreamer source element is thread-safe.
  - Prevent race condition when pad caps is set on gstreamer player.
  - Invalidate the ProcessLauncher when the process is terminated
    before it has finished launching
  - Use custom cairo code instead of Pango API for highlighting
    misspelled words.
  - Respect PKG_CONFIG env variable when generating gtk-doc.
  - Fix a crash due to an assert in gstreamer backend when seeking.
  - Fix memory leak when web process is terminated.
  - Translation updates: Telugu, Hindi, Kannada, Odia.

=================
WebKitGTK+  2.1.1
=================

What's new in WebKitGTK+ 2.1.1?

  - Add webkit_uri_scheme_request_finish_error to WebKit2 GTK+ API.
  - Add a setting to control whether or not accelerated 2D canvas is
    enabled in WebKit2.
  - Add a setting to WebKit2 to allow sending console log messages to
    stdout.
  - Always use EGL to create the GL context when running on Wayland.
  - Fix rendering of WebKitWebView child widgets with recent GTK+.
  - Notify the web process in WebKitURISchemeRequest when we fail to read
    from the user InputStream.
  - Fixed race conditions closing the socket descriptor when the web
    process crashes.
  - Add video accelerated compositing support to the GStreamer backend.
  - Add support for audio/speex MIME type to the GStreamer backend.
  - Fix seek after video finished in GStreamer backend.
  - Initialize WebKitWebPlugin path to prevent double-free in WebKit1.
  - Fix several GObject instrospection warnings.
  - Fixed several memory leaks.

(wiz)

2014-08-03 22:13:20 UTC MAIN commitmail json YAML

2014-08-03 22:09:30 UTC MAIN commitmail json YAML

+ webkit1-gtk*

(wiz)

2014-08-03 22:08:42 UTC MAIN commitmail json YAML

Import webkit-gtk3-1.10.2nb12 as www/webkit1-gtk3 to match webkit1-gtk.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK3+ port of major version 1 of the engine.

(wiz)

2014-08-03 22:07:39 UTC MAIN commitmail json YAML

Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation
for v2 of the package.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK2+ port of major version 1 of the engine.

(wiz)

2014-08-03 21:34:32 UTC MAIN commitmail json YAML

+ hs-cgrep, hs-tagsoup, hs-xml.

(szptvlfn)

2014-08-03 21:33:01 UTC MAIN commitmail json YAML

Added textproc/hs-cgrep version 6.4.5

(szptvlfn)

2014-08-03 21:32:37 UTC MAIN commitmail json YAML

Import cgrep-6.4.5 as textproc/hs-cgrep,
packaged for wip.

Cgrep: a context-aware grep for source codes

(szptvlfn)

2014-08-03 21:31:10 UTC MAIN commitmail json YAML

Added textproc/hs-tagsoup version 0.13.1

(szptvlfn)

2014-08-03 21:30:48 UTC MAIN commitmail json YAML

Import tagsoup-0.13.1 as textproc/hs-tagsoup,
packaged for wip by pho.

TagSoup is a library for parsing HTML/XML. It supports the HTML 5
specification, and can be used to parse either well-formed XML, or
unstructured and malformed HTML from the web. The library also provides
useful functions to extract information from an HTML document, making it
ideal for screen-scraping.

Users should start from the Text.HTML.TagSoup module.

(szptvlfn)

2014-08-03 21:29:32 UTC MAIN commitmail json YAML

Added textproc/hs-xml version 1.3.13

(szptvlfn)

2014-08-03 21:28:58 UTC MAIN commitmail json YAML

2014-08-03 19:28:41 UTC MAIN commitmail json YAML

Remove ULIMIT_RESOURCES again, it didn't help (enough).

(wiz)

2014-08-03 19:18:22 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.10.9.

(tron)

2014-08-03 19:18:06 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.10.9. Changes since 1.10.8:
- The following vulnerabilities have been fixed.
  * wnpa-sec-2014-08
    The Catapult DCT2000 and IrDA dissectors could underrun a
    buffer.
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-09
    The GSM Management dissector could crash. (Bug 10216)
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-10
    The RLC dissector could crash. (Bug 9795)
    Versions affected: 1.10.0 to 1.10.8
  * wnpa-sec-2014-11
    The ASN.1 BER dissector could crash. (Bug 10187)
    Versions affected: 1.10.0 to 1.10.8
- The following bugs have been fixed:
  * GSM MAP: ensure that p2p_dir is always initialized before
    calling GSM SMS dissector (Bug 10234)
  * BFCP: include padding length in calculation of correct
    attribute length (Bug 10240)
  * GTP: allow empty Data Record Packet IE (Bug 10277)
  * WebSocket: increase max unmask payload size to 256K and
    indicate that packet is truncated is going above the new
    limit (Bug 10283)

(tron)

2014-08-03 18:07:08 UTC pkgsrc-2014Q2 commitmail json YAML

2014-08-03 18:06:12 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4469 - requested by tron
print/xpdf: security update

Revisions pulled up:
- print/xpdf/Makefile                                          1.81
- print/xpdf/distinfo                                          1.42
- print/xpdf/patches/patch-al                                  1.5
- print/xpdf/patches/patch-am                                  1.4
- print/xpdf/patches/patch-aq                                  deleted
- print/xpdf/patches/patch-ar                                  deleted

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Aug  1 12:31:27 UTC 2014

  Modified Files:
  pkgsrc/print/xpdf: Makefile distinfo
  pkgsrc/print/xpdf/patches: patch-al patch-am
  Removed Files:
  pkgsrc/print/xpdf/patches: patch-aq patch-ar

  Log Message:
  Update "xpdf" package to version 3.04. Changes since version 3.03:
  - New text extractor.
  - Added the pdftohtml tool.
  - Added the pdftopng tool.
  - New trapezoid-based rasterizer core (for performance).
  - Generate appearance streams for Line, PolyLine, and Polygon
    annotations.
  - Added the closeWindowOrQuit command, and changed the default binding
    for ctrl-W from closeWindow to closeWindowOrQuit.
  - Implemented the new AES-256 mode (R=3D6, Acrobat X).
  - Add an object cache.
  - Added a small cache for object streams.
  - Modify PSOutputDev to use LZW compression instead of RLE, with a
    fallback to RLE if the "psLZW no" setting is given.
  - Pdfinfo now prints page rotation info.
  - Modified ImageOutputDev, used by pdfimages, to output the masks and
    soft masks used when drawing images.
  - Remove non-printable characters from error output, just in case they
    might cause problems for the terminal program.
  - Added initial support for Code3of9 bar codes in XFA forms.
  - Added the mapExtTrueTypeFontsViaUnicode xpdfrc command.
  - Apply stroke adjustment to rectangular images and clipping regions (in
    addition to strokes and fills).
  - Decode JPEG 2000 images at less than full resolution if the full res
    image isn't needed (i.e., if the raw image is higher resolution than
    the output).
  - Implemented knockout groups.
  - Removed t1lib support.
  - Added support for images with 16-bit components.
  - Rewrote the Dict class to use a hash table; as a side effect, this
    handles dictionaries with multiple definitions for a key, which are
    in violation of the spec, but Acrobat appears to handle.
  - The transformed line width computation -- used to implement the
    minLineWidth setting, and the hairline threshold in monochrome mode --
    was incorrect.
  - Pdftops was not correctly handling the case where it couldn't find
    a 16-bit font -- this led to crashes and/or invalid PostScript.
  - A bug in FlateStream::getBlock() was causing problems with narrow
    images.
  - Use the correct _WIN32 define instead of WIN32.
  - Use copy-on-write for the clip path in SplashState (when doing gsave),
    for performance.
  - Added a Solaris-specific entry to the ghostscript font search path.
  - SplashState was initializing line width to 0 instead of 1.
  - Abort processing on a content stream after getting 500 errors
    (undefined operator, wrong number of args) -- this avoids very long
    processing time for malicious PDF files using bogus RLE encoded
    content streams.
  - Added the psUseCropBoxAsPage xpdfrc option; "pdftops -pagecrop" now
    sets psUseCropBoxAsPage; "pdftops -pagecrop -paper match" now uses
    the CropBox as the page size.
  - Re-architected the AcroForm support code into a separate AcroForm
    module.
  - Fixed the handling of overprinting/transparency interaction, using
    the CompatibleOverprint blend mode.
  - The TIFF predictor code for the 1-bit-per-pixel case was broken.
  - For triangle and patch mesh shadings (types 4-7) with color functions,
    interpolate the function parameter not the color.
  - Check the fontFile/fontDir commands before (instead of after) doing
    Base-14 substitution in PS output.
  - Correctly handle non-embedded TrueType fonts that have an Identity
    ToUnicode mapping (display and PS output were failing).
  - Added support for XFA form rendering, including an "enableXFA" xpdfrc
    setting.
  - Handle PFB Type 1 fonts when generating PostScript output.
  - Unwind any extraneous saved graphics state at the end of the page
    (before drawing annotations).
  - Added some integer overflow checks in the GString class.
  - Handle 16-bit components in JPEG 2000 images.
  - ActualText spans can end without a valid font, in which case
    TextPage::beginWord was crashing.
  - The Domain entry in function shadings wasn't being parsed correctly.
  - Fixed a bug in the JPEG decoder - successive approximation
    (progressive mode) coefficients weren't being handled correctly.
  - Added a better infinite loop test to the xref parser.
  - When generating PostScript, merge reused TrueType fonts (if their
    code-to-GID mappings are the same).
  - Tweak the Gouraud triangle shaded fill code to end the recursive
    splitting if the triangles get sufficiently small.
  - Do bilinear interpolation when upsampling images.
  - When skipping extraneous image data from an inline image, look for
    EI<whitespace> instead of just EI.
  - When writing to stdout on Windows, pdftoppm now sets the file mode to
    binary.  [Thanks to Robert Frunzke.]
  - Accept strings as well as names for the BaseFont entry in font
    objects.
  - Removed the TEXTOUT_WORD_LIST config option (with the new text
    extractor, this is always enabled).
  - Fixed a bug in the JBIG2 decoder (the TPGD context for template #3 in
    readGenericBitmap was incorrect).
  - Rewrote the PostScriptFunction code for performance.
  - Handle 8-bit OpenType CFF fonts that are missing required tables in
    the OpenType wrapper.
  - Handle tiling patterns with reversed coordinates in their bounding
    boxes.
  - Added support for 64-bit file offsets, i.e., PDF files larger than
    2GB.
  - Optimize the code that rasterizes pattern-filled image masks.
  - Added support for Mac OS X system fonts (Base-14 only).
  - The backdrop color in luminosity-type soft mask groups was not being
    handled correctly.
  - Modified behavior of "pdftops -paper match -duplex ..." - it will now
    duplex consecutive same-sized pages.
  - Tweak the handling of degenerate fills ('moveto lineto fill') to
    match Adobe.
  - Don't honor the OPM=3D1 setting with ICCBased CMYK color spaces.
  - Whole-word searches were treating certain punctuation (Unicode number
    separators and terminators) as part of the word, e.g., searching for
    "foo" would not match "foo,".
  - Use the TextString class everywhere it makes sense.
  - Removed the unnecessary segment sort in Splash (performance
    optimization).
  - Handle hyperlinks that use Widget-type annotations.
  - Fix up the integer overflow checks to avoid issues with clever
    compilers.  [Thanks to Nickolai Zeldovich.]
  - Correctly handle streams with missing Length entries in damaged PDF
    files.
  - Added a compile-time option (LOAD_FONTS_FROM_MEM) to load fonts from
    memory rather than temporary files on disk.
  - Added the psRasterSliceSize xpdfrc option.
  - Fixed a case in the JPEG 2000 arithmetic decoder where extra data is
    present in packet i, and needs to be saved for use in packet i+1.
  - Fixed a bug in the JPEG 2000 decoder related to images with fewer than
    8 bits per component.
  - Handle the case in PSOutputDev where slice size overflows a 32-bit
    integer.
  - Add (partial) support for TrueType cmap format 2.
  - Always pass FT_LOAD_NO_BITMAP to FreeType -- bitmaps apparently fail
    with rotated characters.
  - Support fonts specified in ExtGState dictionaries.
  - Annotations with empty Border arrays should not draw a border.
  - Fix the CMap parser to handle large CID ranges.
  - Check for Type 3 CharProcs that call q or Q before the d0/d1 operator,
    and treat them as uncacheable.
  - Invert the selection color when starting in reverse video mode.
  - Device{Gray,RGB,CMYK} cannot be mapped via a resource dict.
  - Changed the PS output for masked images (explicit and color key
    masking): use a plain old clip path instead of rectclip to avoid
    array overflows.
  - Check the StemSnapH/V arrays when converting Type 1C fonts to Type 1 -
    if there are any duplicate or out-of-order values, skip that
    StemSnapH/V array.
  - Added the psMinLineWidth xpdfrc setting.
  - Fix an obscure issue in converting TrueType fonts to Type 42, related
    to empty glyph descriptions (12 zero bytes).
  - Pdftops now reports an error if there were any I/O errors writing to
    the PS output file.
  - Fix vertical text (CJK fonts) in PS output -- offset the character
    origin correctly.
  - Increased the number of digits used by pdfimages for the image number
    from three to four.
  - Handle right-to-left (e.g., Arabic) ligatures correctly in the text
    extractor.
  - Added the -loc and -locPS options to pdffonts.
  - Extend the object parser recursion limit to cover Stream::addFilters()
    / Stream::makeFilters() - to avoid another possibility of stack
    overflow.
  - Disable FreeType autohinting, because it can fail badly with font
    subsets that use invalid glyph names -- except in the case of Type 1
    fonts, which look much better with light autohinting.
  - Modified the rasterizer pipeline functions to process a scan line at a
    time (for performance).
  - Removed VMS build support (it hasn't been updated in ages).
  - Removed pdftotext's '-htmlmeta' option (use pdftohtml instead).
  - PSOutputDev's font/form setup code, and pdffonts, were not scanning
    soft mask groups in ExtGState dictionaries.
  - Invalid DCT input (e.g., from a damaged PDF file) could overflow the
    dctClip array.
  - When upsampling an image mask or image with a large resulting image
    size, do it in stream mode instead of prescaling the whole image
    (to avoid running out of memory).
  - Added infinite loop detection to pdffonts.

  To generate a diff of this commit:
  cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/xpdf/Makefile
  cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/xpdf/distinfo
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/xpdf/patches/patch-al
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/xpdf/patches/patch-am
  cvs rdiff -u -r1.4 -r0 pkgsrc/print/xpdf/patches/patch-aq \
      pkgsrc/print/xpdf/patches/patch-ar

(spz)

2014-08-03 17:33:34 UTC MAIN commitmail json YAML

update INN to version 2.5.4. Excerpt from the upstream release announcement:

Changes in 2.5.4

  * An up-to-date control.ctl file is provided with this release.  You
    should manually update your control.ctl file with the new information
    recorded about Usenet hierarchies.

  * A test has been improved in innwatch.ctl so that innwatch no longer
    throttles innd when no overview directory exists.  You should manually
    update your innwatch.ctl file to get this improvement.

  * Fixed a long-standing limitation on how controlchan and pgpverify were
    checking the signer of control messages.  They now properly handle the
    case of several UIDs being defined on a single PGP key, as well as the
    presence of spaces into UIDs.  In previous versions of INN, a few
    valid control messages got ignored because of that limitation
    (fido.ger.* and grisbi.* were for instance impacted).

  * As the name of the radius.conf configuration file shipped with INN for
    the nnrpd authenticator against a RADIUS server conflicts with the
    libradius package, this file is renamed to inn-radius.conf (innupgrade
    takes care of the rename during the update).

  * The attributes hash is now accessible to nnrpd Perl posting filter.
    As a result, filter_nnrpd.pl can make use of it.  Only authentication
    and access Perl hooks could previously use the attributes hash.
    Thanks to Steve Crook for this addition.

  * INN now properly builds fine with flex 2.5.36 (this version introduced
    a change of type for a variable used by INN).

  * When using funnel feeds, innfeed log files were open forever, which
    resulted in empty log files, once rotated by scanlogs.  innfeed now
    reopens its log files upon receiving a HUP signal; this signal is in
    particular sent by scanlogs during log rotation.  Thanks to Florian
    Schlichting for the patch.

  * Exploder and process channels are now reopened when "ctlinnd
    flushlogs" is used.  Otherwise, they could hold open an already
    deleted errlog file.  The issue affected in particular controlchan or
    ninpaths, running as such channels.

  * Fixed a buffer overflow when using imapfeed with more than a million
    commands during the same IMAP session.  Thanks to David Binderman for
    the bug report.

  * Fixed a segfault occurring in innd on systems where time_t is a 64-bit
    integer.  Thanks to S.P. Zeidler for the patch.

  * Fixed a segfault occurring in nnrpd when a res block was used in
    readers.conf without the program: key.

  * Fixed an issue where users were denied posting because of an
    overlapping buffer copy in a check nnrpd was doing.  Thanks to Florian
    Schlichting for the patch.

  * Fixed a regression that occurred in INN 2.5.3 regarding the path used
    by default by pullnews for its configuration file.  Instead of looking
    in the running user's home directory, it was looking in the *pathnews*
    directory set in inn.conf.  Thanks to Tony Evans for the bug report.

  * When neither wget nor ncftpget nor ncftp was found at configure time,
    the path to the simpleftp substitution program shipped with INN was
    not properly set in innshellvars, innshellvars.pl, and the
    "INN::Config" Perl module.  Thanks to Christian Garbs for the bug
    report.

  * ckpasswd no longer tries to use the ndbm compatibility layer provided
    by Berkeley DB if Berkeley DB has been built without ndbm support.
    Also add support for gdbm libraries in ckpasswd.

  * Fixed a Perl warning in inncheck; using "defined(@array)" has been
    deprecated since Perl 5.16.

  * Fixed the occurrence of an unexpected "cant select" error generated by
    innd.  Thanks to Paul Tomblin for having caught that long-standing
    issue.

  * When building INN with Berkeley DB support, no longer add -L/usr/lib
    to the linker include flags; unconditionally adding it may break the
    build on systems using lib32 and lib64 directories.

  * On a fresh INN install, motd.innd and motd.nnrpd are no longer
    installed by default.  Instead, samples for these files are provided
    in *pathetc*, named differently so that their default contents are not
    displayed to news clients before they get customised.

  * Other minor bug fixes and documentation improvements (like the
    addition in the readers.conf man page of the log: and program:
    parameters in res blocks, and the include directive).

(spz)

2014-08-03 14:45:20 UTC MAIN commitmail json YAML

+ cogl-1.18.2, cppcheck-1.66, cups-1.7.5, gnuchess-6.1.2,
  gtar-1.28, harfbuzz-0.9.34, libxcb-1.11, musicpd-0.18.12,
  ocaml-findlib-1.5.2, py-keyring-4.0, py-setuptools-5.4.2,
  py-xcbgen-1.11, qemu-2.1, slock-1.1 [pkg/49063], solarus-1.2.1,
  x264-devel-20140802, xcb-proto-1.11.

(wiz)

2014-08-03 12:52:48 UTC MAIN commitmail json YAML

Updated devel/ruby-test-unit-notify to 1.0.3

(obache)

2014-08-03 12:52:35 UTC MAIN commitmail json YAML

Update ruby-test-unit-notify to 1.0.3.

# News

## 1.0.3 - 2014-08-03 {#version-1-0-3}

### Improvements

* Supported OS X native notification system via
  [terminal-notifier](https://github.com/alloy/terminal-notifier).
  It requires OS X 10.8 or later.
  [GitHub#4][Patch by cosmo0920]

### Thanks

* cosmo0920

(obache)

2014-08-03 12:17:34 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.24

(wiz)

2014-08-03 12:17:24 UTC MAIN commitmail json YAML

Update to 5.24 (5.21 distfile disappeared):

5.24  2014-08-02
  - Improved url_escape performance slightly.
  - Fixed memory leak in Mojo::IOLoop::Client.
  - Fixed bug where ojo would sometimes die silently.

5.23  2014-07-31
  - Improved router performance.
  - Improved routes command to show format regular expression separately.
  - Fixed partial route bug in Mojolicious::Routes::Match.
  - Fixed format detection bug in Mojolicious::Routes::Pattern.

5.22  2014-07-30
  - Added SOCKS5 support to Mojo::UserAgent.
  - Added socks_address, socks_pass, socks_port and socks_user options to
    Mojo::IOLoop::Client::connect.
  - Improved documentation browser CSS.

(wiz)

2014-08-03 08:15:01 UTC MAIN commitmail json YAML

Updated lang/ghc7 to 7.6.3nb4

(obache)

2014-08-03 08:14:38 UTC MAIN commitmail json YAML

Resolve unwanted reference to ${WRAPPER_BINDIR}/ar in final package.

Bump PKGREVISION.

(obache)

2014-08-03 01:16:41 UTC MAIN commitmail json YAML

"--compiler clang" will have gotten better by the next quarterly branch.

(schmonz)

2014-08-02 21:43:48 UTC MAIN commitmail json YAML

+ hs-distributive

(szptvlfn)

2014-08-02 21:42:46 UTC MAIN commitmail json YAML

Added math/hs-distributive version 0.4.4

(szptvlfn)

2014-08-02 21:42:23 UTC MAIN commitmail json YAML

Import distributive-0.4.4 as math/hs-distributive,
packaged for wip by pho.

Haskell 98 Distributive functors -- Dual to Traversable

(szptvlfn)

2014-08-02 21:41:52 UTC MAIN commitmail json YAML

2014-08-02 21:40:42 UTC MAIN commitmail json YAML

Added devel/hs-safe version 0.3.7

(szptvlfn)

2014-08-02 21:40:17 UTC MAIN commitmail json YAML

Import safe-0.3.7 as devel/hs-safe,
packaged for wip.

A library wrapping Prelude/Data.List functions that can throw exceptions, such
as head and !!. Each unsafe function has up to four variants, e.g. with tail:

* tail :: [a] -> [a], raises an error on tail [].

* tailMay :: [a] -> Maybe [a], turns errors into Nothing.

* tailDef :: [a] -> [a] -> [a], takes a default to return on errors.

* tailNote :: String -> [a] -> [a], takes an extra argument which supplements
                                    the error message.

* tailSafe :: [a] -> [a], returns some sensible default if possible,
                          [] in the case of tail.

This package is divided into three modules:

* Safe contains safe variants of Prelude and Data.List functions.

* Safe.Foldable contains safe variants of Foldable functions.

* Safe.Exact creates crashing versions of functions like zip (errors if
  the lists are not equal) and take (errors if there are not enough elements),
  then wraps them to provide safe variants.

(szptvlfn)

2014-08-02 21:39:50 UTC MAIN commitmail json YAML

2014-08-02 21:38:47 UTC MAIN commitmail json YAML

Added textproc/hs-regex-posix version 0.95.2

(szptvlfn)

2014-08-02 21:38:25 UTC MAIN commitmail json YAML

2014-08-02 14:37:25 UTC MAIN commitmail json YAML

pev-0.70 is out and up for grabs

(khorben)

2014-08-02 14:14:53 UTC MAIN commitmail json YAML

Added security/pev

(khorben)

2014-08-02 14:12:56 UTC MAIN commitmail json YAML

Added security/pev

(khorben)

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

Imported security/pev version 0.60 from wip

pev is a PE file analysis toolkit that includes some nice programs to work with
PE files in many systems. It can be useful for programmers, security analysts
and forensic investigators. It's licensed under GPLv3+ terms.

(khorben)

2014-08-02 12:23:14 UTC pkgsrc-2014Q2 commitmail json YAML

2014-08-02 12:22:58 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4468 - requested by obache
emulators/suse131_mozilla-nss: security update

Revisions pulled up:
- emulators/suse131_mozilla-nss/Makefile                        1.4
- emulators/suse131_mozilla-nss/distinfo                        1.4

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Aug  1 09:28:47 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_mozilla-nss: Makefile distinfo

  Log Message:
  Appy openSUSE-SU-2014:0939-1, fixes CVE-2014-1544.

  Bump PKGREVISION.

(tron)

2014-08-02 11:59:34 UTC MAIN commitmail json YAML

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

(tron)

2014-08-02 11:58:38 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 2014.08.02. A list of changes
is not available unfortunately.

(tron)

2014-08-02 08:57:11 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.47.0

(wiz)

2014-08-02 08:57:01 UTC MAIN commitmail json YAML

Update to 1.47:

- version: 1.47.0
  date: 2014-08-01

  new features:
    - title: "Cover Grid: Allow user defined emblems (icons) to be
  displayed next to covers"
      type: major
      description: "Now you can have your own custom icons displayed
      next to covers in the cover grid, based on simple rules you
      create. For example, you can display a heart icon next to
      books with a rating of more than four stars or a tick mark
      next to books you read and so on. To create these rules go
      to Preferences->Cover Grid and click the Emblems tab on the
      left."

    - title: "E-book Viewer: Use wiktionary.org and wordnik.com as
    dictionary providers instead of dict.org"
      description: "When looking up words, the word definition is
      now opened in a separate browser window.  The language of
      the dictionary to lookup is automatically selected based on
      the language of the current book. To lookup a word in the
      viewer simply select the word with your mouse and right click,
      then choose 'Lookup in dictionary'"

    - title: "Edit Book: Allow customizing the templates used when
    creating new, blank HTML/CSS files via Preferences->Editor
    settings."

    - title: "Comic Input: When sorting the pages inside a comic,
    recognize numbers, so that page2 sorts before page10"

    - title: "Conversion: When inserting a metadata jacket, format
    the series number using roman numerals. This behavior can be
    disabled by using a custom jacket template, as described here:
    http://manual.calibre-ebook.com/customize.html#overriding-icons-templates-et-cetera"

  bug fixes:
    - title: "Edit Book: Fix incorrect results when running replace
    all on marked text and more than one replacement is made."

    - title: "Edit Book: Live CSS: Improve detection of which tag
    the cursor is inside when there are multiple tags on the same
    line."

    - title: "Edit Book: Clear the Check Book panel when opening
    a new book"

    - title: "Edit Book: Allow the import files into book action
    to be added to the toolbar"

    - title: "Edit Book: Fix subsetting of fonts not working if
    the text contains non-BMP unicode characters."

    - title: "News download: Fix HTML parser used in the news
    download subsystem not preserving whitespace inside <pre> tags"

    - title: "Conversion: Do not strip underscores from classnames."

    - title: "Edit Book: Fix cursor positioning not working when
    creating a new file from a template"

    - title: "Fix a rare error that could happen when using series
    columns inside a custom column template"

    - title: "E-book viewer: Handle quoted URLs inside @font-face
    rules"

  improved recipes:
    - New Yorker

(wiz)

2014-08-02 07:07:44 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.0.2

(wiz)

2014-08-02 07:07:33 UTC MAIN commitmail json YAML

Update to 3.0.2:

TortoiseHg 3.0.2 is a regularly scheduled bug-fix release.

If you had installed 3.0 and were using the newly bundled hg-svn
or hg-git, you must change the name of those extensions to hgsubversion
and hggit respectively. The method of their bundling has been
changed because of issue #3768. Post-upgrade, you should be able
to de-select "hg-git" and/or "hg-svn" from the settings dialog and
select the new "hggit" and/or "hgsubversion" respectively.

Also note that now that TortoiseHg and Mercurial have synchronized
revision numbers, the names of the TortoiseHg installers for Windows
have been simplified to include just a single version number. These
installer packages still include TortoiseHg and Mercurial (it would
be quite impossible to package one without the other).

(wiz)

2014-08-02 07:04:27 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.1

(wiz)

2014-08-02 07:04:18 UTC MAIN commitmail json YAML

Update to 3.1:

Mercurial 3.1 (2014-08-01)

    backout: accept '--edit' like other commands creating new changeset
    bash_completion: add -l|--list support for shelve
    bookmarks: avoid deleting primary bookmarks on rebase
    bookmarks: improve the bookmark help (issue4244)
    branch: add debug message for branch cache write failure
    bugzilla: stop trying to cache setup across hook invocation
    build: initial support for in-tree autobuilding recipes
    buildrpm: include release version in .tar.gz name
    bundle2: add pushkey support
    bundle2: fix bundle2 pulling all revs on empty pulls
    commit: make commit message shown in text editor customizable by template
    config: allow 'user' in .hgrc ui section (issue3169)
    convert: detect removal of ".gitmodules" at git source revisions correctly
    convert: drastically speed up git conversions
    convert: mercurial source: convert global tags only - not local tags
    convert: only consider shamap revisions converted if they still exists
    convert: update the transplant, rebase and graft references in 'extra'
    diff: add nobinary config to suppress git-style binary diffs
    discovery: if a push would create a new head, mention the bookmark name if any
    filemerge: add internal:tagmerge merge tool
    filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
    filemerge: use non-minimal conflict marker regions (BC)
    gpg: accept '--edit' like other commands creating new changeset
    graft: customize graft conflict markers (BC)
    help: always show command help with -h (issue4240)
    help: suggest keyword search when no topic is found
    histedit: respect revsetalias entries (issue4311)
    import: add --partial flag to create a changeset despite failed hunks
    largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstate
    largefiles: include largefiles when doing log on a directory (issue4241)
    largefiles: show also how many data entities are outgoing at "hg outgoing"
    largefiles: use "normallookup", if "mtime" of standin is unset
    log: allow revset for --follow to be lazily evaluated
    log: do not use exact matcher for --patch --follow without file (issue4319)
    log: make --patch --follow work inside a subdirectory
    make: add a basic osx mpkg target
    merge: add conflict marker formatter (BC)
    merge: define conflict marker labels in filemerge()
    mergetools.hgrc: add minimal configuration for editmerge
    packaging: move output directory from build/ to packages/
    pager: add attend-<command> option
    patchbomb: includes series information in the header
    pull: when remote supports it, pull phase data alongside changesets
    purge: add options for deleting only files or only directories
    push: use bundle2 to push phases when available
    qfold: allow to specify '--message/'--logfile' and '--edit' at the same time
    qimport: record imported revs incrementally (issue3874)
    qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time
    rebase: specify custom conflict marker labels for rebase (BC)
    resolve: abort when not applicable (BC)
    resolve: don't abort resolve -l even when no merge is in progress
    resolve: print message when no unresolved files remain (issue4214)
    resolve: print warning when no work performed (issue4208)
    revset: maintain ordering when subtracting from a baseset (issue4289)
    revset: optimize baseset.sub (issue4313)
    setup: fixed for Pythons which don't have a CFLAGS
    setup: make Xcode 5.1 check less specific
    shelve: accept '--edit' like other commands creating new changeset
    strip: drop -b/--backup option (BC)
    strip: remove bookmarks after strip succeed (issue4295)
    templatefilter: add splitlines function
    templatekw: add 'currentbookmark' keyword to show current bookmark easily
    templatekw: add 'subrepos' keyword to show updated subrepositories
    templater: introduce startswith function
    templater: introduce word function
    templates: escape NUL bytes in jsonescape (issue4303)
    update: introduce --tool for controlling the merge tool
    update: show message when a bookmark is activated by update
    update: specify custom conflict markers for update (BC)
    update: when deactivating a bookmark, print a message
    version: show enabled extensions (issue4209)
    version: don't traceback if no extensions to list (issue4312)
    vim: use try catch in vim plugin to avoid conflicts

(wiz)

2014-08-02 06:52:49 UTC MAIN commitmail json YAML

Updated x11/xrandr to 1.4.3

(wiz)

2014-08-02 06:52:32 UTC MAIN commitmail json YAML

Update to 1.4.3:

This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.

Aaron Plattner (1):
      xrandr 1.4.3

Connor Behan (2):
      Remove duplicate printing of the axis
      Allow -x and -y switches to undo themselves

Dominik Behr (1):
      xrandr: use full range for gamma table generation

St辿phane Aulery (1):
      Mention of --brightness with -h option

Thomas Klausner (1):
      Remove unnecessary parentheses.

(wiz)

2014-08-02 04:56:25 UTC MAIN commitmail json YAML

2014-08-02 04:54:19 UTC MAIN commitmail json YAML

Updated inputmethod/libchewing to 0.4.0

(obache)

2014-08-02 04:54:07 UTC MAIN commitmail json YAML

Update libchewing to 0.4.0.

What's New in libchewing 0.4.0 (Apr 11, 2014)
---------------------------------------------------------
* Add the following APIs:
  - Userphrase manipulation
    - chewing_userphrase_enumerate
    - chewing_userphrase_has_next
    - chewing_userphrase_get
    - chewing_userphrase_add
    - chewing_userphrase_remove
    - chewing_userphrase_lookup
  - Keyboardless action
    - chewing_cand_open
    - chewing_cand_close
    - chewing_cand_string_by_index_static
    - chewing_cand_choose_by_index
    - chewing_cand_list_first
    - chewing_cand_list_last
    - chewing_cand_list_has_next
    - chewing_cand_list_has_prev
    - chewing_cand_list_next
    - chewing_cand_list_prev
    - chewing_commit_preedit_buf
    - chewing_clean_preedit_buf
    - chewing_clean_bopomofo_buf
  - Bopomofo buffer
    - chewing_bopomofo_Check
    - chewing_bopomofo_String_static
  - Static API
    - chewing_aux_String_static
    - chewing_buffer_String_static
    - chewing_cand_String_static
    - chewing_commit_String_static
    - chewing_kbtype_String_static
  - Misc
    - chewing_new2
* Dictionary format:
  - Remove text data support
  - Introduce platform independent binary data representation
  - Move binary data to share/libchewing/*
* Userphrase format:
  - Support SQLite-based user phrase storage and manipulation
* New coding style:
  - Use scripts/indent.sh to change coding style
* Bug fixed:
  - Fix chewing_zuin_Check wrong return value #62
  - Fix numlock key cannot output number #45
  - Fix negative frequency problem #75
  - Fix cannot select candidate when symbol exists #79
  - Avoid clearing the buffer when Up arrow key is pressed and escCleanAllBuf is 1.
  - Fix cannot handle numlock 9 correctly #88
  - Fix invalid characters are committed when pre-edit buffer is full
  - Fix AutoLearnPhrase cannot fill correct wordSeq #108
  - Fix wrong auto learn when symbol in between #112
  - Fix missing rpl_malloc for cross compilation #118
  - Fix '\n' appear in symbol table #126
  - Reopen candidate list for symbols with down key #127 #135
  - Let up key close candidate list of symbols #131 #138
* Misc:
  - Add `make check' in cmake build
  - Change MAX_UTF8_SIZE to 4
  - Update official website URL
  - Use CreateFileA() instead of CreateFile() to stick with the ANSI API
  - Do not check phrase longer than MAX_PHRASE_LEN
  - Implement dynamic programming phrasing algorithm #73
  - Clean bopomofo buffer when mode change to English mode #89 #97
  - Update README to GFM.
  - Replace 'INCLUDE' with 'AM_CPPFLAGS' #68 #114 #116
  - Use [Shift]+[-] to input EM DASH (u+2014) as default #113 #124
  - Use Backspace to close candidate window #128
  - Use PgUp/PgDn to turn pages of candidates #129
  - Update Windows default search path #78
  - The word "zuin", "Zhuyin" are obsolete terms for "Bopomofo"
  - Add const whenever possible in several APIs
  - Toggle shape mode with shift-space #141 #142
* Successful stories:
  - chewing-windows-tsf project provides Text Services Framework
    support for Microsoft Windows.

(obache)

2014-08-02 04:27:51 UTC MAIN commitmail json YAML

Latest version should be also marked `missing'.
Fixes unwanted execution of {aclocal,automake}-${latest_version} for the
case configure.ac (or something) is patched, but configure is also alredy
regenerated and aclocal and automake are not required (not in USE_TOOLS).
XXX: if {aclocal,automake}-${latest_version} is really required by somewhere,
XXX: it should be created below, same as plain aclocal and automake.

(obache)

2014-08-02 01:41:17 UTC MAIN commitmail json YAML

Note m17n-db-1.6.5 stopper.

(obache)

2014-08-01 23:47:59 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.22.9

(wen)

2014-08-01 23:46:03 UTC MAIN commitmail json YAML

Update to 1.22.9

Upstream changes:
MediaWiki 1.22.9
This is a security and maintenance release of the MediaWiki 1.22 branch.

Changes since 1.22.8
(bug 68187) SECURITY: Prepend jsonp callback with comment.
(bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used for loading a new page in Javascript,instead of relying on the URL in the link that has been clicked.
(bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and ParserOutput.
(bug 59147) The img_metadata field was not being decoded from bytea into text.

(wen)

2014-08-01 20:59:29 UTC MAIN commitmail json YAML

2014-08-01 20:58:27 UTC MAIN commitmail json YAML

Added devel/hs-split version 0.2.2

(szptvlfn)

2014-08-01 20:58:03 UTC MAIN commitmail json YAML

Import split-0.2.2 as devel/hs-split,
packaged for wip by pho.

A collection of various methods for splitting lists into parts, akin to the
"split" function found in several mainstream languages. Here is its tale:

Once upon a time the standard Data.List module held no function for
splitting a list into parts according to a delimiter. Many a brave
lambda-knight strove to add such a function, but their striving was in
vain, for Lo, the Supreme Council fell to bickering amongst themselves what
was to be the essential nature of the One True Function which could cleave
a list in twain (or thrain, or any required number of parts).

And thus came to pass the split package, comprising divers functions for
splitting a list asunder, each according to its nature. And the Supreme
Council had no longer any grounds for argument, for the favored method of
each was contained therein.

To get started, see the Data.List.Split module.

(szptvlfn)

2014-08-01 20:57:41 UTC MAIN commitmail json YAML

2014-08-01 20:56:27 UTC MAIN commitmail json YAML

Added textproc/hs-regex-base version 0.93.2

(szptvlfn)

2014-08-01 20:55:51 UTC MAIN commitmail json YAML

Import regex-base-0.93.2 as textproc/hs-regex-base,
packaged for wip by pho.

Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa

(szptvlfn)

2014-08-01 20:55:27 UTC MAIN commitmail json YAML

+ hs-lifted-base

(szptvlfn)

2014-08-01 20:54:23 UTC MAIN commitmail json YAML

Added devel/hs-lifted-base version 0.2.3.0

(szptvlfn)

2014-08-01 20:53:58 UTC MAIN commitmail json YAML

Import lifted-base-0.2.3.0 as devel/hs-lifted-base,
packaged for wip.

lifted-base exports IO operations from the base library lifted to any
instance of MonadBase or MonadBaseControl.

(szptvlfn)

2014-08-01 19:44:09 UTC MAIN commitmail json YAML

missing without dtrace case

(szptvlfn)

2014-08-01 19:22:34 UTC MAIN commitmail json YAML

Describe the "apple-common-crypto" option.

(schmonz)

2014-08-01 19:18:54 UTC MAIN commitmail json YAML

Updated devel/git-base to 1.9.4nb1

(schmonz)

2014-08-01 19:18:39 UTC MAIN commitmail json YAML

Even though we specify OpenSSL, on sufficiently new Mac OS X, Git
has been linking with Apple's CommonCrypto instead. Add an
"apple-common-crypto" option that explicitly avoids CommonCrypto
when it's off. Turn it off by default, and set PKG_FAIL_REASON if
it's enabled on an unsuitable system.

While here, regenerate fuzzy patches.

Addresses pkg/49051. Bump PKGREVISION.

(schmonz)

2014-08-01 15:55:23 UTC MAIN commitmail json YAML

Updated databases/percona-toolkit to 2.2.9

(fhajny)

2014-08-01 15:55:07 UTC MAIN commitmail json YAML

Update percona-toolkit to 2.2.9.

Changes:
* Fixed bug 1258135: pt-deadlock-logger introduces a noise to MySQL
* Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none
  breaks constraints
* Fixed bug 1315130: pt-online-schema-change not properly detecting
  foreign keys
* Fixed bug 1335960: pt-query-digest cannot parse binlogs from 5.6
* Fixed bug 1335322: pt-stalk fails when variable or threshold is
  non-integer

(fhajny)

2014-08-01 15:44:13 UTC MAIN commitmail json YAML

Squelch warnings about smartmatch being experimental.

(schmonz)

2014-08-01 15:01:16 UTC MAIN commitmail json YAML

Need nbsed on Yosemite (not sure about awk, but little harm).

(schmonz)

2014-08-01 14:59:14 UTC MAIN commitmail json YAML

Document what Yosemite looks like (modulo XCode, which I haven't needed).

(schmonz)

2014-08-01 13:05:07 UTC pkgsrc-2014Q2 commitmail json YAML

2014-08-01 13:04:52 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4467 - requested by wiz
net/tor: security update

Revisions pulled up:
- net/tor/Makefile                                              1.99
- net/tor/distinfo                                              1.60

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Jul 30 11:49:26 UTC 2014

  Modified Files:
  pkgsrc/net/tor: Makefile distinfo

  Log Message:
  Update to 0.2.4.23:

  Changes in version 0.2.4.23 - 2014-07-28
    Tor 0.2.4.23 brings us a big step closer to slowing down the risk from
    guard rotation, and also backports several important fixes from the
    Tor 0.2.5 alpha release series.

    o Major features:
      - Clients now look at the "usecreatefast" consensus parameter to
        decide whether to use CREATE_FAST or CREATE cells for the first hop
        of their circuit. This approach can improve security on connections
        where Tor's circuit handshake is stronger than the available TLS
        connection security levels, but the tradeoff is more computational
        load on guard relays. Implements proposal 221. Resolves ticket 9386.
      - Make the number of entry guards configurable via a new
        NumEntryGuards consensus parameter, and the number of directory
        guards configurable via a new NumDirectoryGuards consensus
        parameter. Implements ticket 12688.

    o Major bugfixes:
      - Fix a bug in the bounds-checking in the 32-bit curve25519-donna
        implementation that caused incorrect results on 32-bit
        implementations when certain malformed inputs were used along with
        a small class of private ntor keys. This bug does not currently
        appear to allow an attacker to learn private keys or impersonate a
        Tor server, but it could provide a means to distinguish 32-bit Tor
        implementations from 64-bit Tor implementations. Fixes bug 12694;
        bugfix on 0.2.4.8-alpha. Bug found by Robert Ransom; fix from
        Adam Langley.

    o Minor bugfixes:
      - Warn and drop the circuit if we receive an inbound 'relay early'
        cell. Those used to be normal to receive on hidden service circuits
        due to bug 1038, but the buggy Tor versions are long gone from
        the network so we can afford to resume watching for them. Resolves
        the rest of bug 1038; bugfix on 0.2.1.19.
      - Correct a confusing error message when trying to extend a circuit
        via the control protocol but we don't know a descriptor or
        microdescriptor for one of the specified relays. Fixes bug 12718;
        bugfix on 0.2.3.1-alpha.
      - Avoid an illegal read from stack when initializing the TLS
        module using a version of OpenSSL without all of the ciphers
        used by the v2 link handshake. Fixes bug 12227; bugfix on
        0.2.4.8-alpha.  Found by "starlight".

    o Minor features:
      - Update geoip and geoip6 to the July 10 2014 Maxmind GeoLite2
        Country database.

(tron)

2014-08-01 12:31:46 UTC MAIN commitmail json YAML

Note update of the "xpdf" package to version 3.04.

(tron)

2014-08-01 12:31:27 UTC MAIN commitmail json YAML

Update "xpdf" package to version 3.04. Changes since version 3.03:
- New text extractor.
- Added the pdftohtml tool.
- Added the pdftopng tool.
- New trapezoid-based rasterizer core (for performance).
- Generate appearance streams for Line, PolyLine, and Polygon
  annotations.
- Added the closeWindowOrQuit command, and changed the default binding
  for ctrl-W from closeWindow to closeWindowOrQuit.
- Implemented the new AES-256 mode (R=6, Acrobat X).
- Add an object cache.
- Added a small cache for object streams.
- Modify PSOutputDev to use LZW compression instead of RLE, with a
  fallback to RLE if the "psLZW no" setting is given.
- Pdfinfo now prints page rotation info.
- Modified ImageOutputDev, used by pdfimages, to output the masks and
  soft masks used when drawing images.
- Remove non-printable characters from error output, just in case they
  might cause problems for the terminal program.
- Added initial support for Code3of9 bar codes in XFA forms.
- Added the mapExtTrueTypeFontsViaUnicode xpdfrc command.
- Apply stroke adjustment to rectangular images and clipping regions (in
  addition to strokes and fills).
- Decode JPEG 2000 images at less than full resolution if the full res
  image isn't needed (i.e., if the raw image is higher resolution than
  the output).
- Implemented knockout groups.
- Removed t1lib support.
- Added support for images with 16-bit components.
- Rewrote the Dict class to use a hash table; as a side effect, this
  handles dictionaries with multiple definitions for a key, which are
  in violation of the spec, but Acrobat appears to handle.
- The transformed line width computation -- used to implement the
  minLineWidth setting, and the hairline threshold in monochrome mode --
  was incorrect.
- Pdftops was not correctly handling the case where it couldn't find
  a 16-bit font -- this led to crashes and/or invalid PostScript.
- A bug in FlateStream::getBlock() was causing problems with narrow
  images.
- Use the correct _WIN32 define instead of WIN32.
- Use copy-on-write for the clip path in SplashState (when doing gsave),
  for performance.
- Added a Solaris-specific entry to the ghostscript font search path.
- SplashState was initializing line width to 0 instead of 1.
- Abort processing on a content stream after getting 500 errors
  (undefined operator, wrong number of args) -- this avoids very long
  processing time for malicious PDF files using bogus RLE encoded
  content streams.
- Added the psUseCropBoxAsPage xpdfrc option; "pdftops -pagecrop" now
  sets psUseCropBoxAsPage; "pdftops -pagecrop -paper match" now uses
  the CropBox as the page size.
- Re-architected the AcroForm support code into a separate AcroForm
  module.
- Fixed the handling of overprinting/transparency interaction, using
  the CompatibleOverprint blend mode.
- The TIFF predictor code for the 1-bit-per-pixel case was broken.
- For triangle and patch mesh shadings (types 4-7) with color functions,
  interpolate the function parameter not the color.
- Check the fontFile/fontDir commands before (instead of after) doing
  Base-14 substitution in PS output.
- Correctly handle non-embedded TrueType fonts that have an Identity
  ToUnicode mapping (display and PS output were failing).
- Added support for XFA form rendering, including an "enableXFA" xpdfrc
  setting.
- Handle PFB Type 1 fonts when generating PostScript output.
- Unwind any extraneous saved graphics state at the end of the page
  (before drawing annotations).
- Added some integer overflow checks in the GString class.
- Handle 16-bit components in JPEG 2000 images.
- ActualText spans can end without a valid font, in which case
  TextPage::beginWord was crashing.
- The Domain entry in function shadings wasn't being parsed correctly.
- Fixed a bug in the JPEG decoder - successive approximation
  (progressive mode) coefficients weren't being handled correctly.
- Added a better infinite loop test to the xref parser.
- When generating PostScript, merge reused TrueType fonts (if their
  code-to-GID mappings are the same).
- Tweak the Gouraud triangle shaded fill code to end the recursive
  splitting if the triangles get sufficiently small.
- Do bilinear interpolation when upsampling images.
- When skipping extraneous image data from an inline image, look for
  EI<whitespace> instead of just EI.
- When writing to stdout on Windows, pdftoppm now sets the file mode to
  binary.  [Thanks to Robert Frunzke.]
- Accept strings as well as names for the BaseFont entry in font
  objects.
- Removed the TEXTOUT_WORD_LIST config option (with the new text
  extractor, this is always enabled).
- Fixed a bug in the JBIG2 decoder (the TPGD context for template #3 in
  readGenericBitmap was incorrect).
- Rewrote the PostScriptFunction code for performance.
- Handle 8-bit OpenType CFF fonts that are missing required tables in
  the OpenType wrapper.
- Handle tiling patterns with reversed coordinates in their bounding
  boxes.
- Added support for 64-bit file offsets, i.e., PDF files larger than
  2GB.
- Optimize the code that rasterizes pattern-filled image masks.
- Added support for Mac OS X system fonts (Base-14 only).
- The backdrop color in luminosity-type soft mask groups was not being
  handled correctly.
- Modified behavior of "pdftops -paper match -duplex ..." - it will now
  duplex consecutive same-sized pages.
- Tweak the handling of degenerate fills ('moveto lineto fill') to
  match Adobe.
- Don't honor the OPM=1 setting with ICCBased CMYK color spaces.
- Whole-word searches were treating certain punctuation (Unicode number
  separators and terminators) as part of the word, e.g., searching for
  "foo" would not match "foo,".
- Use the TextString class everywhere it makes sense.
- Removed the unnecessary segment sort in Splash (performance
  optimization).
- Handle hyperlinks that use Widget-type annotations.
- Fix up the integer overflow checks to avoid issues with clever
  compilers.  [Thanks to Nickolai Zeldovich.]
- Correctly handle streams with missing Length entries in damaged PDF
  files.
- Added a compile-time option (LOAD_FONTS_FROM_MEM) to load fonts from
  memory rather than temporary files on disk.
- Added the psRasterSliceSize xpdfrc option.
- Fixed a case in the JPEG 2000 arithmetic decoder where extra data is
  present in packet i, and needs to be saved for use in packet i+1.
- Fixed a bug in the JPEG 2000 decoder related to images with fewer than
  8 bits per component.
- Handle the case in PSOutputDev where slice size overflows a 32-bit
  integer.
- Add (partial) support for TrueType cmap format 2.
- Always pass FT_LOAD_NO_BITMAP to FreeType -- bitmaps apparently fail
  with rotated characters.
- Support fonts specified in ExtGState dictionaries.
- Annotations with empty Border arrays should not draw a border.
- Fix the CMap parser to handle large CID ranges.
- Check for Type 3 CharProcs that call q or Q before the d0/d1 operator,
  and treat them as uncacheable.
- Invert the selection color when starting in reverse video mode.
- Device{Gray,RGB,CMYK} cannot be mapped via a resource dict.
- Changed the PS output for masked images (explicit and color key
  masking): use a plain old clip path instead of rectclip to avoid
  array overflows.
- Check the StemSnapH/V arrays when converting Type 1C fonts to Type 1 -
  if there are any duplicate or out-of-order values, skip that
  StemSnapH/V array.
- Added the psMinLineWidth xpdfrc setting.
- Fix an obscure issue in converting TrueType fonts to Type 42, related
  to empty glyph descriptions (12 zero bytes).
- Pdftops now reports an error if there were any I/O errors writing to
  the PS output file.
- Fix vertical text (CJK fonts) in PS output -- offset the character
  origin correctly.
- Increased the number of digits used by pdfimages for the image number
  from three to four.
- Handle right-to-left (e.g., Arabic) ligatures correctly in the text
  extractor.
- Added the -loc and -locPS options to pdffonts.
- Extend the object parser recursion limit to cover Stream::addFilters()
  / Stream::makeFilters() - to avoid another possibility of stack
  overflow.
- Disable FreeType autohinting, because it can fail badly with font
  subsets that use invalid glyph names -- except in the case of Type 1
  fonts, which look much better with light autohinting.
- Modified the rasterizer pipeline functions to process a scan line at a
  time (for performance).
- Removed VMS build support (it hasn't been updated in ages).
- Removed pdftotext's '-htmlmeta' option (use pdftohtml instead).
- PSOutputDev's font/form setup code, and pdffonts, were not scanning
  soft mask groups in ExtGState dictionaries.
- Invalid DCT input (e.g., from a damaged PDF file) could overflow the
  dctClip array.
- When upsampling an image mask or image with a large resulting image
  size, do it in stream mode instead of prescaling the whole image
  (to avoid running out of memory).
- Added infinite loop detection to pdffonts.

(tron)

2014-08-01 12:11:19 UTC MAIN commitmail json YAML

2014-08-01 12:10:12 UTC MAIN commitmail json YAML

Added textproc/hs-stringsearch version 0.3.6.5

(szptvlfn)

2014-08-01 12:09:42 UTC MAIN commitmail json YAML

Import stringsearch-0.3.6.5 as textproc/hs-stringsearch,
packaged for wip by pho.

This package provides several functions to quickly search for
substrings in strict or lazy ByteStrings. It also provides functions
for breaking or splitting on substrings and replacing all occurrences
of a substring (the first in case of overlaps) with another.

(szptvlfn)

2014-08-01 12:09:16 UTC MAIN commitmail json YAML

+ hs-ansi-terminal

(szptvlfn)

2014-08-01 12:08:14 UTC MAIN commitmail json YAML

Added devel/hs-ansi-terminal version 0.6.1.1

(szptvlfn)

2014-08-01 12:07:44 UTC MAIN commitmail json YAML

Import ansi-terminal-0.6.1.1 as devel/hs-ansi-terminal,
packaged for wip by pho.

ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals,
but only GHC is supported as a compiler.

(szptvlfn)

2014-08-01 12:06:20 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.30

(fhajny)

2014-08-01 12:06:03 UTC MAIN commitmail json YAML

Update nodejs to 0.10.30.

2014.07.31, Version 0.10.30 (Stable)
* uv: Upgrade to v0.10.28
* npm: Upgrade to v1.4.21
* v8: Interrupts must not mask stack overflow.
* Revert "stream: start old-mode read in a next tick" (Fedor Indutny)
* buffer: fix sign overflow in `readUIn32BE` (Fedor Indutny)
* buffer: improve {read,write}{U}Int* methods (Nick Apperson)
* child_process: handle writeUtf8String error (Fedor Indutny)
* deps: backport 4ed5fde4f from v8 upstream (Fedor Indutny)
* deps: cherry-pick eca441b2 from OpenSSL (Fedor Indutny)
* lib: remove and restructure calls to isNaN() (cjihrig)
* module: eliminate double `getenv()` (Maciej Malecki)
* stream2: flush extant data on read of ended stream (Chris Dickinson)
* streams: remove unused require('assert') (Rod Vagg)
* timers: backport f8193ab (Julien Gilli)
* util.h: interface compatibility (Oguz Bastemur)
* zlib: do not crash on write after close (Fedor Indutny)

(fhajny)

2014-08-01 11:58:04 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 1.3.1

(fhajny)

2014-08-01 11:57:48 UTC MAIN commitmail json YAML

Update elasticsearch to 1.3.1.

bug fixes
- Internal: Support parsing Lucene minor version strings
- Aggregations:
  - The nested aggregator should also resolve and use the parentFilter
    of the closest reverse_nested aggregator.
  - Geo bounds aggregation outputs aggregation name
  - Make _source parsing in top_hits aggregation and search API consistent
  - Tracking scores should be applied properly for top_hits aggregation.

(fhajny)

2014-08-01 11:26:47 UTC MAIN commitmail json YAML

Updated devel/p5-enum to 1.090.

(hiramatsu)

2014-08-01 11:26:21 UTC MAIN commitmail json YAML

Update devel/p5-num to 1.09.

PKGVERSION is set to 1.090 because it should be larger than 1.016.

Changes from previous:
----------------------
1.09 2014-05-26 NEILB
    - Added some more modules to the SEE ALSO section
    - Various documentation improvements
    - Added github repo to the pod

1.08 2014-05-06 NEILB
    - Changed how the constants are defined, to deal with a change in 5.19.3
      "Closures of the form "sub () { $some_variable }" are no longer
      inlined, causing changes to the variable to be ignored by callers of
      the subroutine. [perl #79908]"
      RT#95387 - thanks to Slaven Rezic.
    - Changed use of \d to [0-9]

1.07 2014-04-10 NEILB
    - Playing with Devel::Cover, starting to improve coverage of testsuite
    - Added testsuite for hex and octal index values, and _ in long numbers
    - Added testsuite for bitmask wrap-around cases

1.06 2014-01-25 NEILB
    - Specified MIN_PERL_VERSION as 5.006 in Makefile.PL
    - Changed the COPYRIGHT section to COPYRIGHT AND LICENSE
      so Kwalitee / CPANTS would see it.
    - Added 'warnings' to PREREQ_PM

1.05 2013-09-06 NEILB
    - I'd got two versions wrong when merging the history information
      from the pod into Changes. As a result the previous release was
      failing conformance with CPAN::Changes::Spec

1.04 2013-09-05 NEILB
    - Bumped version so I can release, now the offending CORBA-IDL
      release has been deleted from CPAN.

1.03 2013-09-02 NEILB
    - Added links to enumeration modules in SEE ALSO section.
    - Failed to index, due to clash with Enum module in CORBA-IDL

1.02 2013-09-01 NEILB
    - Added links to other modules and my review, in SEE ALSO
    - Failed to index, due to clash with PAUSE permissions for Enum module

1.016_01 2013-08-27 NEILB
    - Neil Bowers (NEILB) has taken over maintenance from Byron (thanks Byron!)
    - Reformatted this file (Changes) as per CPAN::Changes::Spec
    - Some of the revision history was in this file, some was in the pod;
      I think I've merged them correctly.
    - Added licence and repository metadata to Makefile.PL

(hiramatsu)

2014-08-01 09:29:02 UTC MAIN commitmail json YAML

Updated emulators/suse131_mozilla-nss to 13.1nb3

(obache)

2014-08-01 09:28:47 UTC MAIN commitmail json YAML

Appy openSUSE-SU-2014:0939-1, fixes CVE-2014-1544.

Bump PKGREVISION.

(obache)

2014-08-01 07:29:21 UTC MAIN commitmail json YAML

Updated devel/mr to 1.20140613

(schmonz)

2014-08-01 07:29:14 UTC MAIN commitmail json YAML

Update to 1.20140613. From the changelog:

* Added lib/git-annex. Thanks, martin f krafft.
  Closes: #743882
* Make mr help work even if the mrconfig file is busted.
  Thanks, Lorenzo Cappelletti
* Support "vcsh clone url repo" as trusted checkout syntax,
  while still supporting the old syntax.
* bootstrap: Support reading bootstrap mrconfig file from both a local
  file, and from stdin.
  Thanks, Lorenzo Cappelletti

(schmonz)

2014-08-01 06:13:46 UTC MAIN commitmail json YAML

another attempt fix .so listing in PLIST observed in bulk builds

(dbj)

2014-07-31 19:53:43 UTC MAIN commitmail json YAML

Updated net/p5-RPC-XML to 0.78nb1

(schmonz)

2014-07-31 19:53:38 UTC MAIN commitmail json YAML

`use base` claims to be able to find the named parent module even
when it's defined otherwise than a separate file with a matching
name. When committing to the NetBSD wiki, I'm seeing RPC::XML errors
that suggest otherwise ("Can't locate RPC/XML/datatype.pm" and so on).

I don't know why we're having this problem on wiki.n.o and I haven't
managed to reproduce it elsewhere, but it sure looks fixed after
switching to `use parent -norequire`. `use parent` seems to be
generally preferred usage anyway.

Bump PKGREVISION.

(schmonz)

2014-07-31 14:06:15 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 6.4.3

(roy)

2014-07-31 10:31:51 UTC MAIN commitmail json YAML

Control script relies on $HOME, so 'su -m' will not cut it. Changed to just
su in the rc.d script and adjusted the SMF manifest similarly.

Bump PKGREVISION. Fixes pkg/49052.

(fhajny)

2014-07-31 10:16:57 UTC MAIN commitmail json YAML

+ etm-3.0.34, ffmpeg2-2.3.1, gdb-7.8, gpgme-1.5.1, libreoffice4-4.3,
  libreoffice4-bin-4.3.

(wiz)

2014-07-31 10:03:34 UTC MAIN commitmail json YAML

Updated inputmethod/ibus to 1.5.8

(obache)

2014-07-31 10:03:14 UTC MAIN commitmail json YAML

Update ibus to 1.5.8.

  * Set max-width-chars property in ibus-setup wrapped GtkLabel. 0be4664
  * Add German (nodeadkeys) keymap in simple.xml. 318836a
  * Delete Korean keymap. 386bafb
  * Let ibus-ui-gtk3 not to show zero-lenght preedit text. 3469285
  * Fix many memory leaks provided by Christophe Fergeau. 87fb61f
    f3e8aaf 18687d7 d0aaf77 ca8cac8 f4d7cea 70ddaf1 0d15329 167d1d7
    5d887bd b07dedf 6291feb
  * Add Polish (qwertz) keymap in simple.xml ee4c5ec
  * Fix escape key with Ctrl+Shift+U ISO 14755. 9bad0c9
  * Update ibuscomposetable.h for pt-br. b6afffb
  * Set up ibus engines when users log into the session for the first
    time. 38fa3e8
  * Do not sort ibus engines when they are saved by ibus-setup. a530075
  * Update IBusKeymap jp. 8ef258e
  * Run xmodmap after run setxkbmap -l layout. 14bd938
  * Add ibus reset-config and read-config sub-commands. 3dcf247 9e5a2bd
  * Fix ibus-setup SEGV in enginetreeview.py 10483bf
  * Fix deprecated warnings with python3-gobject 3.13.3. a17dc8e
  * Export the 'IBUS_SETUP_XID' environment variable for each engine
    setup. b1b4e29
  * Fix deprecated gtk3 GtkMisc, GtkAlignment and vala Gdk.X11Display 130d310
  * Enhance UI to add engines on ibus-setup 3e6178c

(obache)

2014-07-31 07:54:00 UTC MAIN commitmail json YAML

Updated devel/p5-OOTools to 2.30.

(hiramatsu)

2014-07-31 07:53:22 UTC MAIN commitmail json YAML

Fixed path to .packlist.

(hiramatsu)

2014-07-31 07:45:15 UTC MAIN commitmail json YAML

Update devel/p5-OOTools to 2.30.

Changes from previous:
----------------------

Version 2.30 - 2012-03-05
- maintainance release fixing deprecated warnings and
  test case that was broken beause the used syntax for
  accessing namespaces is not supported by perl anymore since
  version 5.10
- new maintainer is Sebastian Knapp <rock@ccls-online.de>

(hiramatsu)

2014-07-31 07:32:05 UTC MAIN commitmail json YAML

2014-07-31 06:53:14 UTC MAIN commitmail json YAML

Updated games/scummvm to 1.7.0

(adam)

2014-07-31 06:52:22 UTC MAIN commitmail json YAML

Changes 1.7.0:
New Games:
- Added support for Chivalry is Not Dead.
- Added support for Return to Ringworld.
- Added support for The Neverhood.
- Added support for Mortville Manor.
- Added support for Voyeur.

General:
- Updated Munt MT-32 emulation code to version 1.3.0.
- Switched from our custom JPEG and PNG decoders to libjpeg(-turbo) and
  libpng, which are faster and can handle more images.
  (NOTE: The change to libpng was done in version 1.6.0, but it was not
  added to the NEWS file).
- Added generic OpenGL (ES) output (based on GSoC Task).
- The GUI can now be rendered in 32-bits.
- The build system has been changed to be more modular and easier to add new
  engines.

SDL:
- Added OpenGL graphics mode based on our generic OpenGL output. This
  allows for arbitrary output sizes. However, it does not support special
  filters like AdvMAME, HQ, etc.

AGOS:
- Added mouse wheel support for inventory and save game lists.
- Enabled verb name display in Simon the Sorcerer 2.
- Fixed the Feeble Files loyalty rating in the English 4CD version. (This
  was apparently a bug in the original game. It is currently unknown if
  other versions still have the same problem.)

Broken Sword 1:
- Added back support for MPEG-2 videos.

Broken Sword 2:
- Added back support for MPEG-2 videos.

CGE:
- Added an option to enable "Color Blind Mode" to the ScummVM GUI.

Gob:
- Improved video quality in Urban Runner.

Hopkins:
- Added an option to toggle "Gore Mode" from the ScummVM GUI.
- Fixed bug that could cause the music to stop prematurely.

Pegasus:
- Fixed several rare crashes and glitches.
- Fixed multiple bugs carried over from the original binary.

SCI:
- Added support for the more detailed RAVE lip syncing data in the Windows
  version of King's Quest 6. Portraits should now be much more expressive
  when talking.
- Added support for simultaneous speech and subtitles in the CD versions
  of Laura Bow 2 and King's Quest 6 (toggled either in-game with the new
  "Dual" audio state, or via the ScummVM audio options).
- Fixed music fading.
- Fixed several script bugs in Camelot, Crazy Nick's, Hoyle 3, QFG1VGA, KQ5,
  KQ6, LB2, LSL2, LSL5, Pharkas, PQ1VGA, SQ4, SQ5.
- Improved the MIDI parser so that music event processing is done more
  properly.

SCUMM:
- Changed the saved game naming scheme of HE games to always contain
  the target name.
- Fixed having multiple coaches in Backyard Football.
- Improved AdLib support for Loom and Indiana Jones and the Last Crusade.
  This makes sound effects like, for example, the typewriter and waterfall
  in Indiana Jones and the Last Crusade sound like in the original.
- Added support for the Steam versions of Indiana Jones and the Last
  Crusade, Indiana Jones and the Fate of Atlantis, Loom and The Dig. Both
  the Windows and the Macintosh versions are supported.

TONY:
- Savegames in Tony Tough now work on big-endian systems.

Tinsel:
- Discworld 1 and 2 no longer crash on big-endian systems.

Android port:
- Added experimental support for the OUYA console.

PS2 port:
- Added configurable TV modes: NTSC and PAL.
- Added configurable graphics modes: SDTV progressive, SDTV interlaced, EDTV
  progressive and VESA.
- Added a configuration option for the HDD partition used.
- Added a configuration option for the IP address used.
- Added a configuration option to toggle USB mass storage.

Tizen port:
- The BADA port has been merged/updated into Tizen.

(adam)

2014-07-31 06:11:53 UTC MAIN commitmail json YAML

Apache-1.x is not in pkgsrc now.

(obache)

2014-07-31 00:01:54 UTC MAIN commitmail json YAML

2014-07-31 00:00:48 UTC MAIN commitmail json YAML

Added textproc/php-excel version 1.8.0

(rodent)

2014-07-31 00:00:33 UTC MAIN commitmail json YAML

Import php54-excel-1.8.0 as textproc/php-excel.

PHPExcel is a library written in pure PHP and providing a set of classes that
allow you to write to and read from different spreadsheet file formats, like
Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc
.ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML
standard and PHP.

(rodent)

2014-07-30 21:55:43 UTC MAIN commitmail json YAML

Updated net/p5-RPC-XML to 0.78

(schmonz)

2014-07-30 21:55:25 UTC MAIN commitmail json YAML

Update to 0.78. From the changelog:

* lib/RPC/XML.pm
A patch to loop detection in smart_encode from Dag-Erling
Smørgrav. Some other minor bits.

* lib/RPC/XML/Procedure.pm
RT #83108: Fixed a spelling error. Some other fixes, too.

* lib/RPC/XML.pm
RT #86187: Force key-ordering in struct as_string and
serialize. Was getting some intermittent bug reports of
failures in t/15_serialize.t that amounted to the keys in a
fault struct not being in consistent order.

* lib/RPC/XML.pm
* t/15_serialize.t
Undo the previous change and fix the test. The previous change
didn't feel right, so this rolls it back and fixes the problem
at the level of the test, instead.

* Makefile.PL
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
Replace direct evals for loading optional modules with
Module::Load. Required adding this to Makefile.PL because
Module::Load is not core in 5.8.8. Also did some slight doc
tweaking.

* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
Merge pull request #5 from alexrj/utf8-encode. Use
utf8::encode() instead of utf8::downgrade().

* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
Finish the uft8 encode vs. downgrade change from the previous
commit. Changed in places that were overlooked, and adjusted
the version number in all three modules.

* lib/RPC/XML.pm
* lib/RPC/XML/Parser/XMLLibXML.pm
Merge pull request #6 from dctabuyz/master. Added 'no_blanks'
libxml option to skip blank XML::LibXML::Text nodes.

* lib/RPC/XML/Server.pm
Merge pull request #7 from kvar/master. Initialize $do_compress
in RPC::XML::Server between requests.

* lib/RPC/XML.pm
* lib/RPC/XML/Parser/XMLLibXML.pm
* lib/RPC/XML/Server.pm
Bump version numbers on modules changed in github pulls.

* t/15_serialize.t
Fix a test failure on Windows.

* lib/RPC/XML.pm
RT #70408: Fix spelling error in man page, reported by Debian
group.

* t/90_rt54183_sigpipe.t
Fix to handle cases where server creation fails. Now skips the
tests rather than dying.

* lib/RPC/XML/Client.pm
RT #67486: Add port to Host header in client requests.

* lib/RPC/XML/Server.pm
RT #65341: Added "use" of forgotten library File::Temp. This
was causing failure when "message_file_thresh" kicked in.

* t/10_data.t
RT #78602: Changed 64-bit test from use64bitint to longsize. On
some systems (such as OS X), use64bitint can be true even when
in 32-bit mode.

* t/21_xml_libxml.t
Fix from Christian Walde, skip passed test on Windows.

* lib/RPC/XML/Server.pm
* t/40_server.t
Checkpoint refactoring and additional tests. Work is not
complete here, but the Net::Server changes demand immediate
attention

* t/20_xml_parser.t
RT #72780: Check for a possible parser failure. One instance of
XML::Parser failing to parse the extern entities test. Cannot
reproduce, so wrap it in a "skip" block for now.

* lib/RPC/XML/Procedure.pm
* t/30_method.t
RT #71452: Correct handling of dateTime parameters. Existing
code in lib/RPC/XML/Procedure.pm did not properly handle
parameters of the dateTime.iso8601 type. Also, there were no
tests for these.

* MANIFEST
* t/30_method.t (deleted)
* t/30_proceudre.t (added)
Renamed t/30_method.t to t/30_procedure.t.

* lib/RPC/XML/Server.pm
RT #77992: Make RPC::XML::Server work with Net::Server again,
after the API changes of Net::Server 2.x.

(schmonz)

2014-07-30 21:35:53 UTC MAIN commitmail json YAML

+ hs-monad-control

(szptvlfn)

2014-07-30 21:34:51 UTC MAIN commitmail json YAML

Added devel/hs-monad-control version 0.3.3.0

(szptvlfn)

2014-07-30 21:34:26 UTC MAIN commitmail json YAML

Import monad-control-0.3.3.0 as devel/hs-monad-control,
packaged for wip by pho.

This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

See the lifted-base package which uses monad-control to lift IO
operations from the base library (like catch or bracket) into any
monad that is an instance of MonadBase or MonadBaseControl.

Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes and TypeFamilies language
extensions to simplify and speedup most definitions.

(szptvlfn)

2014-07-30 20:34:50 UTC MAIN commitmail json YAML

Don't append LIBABISUFFIX to X11_LDFLAGS when using pkgsrc libX11.

(jperkin)

2014-07-30 16:30:26 UTC MAIN commitmail json YAML

Detecting clang on OS X is stymied in some configurations by "gcc"
looking sufficiently like gcc. Inspect "cc" instead, and don't
believe it's __GNUC__ unless it's also not __clang__.

While here, if you manage to find and install PackageMaker.app, it
still works on 10.9 for --binary-macpkg.

>From Sevan Janiyan.

(schmonz)