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 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 22:59:56 UTC Now

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

Note update of security/ruby-net-ssh-multi package to 1.2.1.

(taca)

2015-06-08 16:25:36 UTC MAIN commitmail json YAML

Update ruby-net-ssh-multi to 1.2.1.

=== 1.2.1 / 11 Apr 2015

* Fix two problems with :concurrent_connections option (#4) [sersut]
* Replaced test-unit with minitest [juliandunn]

(taca)

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

Note update of print/ruby-prawn package to 2.0.1.

(taca)

2015-06-08 16:05:45 UTC MAIN commitmail json YAML

Update ruby-prawn to 2.0.1.

* pkgsrc change: Allow this pacakge build on Ruby 2.2.

PrawnPDF 2.0.1 -- 2015-03-23

Fix regression in draw_text() with rotation

Due to missing tests, a typo snuck into the draw_text() method in PDF::Core,
preventing it from working properly when called with the :rotate option.

This issue has been resolved, and a test has been added to Prawn's test
suite. Speaking more generally, we need to improve the condition of the
tests for PDF::Core, and make a clear separation between Prawn's test suite
and PDF::Core's tests. Currently there are lots of little gaps that can lead
to this sort of problem.

[Robert S. Gerus, pdf-core#15]

(taca)

2015-06-08 16:03:25 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-reader package to 1.3.3nb1.

(taca)

2015-06-08 16:02:54 UTC MAIN commitmail json YAML

* Allow this package build on Ruby 2.2.
* Add support for pkg_alternatives.

Bump PKGREVISION.

(taca)

2015-06-08 16:01:41 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 16:00:47 UTC MAIN commitmail json YAML

Note update of net/ruby-userstream package to 1.4.0nb2.

(taca)

2015-06-08 16:00:18 UTC MAIN commitmail json YAML

Allow depending on ruby-yajl 1.2.x.

Bump PKGREVISION.

(taca)

2015-06-08 15:13:33 UTC MAIN commitmail json YAML

Note update of net/ruby-soap4r package to 2.0.5nb1.

(taca)

2015-06-08 15:13:02 UTC MAIN commitmail json YAML

* Add support for pkg_alternatives.
* Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:09:46 UTC MAIN commitmail json YAML

Note update of net/ruby-snmp package to 1.2.0.

(taca)

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

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:07:55 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-08 15:07:13 UTC MAIN commitmail json YAML

Note update of net/ruby-domain_name package to 0.5.24.

(taca)

2015-06-08 15:06:39 UTC MAIN commitmail json YAML

Update ruby-domain_name to 0.5.24.

Update the eTLD database to 2015-04-07T20:26:05Z.

(taca)

2015-06-08 15:04:20 UTC MAIN commitmail json YAML

Note update of net/ruby-dnsruby package to 1.58.0.

(taca)

2015-06-08 15:03:52 UTC MAIN commitmail json YAML

Update ruby-dnsruby to 1.58.0.

## v1.58.0

* Add TCP pipelining (reusing a single TCP connection for multiple requests).
* Enhance zone reading, including reading data from a string.
* Add add_answer! method for adding duplicate answers, as needed for an AXFR response.
* Add support for GPOS and NXT resource records.
* Test cleanup, including removal of use of Nominet servers, soak_test cleanup.
* Refactorings: MessageDecoder, Resolv, Resolver (part).
* Fix zone reader adding unwanted dot to relative hostnames being converted to absolute.
* Fix default access for tsig options in Resolver.
* Fix ZoneTransfer not to use deprecated SingleResolver.
* Fix Resolver bug in parameter to create_tsig_options.
* Fix tests to always use working copy and not gem.

(taca)

2015-06-08 15:02:53 UTC MAIN commitmail json YAML

Note update of net/ruby-addressable package to 2.3.8.

(taca)

2015-06-08 15:02:16 UTC MAIN commitmail json YAML

Update ruby-addressable to 2.3.8.

# Addressable 2.3.8
- fix warnings
- update dependency gems
- support for 1.8.x officially deprecated

(taca)

2015-06-08 14:55:17 UTC MAIN commitmail json YAML

2015-06-08 14:53:24 UTC MAIN commitmail json YAML

Note update of misc/ruby-systemu package to 2.6.5.

(taca)

2015-06-08 14:52:44 UTC MAIN commitmail json YAML

2015-06-08 14:48:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-sprockets package to 3.2.0.

(taca)

2015-06-08 14:48:23 UTC MAIN commitmail json YAML

Update ruby-sprockets to 3.2.0.

3.2.0 (June 2, 2015)

* Updated SRI integrity to align with spec changes
* Deprecated Manifest integrity attribute
* Cleanup concatenating JS sources with newlines

3.1.0 (May 10, 2015)

* Removed "index" logical path normalization. Asset#logical_path is always
  the full logical path to the index file.
* Fixed static asset mtimes
* Fix manifest cleanup by age
* Removed redundant minifier level cache
* Updated SRI format according to spec changes

3.0.3 (April 27, 2015)

* Fix static asset mtime fallback
* Only warn when specified asset version can not be loaded.

3.0.2 (April 22, 2015)

* Ensure legacy Tilt handlers return String class data. Fixes issues with
  Haml Tilt handler.
* Type check and improve error messages raised on bad processor returned
  results.
* Improve error message for relative paths not under load path.
* Changed HTML encoding fallback from ISO-8859-1 to default external.
* Avoid falling back to 0 mtimes which may cause warnings with tar

3.0.1 (April 14, 2015)

* Fixed Context#depend_on with paths outside the load path

* 3.0.0 (April 12, 2015)

* New processor API. Tilt interface is deprecated.
* Improved file store caching backend.
* MIME Types now accept charset custom charset detecters. Improves support
  for UTF-16/32 files.
* Environment#version no longer affects asset digests. Only used for busting
  the asset cache.
* Removed builtin support for LESS.
* Removed //= include directive support.
* Deprecated BundledAsset#to_a. Use BundledAsset#included to access
  debugging subcomponents.
* Support circular dependencies. For parity with ES6 modules.
* Manifest compilation will no longer generate .gz files by default. Mixing
  Content-Encoding and ETags is just a bad idea
* Added linked or referenced assets. When an asset is compiled, any of its
  links will be compiled as well.
* Introduce some limitations around enumerating all logical paths. 4.x will
  deprecate it and favor linked manifests for compliation.
* Add Asset integrity attribute for Subresource Integrity
* Default digest changed to SHA256. Configuring digest_class is deprecated.
* Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and
  will return a raw byte String in 4.x.
* Added transitional compatibility flag to Environment#resolve(path, compat:
  true). 2.x mode operates with compat: true and 4.x with compat: false
* manifest-abc123.json renamed to .sprockets-abc123.json

(taca)

2015-06-08 14:43:56 UTC MAIN commitmail json YAML

NOte update of misc/ruby-parallel package to 1.6.0.

(taca)

2015-06-08 14:43:24 UTC MAIN commitmail json YAML

2015-06-08 14:38:26 UTC MAIN commitmail json YAML

Note update of misc/ruby-hashie package to 3.4.2.

(taca)

2015-06-08 14:37:51 UTC MAIN commitmail json YAML

Update ruby-hashie to 3.4.2.

## 3.4.2 (6/2/2015)

* [#292](https://github.com/intridea/hashie/pull/292): Removed `Mash#id` and `Mash#type` - [@jrochkind](https://github.com/jrochkind).
* [#297](https://github.com/intridea/hashie/pull/297): Extracted `Trash`'s behavior into a new `Dash::PropertyTranslation` extension - [@michaelherold](https://github.com/michaelherold).

## 3.4.1

* [#269](https://github.com/intridea/hashie/pull/272): Added Hashie::Extensions::DeepLocate - [@msievers](https://github.com/msievers).
* [#270](https://github.com/intridea/hashie/pull/277): Fixed ArgumentError raised when using IndifferentAccess and HashWithIndifferentAccess - [@gardenofwine](https://github.com/gardenofwine).
* [#281](https://github.com/intridea/hashie/pull/281): Added #reverse_merge to Mash to override ActiveSupport's version - [@mgold](https://github.com/mgold).
* [#282](https://github.com/intridea/hashie/pull/282): Fixed coercions in a subclass accumulating in the superclass - [@maxlinc](https://github.com/maxlinc), [@martinstreicher](https://github.com/martinstreicher).

(taca)

2015-06-07 16:26:37 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:25:56 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

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

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:07:42 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 16:05:41 UTC MAIN commitmail json YAML

Allow ruby-gnome2 packages build on Ruby 2.2.

(taca)

2015-06-07 16:02:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-equalizer package to 0.0.11.

(taca)

2015-06-07 16:01:38 UTC MAIN commitmail json YAML

2015-06-07 15:57:32 UTC MAIN commitmail json YAML

Note update of misc/ruby-daemons package to 1.2.2.

(taca)

2015-06-07 15:57:05 UTC MAIN commitmail json YAML

Update ruby-daemons to 1.2.2.

== Release 1.2.2: March 17, 2015

* fix 100% CPU usage bug when using monitor mode.

(taca)

2015-06-07 15:56:05 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 15:54:55 UTC MAIN commitmail json YAML

Note update of misc/ruby-colorize package to 0.7.7.

(taca)

2015-06-07 15:54:08 UTC MAIN commitmail json YAML

Update ruby-colorize to 0.7.7.

== 0.7.7 / 2015-04-19
  * update gems

== 0.7.6 / 2015-04-18
  * fix bugs

(taca)

2015-06-07 15:53:05 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.10.3.

(taca)

2015-06-07 15:52:29 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.10.3.

## 1.10.2 (2015-05-29)

Bugfixes:

  - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins)

## 1.10.1 (2015-05-28)

Bugfixes:

  - silence ruby warning when running CLI commands (@segiddins)
  - validate gemspecs in non-packaging mode (#3681, @segiddins)
  - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins)

## 1.10.0 (2015-05-28)

(this space intentionally left blank)

## 1.10.0.rc (2015-05-16)

Features:

  - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins)
  - track CI platforms running Bundler (#3646, @fotanus)

Bugfixes:

  - allow `viz` to work with prereleases (#3621, #3217, @aprescott)
  - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect)
  - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect)

## 1.10.0.pre.2 (2015-05-07)

Bugfixes:

  - make BUNDLED WITH backwards compatible (#3623, @segiddins)

## 1.10.0.pre.1 (2015-05-05)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.10.0.pre (2015-05-03)

Features:

  - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik)
  - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins)
  - improved error reports for Gemfile errors (#3480, @segiddins)
  - `lock` command (#3437, @segiddins)
  - add `ignore_messages` config to suppress post-install text (#3510, @pducks32)
  - improve `gem` minitest template (#3513, #3515, @arthurnn)
  - add `install --force` to re-install installed gems (#3519, @segiddins)
  - show more `outdated` information, including groups (@smlance, @indirect)
  - add optional groups to the Gemfile (#3531, @jhass)
  - accept glob argument to `gemspec` in Gemfile (#3464, @pjump)
  - make timeouts and retries configurable via `config` (#3601, @pducks32)
  - add `install_if` Gemfile method for conditional installs (#3611, @segiddins)

Bugfixes:

  - standalone mode now uses builtin gems correctly (#3610, @segiddins)
  - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi)
  - remember all y/n answers when generating gems (#3579, @pducks32)

Performance:

  - use RubyGems stub specifications when possible (#3580, @segiddins)

Deprecations:

  - deprecated the (never enabled) `bundle_ruby` binary (@smlance)

## 1.9.9 (2015-05-16)

Bugfixes:

  - read mirror and credential settings from older versions (#3557, @Strech)

## 1.9.8 (2015-05-12)

Bugfixes:

  - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins)

## 1.9.7 (2015-05-11)

Bugfixes:

  - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)

## 1.9.6 (2015-05-02)

Bugfixes:

  - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect)
  - allow creating gems with names containing two dashes (#3483, @janlelis)
  - allow creating gems with names extending constants (#3603, @amatsuda)

## 1.9.5 (2015-04-29)

Bugfixes:

  - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)

## 1.9.4 (2015-04-13)

Bugfixes:

  - fix regression in installing x86 and universal gems (#3565, @jdmundrawala)
  - improve error when gems are missing (#3564, @sealocal)

## 1.9.3 (2015-04-12)

Bugfixes:

  - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect)
  - install 'universal' gems on Windows (#3066, @jdmundrawala)
  - stop passing --local during `rake install` task (#3236, @indirect)
  - guard against all possible accidental public gem pushes (#3533, @indirect)

## 1.9.2 (2015-03-30)

Bugfixes:

  - ensure gem executables are executable (#3517, #3511, @indirect)
  - fix warnings in Molinillo (#3516, @segiddins)
  - ensure duplicate dependencies do not propagate (#3522, @segiddins)
  - keep gems locked when updating another gem from the same source (#3520, @indirect)
  - resolve race that could build gems without saved arguments (#3404, @indirect)

## 1.9.1 (2015-03-21)

Bugfixes:

  - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins)

## 1.9.0 (2015-03-20)

## 1.9.0.rc (2015-03-13)

Bugfixes:

  - make Bundler.which stop finding directories (@nohoho)
  - handle Bundler prereleases correctly (#3470, @segiddins)

## 1.9.0.pre.1 (2015-03-11)

Bugfixes:

  - make `gem` command work again (@arthurnn)

## 1.9.0.pre (2015-03-11)

Features:

  - prefer gemspecs closest to the directory root (#3428, @segiddins)
  - debug log for API request limits (#3452, @neerfri)

"Features":

  - Molinillo resolver, shared with CocoaPods (@segiddins)
  - updated Thor to v0.19.1 (@segiddins)

(taca)

2015-06-07 15:50:29 UTC MAIN commitmail json YAML

Note update of mail/ruby-mime-types package to 2.6.1.

(taca)

2015-06-07 15:49:54 UTC MAIN commitmail json YAML

Update ruby-mime-types to 2.6.1.

== 2.6.1 / 2015-05-25

* Bugs:
  * Make columnar store handle all supported extensions, not just the first.
  * Avoid circular require when using the columnar store.

== 2.6 / 2015-05-25

* New Feature:
  * Columnar data storage for the MIME::Types registry, contributed by Jeremy
    Evans (@jeremyevans). Reduces default memory use substantially (the mail
    gem drops from 19 Mib to about 3 Mib). Resolves
    {#96}[https://github.com/mime-types/ruby-mime-types/pull/96],
    {#94}[https://github.com/mime-types/ruby-mime-types/issues/94],
    {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially
    addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64]
    and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62].
* Development:
  * Removed caching of deprecation messages in preparation for mime-types 3.0.
    Now, deprecated methods will always warn their deprecation instead of only
    warning once.
  * Added a logger for deprecation messages.
  * Renamed <tt>lib/mime.rb</tt> to <tt>lib/mime/deprecations.rb</tt> to not
    conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of
    the maintainers of the {Praxis Framework}[http://praxis-framework.io/].
    Provided by Josep M. Blanquer (@blanquer),
    {#100}[https://github.com/mime-types/ruby-mime-types/pull/100].
  * Added the columnar data conversion tool, also provided by Jeremy Evans.
* Documentation:
  * Improved documentation and ensured that all deprecated methods are marked
    as such in the documentation.
* Development:
  * Added more Ruby variants to Travis CI.
  * Silenced deprecation messages for internal tools. Noisy deprecations are
    noisy, but that's the point.

== 2.5 / 2015-04-25

* Bugs:
  * David Genord (@albus522) fixed a bug in loading MIME::types cache where a
    container loaded from cache did not have the expected +default_proc+,
    {#86}[https://github.com/mime-types/ruby-mime-types/pull/86].
  * Richard Schneeman (@schneems) provided a patch that substantially reduces
    unnecessary allocations.
* Documentation:
  * Tibor Szol叩r (@flexik) fixed a typo in the README,
    {#82}[https://github.com/mime-types/ruby-mime-types/pull/82]
  * Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80],
    clarifying the relationship of MIME::Type#content_type and
    MIME::Type#simplified, with Ken Ip (@kenips).
* Development:
  * Juanito Fatas (@JuanitoFatas) enabled container mode on Travis CI,
    {#87}[https://github.com/mime-types/ruby-mime-types/pull/87].
* Moved development to a mime-types organization under
  {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].

(taca)

2015-06-07 14:00:45 UTC MAIN commitmail json YAML

Allow this package build on ruby22.

(taca)

2015-06-07 13:59:26 UTC MAIN commitmail json YAML

Note update of lang/ruby-execjs package to 2.5.2.

(taca)

2015-06-07 13:58:55 UTC MAIN commitmail json YAML

2015-06-07 13:56:07 UTC MAIN commitmail json YAML

Note update of lang/ruby-coffee-script package to 2.4.1.

(taca)

2015-06-07 13:55:41 UTC MAIN commitmail json YAML

Note update of ruby-coffee-script package to 2.4.1.

* Update HOMEPAGE.

Changes are not available.

(taca)

2015-06-07 13:54:21 UTC MAIN commitmail json YAML

Note update of lang/ruby-coffee-script-source package to 1.9.1.1.

(taca)

2015-06-07 13:53:49 UTC MAIN commitmail json YAML

HOMEPAGE is no logner available.

(taca)

2015-06-07 13:51:56 UTC MAIN commitmail json YAML

Update ruby-coffee-script-source to 1.9.1.1.

Changes are not available.

(taca)

2015-06-07 10:50:27 UTC MAIN commitmail json YAML

2015-06-07 10:48:27 UTC MAIN commitmail json YAML

Note update of graphics/ruby-oily_png package to 1.2.0.

(taca)

2015-06-07 10:47:57 UTC MAIN commitmail json YAML

Update ruby-oily_png to 1.2.0.

Update HOEPAGE.

No changes are available except commit log.
<https://github.com/flori/tins/commits/master>

(taca)

2015-06-07 10:44:20 UTC MAIN commitmail json YAML

Note update of graphics/ruby-mini-magick package to 4.2.7.

(taca)

2015-06-07 10:43:50 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.2.7.

4.2.7

* Fix Ruby 1.9.3

4.2.5

* Fixed MiniMagick::Image#details parsing

4.2.4

* Fixed detecting MiniMagick version
* Fix the private method 'format' called on mogrify for real

4.2.3

* Fixed a rush mistake

4.2.2

* Raise proper error in #cheap_info on invalid image
* Improved MiniMagick::Image#details parsing
* Attempt to solve private method 'format' called on mogrify

4.2.1

* Attempt to fix #279

4.1.1

* Fix MiniMagick::Image#composite defaulting to JPG extension. The default is
  now the extension of the base image, the one on which composite is called.

(taca)

2015-06-07 10:33:17 UTC MAIN commitmail json YAML

Note update of graphics/ruby-RMagick package to 2.15.2.

(taca)

2015-06-07 10:32:36 UTC MAIN commitmail json YAML

Update ruby-RMagick to 2.15.2.

## RMagick 2.15.2

- GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky

## RMagick 2.15.1

- Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven

RMagick 2.15.0
    o Ability to remove alpha channel - @ollie
    o C local variables guarded against GC to avoid segfaults - @u338steven
    o trace_proc protected with a mutex to avoid segfaults - @u338steven

RMagick 2.14.0
    o RMagick.rb moved to deprecated directory - @mockdeep
    o Better ImageMagick feature detection - @bf4
    o Prevent compilation failures if prefix is an empty string - @voxik
    o SplineInterpolatePixel preprocessor check removed - @joshk
    o Make error format a string literal - @mtasaka
    o Automatically set ARCHFLAGS on OS X - @u338steven
    o Fixed 'rmagick/version' require failure - @u338steven
    o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny
    o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil
    o Multiple test suite improvements - @mockdeep, @bf4
    o Ruby source code formatting with RuboCop - @vassilevsky

(taca)

2015-06-07 10:31:48 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 10:29:59 UTC MAIN commitmail json YAML

Allow this package build on Ruby 2.2.

(taca)

2015-06-07 10:29:21 UTC MAIN commitmail json YAML

Note update of devel/ruby-tins package to 1.5.2.

(taca)

2015-06-07 10:28:54 UTC MAIN commitmail json YAML

2015-06-07 10:15:51 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 3.1.1.

(taca)

2015-06-07 10:15:23 UTC MAIN commitmail json YAML

Update -test-unit to 3.1.1.

## 3.1.0 - 2015-05-28 {#version-3-1-0}

It's a bug fix release.

### Improvements

  * [ui][console] Removed needless new line.

### Fixes

  * Fixed a bug that priority mode can't be used on Windows.
    [GitHub#95][Reported by Daniel Berger]
  * Fixed a homepage URL RubyGems spec.
    [GitHub#96][Patch by Masayoshi Takahashi]
    supported.) [GitHub#89][Patch by Aaron Stone]
  * Fixed a bug that shutdown hook isn't called when pass throw
    exception such as `Interrupt` is raised.
    [GitHub#98][Reported by jeremiahishere.]
  * Fixed typos in documents.
    [GitHub#100][Reported by scivola]
    [GitHub#102][GitHub#103][Patch by Masafumi Yokoyama]
  * Fixed a bug that the same name test isn't executed in sub test case.
    [GitHub#104][Reported by wanabe]

### Thanks

  * Daniel Berger
  * Masayoshi Takahashi
  * jeremiahishere
  * scivola
  * Masafumi Yokoyama
  * wanabe

(taca)

2015-06-07 10:14:40 UTC MAIN commitmail json YAML

Note update of devel/ruby-simplecov-html and devel/ruby-simplecov package
to 0.10.0.

(taca)

2015-06-07 10:14:03 UTC MAIN commitmail json YAML

Update ruby-simplecov to 0.10.0.

0.10.0 2015-04-18 (changes)

Enhancements

* Add writeup about using with Spring to README. See #341 (thanks @swrobel
  and @onebree)
* Add support to pass in an Array when creating filter groups (original PR
  #104)
* Filter /vendor/bundle by default. See #331 (thanks @andyw8)
* Add some helpful singleton methods to the version string.
* Allow array to be passed in a filter. See 375 (thanks @JanStevens)
* Enforce consistent code formatting with RuboCop.

Bugfixes

* Fix order dependencies in unit tests. See #376 (thanks @hugopeixoto)
* Only run the at_exit behaviors if the current PID matches the PID that
  called SimpleCov.start. See #377 (thanks @coderanger)

(taca)

2015-06-07 10:12:32 UTC MAIN commitmail json YAML

2015-06-07 04:18:04 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 3.2.3.

(taca)

2015-06-07 04:17:39 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 3.2.3.

### 3.2.3 / 2015-06-06
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix regression with the railtie resulting in undefined method `preview_path=`
  on Rails 3.x and 4.0 (Aaron Kromer, #1388)

### 3.2.2 / 2015-06-03
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.1...v3.2.2)

Bug Fixes:

* Fix auto-including of generic `Helper` object for view specs sitting in the
  `app/views` root (David Daniell, #1289)
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
  without the test-unit gem (Orien Madgwick, #1350)
* Fix load order issued which causes an undefined method `fixture_path` error
  when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)

(taca)

2015-06-07 04:16:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext_i18n_rails package to 1.2.3.

(taca)

2015-06-07 04:16:06 UTC MAIN commitmail json YAML

Update ruby-gettext_i18n_rails to 1.2.3.

* fixes issue with broken storage file path.
* Inherit scope; there are the case where "rake gettext:find" just fails if
  the task has another scope.  it should be inherited to accomplish the task
  properly.

(taca)

2015-06-06 14:29:52 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.12.

(taca)

2015-06-06 14:29:13 UTC MAIN commitmail json YAML

Update typo3_62 package to 6.2.12.

2015-04-16  012f31e                  [RELEASE] Release of TYPO3 6.2.12 (TYPO3 Release Team)
2015-04-14  ad23774  #65117          [TASK] EM: Update extension to latest possible (Alexander Opitz)
2015-04-14  7477185  #66410          [BUGFIX] Store dependency errors before further dependency tests (Nicole Cordes)
2015-04-14  07be3df  #65506          [BUGFIX] Re-add parsing for list elements (Nicole Cordes)
2015-04-13  bebf919  #62184          [BUGFIX] Invalid file identifier with GIFBUILDER (Xavier Perseguers)
2015-04-13  5a15c87  #63675          [BUGFIX] Cache results of explodeSoftRefParserList() (Stephan Gro��berndt)
2015-04-13  eeaf6d9  #66208          [BUGFIX] Handle post_max_size = 0 (Markus Klein)
2015-04-13  934e4e1  #66243          [BUGFIX] Write references for FAL relations (Nicole Cordes)
2015-04-13  225eb71  #65980          [BUGFIX] indexed_search: Correct js for section titles (Tymoteusz Motylewski)
2015-04-13  c2cbc8e  #58003          [BUGFIX] IndexedSearch: Fix various issues in extbase plugin (Robert Vock)
2015-04-13  2451486  #52126,#57129  [FOLLOWUP][BUGFIX] Fix readable output for type "group" and MM-tables (Xavier Perseguers)
2015-04-13  c73d3d4  #52126,#57129  [BUGFIX] Fix readable output for type "group" and MM-tables (Georg Ringer)
2015-04-10  670bb70  #66347          [BUGFIX] Use title property for File Links (Mathias Brodala)
2015-04-10  b724d60  #58800          [BUGFIX] Prevent extension download if disabled (Nicole Cordes)
2015-04-10  e1bdf78  #65480          [BUGFIX] Compare field names without configuration (Nicole Cordes)
2015-04-10  e400018  #22167          [BUGFIX] Automatic scrolling of editing form when inserting paragraph (Andreas Fernandez)
2015-04-10  c58ba3e  #66263          [BUGFIX] Respect access method with updater in EM (Jigal van Hemert)
2015-04-09  b57bf36  #17774          [BUGFIX] Use less memory in CLI lowlevel_refindex (Christian Weiske)
2015-04-09  5538ff4  #66338          [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script (Christian Weiske)
2015-04-09  de6f536  #65829          [BUGFIX] Cancel button "id" in workspaces contains a typo (Pierre Boivin)
2015-04-08  e12a261  #66270          [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW (Frans Saris)
2015-04-08  9371564  #65654          [BUGFIX] Error code 1238108067 is used twice (Xavier Perseguers)
2015-04-08  75f50dd  #58782          [TASK] Add a signal after importer init in ImportExportUtility (Marc Bastian Heinrichs)
2015-04-08  07c2094  #16773          [BUGFIX] Indexed_search: add CSSsufix to title class (Tymoteusz Motylewski)
2015-04-08  917ea76  #65126          [BUGFIX] Fix grouping of file references in FlexForms of workspaces (Stephan Gro��berndt)
2015-04-06  2a03fac  #65848          [BUGFIX] Hooks/Signals cannot be used during extension install (Oliver Hader)
2015-04-04  acde441  #66033          [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage (Frans Saris)
2015-04-04  6c9dcb6  #66268          [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes() (Frans Saris)
2015-04-03  2049732  #65520          [BUGFIX] Handle missing relations gracefully (Frans Saris)
2015-04-02  3d380ef  #66229          [TASK] Better structure for .gitignore file (Markus Klein)
2015-04-01  2a00b45  #59224          [BUGFIX] Do not fix uniqueInPid for empty values (Markus Klein)
2015-03-31  05ee513  #66085          [BUGFIX] Link to file not editable anymore (Wouter Wolters)
2015-03-31  973cadf  #65941          [BUGFIX] Check for existing types before binding (Andreas Fernandez)
2015-03-31  b08cf78  #66083          [BUGFIX] Re-enable absolute external links (Nicole Cordes)
2015-03-31  19dde7d  #65746          [BUGFIX] Correct typo of ActionService->getDataHandler() (Stephan Gro��berndt)
2015-03-31  c1bb631  #63670          [BUGFIX] DataHandler: Cache TCA field eval array (Stephan Gro��berndt)
2015-03-31  af44141  #64627          [BUGFIX] Fix whitespace replacement for older PCRE versions (Andreas Fernandez)
2015-03-30  34dd118  #65965          [BUGFIX] Allow value 0 in textfields with eval int (Markus Klein)
2015-03-30  93080d3  #66148          [BUGFIX] Invalid syntax for swapping arguments in sprintf() (Xavier Perseguers)
2015-03-30  dea2c66  #60851          [BUGFIX] System>Configuration: Fix search in (Michael Oehlhof)
2015-03-30  f0f0f10  #66146          [BUGFIX] Mixed-up original and XCLASS class names in reports (Xavier Perseguers)
2015-03-29  92fcab3  #65341          [BUGFIX] EM: Update extension versions not in TER (Alexander Opitz)
2015-03-28  0afd642  #65871          [BUGFIX] Show commands for GDlib tests (Georg Ringer)
2015-03-28  67f03fd  #65727          [BUGFIX] Avoid cObject to create a temporary file (Benjamin Mack)
2015-03-28  26c4f4b  #62189          [BUGFIX] Correctly render menu link for translated shortcuts (Markus Klein)
2015-03-27  aacde3b  #66068          [BUGFIX] Use current time for new sys_log entries (Frans Saris)
2015-03-26  9aaba26  #65836          [BUGFIX] Fix order of generator meta tag (Wouter Wolters)
2015-03-26  d643a32  #63927          [BUGFIX] Last-Modified response header broken by design (Patrick Broens)
2015-03-26  10779eb  #62080          [BUGFIX] Do not overwrite page title of USER plugins (Markus Klein)
2015-03-26  a335865  #66028          [BUGFIX] Use early return in cObj::getImgResource (Oliver Hader)
2015-03-25  1f98368  #66023          [BUGFIX] Performance issue with caching empty text menus (Oliver Hader)
2015-03-25  bd8c701  #59589          [BUGFIX] Check folder permission for default upload folder (Nicole Cordes)
2015-03-25  71277f9  #65983          [BUGFIX] FileList uses wrong basefolder for isWithinFolder (Frans Saris)
2015-03-24  a8900b7  #65936          [BUGFIX] Allow Video Text Tracks files (Andreas Fernandez)
2015-03-24  5d6d720  #65974          [BUGFIX] TCAtree must use BackendUtility::getRecordTitle() (Georg Ringer)
2015-03-24  d7cd1a8  #65804          [BUGFIX] helhum/class-alias-loader version in composer.json (Alexander Stehlik)
2015-03-23  a84d942  #65817          [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin (Tymoteusz Motylewski)
2015-03-22  80b566f  #65844          [TASK] Use LOWER instead of LCASE (Andreas Fernandez)
2015-03-19  d6659aa  #65853          [BUGFIX] RTE: Paste structure does not remove on[event] attributes (Stanislas Rolland)
2015-03-19  5ef2236  #65792          Revert "[BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays" (Anja Leichsenring)
2015-03-19  3d95bf2  #65693          [BUGFIX] RTE: Paste structure fails in Google Chrome (Stanislas Rolland)
2015-03-19  0671b4c  #60998          [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid() (Markus Klein)
2015-03-19  04effb2  #62100          [BUGFIX] Set session cookie when FE_SESSION_KEY is used (Nils Heuermann)
2015-03-18  0708920  #65816          [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin (Tymoteusz Motylewski)
2015-03-18  0a6dfcd  #65806          [TASK] Improve deprecation message of raw query result (Christian Kuhn)

(taca)

2015-06-06 14:14:56 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 1.1.2.

(taca)

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

Update roundcube to 1.1.2.  It includes security fix.

RELEASE 1.1.2
-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
- Fix zipped messages downloads after selecting all messages in a folder (#1490339)
- Fix vpopmaild driver of password plugin
- Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343)
- Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337)
- Fix message list header in classic skin on window resize in Internet Explorer (#1490213)
- Fix so text/calendar parts are listed as attachments even if not marked as such (#1490325)
- Fix lack of signature separator for plain text signatures in html mode (#1490352)
- Fix font artifact in Google Chrome on Windows (#1490353)
- Fix bug where forced extwin page reload could exit from the extwin mode (#1490350)
- Fix bug where some unrelated attachments in multipart/related message were not listed (#1490355)
- Fix mouseup event handling when dragging a list record (#1490359)
- Fix bug where preview_pane setting wasn't always saved into user preferences (#1490362)
- Fix bug where messages count was not updated after message move/delete with skip_deleted=false (#1490372)
- Fix security issue in contact photo handling (#1490379)
- Fix possible memcache/apc cache data consistency issues (#1490390)
- Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
- Fix bug where some files could have "executable" extension when stored in temp folder (#1490377)
- Fix attached file path unsetting in database_attachments plugin (#1490393)
- Fix issues when using moduserprefs.sh without --user argument (#1490399)
- Fix potential info disclosure issue by protecting directory access (#1490378)
- Fix blank image in html_signature when saving identity changes (#1490412)
- Installer: Use openssl_random_pseudo_bytes() (if available) to generate des_key (#1490402)
- Fix XSS vulnerability in _mbox argument handling (#1490417)

(taca)

2015-06-06 03:42:40 UTC MAIN commitmail json YAML

Note addition of www/contao35 package version 3.5.0.

(taca)

2015-06-06 03:41:24 UTC MAIN commitmail json YAML

Add Contao 3.5.0 package.

Contao is an Open Source PHP Content Management System for people who want a
professional website that is easy to maintain. Visit the https://contao.org
for more information.

This is new Long Term Support release which replase existing Contao 3.2
and the last stable release from Contao 3.x series.

Please refer system/docs/CHANGELOG.md in detail.

(taca)

2015-06-06 03:35:10 UTC MAIN commitmail json YAML

Add small description about the status of this release.

(taca)

2015-06-06 03:32:05 UTC MAIN commitmail json YAML

Note update of www/contao32 package to 3.2.21 and www/contao34
package to 3.4.5nb1.

(taca)

2015-06-06 03:31:01 UTC MAIN commitmail json YAML

2015-06-06 03:29:33 UTC MAIN commitmail json YAML

Update contao32 to 3.2.21.

Version 3.2.21 (2015-06-05)
---------------------------

### Fixed
Back-ported two security related changes from the upstream versions.

(taca)

2015-06-04 14:45:28 UTC MAIN commitmail json YAML

Note update of devel/ruby2ruby package to 2.2.0.

(taca)

2015-06-04 14:44:58 UTC MAIN commitmail json YAML

Update ruby2ruby to 2.2.0.

pkgsrc change: add support for pkg_alternatives.

=== 2.2.0 / 2015-05-27

* 1 minor enhancement:

  * Normalized block arg goalposts (always there unless arg slot == 0).

=== 2.1.4 / 2015-04-13

* 1 minor enhancement:

  * Wrap fewer hash values in parentheses. (jaredbeck)

* 1 bug fix:

  * Fixed handling of kwsplat args.

(taca)

2015-06-04 14:43:28 UTC MAIN commitmail json YAML

Note update of devel/ruby-sexp-processor package to 4.6.0.

(taca)

2015-06-04 14:43:04 UTC MAIN commitmail json YAML

Update ruby-sexp-processor to 4.6.0.

=== 4.6.0 / 2015-05-28

* 2 minor enhancements:

  * Extended generate_test to deal with 19 and up.
  * Extended pt_testcase.rb so add_19tests means 19 and up.

* 1 bug fix:

  * Added and normalized tests to deal with canonicalized block args from ruby_parser.

=== 4.5.1 / 2015-04-27

* 1 minor enhancement:

  * Cache processors and rewriters. Significant speedup. (presidentbeef)

(taca)

2015-06-04 14:41:59 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-core pakage to 3.2.3 and
devel/ruby-rspec-expectations package to 3.2.1.

(taca)

2015-06-04 14:41:14 UTC MAIN commitmail json YAML

Update ruby-rspec-expectations to 3.2.1.

### 3.2.1 / 2015-04-06
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Prevent `Range`s from being enumerated when generating matcher
  descriptions. (Jon Rowe, #755)
* Ensure exception messages are compared as strings in the `raise_error`
  matcher. (Jon Rowe, #755)

(taca)

2015-06-04 14:40:36 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 3.2.3.

### 3.2.3 / 2015-04-06
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix how the DSL methods are defined so that RSpec is compatible with
  gems that define methods of the same name on `Kernel` (such as
  the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
* Fix `before(:context) { skip }` so that it does not wrongly cause the
  spec suite to exit with a non-zero status when no examples failed.
  (Myron Marston, #1926)

(taca)

2015-06-04 14:39:51 UTC MAIN commitmail json YAML

Allow this package build on ruby22.

(taca)

2015-06-04 14:39:14 UTC MAIN commitmail json YAML

Note update of devel/ruby-posix-spawn package to 0.3.11.

(taca)

2015-06-04 14:38:43 UTC MAIN commitmail json YAML

Update ruby-posix-spawn to 0.3.11.

Several improvements.

(taca)

2015-06-04 14:35:45 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 3.7.0.

(taca)

2015-06-04 14:35:13 UTC MAIN commitmail json YAML

Update ruby-parser to 3.7.0.

=== 3.7.0 / 2015-05-28

* 2 major enhancements:

  * Added preliminary support for ruby 2.2 syntax.
  * Now writing all 2.x parsers from one source, generating racc files.

* 1 minor enhancement:

  * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions.

* 4 bug fixes:

  * Fixed handling of block_args to be consistent across all parse versions.
  * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf)
  * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef)
  * clear and restore cmdarg stack around def args and body.

=== 3.6.6 / 2015-04-13

* 1 minor enhancement:

  * Added expr_labelarg state (eg: a:1)

* 5 bug fixes:

  * Fix scan logging backtrace when DEBUG=1
  * Fixed kwsplat on 2.0 & 2.1.
  * Fixed mandatory keyword block args. (cvortmann)
  * Handle #$<x> in expanded strings/regexps where x is NOT a valid gvar name.
  * Invalid gvar names raise a compile error.

(taca)

2015-06-04 14:15:56 UTC MAIN commitmail json YAML

Note update of devel/ruby-msgpack package to 0.6.0.

(taca)

2015-06-04 14:15:23 UTC MAIN commitmail json YAML

Update ruby-msgpack to 0.6.0.

2015-05-26 version 0.6.0:

* Added support for Binary types
* Fixed to encode/decode between Binary types and ASCII-8BIT Ruby String objects

2015-05-21 version 0.5.12:

* Added support for JRuby 9K.
* Added a benchmarking suite.
* Fixed a bug in the handling of options given to MessagePack.unpack in JRuby.

(taca)

2015-06-04 14:10:31 UTC MAIN commitmail json YAML

Note update of devel/ruby-mixlib-shellout package to 2.1.0.

(taca)

2015-06-04 14:09:53 UTC MAIN commitmail json YAML

Update ruby-mixlib-shellout to 2.1.0.

Release 2.1.0

    * BackSlasher: login flag now correctly does the magic on unix to
      simulate a login shell for a user (secondary groups, environment
      variables, set primary group and generally emulate su -).
    * went back to setsid() to drop the controlling tty, fixed old AIX
      issue with getpgid() via avoiding calling getpgid().
    * converted specs to rspec3

(taca)

2015-06-04 14:08:24 UTC MAIN commitmail json YAML

Note update of devel/ruby-mixlib-config package to 2.2.1.

(taca)

2015-06-04 14:07:54 UTC MAIN commitmail json YAML

Update ruby-mixlib-config to 2.2.1.

2.2.1 (5/12/2015)

    * Rename key? back to has_key?

2.2.0 (5/11/2015)

    * Fix strict mode errors to print symbol (@jkeiser)
    * Pin rspec to version 2 (@sethvargo)
    * Move has_key? to key? for new-ruby happiness (@sethvargo)

(taca)

2015-06-04 13:59:17 UTC MAIN commitmail json YAML

Use textproc/ruby-rdtool/rdtool.mk.

(taca)

2015-06-04 13:58:16 UTC MAIN commitmail json YAML

Note update of converters/ruby-unf_ext package to 0.0.7.1.

(taca)

2015-06-04 13:57:38 UTC MAIN commitmail json YAML

Update ruby-unf_ext to 0.0.7.1.

## 0.0.7.1 (2015-04-18)

- Windows fat binary gems no longer require libstd++ to
  run, which are statically linked.

- Add a fat binary gem for x64-mingw32 (64bit Windows).

- Windows fat binary gems now include binaries for Ruby up to 2.2.

(taca)

2015-06-04 13:56:25 UTC MAIN commitmail json YAML

Use textproc/ruby-rdtool/rdtool.mk.

(taca)

2015-06-04 13:54:04 UTC MAIN commitmail json YAML

Note update of textproc/ruby-rdtool package to 0.6.38nb1.

(taca)

2015-06-04 13:53:32 UTC MAIN commitmail json YAML

2015-06-04 13:20:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-mkrf package to 0.2.3nb1.

(taca)

2015-06-04 13:20:11 UTC MAIN commitmail json YAML

2015-06-04 00:10:45 UTC MAIN commitmail json YAML

Note update of www/ruby-padrino-cache package to 0.12.5nb1.

(taca)

2015-06-04 00:10:12 UTC MAIN commitmail json YAML

Allow depends on ruby-moneta 0.8.0.

Bump PKGREVISION.

(taca)

2015-06-03 14:49:09 UTC MAIN commitmail json YAML

Note update of devel/ruby-minitest package to 5.7.0.

(taca)

2015-06-03 14:48:37 UTC MAIN commitmail json YAML

Update ruby-minitest to 5.7.0.

=== 5.7.0 / 2015-05-27

* 1 major enhancement:

  * assert_raises now matches subclasses of the expected exception types. (jeremyevans)

* 3 minor enhancements:

  * Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans)
  * Inline verification error messages in minitest/mock for GC performance. (zamith)
  * assert_raises defaults to RuntimeError if not specified. (jeremyevans)

* 4 bug fixes:

  * Added 'class' to minitest/mock's overridden_methods list. (zamith)
  * Added file/line to infect_an_assertion's class_eval call. (jeremyevans)
  * Cleared UnexpectedError's mesg w/ generic string.
  * Fixed non-proc-oriented expectations when used on proc target. (jeremyevans)

=== 5.6.1 / 2015-04-27

* 2 bug fixes:

  * Added Minitest.clock_time and switched all Time.now to it. (tenderlove)
  * Moved Minitest::Expectations#_ into Minitest::Spec::DSL.

=== 5.6.0 / 2015-04-13

* 4 major enhancements:

  * Added Minitest::Expectation value monad.
  * Added Minitest::Expectations#_ that returns an Expectation. Aliased to value.
  * All expectations are added to Minitest::Expectation.
  * At some point, the methods on Object will be deprecated and then removed.

* 4 minor enhancements:

  * Added a note about bundle exec pitfall in ruby 2.2+. (searls)
  * Lazily start the parallel executor. (tenderlove)
  * Make mocks more debugger-friendly (edward)
  * Print out the current test run on interrupt. (riffraff)

* 3 bug fixes:

  * Fix failing test under Windows. (kimhmadsen)
  * Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode)
  * Tried to clarify mocks vs stubs terminology better. (kkirsche)

(taca)

2015-06-03 14:47:11 UTC MAIN commitmail json YAML

2015-06-03 14:45:47 UTC MAIN commitmail json YAML

Note update of devel/ruby-logging package to 2.0.0.

(taca)

2015-06-03 14:45:17 UTC MAIN commitmail json YAML

Update ruby-logging to 2.0.0.

== 2.0.0 / 2015-03-28

Enhancements
- added event filtering via the Filter framework
- improvements to buffered logging
- code readability improvements around meta-programming

Bug Fixes
- fixed an `already initialized error`
- avoid unnecessary mutex-ing in logger lookup

Deprecations
- dropped Ruby 1.8 support
- removed logger consolidation
- removed YAML style configuration
- removed the Logging::Stats module
- removed the Hash#getopt method
- removed the Growl appender
- moved the Email appender to the logging-email plugin gem

(taca)

2015-06-03 14:16:22 UTC MAIN commitmail json YAML

Note update of devel/ruby-locale package to 2.1.1.

(taca)

2015-06-03 14:15:39 UTC MAIN commitmail json YAML

Update ruby-locale to 2.1.1.

* Use fiddle instead of dl which is obsolete on Ruby 2.2.

(taca)

2015-06-03 14:07:28 UTC MAIN commitmail json YAML

Make this package build on Ruby 2.2.

(taca)

2015-06-03 13:57:44 UTC MAIN commitmail json YAML

Note update of devel/ruby-inline package to 3.12.4.

(taca)

2015-06-03 13:57:09 UTC MAIN commitmail json YAML

Update ruby-inline to 3.12.4.

=== 3.12.4 / 2015-04-14

* 1 bug fix:

  * Fixed arch header directoy with Ruby >= 2.0. (aurelj)

(taca)

2015-06-03 13:55:56 UTC MAIN commitmail json YAML

Note update of misc/ruby-commander package to 4.3.4.

(taca)

2015-06-03 13:55:25 UTC MAIN commitmail json YAML

Update ruby-commander to 4.3.4.

=== 4.3.4 / 2015-05-03

* Fixed a regression with the compact help formatter.

=== 4.3.3 / 2015-04-21

* Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139).
* Help formatting updated to look better for commands with long names. (@jszwedko)

=== 4.3.2 / 2015-03-31

* Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander

=== 4.3.1 / 2015-03-27

* Fix various Ruby warnings for circular requires, etc.
* Update to use highline 1.7 (@SkyTrix)

(taca)

2015-06-03 13:54:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-highline package to 1.7.2.

(taca)

2015-06-03 13:54:15 UTC MAIN commitmail json YAML

Update ruby-highline to 1.7.2.

### 1.7.2 / 2015-04-19

#### Bug fixes
* Fix #138 (a regression of #131). PR #139.

### 1.7.1 / 2015-02-24

#### Enhancements
* Add travis CI configuration (Eli Young (@elyscape), #130)
* Add Rubinius to Build Matrix with Allowed Failure (Brandon Fish
(bjfish), #132)
* Make some adjustments on tests (Abinoam Marques Jr., #133, #134)
* Drop support for Ruby 1.8 (Abinoam Marques Jr., #134)

#### Bug fixes
* Fix IO.console.winsize returning reversed column and line values (Fission Xuiptz (@fissionxuiptz)), #131)

### 1.7.0 / 2015-02-18

#### Bug fixes
* Fix correct encoding of statements to output encoding (Dāvis (davispuh), #110)
* Fix character echoing when echo is false and multibyte character is typed (Abinoam Marques Jr., #117 #118)
* Fix backspace support on Cyrillic (Abinoam Marques Jr., #115 #118)
* Fix returning wrong encoding when echo is false (Abinoam Marques Jr., #116 #118)
* Fix Question #limit and #realine incompatibilities (Abinoam Marques Jr. #113 #120)
* Fix/improve string coercion on #say (Abinoam Marques Jr., #98 #122)
* Fix #terminal_size returning nil in some terminals (Abinoam Marques Jr., #85 #123)

#### Enhancements
* Improve #format_statement String coercion (Michael Bishop
(michaeljbishop), #104)
* Update homepage url on gemspec (Rubyforge->GitHub) (Edward Anderson
(nilbus), #107)
* Update COPYING file (Vít Ondruch (voxik), #109)
* Improve multi-byte encoding support (Abinoam Marques Jr., #115 #116 #117 #118)
* Make :grey -> :gray and :light -> :bright aliases (Abinoam Marques Jr., #114 #119)
* Return the default object (as it is) when no answer given (Abinoam Marques Jr., #112 #121)
* Added test for Yaml serialization of HighLine::String (Abinoam Marques Jr., #69 #124)
* Make improvements on Changelog and Rakefile (Abinoam Marques Jr., #126 #127 #128)

(taca)

2015-06-03 13:51:30 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext package to 3.1.6nb1.

(taca)

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

* Make this package build on Ruby 2.2.
* Add support for pkg_alternatives.

Bump PKGREVISION.

(taca)

2015-06-03 13:48:15 UTC MAIN commitmail json YAML

Make this package build on Ruby 2.2.

(taca)

2015-06-03 13:47:18 UTC MAIN commitmail json YAML

Make this package build on Ruby 2.2.

(taca)

2015-06-03 13:45:43 UTC MAIN commitmail json YAML

Note update of devel/ruby-ffi-yajl package to 2.2.0.

(taca)

2015-06-03 13:45:17 UTC MAIN commitmail json YAML

Update ruby-ffi-yajl to 2.2.0.

2.2.0 (04/30/2015)

New features

* Bad UTF8 exceptions now display the invalid token
* validate_utf8: false will sanitize output and produce valid UTF8-clean JSON

Changes

* Ruby 1.8.7 support dropped.

2.1.0 (04/20/2015)

New features

* StringIOs are now encoded to strings
* Added :unique_key_checking flag to parser that will raise on repeated hash
  keys (commonly edit mistakes in long JSON documents).

Changes

* Includes its own dlopen extension
* C extension should operation without ffi

2.0.0 (03/17/2015)

Changes

* Dropped the ffi-yajl/json_gem monkeypatch compatibility layer
  completely. The deprecation warning has been in there for months now
  and all the work to remove it from chef and ohai has been done in
  all the latest releases.

(taca)

2015-06-03 13:40:57 UTC MAIN commitmail json YAML

Note update of devel/ruby-blankslate package to 3.1.3.

(taca)

2015-06-03 13:40:24 UTC MAIN commitmail json YAML

2015-06-03 13:25:30 UTC MAIN commitmail json YAML

Note update of devel/php-xdebug package to 2.3.2.

(taca)

2015-06-03 13:25:05 UTC MAIN commitmail json YAML

Update php-xdebug to 2.3.2.

[2015-03-22] - Xdebug 2.3.2 is out!

This is a minor bug-fix release for the 2.3 series, and addresses crashes
with path and branch coverage.

(taca)

2015-06-03 13:22:30 UTC MAIN commitmail json YAML

Note update of devel/ruby-rugged package to 0.22.2.

(taca)

2015-06-03 13:22:02 UTC MAIN commitmail json YAML

2015-06-03 13:15:33 UTC MAIN commitmail json YAML

Note update of devel/libgit2 package to 0.22.2.

(taca)

2015-06-03 13:14:46 UTC MAIN commitmail json YAML

Update libgit2 to 0.22.2 required by ruby-rugged.

libgit2 v0.22.2 Maintenance Release
@carlosmn carlosmn released this on 25 Mar
12 commits to maint/v0.22 since this release

The following fixes have been backported to this maintenance release.
All users of the library are encouraged to update.

1f25fe9 checkout: report correct invalid path
8633dd9 win32: further cleanups for 8.3 disabling
93be89c win32: cleanup 8.3 disabled tests
728a013 Fix test failures when 8.3 is disabled
1f726d0 git: make sure to close the network stream
3e163b6 checkout: free last created directory
3440c20 Initialize refs vector in git_remote_update_tips().
dcf6c0c Lower case the include directive of windows header
1dd5e28 http: do not try to use the cert callback on unencrypted streams
dd243fe indexer: set an error message on duplicate objects in pack
3a1dc42 Put back the number of expected references to 6 from the test repo
cf688ff Fixed active refspecs not reset by git_remote_upload()
7a5682f http: enforce the credential types
f008aeb branch: do capture the error code
283f31a git_branch_delete() should ignore errors from non-existing reflogs
aa409d5 Fix Mac build without OpenSSL
d884d1c Fix race in git_packfile_unpack.
277d647 Reinit `reader` pointer after reading included config file
3bdcea8 Check rebase options version on public entry points
7d8e4e3 mkdir: respect the root path
69455bc stat: don't remove trailing '/' from root on win32
7aee248 repo: ensure we can create repo at filesystem root
aa926fb Fix branch creation when branch name matches namespace of previously deleted branch
31ea8db Clarified git_repository_is_empty() documentation
ed64a1b Add libssh2's library and include directories.
5c3e01d Ensure the diff hunk callback is specified before trying to dereference it
fe61bb6 Ensure git_index_entry is not NULL before trying to free it
ae0cfac openssl: Add all required includes for AF_INET6 and in6_addr.
4738a33 Fixed git_repository_set_bare() not setting "core.bare" correctly
d0db408 Make sure sys/repository.h includes the required headers
eefe2e8 Fixed typo in git_repository_reinit_filesystem() documentation
8693335 Make binary detection work similar to vanilla git
d95c949 Include ws2tcpip.h in order to get in6_addr
e1314dd Include openssl headers last
09c2477 Fixed error when including git2/include/sys/stream.h
bd0a551 pathspec: do not try to dereference NULL
1ce9ea3 checkout tests: cleanup realpath impl on Win32
f9df7b6 checkout tests: emulate p_realpath poorly on Win32
8d65523 checkout: remove files before writing new ones
b295294 checkout: drop newline in error message
99367df checkout tests: nasty symlinks
9f1c873 checkout: don't recreate previous directory
1ca7fa9 git_path_join_unrooted: return base len
bd0e881 checkout: introduce git_checkout_perfdata
Downloads

libgit2 v0.21.5 Maintenance Release
@ethomson ethomson released this on 17 Jan

The following (critical) fixes have been backported to this maintenance release.
All users of the library are encouraged to update.

af769f4 checkout: introduce git_checkout_perfdata
fc478d2 git_path_join_unrooted: return base len
629a579 checkout: don't recreate previous directory
dd3c53f checkout tests: nasty symlinks
186177a checkout: drop newline in error message
7268a5a checkout: remove files before writing new ones
e517b62 checkout tests: emulate p_realpath poorly on Win32
9a8753d checkout tests: cleanup realpath impl on Win32
8433078 Introduce test for checkout case-changing rename
d853fb9 Always checkout with case sensitive iterator

(taca)

2015-06-03 12:54:29 UTC MAIN commitmail json YAML

Note update of devel/hg-git package to 0.8.1.

(taca)

2015-06-03 12:53:56 UTC MAIN commitmail json YAML

Update hg-git to 0.8.1.

It provides mercurial 3.4 compatibility and other changes are too many
to write here, please refer:
https://bitbucket.org/durin42/hg-git/commits/branch/master.

(taca)

2015-06-03 12:22:57 UTC MAIN commitmail json YAML

Note update of devel/SOPE package and package to 2.3.0.

(taca)

2015-06-03 12:22:18 UTC MAIN commitmail json YAML

2015-06-03 12:21:31 UTC MAIN commitmail json YAML

Update SOPE to 2.3.0, which required by SOGo 2.3.0.

Changes are too many to write here, please refer:
https://github.com/inverse-inc/sope/blob/master/ChangeLog.

(taca)

2015-06-03 12:04:16 UTC MAIN commitmail json YAML

2015-06-03 11:12:36 UTC MAIN commitmail json YAML

This package is work on Ruby 2.2.

(taca)

2015-06-03 11:11:45 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 4.23.0.

(taca)

2015-06-03 11:11:15 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.23.0.

=== 4.23.0 (2015-06-01)

* Make dataset.call_sproc(:insert) work in the jdbc adapter (flash-gordon) (#1013)

* Add update_refresh plugin, for refreshing a model instance when updating (jeremyevans)

* Add delay_add_association plugin, for delaying add_* method calls on new objects until after saving the object (jeremyevans)

* Add validate_associated plugin, for validating associated objects when validating the current object (jeremyevans)

* Make Postgres::JSONBOp#[] and #get_text return JSONBOp instances (jeremyevans) (#1005)

* Remove the fdbsql, jdbc/fdbsql, and openbase adapters (jeremyevans)

* Database#transaction now returns block return value if :rollback=>:always is used (jeremyevans)

* Allow postgresql:// connection strings as aliases to postgres://, for compatibility with libpq (jeremyevans) (#1004)

* Make Model#move_to in the list plugin handle out-of-range targets without raising an exception (jeremyevans) (#1003)

* Make Database#add_named_conversion_proc on PostgreSQL handle conversion procs for enum types (celsworth) (#1002)

=== 4.22.0 (2015-05-01)

* Deprecate the db2, dbi, fdbsql, firebird, jdbc/fdbsql, informix, and openbase adapters (jeremyevans)

* Avoid hash allocations and rehashes (jeremyevans)

* Don't silently ignore :jdbc_properties Database option in jdbc adapter (jeremyevans)

* Make tree plugin set reciprocal association for children association correctly (lpil, jeremyevans) (#995)

* Add Sequel::MassAssignmentRestriction exception, raised for mass assignment errors in strict mode (jeremyevans) (#994)

* Handle ODBC::SQL_BIT type as boolean in the odbc adapter, fixing boolean handling on odbc/mssql (jrgns) (#993)

* Make :auto_validations plugin check :default entry instead of :ruby_default entry for checking existence of default value (jeremyevans) (#990)

* Adapters should now set :default schema option to nil when adapter can determine that the value is nil (jeremyevans)

* Do not add a schema :max_length entry for a varchar(max) column on MSSQL (jeremyevans)

* Allow :default value for PostgreSQL array columns to be a ruby array when using the pg_array extension (jeremyevans) (#989)

* Add csv_serializer plugin for serializing model objects to and from csv (bjmllr, jeremyevans) (#988)

* Make Dataset#to_hash and #to_hash_groups handle single array argument for model datasets (jeremyevans)

* Handle Model#cancel_action in association before hooks (jeremyevans)

* Use a condition variable instead of busy waiting in the threaded connection pools on ruby 1.9+ (jeremyevans)

* Use Symbol#to_proc instead of explicit blocks (jeremyevans)

=== 4.21.0 (2015-04-01)

* Support :tsquery and :tsvector options in Dataset#full_text_search on PostgreSQL, for using existing tsquery/tsvector expressions (jeremyevans)

* Fix TinyTds::Error being raised when trying to cancel a query on a closed connection in the tinytds adapter (jeremyevans)

* Add GenericExpression#!~ for inverting =~ on ruby 1.9 (similar to inverting a hash) (jeremyevans) (#979)

* Add GenericExpression#=~ for equality, inclusion, and pattern matching (similar to using a hash) (jeremyevans) (#979)

* Add Database#add_named_conversion_proc on PostgreSQL to make it easier to add conversion procs for types by name (jeremyevans)

* Make Sequel.pg_jsonb return JSONBOp instances instead of JSONOp instances when passed other than Array or Hash (jeremyevans) (#977)

* Demodulize default root name in json_serializer plugin (janko-m) (#968)

* Make Database#transaction work in after_commit/after_rollback blocks (jeremyevans)

(taca)

2015-06-03 10:48:56 UTC MAIN commitmail json YAML

Note update of databases/ruby-pg package to 0.18.2.

(taca)

2015-06-03 10:48:18 UTC MAIN commitmail json YAML

Update ruby-pg to 0.18.2.

== v0.18.2 [2015-05-14] Michael Granger <ged@FaerieMUD.org>

Enhancements:

- Allow URI connection string (thanks to Chris Bandy)

Bugfixes:

- Speedups and fixes for PG::TextDecoder::Identifier and quoting behavior
- Revert addition of PG::Connection#hostaddr [#202].
- Fix decoding of fractional timezones and timestamps [#203]
- Fixes for non-C99 compilers
- Avoid possible symbol name clash when linking againt static libpq.

(taca)

2015-06-03 10:47:15 UTC MAIN commitmail json YAML

Note update of databases/ruby-moneta package to 0.8.0.

(taca)

2015-06-03 10:46:46 UTC MAIN commitmail json YAML

Update ruby-moneta to 0.8.0.

0.8.0

* Rename Moneta::Adapters::Mongo to Moneta::Adapters::MongoOfficial
* Add Moneta::Adapters::MongoMoped
* Drop Ruby 1.8 support

(taca)

2015-06-01 12:57:11 UTC MAIN commitmail json YAML

Note update of Ruby Data Object packages to 0.10.16.

databases/ruby-data_objects
databases/ruby-do_mysql
databases/ruby-do_postgres
databases/ruby-do_sqlite3

(taca)

2015-06-01 12:56:23 UTC MAIN commitmail json YAML

Update ruby-do_sqlite3 to 0.10.16.

No change except version.

(taca)

2015-06-01 12:55:56 UTC MAIN commitmail json YAML

Update ruby-do_postgres to 0.10.16.

## 0.10.16 2015-05-17

* Fix compile issue with do_postgres on stock OS X Ruby

(taca)

2015-06-01 12:54:54 UTC MAIN commitmail json YAML

Update ruby-do_mysql to 0.10.16.

No change except version.

(taca)

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

Update ruby-data_objects to 0.10.16.

No change except version.

(taca)

2015-05-31 15:25:41 UTC MAIN commitmail json YAML

2015-05-31 15:23:36 UTC MAIN commitmail json YAML

Note update of audio/ruby-mp3info package to 0.8.6.

(taca)

2015-05-31 15:23:06 UTC MAIN commitmail json YAML

Update ruby-mp3info to 0.8.6.

=== 0.8.6 / 2015-03-28

* fixed frame size computation (thanks to ekaminski)
* now correctly close the @io (thanks to cyberroot)
* correctly compute length of VBR files (fixes #42)

(taca)

2015-05-31 15:21:44 UTC MAIN commitmail json YAML

This package is built with ruby22.

(taca)

2015-05-31 15:20:31 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.9.5nb4.

(taca)

2015-05-31 15:20:03 UTC MAIN commitmail json YAML

Update included  Archive_Tar to 1.3.16.

* Fix Bug #20514: invalid package.xml; not installable with pyrus [mrook]

Bump PKGREVISION.

(taca)

2015-05-26 12:13:33 UTC MAIN commitmail json YAML

Since distinfo is shared with security/clamav, this file is not used
any where.  I should not add this file, sigh.

(taca)

2015-05-17 16:29:58 UTC MAIN commitmail json YAML

textproc/xhtmldiff needs ruby18-diff-lcs package.

(taca)

2015-05-17 10:15:59 UTC MAIN commitmail json YAML

Back out previous commit.  No need to explicitly set.

(taca)

2015-05-17 10:14:38 UTC MAIN commitmail json YAML

Correct supported Ruby's version.

(taca)

2015-05-17 09:47:40 UTC MAIN commitmail json YAML

Note update of textproc/ruby-diff-lcs package to 1.2.5nb1.

(taca)

2015-05-17 09:47:05 UTC MAIN commitmail json YAML

2015-05-17 00:14:56 UTC MAIN commitmail json YAML

Note update of mail/dovecot2 package to 2.2.18 and mail/dovecot2-pigeonhole
package to 0.4.8.

(taca)

2015-05-17 00:13:51 UTC MAIN commitmail json YAML

Update dovecot2-pigeonhole to 0.4.8.

v0.4.8 15-05-2015 Stephan Bosch <stephan@rename-it.nl>

* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include
  %{delivery_time}. This prompted changes in Pigeonhole that make this release
  dependent on Dovecot v2.2.17.
+ Implemented magic to make sieve_default script visible from ManageSieve
  under a configurable name. This way, users can see the default rules, edit
  them and store a private adjusted version. This could also be achieved by
  copying the default script into the user's script storage, but updates to
  the global sieve_default script would be ignored that way.
+ ManageSieve: Implemented support for reporting command statistics at
  disconnect. Statistics include the number of bytes and scripts uploaded/
  downloaded/checked and the number of scripts deleted/renamed.
- Fixed problem in address test: erroneously decoded mime-encoded words in
  address headers.
- extprograms plugin: Fixed failure occurring when connecting to script
  service without the need to read back the output from the external program.
- Fixed bug in script storage path normalization occurring with relative
  symbolic links below root.
- Fixed and updated various parts of the documentation
- ManageSieve: Used "managesieve" rather than "sieve" as login service name,
  which means that all managesieve-specific settings where ignored.
- Managesieve: Storage quota was not always enforced properly for scripts
  uploaded as quoted string. Nobody uses that, but it is allowed in the
  specification and we support it, so it should work properly.

(taca)

2015-05-17 00:12:45 UTC MAIN commitmail json YAML

Update dovecot2 package to 2.2.18.

v2.2.18 2015-05-15  Timo Sirainen <tss@iki.fi>

- director: Login UNIX sockets were normally detected as doveadm or
  director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
  alt storage as well.

v2.2.17 2015-05-13  Timo Sirainen <tss@iki.fi>

* Dovecot no longer checks or warns if a mountpoint is removed. This
  was causing more trouble than it was worth. Make sure that all the
  mountpoints that Dovecot accesses aren't writable by mail processes
  when they're unmounted.
* dict server wasn't properly escaping/unescaping data. Fixing this
  broke backwards compatibility with data that contains line feeds.
  This hopefully affects only very few installations. If you're using
  dict to save multiline data (Sieve scripts to SQL), you may be
  affected.
* imap: SPECIAL-USE capability is no longer advertised if there are
  no special_use flags specified for any mailboxes.

+ lmtp: Added lmtp_hdr_delivery_address setting to specify whether
  to include email address in Delivered-To: and Received: headers.
+ Added initial version of full text search library, which includes
  language-specific text normalization and filtering. This is still
  in development, but it's already possible to use for testing with
  fts-lucene and fts-solr.
+ lda, lmtp: deliver_log_format can now include %{delivery_time},
  which expands to how many milliseconds it took to deliver the mail.
  With LMTP %{session_time} also expands to how many milliseconds the
  LMTP session took, not including the delivery time.
+ lmtp proxy: Mail delivery logging includes timing information.
+ imap: Most IMAP commands now include in the tagged reply how many
  milliseconds it took to run the command (not counting the time spent
  on waiting for the IMAP client to read/write data).
+ director: Implemented director_proxy_maybe passdb extra field to
  be able to run director and backend in the same Dovecot instance.
  (LMTP doesn't support mixed proxy/non-proxy destinations currently.)
+ doveadm: Added -F <file> parameter to read a list of users from the
  given file and run the command for all the users. This is similar to
  -A parameter reading the list of users from userdb lookup.
+ Implemented initial Cassandra CQL support as lib-sql backend. It's
  only usable as dict backend currently.
+ Added quota-clone plugin to copy current quota usage to a dict.
- auth: If auth_master_user_separator was set, auth process could be
  crashed by trying to log in with empty master username.
- imap-login, pop3-login: Fixed crash on handshake failures with new
  OpenSSL versions (v1.0.2) when SSLv3 was disabled.
- auth: If one passdb fails allow_nets check, it shouldn't have failed
  all the other passdb checks later on.
- imap: Server METADATA couldn't be accessed
- imapc: Fixed \Muted label handling in gmail-migration.
- imapc: Various bugfixes and improvements.
- Trash plugin fixes by Alexei Gradinari
- mbox: Fixed crash/corruption in some situations

(taca)

2015-05-16 11:20:41 UTC MAIN commitmail json YAML

Note update of PHP.

lang/php54 5.4.41
lang/php55 5.5.25
lang/php56 5.6.9

(taca)

2015-05-16 11:19:53 UTC MAIN commitmail json YAML

2015-05-16 11:18:57 UTC MAIN commitmail json YAML

Update php56 to 5.6.9.

14 May 2015, PHP 5.6.9

- Core:
  . Fixed bug #69467 (Wrong checked for the interface by using Trait).
    (Laruence)
  . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
  . Fixed bug #60022 ("use statement [...] has no effect" depends on leading
    backslash). (Nikita)
  . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
    (Dmitry)
  . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
  . Fixed bug #69419 (Returning compatible sub generator produces a warning).
    (Nikita)
  . Fixed bug #69472 (php_sys_readlink ignores misc errors from
      GetFinalPathNameByHandleA). (Jan Starke)
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- ODBC:
  . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
    (Anatol)
  . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
    incorrect result). (Anatol)
  . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
      Anatol Belski)

- OpenSSL:
  . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
    (Daniel Lowrey)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- PCRE
  . Upgraded pcrelib to 8.37.

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
    filename starts with null). (Stas)

(taca)

2015-05-16 11:17:45 UTC MAIN commitmail json YAML

Update php55 to 5.5.25.

14 May 2015, PHP 5.5.25

- Core:
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
  . Fixed bug #69467 (Wrong checked for the interface by using Trait).
    (Laruence)
  . Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
  . Fixed bug #60022 ("use statement [...] has no effect" depends on leading
    backslash). (Nikita)
  . Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
    (Dmitry)
  . Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
  . Fixed bug #69419 (Returning compatible sub generator produces a warning).
    (Nikita)
  . Fixed bug #69472 (php_sys_readlink ignores misc errors from
    GetFinalPathNameByHandleA). (Jan Starke)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- ODBC:
  . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
    incorrect result). (Anatol)
  . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
    Anatol Belski)

- OpenSSL:
  . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
    (Daniel Lowrey)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
    starts with null). (Stas)

(taca)

2015-05-16 11:16:41 UTC MAIN commitmail json YAML

Update php54 to 5.4.41.

14 May 2015 PHP 5.4.41

- Core:
  . Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
  . Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
    (Stas)
  . Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
  . Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- PCNTL:
  . Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)

- PCRE
  . Upgraded pcrelib to 8.37.

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
    filename starts with null). (Stas)

(taca)

2015-05-14 22:18:32 UTC MAIN commitmail json YAML

+ postfix-3.0.1.

(taca)

2015-05-14 22:18:14 UTC MAIN commitmail json YAML

Note update of textproc/ruby-redcarpet package to 3.2.3.

(taca)

2015-05-14 22:17:40 UTC MAIN commitmail json YAML

Update ruby-redcarpet to 3.2.3, including security fix.

Version 3.2.3

* Avoid rewinding content of a previous inline when autolinking is enabled.
  Daniel LeCheminant

* Fix escaping of forward slashes with the Safe render object (add a missing
  semi-colon).

(taca)

2015-05-10 07:34:18 UTC MAIN commitmail json YAML

Note update of mail/dovecot2 package to 2.2.16nb2.

(taca)

2015-05-10 07:33:49 UTC MAIN commitmail json YAML

2015-04-30 03:35:18 UTC MAIN commitmail json YAML

Backout bumping PKGREVISON of ruby200-base.

(taca)

2015-04-30 03:34:31 UTC MAIN commitmail json YAML

Backout previous commit since ruby200-base dose not need this patch.

(taca)

2015-04-30 03:28:43 UTC MAIN commitmail json YAML

Note update of ruby*-base packages:

lang/ruby193-base 1.9.3p551nb2
lang/ruby200-base 2.0.0p645nb1
lang/ruby21-base 2.1.6nb1
lang/ruby22-base 2.2.2nb1

(taca)

2015-04-30 03:27:52 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:27:20 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:26:37 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:25:56 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-19 16:30:20 UTC MAIN commitmail json YAML

Note update of devel/ruby-mode package to 2.2.2.

(taca)

2015-04-19 16:29:49 UTC MAIN commitmail json YAML

Switch to use ruby 2.2.2's ruby-mode.

* ruby-encode-unicode has added.  It convert non-ascii string in the given
  region to \\u{} form.

(taca)

2015-04-19 16:26:08 UTC MAIN commitmail json YAML

Note update of lang/ruby22-base and lang/ruby22 package to 2.2.2.

(taca)

2015-04-19 16:25:10 UTC MAIN commitmail json YAML

Update ruby22-base and ruby22 package to 2.2.2.

>From release announce:

We are pleased to announce the release of Ruby 2.2.2. This is a TEENY version
release of the stable 2.2 series.

This release includes the security fix for a OpenSSL extension’s hostname
verification vulnerability.

    CVE-2015-1855: Ruby OpenSSL Hostname Verification

There are also some bugfixes. See ChangeLog for details.

(taca)

2015-04-19 16:21:45 UTC MAIN commitmail json YAML

Note update of lang/ruby21-base and lang/ruby21 package to 2.1.6.

(taca)

2015-04-19 16:20:42 UTC MAIN commitmail json YAML

Reset PKGREVISION.

(taca)

2015-04-19 16:19:00 UTC MAIN commitmail json YAML

Update ruby21-base and ruby21 packages to 2.1.6.

>From release announce:

Ruby 2.1.6 has been released.

This release includes a security fix for OpenSSL extension. Please view the
topic below for more details.

    CVE-2015-1855: Ruby OpenSSL Hostname Verification

And, many bug fixes are also included. See tickets and ChangeLog for details.

(taca)

2015-04-19 16:16:02 UTC MAIN commitmail json YAML

Note update of ruby200-base and related packages:

lang/ruby200-base 2.0.0p645
databases/ruby-gdbm 2.0.0p645
devel/ruby-curses 2.0.0p645nb1
devel/ruby-fiddle 2.0.0p645
devel/ruby-readline 2.0.0p645nb1
x11/ruby-tk 2.0.0p645nb4
lang/ruby200 2.0.0p645
lang/ruby 2.0.0p645

(taca)

2015-04-19 16:12:23 UTC MAIN commitmail json YAML

Update ruby200 package to 2.0.0p645 (Ruby 2.0.0-p645).

>From release announce:

We are pleased to announce the release of Ruby 2.0.0-p645.

This release includes a security fix for OpenSSL extension. Please view the
topic below for more details.

    CVE-2015-1855: Ruby OpenSSL Hostname Verification

Ruby 2.0.0 is now under the state of the security maintenance phase, until
Feb. 24th, 2016. After the date, maintenance of Ruby 2.0.0 will be ended. We
recommend you start planning migration to newer versions of Ruby, such as 2.1
or 2.2.

This release includes the security fix mentioned above along with small
changes required for test environment (that shouldn’t affect normal users).

See ChangeLog for full details.

(taca)

2015-04-19 15:33:18 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.11.5.

(taca)

2015-04-19 15:32:48 UTC MAIN commitmail json YAML

Update postfix to 2.11.5.

Fixed in Postfix 3.0 and 2.11:

  * Preparation for OpenSSL 1.2 API changes.

Fixed in all supported releases:

  * The sender_dependent_relayhost_maps feature ignored the relayhost
    setting in the case of a DUNNO lookup result. It would use the
    recipient domain instead.

(taca)