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 (34m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:11:42 UTC Now

2019-03-05 07:50:42 UTC MAIN commitmail json YAML

www/ruby-rails51: switch to depends on ruby-bundler1

Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.

(taca)

2019-03-05 07:50:03 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rails42 to 4.2.11nb1

(taca)

2019-03-05 07:49:36 UTC MAIN commitmail json YAML

www/ruby-rails42: switch to depends on ruby-bundler1

Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.

(taca)

2019-03-05 07:48:14 UTC MAIN commitmail json YAML

doc: Added misc/ruby-bundler1 version 1.17.3

(taca)

2019-03-05 07:47:32 UTC MAIN commitmail json YAML

misc/Makefile: add ruby-bundler1

(taca)

2019-03-05 07:46:47 UTC MAIN commitmail json YAML

misc/ruby-bundler1: add ruby-bunlder 1.7.3 as ruby-bunder1

Add ruby-bunlder package version 1.7.3 as ruby-bunder1.

(taca)

2019-03-03 17:38:22 UTC MAIN commitmail json YAML

doc/TODO: update some entries

+ SOGo-4.0.7, SOPE-4.0.7, postfix-3.4.0, squid-4.6.

(taca)

2019-03-03 17:36:27 UTC MAIN commitmail json YAML

doc: Updated www/ruby-sinatra-contrib to 2.0.5nb1

(taca)

2019-03-03 17:36:06 UTC MAIN commitmail json YAML

www/ruby-sinatra-contrib: drop dependency to activesupport

Drop dependency to ruby-activesupport.

Bump PKGREVISION.

(taca)

2019-03-03 17:30:38 UTC MAIN commitmail json YAML

textproc/ruby-rails-dom-testing: fix RUBY_RAILS_ACCEPTED

Fix RUBY_RAILS_ACCEPTED to 51 and 52, drop 42 here.

(taca)

2019-03-03 17:29:02 UTC MAIN commitmail json YAML

mail/ruby-actionmailer42: fix text in comments

Update commented out dependency line.

(taca)

2019-03-03 17:24:41 UTC MAIN commitmail json YAML

devel/ruby-globalid: relax rails version

Relax acceptable Ruby on Rails version.

(taca)

2019-03-03 16:53:18 UTC MAIN commitmail json YAML

doc: Removed www/ruby-rack15

(taca)

2019-03-03 16:53:02 UTC MAIN commitmail json YAML

www/ruby-rack15: remove pacakge

There is no pacakge to use this specific version of rack package.

(taca)

2019-03-03 16:52:35 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-rack15

(taca)

2019-03-03 16:48:19 UTC MAIN commitmail json YAML

www/ruby-rack-test: fix dependency

Fix dependency to ruby-rack.

(taca)

2019-03-03 16:45:49 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-test to 1.1.0

(taca)

2019-03-03 16:45:21 UTC MAIN commitmail json YAML

www/ruby-rack-test: update to 1.1.0

Update ruby-rack-test to 1.1.0.

## 1.1.0 / 2018-07-21

* Breaking changes:
  * None

* Minor enhancements / new functionality:
  * [GitHub] Added configuration for Stale (Per Lundberg #232)
  * follow_direct: Include rack.session.options (Mark Edmondson #233)
  * [CI] Add simplecov (fatkodima #227)

Bug fixes:
  * Follow relative locations correctly. (Samuel Williams #230)

## 1.0.0 / 2018-03-27

* Breaking changes:
  * Always set CONTENT_TYPE for non-GET requests
    (Per Lundberg #223)

* Minor enhancements / bug fixes:
  * Create tempfile using the basename without extension
    (Edouard Chin #201)
  * Save `session` during `follow_redirect!`
    (Alexander Popov #218)
  * Document how to use URL params with DELETE method
    (Timur Platonov #220)

## 0.8.3 / 2018-02-27

* Bug fixes:
  * Do not set Content-Type if params are explicitly set to nil
    (Bartek Bułat #212). Fixes #200.
  * Fix `UploadedFile#new` regression
    (Per Lundberg #215)

* Minor enhancements
  * [CI] Test against Ruby 2.5 (Nicolas Leger #217)

## 0.8.2 / 2017-11-21

* Bug fixes:
  * Bugfix for `UploadedFile.new` unintended API breakage.
    (Per Lundberg #210)

## 0.8.0 / 2017-11-20

* Known Issue
  * In `UploadedFile.new`, when passing e.g. a `Pathname` object,
    errors can be raised (eg. `ArgumentError: Missing original_filename
    for IO`, or `NoMethodError: undefined method 'size'`) See #207, #209.
* Minor enhancements
  * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
    (Samuel Giddins #194)
  * Remove new line from basic auth. (Felix Kleinschmidt #185)
  * Rubocop fixes (Per Lundberg #196)
  * Add how to install rack-test from github to README. (Jun Aruga #189)
  * Update CodeClimate badges (Toshimaru #195)
  * Add the ability to create Test::UploadedFile instances without
    the file system (Adam Milligan #149)
  * Add custom_request, remove duplication (Johannes Barre #184)
  * README.md: Added note about how to post JSON (Per Lundberg #198)
  * README.md: Added version badge (Per Lundberg #199)
* Bug fixes
  * Bugfix for Cookies with multiple paths (Kyle Welsby #197)

(taca)

2019-03-03 16:35:57 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jquery-rails to 4.3.3

(taca)

2019-03-03 16:35:33 UTC MAIN commitmail json YAML

www/ruby-jquery-rails: update to 4.3.3

## 4.3.3

- update jquery to 3.3.1

## 4.3.2

- update jquery to 3.3.0
- Add possibility to test HTML: all, attribute prefix, attribute contains,
  attribute ends with, child, and class selectors
- Fix matching mutiple calls for the same selector/function exception

## 4.3.1

- update jquery to 3.2.1

## 4.3.0

- update jquery to 3.2.0
- Add possibility to test HTML attribute selectors

## 4.2.2

- update jquery to 3.1.1

## 4.2.1

- update jquery to 3.1.0

## 4.2.0

- Support jQuery 3.x
- Update jquery-ujs to 1.2.2
- Update jQuery to 1.12.4 and 2.2.4

## 4.1.1

- Update jQuery to 1.12.1 and 2.2.1
- Update jquery-ujs to 1.2.1

## 4.1.0

- Update jQuery to 1.12.0 and 2.2.0
- Update jquery-ujs to 1.2.0

## 4.0.5

- Specify that Ruby version 1.9.3+ is required
- Test on Ruby 2.2
- Update jquery-ujs from 1.0.4 to 1.1.0

## 4.0.4

  - Fix CSP bypass vulnerability. CVE-2015-1840

## 4.0.1

  - Fix RubyGems permission problem.

## 4.0.0

  - Minimum dependency set to Rails 4.2
  - Updated to jquery-ujs 1.0.2
  - Support jQuery 1.x and 2.x

(taca)

2019-03-03 16:27:47 UTC MAIN commitmail json YAML

doc: Removed www/ruby-journey

(taca)

2019-03-03 16:27:21 UTC MAIN commitmail json YAML

www/ruby-journey: remove package

Remove ruby-journey which was required by ruby-actionpack32.

(taca)

2019-03-03 16:26:40 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-journey

(taca)

2019-03-03 16:24:42 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-sprockets22

(taca)

2019-03-03 16:24:25 UTC MAIN commitmail json YAML

misc/ruby-sprockets22: remove package

Remove ruby-sprockets22 package which is kept for ruby-actionpack32
package.

(taca)

2019-03-03 16:23:32 UTC MAIN commitmail json YAML

misc/Makefile: remove ruby-sprockets22

(taca)

2019-03-03 16:22:37 UTC MAIN commitmail json YAML

doc: Removed mail/ruby-mail25

(taca)

2019-03-03 16:21:25 UTC MAIN commitmail json YAML

mail/ruby-mail25: remove package

Remove ruby-mail25 package which was kept for ruby-actionmailer32 package.

(taca)

2019-03-03 16:20:56 UTC MAIN commitmail json YAML

mail/Makefile: remove ruby-mail25

(taca)

2019-03-03 16:19:16 UTC MAIN commitmail json YAML

lang/ruby: remove support for Ruby on Rails 3.2

Remove support for Ruby on Rails 3.2 packages.

(taca)

2019-03-03 16:14:48 UTC MAIN commitmail json YAML

doc: Removed databases/ruby-arel30

(taca)

2019-03-03 16:14:30 UTC MAIN commitmail json YAML

databases/ruby-arel30: remove package

Remove ruby-arel30 package which is kept for ruby-activerecord32 package.

(taca)

2019-03-03 16:13:44 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-arel30

(taca)

2019-03-03 16:06:30 UTC MAIN commitmail json YAML

doc: remove Ruby on Rails 3.2 packages

www/ruby-rails32
devel/ruby-railties32
mail/ruby-actionmailer32
www/ruby-actionpack32
www/ruby-activeresource32
databases/ruby-activerecord32
devel/ruby-activemodel32
devel/ruby-activesupport32

(taca)

2019-03-03 16:05:17 UTC MAIN commitmail json YAML

devel/ruby-activesupport32: remove package

Remove ruby-activesupport32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 16:04:42 UTC MAIN commitmail json YAML

devel/ruby-activemodel32: remove package

Remove ruby-activemodel32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 16:04:18 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-activemodel32 and ruby-activesupport32

(taca)

2019-03-03 16:02:00 UTC MAIN commitmail json YAML

databases/ruby-activerecord32: remove package

Remove ruby-activerecord32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 16:01:30 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-activerecord32

(taca)

2019-03-03 16:00:25 UTC MAIN commitmail json YAML

www/ruby-activeresource32: remove package

Remove ruby-activeresource32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 15:59:57 UTC MAIN commitmail json YAML

www/ruby-actionpack32:: remove package

Remove ruby-actionpack32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 15:59:23 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-actionpack32 and ruby-activeresource32

(taca)

2019-03-03 15:57:44 UTC MAIN commitmail json YAML

mail/ruby-actionmailer32: remove package

Remove ruby-actionmailer32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 15:57:15 UTC MAIN commitmail json YAML

mail/Makefile: remove ruby-actionmailer32

(taca)

2019-03-03 15:55:20 UTC MAIN commitmail json YAML

devel/ruby-railties32: remove package

Remove ruby-railties32, a part of Ruby on Rails 3.2 packages which is
already EOL.

(taca)

2019-03-03 15:54:15 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-railties32

(taca)

2019-03-03 15:53:01 UTC MAIN commitmail json YAML

www/ruby-rails32: remove package

Start remove of Ruby on Rails 3.2 packages which is already EOL.

(taca)

2019-03-03 15:51:09 UTC MAIN commitmail json YAML

doc: Removed www/ruby-sass-rails32

(taca)

2019-03-03 15:50:47 UTC MAIN commitmail json YAML

www/ruby-sass-rails32: remove package

Remove ruby-sass-rails32 package which supported by Ruby on Rails 3.2.

(taca)

2019-03-03 15:50:16 UTC MAIN commitmail json YAML

www/Makefile: remove ruby-rails32 and ruby-sass-rails32.

(taca)

2019-03-03 15:48:29 UTC MAIN commitmail json YAML

doc: Removed www/ruby-coffee-rails32

(taca)

2019-03-03 15:48:13 UTC MAIN commitmail json YAML

www/ruby-coffee-rails32: remove package

Remove ruby-coffee-rails32 package which supported by Ruby on Rails 3.2.

(taca)

2019-03-03 15:46:47 UTC MAIN commitmail json YAML

doc: Added www/ruby-coffee-rails version 4.2.2

(taca)

2019-03-03 15:46:09 UTC MAIN commitmail json YAML

www/Makefile: replace ruby-coffee-rails32 with ruby-coffee-rails

(taca)

2019-03-03 15:45:40 UTC MAIN commitmail json YAML

www/ruby-coffee-rails: add package version 4.2.2

Add ruby-coffee-rails package version 4.2.2 which supported by Ruby on
Rails 4.2 and later.

CoffeeScript adapter for the Rails asset pipeline.  Also adds support to use
CoffeeScript to respond to JavaScript requests (use `.coffee` views).

(taca)

2019-03-03 15:34:01 UTC MAIN commitmail json YAML

doc: note remove of ruby-dm-active_model and ruby-dm-rails

databases/ruby-dm-active_model
databases/ruby-dm-rails

(taca)

2019-03-03 15:32:22 UTC MAIN commitmail json YAML

databases/ruby-dm-rails: remove package

Remove ruby-dm-rails_model package which supported by Ruby on Rails 3.2.

(taca)

2019-03-03 15:31:51 UTC MAIN commitmail json YAML

databases/ruby-dm-active_model: remove package

Remove ruby-dm-active_model package which supported by Ruby on Rails 3.2.

(taca)

2019-03-03 15:30:57 UTC MAIN commitmail json YAML

databases/Makefile: remove ruby-dm-active_model and ruby-dm-rails

Remove ruby-dm-active_model and ruby-dm-rails.

(taca)

2019-03-03 15:26:30 UTC MAIN commitmail json YAML

lang/ruby/rails.mk: switch default rails to 4.2

Switch default Ruby on Rails version to 4.2.

(taca)

2019-03-03 15:24:32 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.18.0

(taca)

2019-03-03 15:24:03 UTC MAIN commitmail json YAML

databases/ruby-sequel update to 5.18.0

=== 5.18.0 (2019-03-01)

* Use singleton .call methods on plain objects instead of procs/methods for faster type conversion (jeremyevans)

* Add Sequel::SQL::Blob.call to avoid indirection when converting values from the database (jeremyevans)

* Use while instead of each for inner loops in sqlite and jdbc adapters for better performance (jeremyevans)

* Make after_initialize plugin not make the argument to Model.call optional (jeremyevans)

* Allow Dataset#paged_each to be called without a block in the postgres and mysql2 adapters (jeremyevans)

* Remove flow-control exceptions in connection_expiration and connection_validator extensions (jeremyevans)

* Add throw_failures plugin for throwing ValidationFailed and HookFailed exceptions instead of raising them, up to 10x performance increase on JRuby (jeremyevans)

* Support tzinfo 2 in addition to tzinfo 1 in the named_timezones extension (jeremyevans) (#1596)

(taca)

2019-03-03 15:23:18 UTC MAIN commitmail json YAML

doc: note remove of F-PROT Antivirus packages

security/f-prot-antivirus6-ms-bin
security/f-prot-antivirus6-fs-bin
security/f-prot-antivirus6-ws-bin

(taca)

2019-03-03 15:22:34 UTC MAIN commitmail json YAML

2019-03-03 15:21:50 UTC MAIN commitmail json YAML

security/f-prot-antivirus6-ws-bin: remove package

Remove f-prot-antivirus6-ws-bin package version 6.2.3.

Althoguth F-PROT Antivirus is still supported for licensed users,
its antivirus engine (i.e. program itself) did not updated since 2013 and
it is sold for Linux and Windows (no *BSD).

So it's time to remove it from pkgsrc.

(taca)

2019-03-03 15:21:28 UTC MAIN commitmail json YAML

security/f-prot-antivirus6-fs-bin: remove package

Remove f-prot-antivirus6-fs-bin package version 6.2.3.

Althoguth F-PROT Antivirus is still supported for licensed users,
its antivirus engine (i.e. program itself) did not updated since 2013 and
it is sold for Linux and Windows (no *BSD).

So it's time to remove it from pkgsrc.

(taca)

2019-03-03 15:21:03 UTC MAIN commitmail json YAML

security/Makefile: remove f-prot-antivirus6*

(taca)

2019-03-03 15:20:17 UTC MAIN commitmail json YAML

security/f-prot-antivirus6-ms-bin: remove package

Remove f-prot-antivirus6-ms-bin package version 6.2.3.

Althoguth F-PROT Antivirus is still supported for licensed users,
its antivirus engine (i.e. program itself) did not updated since 2013 and
it is sold for Linux and Windows (no *BSD).

So it's time to remove it from pkgsrc.

(taca)

2019-03-03 15:11:01 UTC MAIN commitmail json YAML

doc: Updated databases/freetds to 1.00.111

(taca)

2019-03-03 15:10:32 UTC MAIN commitmail json YAML

databases/freetds: update to 1.00.111

Update freetds to 1.00.111.

Various bug fixes and please refer ChangeLog in detail.

<https://github.com/FreeTDS/freetds/blob/Branch-1_00/ChangeLog>

(taca)

2019-03-03 15:04:58 UTC MAIN commitmail json YAML

doc: Add Ruby on Rails 5.2.2 packages

devel/ruby-activesupport52
devel/ruby-activemodel52
devel/ruby-activejob52
www/ruby-actionview52
www/ruby-actionpack52
www/ruby-actioncable52
databases/ruby-activerecord52
devel/ruby-activestorage52
mail/ruby-actionmailer52
devel/ruby-railties52
www/ruby-rails52

(taca)

2019-03-03 15:03:51 UTC MAIN commitmail json YAML

www/Makefile: add ruby-rails52

(taca)

2019-03-03 15:03:16 UTC MAIN commitmail json YAML

www/ruby-rails52: add version 5.2.2 package

Add ruby-rails52 version 5.2.2 package.

Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 15:02:14 UTC MAIN commitmail json YAML

devel/Makefile: add ruby-railties52

(taca)

2019-03-03 15:01:38 UTC MAIN commitmail json YAML

devel/ruby-railties52: add version 5.2.2 package

Add ruby-railties52 version 5.2.2 package.

= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manager rails command line interface;

* provides Rails generators core;

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:59:36 UTC MAIN commitmail json YAML

mail/Makefile: add ruby-actionmailer52

(taca)

2019-03-03 14:58:57 UTC MAIN commitmail json YAML

mail/ruby-actionmailer52: add version 5.2.2 package

Add ruby-actionmailer52 version 5.2.2 package.

Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem.  It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:57:53 UTC MAIN commitmail json YAML

devel/Makefile: add ruby-activestorage52

(taca)

2019-03-03 14:57:04 UTC MAIN commitmail json YAML

devel/ruby-activestorage52: add version 5.2.2 package

Add ruby-activestorage52 version 5.2.2 package.

# Active Storage

Active Storage makes it simple to upload and reference files in cloud services
like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records.  Supports having one main service and mirrors
in other services for redundancy.  It also provides a disk service for testing
or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the client
to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) supported
transformation.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:55:53 UTC MAIN commitmail json YAML

databases/Makefile: add ruby-activerecord52

(taca)

2019-03-03 14:55:02 UTC MAIN commitmail json YAML

databases/ruby-activerecord52: add version 5.2.2 package

Add ruby-activerecord52 version 5.2.2 package.

= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:53:54 UTC MAIN commitmail json YAML

www/Makefile: add ruby-{actioncable,actionpack,actionview}52

(taca)

2019-03-03 14:53:04 UTC MAIN commitmail json YAML

www/ruby-actioncable52: add version 5.2.2 package

Add ruby-actioncable52 version 5.2.2 package.

# Action Cable – Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application.  It allows for real-time features to be written in Ruby in the
same style and form as the rest of your Rails application, while still being
performant and scalable.  It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework.  You have
access to your full domain model written with Active Record or your ORM of
choice.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:51:57 UTC MAIN commitmail json YAML

www/ruby-actionpack52: add version 5.2.2 package

Add ruby-actionpack52 version 5.2.2 package.

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:50:27 UTC MAIN commitmail json YAML

www/ruby-actionview52: add version 5.2.2 package

Add ruby-actionview52 version 5.2.2 package.

Action View provides simple, battle-tested conventions and helpers for
building web pages.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:48:42 UTC MAIN commitmail json YAML

devel/Makefile: add ruby-{activejob,activemodel,activesupport}52

(taca)

2019-03-03 14:47:19 UTC MAIN commitmail json YAML

devel/ruby-activejob52: add version 5.2.2 package

Add ruby-activejob52 version 5.2.2 package.

Active Job is a framework for declaring jobs and making them run on a
variety of queueing backends. These jobs can be everything from
regularly scheduled clean-ups, to billing charges, to
mailings. Anything that can be chopped up into small units of work and
run in parallel, really.

It also serves as the backend for Action Mailer's #deliver_later
functionality that makes it easy to turn any mailing into a job for
running later. That's one of the most common jobs in a modern web
application: Sending emails outside of the request-response cycle, so
the user doesn't have to wait on it.

The main point is to ensure that all Rails apps will have a job
infrastructure in place, even if it's in the form of an "immediate
runner". We can then have framework features and other gems build on
top of that, without having to worry about API differences between
Delayed Job and Resque. Picking your queuing backend becomes more of
an operational concern, then. And you'll be able to switch between
them without having to rewrite your jobs.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:45:53 UTC MAIN commitmail json YAML

devel/ruby-activemodel52: add version 5.2.2 package

Add ruby-activemodel52 version 5.2.2 package.

Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-ActiveRecord models,
for example. Active Model also helps building custom ORMs for use outside of
the Rails framework.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:44:26 UTC MAIN commitmail json YAML

devel/ruby-activesupport52: add version 5.2.2 package

Add ruby-activesupport52 version 5.2.2 package.

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.

This is for Ruby on Rails 5.2.

(taca)

2019-03-03 14:41:21 UTC MAIN commitmail json YAML

lang/ruby/rails.mk: add support for Ruby on Rails 5.2

Add support for Ruby on Rails 5.2.

(taca)

2019-03-03 14:39:46 UTC MAIN commitmail json YAML

doc: note update of www/ruby-actionpack32 and www/ruby-actionpack42

www/ruby-actionpack32 3.2.22.5nb1
www/ruby-actionpack42 4.2.11nb1

(taca)

2019-03-03 14:38:52 UTC MAIN commitmail json YAML

www/ruby-actionpack42: depends on ruby-rack-test06

Change dependency from ruby-rack-test to ruby-rack-test06.

Bump PKGREVISION.

(taca)

2019-03-03 14:38:12 UTC MAIN commitmail json YAML

www/ruby-actionpack32: depends on ruby-rack-test06

Change dependency from ruby-rack-test to ruby-rack-test06.

(taca)

2019-03-03 14:36:24 UTC MAIN commitmail json YAML

doc: Added www/ruby-rack-test06 version 0.6.3

(taca)

2019-03-03 14:35:54 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-rack-test06

(taca)

2019-03-03 14:35:21 UTC MAIN commitmail json YAML

www/ruby-rack-test06: re-add ruby-rack-test 0.6.3

Add ruby-rack-test package version 0.6.3 as ruby-rack-test06.

(taca)

2019-02-27 16:42:42 UTC MAIN commitmail json YAML

devel/ruby-rugged: remove extra BUILDLINK_API_DEPENDS.libgit2

Remove extra BUILDLINK_API_DEPENDS.libgit2 since it is not required any
more.

(taca)

2019-02-27 16:34:22 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rugged to 0.28.0

(taca)

2019-02-27 16:33:50 UTC MAIN commitmail json YAML

devel/ruby-rugged: update to 0.28.0

Catch up to devel/libgit2 0.28.

(taca)

2019-02-25 16:50:45 UTC MAIN commitmail json YAML

doc: Updated math/ruby-spreadsheet to 1.2.0

(taca)

2019-02-25 16:50:24 UTC MAIN commitmail json YAML

math/ruby-spreadsheet: update to 1.2.0

### 1.2.0 17.2.2019
Author: James McLaren <jamesmclaren555@gmail.com>
* spreadsheet-1.2.0.gem released

(taca)

2019-02-25 16:49:24 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-RMagick to 3.0.0

(taca)

2019-02-25 16:48:58 UTC MAIN commitmail json YAML

graphics/ruby-RMagick: update to 3.0.0

## RMagick 3.0.0

Breaking Changes:

- Drop support for Ruby < 2.3.
- Drop support for ImageMagick < 6.8.
- Raise error when `nil` or empty string are passed to `Image.read`. (#351)
- Monitor feature disabled on Windows. (#344)
- Note: ruby versions > 2.4 and ImageMagick versions > 6.8 are not *explicitly*
  supported, yet, but if you are using them already, they should continue to
  work in the same fashion.

Enhancements:

- Add feature `Image#channel_entropy` (#300)
- Many quality of life improvements in the codebase.

Bug Fixes:

- Many memory leaks fixed!
- Fix `LoadError` on Windows. (#315)
- fix argument count in `Image#morphology_channel` (#306)

(taca)

2019-02-25 16:43:55 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rgl to 0.5.4

(taca)

2019-02-25 16:43:23 UTC MAIN commitmail json YAML

devel/ruby-rgl: update to 0.5.4

2019-01 Release 0.5.4

Lia Skalkos
* Enable options to be passed to #write_to_graphic_file (4ca972). For details see PR #41
Horst Duchene
* Fix travis-ci errors
* Add new ruby versions
* Fix gemspec errors
* Fix lint warnings
* Use version stream 0.5.2

(taca)

2019-02-25 16:42:48 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pkg-config to 1.3.4

(taca)

2019-02-25 16:42:23 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.3.4

== 1.3.4 - 2019-02-19

=== Fixes

  * Fixed 32bit MinGW Ruby detection.
    [GitHub:ruby-gnome2/ruby-gnome2#1274][Reported by noanoa07]

=== Thanks

  * noanoa07

== 1.3.3 - 2019-02-10

=== Improvements

  * Improved MSYS2 detection on Windows.
    [GitHub#16][Reported by dsisnero]

=== Thanks

  * dsisnero

(taca)

2019-02-25 16:41:34 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pathname2 to 1.8.1

(taca)

2019-02-25 16:41:13 UTC MAIN commitmail json YAML

devel/ruby-pathname2: update to 1.8.1

== 1.8.1 - 31-Jan-2019
* The VERSION constant is now frozen.
* Added metadata to the gemspec.
* Fixed missing hyphen in license name.
* Updated cert, should be good for about 10 years.

(taca)

2019-02-25 14:53:30 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-mustache to 1.1.0

(taca)

2019-02-25 14:53:05 UTC MAIN commitmail json YAML

devel/ruby-mustache: update to 1.1.0

1.1.0 (2018-10-13)

* [feat] Introduces Mustache#escape.
* This method receives a non-stringified value to allow for more flexibility
  in the escaping, like JSON. (#245)
* [bug] Raise correct error when closing unopened section (#240)
* [bug] Fix use of deprecated File.exists? (#241)
* [bug] Fix variable shadowing warning (#241)

(taca)

2019-02-25 14:46:25 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-test-unit to 3.3.0

(taca)

2019-02-25 14:46:05 UTC MAIN commitmail json YAML

devel/ruby-test-unit: update to 3.3.0

## 3.3.0 - 2019-01-23 {#version-3-3-0}

### Improvements

  * Added support for auto test run when all tests are defined in
    modules.

  * Added support for defining methods to test case class in multiple
    threads.
    [GitHub#159][Reported by Charles Oliver Nutter]

  * Suppressed warnings on Ruby 2.5.
    [GitHub#160][Reported by Daniel Berger]

  * Suppressed warnings on Ruby 2.7.

(taca)

2019-02-25 14:45:16 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-byebug to 11.0.0

(taca)

2019-02-25 14:44:50 UTC MAIN commitmail json YAML

devel/ruby-byebug: update to 11.0.0

## [11.0.0] - 2019-02-15

### Added

* [#377](https://github.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@tacnoman]).
* [#524](https://github.com/deivid-rodriguez/byebug/pull/524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@tacnoman]).

### Fixed

* [#527](https://github.com/deivid-rodriguez/byebug/pull/527): `break` help text to clarify placeholders from literals.
* [#528](https://github.com/deivid-rodriguez/byebug/pull/528): `quit!` help to not show a space between "quit" and "!".

### Removed

* Support for MRI 2.2. Byebug no longer installs on this platform.

(taca)

2019-02-25 14:16:25 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.4.0

(taca)

2019-02-25 14:16:04 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.4.0

=== 1.4.0

* Enhancements
  * Better aggregator support

* Bugfixes
  * Various

(taca)

2019-02-25 14:10:54 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-activeldap to 5.2.3

(taca)

2019-02-25 14:10:29 UTC MAIN commitmail json YAML

databases/ruby-activeldap: update to 5.2.3

5.2.3: 2019-02-15

Improvements

* Changed to use add and delete for modify if it's needed.
  [GitHub#156][Patch by David Klotz]

* Added support for timezone with munites offset such as @0530@.
  [GitHub#160][GitHub#161][Patch by Neng Xu]

* Added support for Ruby 2.6.

Thanks

* David Klotz

* Neng Xu

(taca)

2019-02-24 16:32:06 UTC MAIN commitmail json YAML

doc: Updated www/drupal8 to 8.6.10

(taca)

2019-02-24 16:31:39 UTC MAIN commitmail json YAML

www/drupal8: update to 8.6.10

Drupal 8.6.10 (2019-02-20)

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the security announcement and notes below:

* Drupal core - Remote code execution - SA-CORE-2019-003

Sites on 8.5.x or earlier should update immediately to Drupal 8.5.11 instead,
and plan to update to the latest 8.6.x release before May 2019 (when 8.7.0 is
released and 8.5.x security coverage ends).

Important update information

For site owners

* In addition to the above fix, this release includes the fix for #3031740:
  Updating to 8.6.8 or 8.6.9 with Drush 8 causes data loss via
  update_fix_compatibility() to prevent Drush 8 issues for sites updating
  directly from an earlier security release.

* update.php must be run after updating to ensure changes from the patch take
  effect.

* No changes have been made to the .htaccess, web.config, robots.txt or
  default settings.php files in this release, so upgrading custom versions of
  those files is not necessary if your site is already on the previous
  release.

For module developers

Some contributed module tests may need to be updated if they extend core's
test suite, due to a minor API change in a test base class.

(taca)

2019-02-24 16:26:43 UTC MAIN commitmail json YAML

doc: Updated www/ruby-compass-import-once to 1.0.5nb1

(taca)

2019-02-24 16:26:21 UTC MAIN commitmail json YAML

www/ruby-compass-import-once: update dependency to ruby-sass34

* Update dependency from www/ruby-sass to www/ruby-sass34.
* Add "USE_LANGUAGES= # none".

Bump PKGREVISION.

(taca)

2019-02-24 16:25:15 UTC MAIN commitmail json YAML

doc: Updated www/ruby-compass-core to 1.0.3nb1

(taca)

2019-02-24 16:24:56 UTC MAIN commitmail json YAML

www/ruby-compass-core: update dependency to ruby-sass34

* Update dependency from www/ruby-sass to www/ruby-sass34.
* Add "USE_LANGUAGES= # none".

Bump PKGREVISION.

(taca)

2019-02-24 16:23:01 UTC MAIN commitmail json YAML

doc: Updated www/ruby-sass34 to 3.4.25

(taca)

2019-02-24 16:22:26 UTC MAIN commitmail json YAML

www/ruby-sass34: update to 3.4.25

3.4.25 (7 July 2017)

* Fix a bug where * wouldn't always be eliminated during selector unification.

Deprecations -- Must Read!

* Extending compound selectors such as .a.b is deprecated. This never followed
  the stated semantics of extend: elements that match the extending selector
  are styled as though they matches the extended selector.

* When you write h1 {@extend .a.b}, this should mean that all h1 elements are
  styled as though they match .a.b―that is, as though they have class="a b",
  which means they'd match both .a and .b separately. But instead we extend
  only selectors that contain both .a and .b, which is incorrect.

* Color arithmetic is deprecated. Channel-by-channel arithmetic doesn't
  correspond closely to intuitive understandings of color. Sass's suite of
  color functions are a much cleaner and more comprehensible way of
  manipulating colors dynamically.

* The reference combinator, /foo/, is deprecated since it hasn't been in the
  CSS specification for some time.

* The old-style :name value property syntax is deprecated. This syntax is not
  widely used, and is unnecessarily different from CSS.

(taca)

2019-02-24 16:19:15 UTC MAIN commitmail json YAML

doc: Updated www/ruby-sass to 3.7.3

(taca)

2019-02-24 16:18:52 UTC MAIN commitmail json YAML

www/ruby-sass: update to 3.7.3

3.7.3 (4 January 2019)

* Emit escaped tab characters in identifiers as \9 rather than a backslash followed by a literal tab.

3.7.2 (8 November 2018)

* Fix more escaped-whitespace edge cases.

3.7.1 (7 November 2018)

* Properly handle escaped whitespace and other unusual characters.

3.7.0 (6 November 2018)

* Add support for CSS's min() and max() math functions. A min() and max() call will continue to be parsed as a Sass function if it involves any Sass-specific features like variables or function calls, but if it's valid plain CSS (optionally with interpolation) it will be emitted as plain CSS instead.

  See the proposal for details.

* Add support for range-format media features like (10px < width < 100px). See the proposal for details.
* Normalize escape codes in identifiers so that, for example, éclair and \E9clair are parsed to the same value. See the proposal for details.

Backwards Incompatibilities -- Must Read!

* Percentages passed as $alpha arguments to rgba() and hsla() are now interpreted according to the spec, and all other units are disallowed.

3.6.0 (19 September 2018)

* Add support for importing an _index.scss or _index.sass file when importing a directory.

Backwards Incompatibilities -- Must Read!

* Tokens such as #abcd that are ambiguous between ID strings and hex colors with an alpha channel are now parsed as colors.

3.5.7 (18 July 2018)

* Add a post-install message indicating that Ruby Sass is deprecated.
* Properly emit an error when an empty block is passed to a mixin that doesn't use @content.

3.5.6 (22 March 2018)

* Allow ! in custom property values.

* var() may now be passed in place of multiple arguments to rgb(), rgba(), hsl() and hsla().
* Don't crash on custom properties that aren't followed by semicolons.
* Don't crash when normalizing numbers with complex units.
* Don't crash on $x % 0.

3.5.5 (4 January 2018)

* Emit a warning when && is used, since it's probably not what the user means.
* Add a suggested replacement for extended compound selectors.
* Fix a bug where an unparseable selector produced an unuseful error.

3.5.4 (15 December 2017)

* round() now returns the correct results for negative numbers that should round down.

* Avoid thread-unsafely modifying $stderr.

3.5.3 (26 October 2017)

* Generate correct source maps for map literals.

3.5.2 (4 October 2017)

* Properly parse CSS variables that begin with interpolation (for example, --#{$foo}: ...).

3.5.1 (13 July 2017)

* Avoid conflicts with the listen gem.

3.5.0 (12 July 2017)

* Default to ten digits of numeric precision.
* Combine ids and :root when unifying selectors with @extend and selector functions.
* It's no longer an error to @extend a selector that exists in the stylesheet, but for which unification fails.
* Add a $weight parameter to invert().
* The last argument in an argument list can now have a trailing comma.
* Allow var() to be passed to rgb(), rgba(), hsl(), and hsla().
* Add support for the ::slotted() pseudo-element.
* Add support for CSS's grid template areas and named lines. We support this syntax through a new type of list called a "bracketed list". Bracketed lists can be created by wrapping a list with square brackets. For example: [this is bracketed] and [this, is, also, bracketed]. Bracketed lists will output their square brackets when used as a CSS value. Bracketed lists may be either space-separated or comma-separated. The is-bracketed() function, when passed a list will return a boolean indicating whether that list will output with brackets. The join() function now accepts a $bracketed parameter that controls whether the returned list has brackets.
* A new function content-exists() will return true when called within a mixin that was passed content for use by the @content directive.
* Passing a string to call($function-name, $args...) indicating which function to invoke is now deprecated. Instead pass a function reference returned from get-function($function-name). This allows function name resolution to be performed in the correct lexical context and then invoked in a different context. This is required so that the module-based resolver in Sass 4.0 will invoke the correct function when calling across module boundaries. Developers of frameworks that use call should not do the function lookup for callers of their framework; this is likely to result in a situation where the framework cannot resolve the function in 4.0.
* Values that can be interpreted as hex colors with alpha channels and also as ID values, such as #abcd, now emit deprecation warnings in preparation for being parsed differently Sass 3.6. They were previously parsed as strings, and in 3.6 they will be parsed as colors instead.
* Pseudo selectors that take arguments now allow any [<declaration-value>][declaration-value] production in their argument list. This will provide better forwards-compatibility for future CSS syntax.
* Pseudo selectors that take selectors as arguments will no longer always be eliminated if they contain placeholder selectors that aren't extended. Instead, they'll be reduced to valid CSS selectors if possible.
* Generated transparent colors will now be emitted as rgba(0, 0, 0, 0) rather than transparent. This works around a bug wherein IE incorrectly handles the latter format.
* The indented syntax now allows different indentation to be used for different lines, as long as they define a consistent tree structure.

Backwards Incompatibilities -- Must Read!

* The way CSS variables are handled has changed to better correspond to the CSS spec. They no longer allow arbitrary SassScript in their values; instead, almost all text in the property values will be passed through unchanged to CSS. The only exception is #{}, which will inject a SassScript value as before.

(taca)

2019-02-24 16:13:08 UTC MAIN commitmail json YAML

doc: Added www/ruby-sass34 version 3.4.24

(taca)

2019-02-24 16:12:36 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-sass34

(taca)

2019-02-24 16:11:45 UTC MAIN commitmail json YAML

2019-02-24 16:04:28 UTC MAIN commitmail json YAML

doc: Added www/ruby-sass-rails version 5.0.7

(taca)

2019-02-24 16:04:12 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-sass-rails

(taca)

2019-02-24 16:03:44 UTC MAIN commitmail json YAML

www/ruby-sass-rails: add package version 5.0.7

Add ruby-sass-rails package version 5.0.7 which covers Ruby on Rails 4.2
and later.

Sass adapter for the Rails asset pipeline.

This gem provides official integration for Ruby on Rails projects with the
Sass stylesheet language.

(taca)

2019-02-24 15:52:24 UTC MAIN commitmail json YAML

doc: Added www/ruby-sass-listen version 4.0.0

(taca)

2019-02-24 15:51:52 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-sass-listen

(taca)

2019-02-24 15:50:25 UTC MAIN commitmail json YAML

www/ruby-sass-listen: add version 4.0.0 package

This fork of guard/listen provides a stable API for users of the ruby Sass CLI.

Listen

The Listen gem listens to file modifications and notifies you about the changes.

Features

* OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, \*BSD and Windows,
  [more info](#listen-adapters) below.
* Detects file modification, addition and removal.
* You can watch multiple directories.
* Regexp-patterns for ignoring paths for more accuracy and speed
* Increased change detection accuracy on OS X HFS and VFAT volumes.
* Tested on MRI Ruby environments (2.0+ only) via
  [Travis CI](https://travis-ci.org/guard/listen).

(taca)

2019-02-22 01:24:48 UTC MAIN commitmail json YAML

doc: Updated net/bind912 to 9.12.3pl4

(taca)

2019-02-22 01:24:24 UTC MAIN commitmail json YAML

net/bind912: update to 9.12.3pl4

Update bind912 to 9.12.3pl4 (BIND 9.12.3-P4).

--- 9.12.3-P4 released ---

--- 9.12.3-P3 released (withdrawn) ---

5141. [security] Zone transfer controls for writable DLZ zones were
not effective as the allowzonexfr method was not being
called for such zones. (CVE-2019-6465) [GL #790]

--- 9.12.3-P2 released (withdrawn) ---

5118. [security] Named could crash if it is managing a key with
`managed-keys` and the authoritative zone is rolling
the key to an unsupported algorithm. (CVE-2018-5745)
[GL #780]

5110. [security] Named leaked memory if there were multiple Key Tag
EDNS options present. (CVE-2018-5744) [GL #772]

(taca)

2019-02-22 01:23:09 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.5pl4

(taca)

2019-02-22 01:22:38 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.5pl4

Update bind911 to 9.11.5pl4 (BIND 9.11.5-P4).

--- 9.11.5-P4 released ---

--- 9.11.5-P3 released (withdrawn) ---

5141. [security] Zone transfer controls for writable DLZ zones were
not effective as the allowzonexfr method was not being
called for such zones. (CVE-2019-6465) [GL #790]

--- 9.11.5-P2 released (withdrawn) ---

5118. [security] Named could crash if it is managing a key with
`managed-keys` and the authoritative zone is rolling
the key to an unsupported algorithm. (CVE-2018-5745)
[GL #780]

5110. [security] Named leaked memory if there were multiple Key Tag
EDNS options present. (CVE-2018-5744) [GL #772]

(taca)

2019-02-19 16:28:13 UTC MAIN commitmail json YAML

doc: Updated devel/transifex-client to 0.13.6

(taca)

2019-02-19 16:27:49 UTC MAIN commitmail json YAML

devel/transifex-client: update to 0.13.6

Update transifex-client to 0.13.6.

* pkgsrc change: relax dependency to py-urllib3 and py-six.

Release note only contains:

* Extend Python support

(taca)

2019-02-14 06:04:17 UTC MAIN commitmail json YAML

doc: Updated lang/ruby25-base to 2.5.3nb1

(taca)

2019-02-14 06:03:50 UTC MAIN commitmail json YAML

lang/ruby25-base: add missing document installation

* Add missing document installation.
* Do not remove non-existing extconf.rb of ext/tk.

Bump PKGREVISION.

(taca)

2019-02-14 06:01:03 UTC MAIN commitmail json YAML

ng/ruby26: forgot to commit DESCR

I forgot to commit DESCR.

(taca)

2019-02-09 15:22:46 UTC MAIN commitmail json YAML

lang/ruby/gem.mk: improve message

OVERRIDE_GEMSPEC would not only update rubygem's dependency but also
its meta data.

(taca)

2019-02-09 13:46:32 UTC MAIN commitmail json YAML

devel/ruby-libyajl2: missing update

I forgot to commit not only distinfo but also PLIST.

(taca)

2019-02-07 14:07:18 UTC MAIN commitmail json YAML

doc: Updated lang/php73 to 7.3.2

(taca)

2019-02-07 14:06:42 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.2

07 Feb 2019, PHP 7.3.2

- Core:
  . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
  . Fixed bug #77387 (Recursion detection broken when printing GLOBALS).
    (Laruence)
  . Fixed bug #77376 ("undefined function" message no longer includes
    namespace). (Laruence)
  . Fixed bug #77357 (base64_encode / base64_decode doest not work on nested
    VM). (Nikita)
  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
  . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
    subst virtual drive). (Anatol)
  . Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator). (Dmitry)
  . Fixed bug #77447 (PHP 7.3 built with ASAN crashes in
    zend_cpu_supports_avx2). (Nikita)
  . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
    working dir). (Anatol)

- Curl:
  . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)

- Fileinfo:
  . Fixed bug #77346 (webm files incorrectly detected as
    application/octet-stream). (Anatol)

- FPM:
  . Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped,
    status=11/SEGV). (Jakub Zelenka)

- GD:
  . Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
    (cmb)
  . Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies). (cmb)
  . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
  . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
  . Fixed bug #77479 (imagewbmp() segfaults with very large images). (cmb)

- ldap:
  . Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in
    libcrypto-1_1-x64.dll). (Anatol)

- Mbstring:
  . Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution
    variable). (Nikita)
  . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
    (64796c6e69 at gmail dot com)

- MySQLnd:
  . Fixed bug #77308 (Unbuffered queries memory leak). (Dmitry)
  . Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
      no external visibility). (Anatol)

- Opcache:
  . Fixed bug #77266 (Assertion failed in dce_live_ranges). (Laruence)
  . Fixed bug #77257 (value of variable assigned in a switch() construct gets
    lost). (Nikita)
  . Fixed bug #77434 (php-fpm workers are segfaulting in zend_gc_addre).
    (Nikita)
  . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
    (Kevin Adler)
  . Fixed bug #77287 (Opcache literal compaction is incompatible with EXT
    opcodes). (Nikita)

- PCRE:
  . Fixed bug #77338 (get_browser with empty string). (Nikita)

- PDO:
  . Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
    failure). (Nikita)

- PDO MySQL:
  . Fixed bug #77289 (PDO MySQL segfaults with persistent connection).
    (Lauri Kenttä)

- SOAP:
  . Fixed bug #77410 (Segmentation Fault when executing method with an empty
    parameter). (Nikita)

- Sockets:
  . Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
    on MacOS). (Michael Meyer)

- SPL:
  . Fixed bug #77298 (segfault occurs when add property to unserialized empty
    ArrayObject). (jhdxr)

- Standard:
  . Fixed bug #77395 (segfault about array_multisort). (Laruence)
  . Fixed bug #77439 (parse_str segfaults when inserting item into existing
    array). (Nikita)

(taca)

2019-02-07 14:05:45 UTC MAIN commitmail json YAML

doc: Updated lang/php72 to 7.2.15

(taca)

2019-02-07 14:05:05 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.15

07 Feb 2019, PHP 7.2.15

- Core:
  . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
  . Fixed bug #77494 (Disabling class causes segfault on member access).
    (Dmitry)
  . Fixed bug #77530 (PHP crashes when parsing `(2)::class`). (Ekin)

- Curl:
  . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)

- GD:
  . Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
    (cmb)
  . Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies). (cmb)
  . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
  . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
  . Fixed bug #77479 (imagewbmp() segfaults with very large images). (cmb)

- ldap:
  . Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in
    libcrypto-1_1-x64.dll). (Anatol)

- Mbstring:
  . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
    (64796c6e69 at gmail dot com)

- MySQLnd:
  . Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
    no external visibility). (Anatol)

- Opcache:
  . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
    (Kevin Adler)

- OpenSSL:
  . Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
    records). (Abyl Valg, Jakub Zelenka)

- PDO:
  . Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
    failure). (Nikita)

- Sockets:
  . Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
    on MacOS). (Michael Meyer)

- Standard:
  . Fixed bug #77395 (segfault about array_multisort). (Laruence)
  . Fixed bug #77439 (parse_str segfaults when inserting item into existing
    array). (Nikita)

(taca)

2019-02-07 13:40:57 UTC MAIN commitmail json YAML

lang/pear: fix broken package with previous commit

Fix broken package with previous commit.

* Make Archive_Tar to 1.4.5 which I have the distfile.
* Upload Archive_Tar-1.4.5.tgz to MASTER_SITE_LOCAL.
* Add patch to update Archive/Tar.php to 1.4.6 from GitHub.

No PKGREVISION bump since it was broken.

(taca)

2019-02-06 15:31:24 UTC MAIN commitmail json YAML

doc: Updated math/ruby-roo to 2.8.2

(taca)

2019-02-06 15:30:57 UTC MAIN commitmail json YAML

math/ruby-roo: update to 2.8.2

##  [2.8.2] 2019-02-01
### Changed/Added
- Support range cell for Excelx's links [490](https://github.com/roo-rb/roo/pull/490)
- Skip `extract_hyperlinks` if not required [488](https://github.com/roo-rb/roo/pull/488)

### Fixed
- Fixed error for invalid link [492](https://github.com/roo-rb/roo/pull/492)

##  [2.8.1] 2019-01-21
### Fixed
- Fixed error if excelx's cell have empty children [487](https://github.com/roo-rb/roo/pull/487)

(taca)

2019-02-06 15:30:15 UTC MAIN commitmail json YAML

doc: Updated math/ruby-spreadsheet to 1.1.9

(taca)

2019-02-06 15:29:57 UTC MAIN commitmail json YAML

math/ruby-spreadsheet: update to 1.1.9

No description in History.md but it suppress warnings.

(taca)

2019-02-06 15:17:24 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-rails to 3.8.2

(taca)

2019-02-06 15:16:52 UTC MAIN commitmail json YAML

devel/ruby-rspec-rails: update to 3.8.2

### 3.8.2 / 2019-01-13
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.1...v3.8.2)

Bug Fixes:

* Fix issue with generator for preview specs where `Mailer` would be duplicated
  in the name. (Kohei Sugi, #2037)
* Fix the request spec generator to handle namespaced files. (Kohei Sugi, #2057)
* Further truncate system test filenames to handle cases when extra words are
  prepended. (Takumi Kaji, #2058)
* Backport: Make the `ActiveJob` matchers fail when multiple jobs are queued
  for negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job
  (Emric Istanful, #2069)

### 3.8.1 / 2018-10-23
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)

Bug Fixes:

* Fix `NoMethodError: undefined method 'strip'` when using a `Pathname` object
  as the fixture file path. (Aaron Kromer, #2026)
* When generating feature specs, do not duplicate namespace in the path name.
  (Laura Paakkinen, #2034)
* Prevent `ActiveJob::DeserializationError` from being issued when `ActiveJob`
  matchers de-serialize arguments. (@aymeric-ledorze, #2036)

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.2...v3.8.0)

Enhancements:

* Improved message when migrations are pending in the default `rails_helper.rb`
  (Koichi ITO, #1924)
* `have_http_status` matcher now supports Rails 5.2 style response symbols
  (Douglas Lovell, #1951)
* Change generated Rails helper to match Rails standards for Rails.root
  (Alessandro Rodi, #1960)
* At support for asserting enqueued jobs have no wait period attached.
  (Brad Charna, #1977)
* Cache instances of `ActionView::Template` used in `stub_template` resulting
  in increased performance due to less allocations and setup. (Simon Coffey, #1979)
* Rails scaffold generator now respects longer namespaces (e.g. api/v1/\<thing\>).
  (Laura Paakkinen, #1958)

Bug Fixes:

* Escape quotation characters when producing method names for system spec
  screenshots. (Shane Cavanaugh, #1955)
* Use relative path for resolving fixtures when `fixture_path` is not set.
  (Laurent Cobos, #1943)
* Allow custom template resolvers in view specs. (@ahorek, #1941)

(taca)

2019-02-06 15:15:59 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec to 3.8.0

(taca)

2019-02-06 15:15:31 UTC MAIN commitmail json YAML

devel/ruby-rspec: update to 3.8.0

Update dependency; This package is meta gem for
ruby-rspec-{core,expectations,mocks}.

(taca)

2019-02-06 15:13:55 UTC MAIN commitmail json YAML

devel/ruby-rspec-mocks: update to 3.8.0

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0)

Bug Fixes:

* Issue error when encountering invalid "counted" negative message expectations.
  (Sergiy Yarinovskiy, #1212)
* Ensure `allow_any_instance_of` and `expect_any_instance_of` can be temporarily
  supressed. (Jon Rowe, #1228)
* Ensure `expect_any_instance_of(double).to_not have_received(:some_method)`
  fails gracefully (as its not supported) rather than issuing a `NoMethodError`.
  (Maxim Krizhanovsky, #1231)

(taca)

2019-02-06 15:13:24 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-expectations to 3.8.2

(taca)

2019-02-06 15:13:06 UTC MAIN commitmail json YAML

devel/ruby-rspec-expectations: update to 3.8.2

### 3.8.2 / 2018-10-09
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2)

Bug Fixes:

* Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct
  Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073)
* Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and
  replace that error with a proper informative message. (Jon Rowe, #1076)

### 3.8.1 / 2018-08-06
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1)

Bug Fixes:

* Fix regression in `include` matcher so stopped
  `expect(hash.with_indifferent_access).to include(:symbol_key)`
  from working. (Eito Katagiri, #1069)

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0)

Enhancements:

* Improve failure message of `change(receiver, :message)` by including the
  receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005)
* Improve `change` matcher so that it can correctly detect changes in
  deeply nested mutable objects (such as arrays-of-hashes-of-arrays).
  The improved logic uses the before/after `hash` value to see if the
  object has been mutated, rather than shallow duping the object.
  (Myron Marston, #1034)
* Improve `include` matcher so that pseudo-hash objects (e.g. objects
  that decorate a hash using a `SimpleDelegator` or similar) are treated
  as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012)
* Add `max_formatted_output_length=` to configuration, allowing changing
  the length at which we truncate large output strings.
  (Sam Phippen #951, Benoit Tigeot #1056)
* Improve error message when passing a matcher that doesn't support block
  expectations to a block based `expect`. (@nicktime, #1066)

(taca)

2019-02-06 15:12:33 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-core to 3.8.0

(taca)

2019-02-06 15:12:13 UTC MAIN commitmail json YAML

devel/ruby-rspec-core: update to 3.8.0

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0)

Enhancements:

* Improve shell escaping used by `RSpec::Core::RakeTask` and `--bisect` so
  that it works on `Pathname` objects. (Andrew Vit, #2479)
* Nicely format errors encountered while loading files specified
  by `--require` option.  (Myron Marston, #2504)
* Significantly improve the performance of `--bisect` on platforms that
  support forking by replacing the shell-based runner with one that uses
  forking so that RSpec and the application environment can be booted only
  once, instead of once per spec run. (Myron Marston, #2511)
* Provide a configuration API to pick which bisect runner is used for
  `--bisect`. Pick a runner via `config.bisect_runner = :shell` or
  `config.bisect_runner = :fork` in a file loaded by a `--require`
  option passed at the command line or set in `.rspec`. (Myron Marston, #2511)
* Support the [XDG Base Directory
  Specification](https://specifications.freedesktop.org/basedir-spec/latest/)
  for the global options file. `~/.rspec` is still supported when no
  options file is found in `$XDG_CONFIG_HOME/rspec/options` (Magnus Bergmark, #2538)
* Extract `RSpec.world.prepare_example_filtering` that sets up the
  example filtering for custom RSpec runners. (Oleg Pudeyev, #2552)

Bug Fixes:

* Prevent an `ArgumentError` when truncating backtraces with two identical
  backtraces. (Systho, #2515, Benoit Tigeot, #2539)

(taca)

2019-02-06 15:11:23 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-support to 3.8.0

(taca)

2019-02-06 15:11:00 UTC MAIN commitmail json YAML

devel/ruby-rspec-support: update to 3.8.0

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)

Bug Fixes:

* Order hash keys before diffing to improve diff accuracy when using mocked calls.
  (James Crisp, #334)

(taca)

2019-02-06 15:06:35 UTC MAIN commitmail json YAML

misc/ruby-bundler: not for ruby26 for now

(taca)

2019-02-06 15:05:13 UTC MAIN commitmail json YAML

doc: update ruby-padrino to 0.14.4

www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-core
www/ruby-padrino-admin
www/ruby-padrino-cache
www/ruby-padrino-gen
www/ruby-padrino-mailer
www/ruby-padrino

(taca)

2019-02-06 15:03:08 UTC MAIN commitmail json YAML

www/ruby-padrino: update to 0.14.4

* pkgsrc change: ruby-padrion-gen handles ruby-bundler dependency for
  ruby26.

0.14.4 (2018-11-05)

* FIX #2177 regexp routes and trailing slashes (@pdlug)
* FIX #2182 NoMethodError on `ar` tasks with activerecord v5.2.0+ (@sue445)
* FIX #2185 self.authenticate method in mongoid.rb.tt (@LarryFransson)
* FIX #2179 Deprecate safe_level of `ERB.new` in Ruby 2.6 (@koic)
* FIX #2193 nested require_dependencies (@genkami)

(taca)

2019-02-06 14:56:34 UTC MAIN commitmail json YAML

doc: Update www/ruby-sinatra{,-contrib} to 2.0.5

(taca)

2019-02-06 14:55:55 UTC MAIN commitmail json YAML

www/ruby-sinatra-contrib: update to 2.0.5

### sinatra-contrib

* Add `flush` option to `content_for` [#1225](https://github.com/sinatra/sinatra/pull/1225) by Shota Iguchi

* Drop activesupport dependency from sinatra-contrib [#1448](https://github.com/sinatra/sinatra/pull/1448)

* Update `yield_content` to append default to ERB template buffer [#1500](https://github.com/sinatra/sinatra/pull/1500) by Jordan Owens

(taca)

2019-02-06 14:54:35 UTC MAIN commitmail json YAML

www/ruby-sinatra: update to 2.0.5

## 2.0.5 / 2018-12-22

* Avoid FrozenError when params contains frozen value [#1506](https://github.com/sinatra/sinatra/pull/1506) by Kunpei Sakai

* Add support for Erubi [#1494](https://github.com/sinatra/sinatra/pull/1494) by @tkmru

* `IndifferentHash` monkeypatch warning improvements [#1477](https://github.com/sinatra/sinatra/pull/1477) by Mike Pastore

* Improve development support and documentation and source code by Anusree Prakash, Jordan Owens, @ceclinux and @krororo.

(taca)

2019-02-06 14:52:48 UTC MAIN commitmail json YAML

doc/TODO: update mysql-server

+ mysql-server-8.0.15.

(taca)

2019-02-06 14:52:09 UTC MAIN commitmail json YAML

doc: Updated www/ruby-jekyll to 3.8.5

(taca)

2019-02-06 14:51:37 UTC MAIN commitmail json YAML

www/ruby-jekyll: update to 3.8.5

3.8.5 (2018-11-04)

* pkgsrc change: Handle ruby-bundler dependency for ruby26.

Bug Fixes

* Re-implement handling Liquid blocks in excerpts (#7250)

(taca)

2019-02-06 14:43:21 UTC MAIN commitmail json YAML

www/ruby-rails*: restrict ruby-bunlder dependency

Restrict ruby-bunlder dependency with ruby26.
No bump PKGREVISION since these were broken with ruby26.

(taca)

2019-02-06 01:43:42 UTC MAIN commitmail json YAML

doc: note update of dovecot2 and related packages to 2.4.3.1

mail/dovecot2
mail/dovecot2-gssapi
mail/dovecot2-ldap
mail/dovecot2-mysql
mail/dovecot2-pgsql
mail/dovecot2-sqlite

(taca)

2019-02-06 01:42:16 UTC MAIN commitmail json YAML

mail/dovecot2-sqlite: reset PKGREVISION

Reset PKGREVISION with update to 2.3.4.1.

(taca)

2019-02-06 01:41:28 UTC MAIN commitmail json YAML

mail/dovecot2: update to 2.3.4.1

v2.3.4.1 2019-02-05  Aki Tuomi <aki.tuomi@open-xchange.com>

* CVE-2019-3814: If imap/pop3/managesieve/submission client has
  trusted certificate with missing username field
  (ssl_cert_username_field), under some configurations Dovecot
  mistakenly trusts the username provided via authentication instead
  of failing.
* ssl_cert_username_field setting was ignored with external SMTP AUTH,
  because none of the MTAs (Postfix, Exim) currently send the
  cert_username field. This may have allowed users with trusted
  certificate to specify any username in the authentication. This bug
  didn't affect Dovecot's Submission service.

(taca)

2019-02-04 14:25:19 UTC MAIN commitmail json YAML

doc/TODO: some updates

+ mysql-server-5.6.43, mysql-server-5.7.25, mysql-server-8.0.14,
  ruby-redmine-3.3.9, ruby-redmine-3.4.8, ruby-redmine-4.0.1.
- ruby-2.6.0.

(taca)

2019-02-03 22:20:35 UTC MAIN commitmail json YAML

2019-02-03 16:21:14 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-mixlib-archive to 1.0.1

(taca)

2019-02-03 16:20:53 UTC MAIN commitmail json YAML

archivers/ruby-mixlib-archive: update to 1.0.1

* pkgsrc change: add "USE_LANGUAGES= # none" line.

1.0.1 (2019-01-16)

Merged Pull Requests

* Update expeditor config and order gemfile #38 (tas50)

1.0.0 (2019-01-16)

Merged Pull Requests

* mixlib-archive-tar create corrupt archives on Windows #37 (kenmacleod)
* Require Ruby 2.4+ and bump to version 1.0 #36 (lamont-granquist)

0.4.19 (2018-12-12)

Merged Pull Requests

* Don't ship the readme in the gem artifact #35 (tas50)

0.4.18 (2018-10-15)

Merged Pull Requests

* Misc tweaks to gemfile / gemspec #32 (tas50)
* Add a mingw32 specific gemspec to limit files shipped on *nix #33 (tas50)

(taca)

2019-02-03 16:17:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-zero to 14.0.11

(taca)

2019-02-03 16:16:38 UTC MAIN commitmail json YAML

sysutils/ruby-chef-zero: update to 14.0.11

14.0.11 (2018-11-15)

Merged Pull Requests

* remove hashrocket syntax #283 (lamont-granquist)
* fixes for new chefstyle #284 (lamont-granquist)
* Misc cleanup for gemspec, rakefile, gemfile, and expeditor #287 (tas50)
* Don't ship the readme in the gem #289 (tas50)
* Require Rack 2.0.6 or later to resolve CVEs #288 (tas50)

(taca)

2019-02-03 16:15:47 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-ohai to 14.8.10

(taca)

2019-02-03 16:15:26 UTC MAIN commitmail json YAML

misc/ruby-ohai: update to 14.8.10

* pkgsrc change: add "USE_LANGUAGES= # none" line.

14.8.10 (2018-12-05)

Merged Pull Requests

* Set User-Agent in HTTP header for GCE plugin #1294 (tas50)
* Remove old spec files #1306 (tas50)
* Correctly detect openSUSE leap 15+ #1307 (tas50)
* Linux Virtualization: Load hyper_v hypervsior hostname from guest #1308
  (tas50)
* Make SLED be part of the suse platform_family #1323 (tas50)
* Don't ship the readme with the ohai gemfile #1324 (tas50)
* Linux Virtualization: Use the new nests systems format for lxd / lxc #1329
  (tas50)
* bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode
  #1327 (tas50)
* Add antergos and manjaro linux to the Arch platform_family #1326 (tas50)
* Add mangeia platform with madriva platform_family #1328 (tas50)
* Add support for XCP-NG platform #1330 (tas50)
* Add final notes for Ohai 14.8 #1331 (tas50)
* Fix arista platform detection #1332 (tas50)

14.6.2 (2018-10-11)

Merged Pull Requests

* Review and copyediting of RELEASE_NOTES #1255 (mjingle)
* Avoid gathering all data with sysctl which seems to hang #1259 (tas50)
* Add more yard comments #1256 (tas50)
* Unify the OS plugins #1261 (jaymzh)
* Unify the cpu plugin #1262 (jaymzh)
* Trim out bogus data in system_profile plugin #1263 (tas50)
* [filesystem] Convert rest of unix to fs2 #1266 (jaymzh)
* Correctly detect SLES 15 systems as "suse" platform #1272 (tas50)
* Deprecate the system_profile plugin #1264 (tas50)

(taca)

2019-02-03 16:11:59 UTC MAIN commitmail json YAML

doc: Update sysutils/ruby-chef{-config} to 14.10.9

(taca)

2019-02-03 16:10:44 UTC MAIN commitmail json YAML

2019-02-03 15:57:50 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-contrib to 2.1.0

(taca)

2019-02-03 15:57:27 UTC MAIN commitmail json YAML

www/ruby-rack-contrib: update to 2.1.0

* pkgsrc change: add "USE_LANGAUGES= # none" line.

2.1.0 (2018-10-04)

Spring has sprung so let's make a new release

New features:

* Rack::PostBodyContentTypeParser -- you can now pass a block to the
  middleware to override the default "parse me some JSON" behaviour.
  Thanks to Kris Dekeyser (@Kris-LEBIS) for the patch.

* Ruby 2.5 support -- we're now running the test suite through Ruby 2.5.1, as
  well as the latest patch releases of all other Ruby releases supported by
  rack-contrib (back to 2.2, the same as Rack itself). The only "interesting"
  change here is that some Rack::Profiler printers no longer work, which is
  not our fault, but rather a problem with ruby-prof.

Bug fixes:

* Remove a deprecation warning about has_rdoc. Thanks to Luciano Sousa
  (@lucianosousa) for the patch.

(taca)

2019-02-03 15:53:24 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack16 to 1.6.11

(taca)

2019-02-03 15:53:03 UTC MAIN commitmail json YAML

www/ruby-rack16: update to 1.6.11

* pkgsrc change: add "USE_LANGAUGES= # none" line.

Update to 1.6.11 which fixes security problems of CVE-2018-16471.
(CVE-2018-16470 is only for rack 2.0.x.)

(taca)

2019-02-03 15:52:15 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack to 2.0.6

(taca)

2019-02-03 15:51:31 UTC MAIN commitmail json YAML

www/ruby-rack: update to 2.0.6

* pkgsrc change: add "USE_LANGAUGES= # none" line.

Update to 2.0.6 which fixes security problems of CVE-2018-16470 and
CVE-2018-16471.

(taca)

2019-02-03 15:35:12 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mail to 2.7.1

(taca)

2019-02-03 15:34:51 UTC MAIN commitmail json YAML

mail/ruby-mail: update to 2.7.1

* pkgsrc change: add "USE_LANGUAGES= # none" line.

Version 2.7.1 (2018-10-13)

Compatibility:

* Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)
* Gracefully parse certain invalid Content-Type headers. (rafbm)
* Support `x-uue` transfer encoding as uuencoding. (jkraemer)

Features:

* Expose Mail::Field#unparsed_value to read the raw field value, before
  parsing. (Tensho)

Performance:

* Speed up message encoding, especially with large attachments. (dalibor)

Bugs:

* Fix transfer encoding when message encoding is blank. (jakubonty, saks)
* Fix 7bit/base64 content transfer encoding mismatch. (ahorek)
* Fix UTF-8 attachment filename quoting. (ahorek)
* Fix `delete_all` using a readonly IMAP connection. (kimromi)

(taca)