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

2024-05-12 20:07:58 UTC Now

2017-04-22 17:29:31 UTC MAIN commitmail json YAML

Remove kenigma package which is not maintained long time and depends on
ruby18.

(taca)

2017-04-22 17:29:02 UTC MAIN commitmail json YAML

2017-04-22 17:27:57 UTC MAIN commitmail json YAML

Note remove of audio/amarok-kde3.

(taca)

2017-04-22 17:27:34 UTC MAIN commitmail json YAML

2017-04-22 17:26:57 UTC MAIN commitmail json YAML

Delete amarok-kde3.

(taca)

2017-04-22 17:21:03 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 5.3.1

(fhajny)

2017-04-22 17:20:55 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 5.3.1

=== Breaking changes

Settings::
- Remove support for default settings

=== Enhancements

Core::
- Detect remnants of path.data/default.path.data bug

Network::
- Adjust default Netty receive predictor size to 64k

REST::
- Cluster stats should not render empty http/transport types

=== Bug fixes

Aggregations::
- The `filter` and `significant_terms` aggregations should parse the
  `filter` as a filter, not a query.
- Restore support for the `include/pattern` syntax.

Bulk::
- Reject empty IDs

Core::
- Improve performance of extracting warning value
- Restrict build info loading to ES jar, not any jar

Discovery::
- ZenDiscovery - only validate min_master_nodes values if local node
  is master

Index APIs::
- Honor update request timeout

Inner Hits::
- Replace `NestedChildrenQuery` with `ParentChildrenBlockJoinQuery`

Internal::
- Add infrastructure to mark contexts as system contexts

Java REST Client::
- Make buffer limit configurable in HeapBufferedConsumerFactory

Mapping::
- Preserve response headers when creating an index
- Fix NPE with scaled floats stats when field is not indexed

Network::
- Fix possible hang in local transport when nodes get concurrently
  disconnected

Plugin Repository Azure::
- Azure blob store's readBlob() method first checks if the blob exists

Reindex API::
- Fix reindex with a remote source on a version before 2.0.0

Search::
- Disable graph analysis at query time for shingle and cjk filters
  producing tokens of different size
- Fix cross-cluster remote node gateway attributes
- Use a fixed seed for computing term hashCode in TermsSliceQuery

Settings::
- Do not set path.data in environment if not set
- Correct handling of default and array settings

Stats::
- Handle existence of cgroup version 2 hierarchy

=== Upgrades

Internal::
- upgrade to Lucene 6.4.2

(fhajny)

2017-04-22 17:20:11 UTC MAIN commitmail json YAML

Note update of www/ruby-pygments.rb package to 1.1.2.

(taca)

2017-04-22 17:19:48 UTC MAIN commitmail json YAML

Update ruby-pygments.rb to 1.1.2.

Version 1.1.2 (2017/04/03)

* Resolves #176 exclude find_error.py symlink from gem [#177](https://github.com/tmm1/pygments.rb/pull/177)

(taca)

2017-04-22 17:18:47 UTC MAIN commitmail json YAML

Note update of ruby-padrino (Padrino) packages to 0.14.0.1.

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

(taca)

2017-04-22 17:15:11 UTC MAIN commitmail json YAML

2017-04-22 17:14:14 UTC MAIN commitmail json YAML

Note update of www/ruby-jekyll package to 3.4.3.

(taca)

2017-04-22 17:13:48 UTC MAIN commitmail json YAML

Update ruby-jekyll to 3.4.3 with pkgsrc own change.

* Add `--execute-bundle` option to `jekyll new` to disable running bundler
  default.

* Now depends on ruby-jekyll-minima and ruby-jekyll-feed.  These are used
  by default theme of a site created by `jekyll new`.

v3.4.3 2017/3/21

* Backport #5957 for v3.4.x: Allow colons in uri_escape filter (#5968)

(taca)

2017-04-22 17:10:22 UTC MAIN commitmail json YAML

Add and enable ruby-jekyll-minima.

(taca)

2017-04-22 17:09:42 UTC MAIN commitmail json YAML

Note addition of www/ruby-jekyll-minima package version 2.1.1.

(taca)

2017-04-22 17:09:17 UTC MAIN commitmail json YAML

Add minima ruby gem version 2.1.1 to pkgsrc as ruby-jekyll-minima.
This is really part of jekyll.

Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default
(and first) theme.  It's what you get when you run `jekyll new`.

(taca)

2017-04-22 17:07:18 UTC MAIN commitmail json YAML

Note addition of www/ruby-jekyll-feed package version 0.9.2.

(taca)

2017-04-22 17:06:36 UTC MAIN commitmail json YAML

Add and enable ruby-jekyll-feed.

(taca)

2017-04-22 17:05:48 UTC MAIN commitmail json YAML

Add ruby-jekyll-feed 0.9.2.  This really a part of jekyll.

# Jekyll Feed plugin

A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts

(taca)

2017-04-22 17:03:10 UTC MAIN commitmail json YAML

Note update of www/ruby-faraday package to 0.12.1.

(taca)

2017-04-22 17:02:48 UTC MAIN commitmail json YAML

Update ruby-faraday to 0.12.1.

Faraday 0.12.1 2017/04/21

* Fix an issue with Patron tests failing on jruby
* Fix an issue with new rewind_files feature that was causing an exception
  when the body was not an Hash
* Expose wrapped_exception in all client errors
* Add Authentication Section to the ReadMe

Faraday 0.12.0.1 2017/04/02

*Hotfix release to address an issue with TravisCI deploy on Rubygems

Faraday 0.12.0 2017/03/21

* Proxy feature now relies on Ruby URI::Generic#find_proxy and can use
  no_proxy ENV variable (not compatible with ruby < 2.0)
* Fix an issue with options that was causing new options to override defaults
  ones unexpectedly
* Rewind UploadIOs on retry to fix a compatibility issue
* Make multipart boundary unique
* Adds support for context request option to pass arbitrary information to
  middlewares
* Improvements in README.md

(taca)

2017-04-22 16:58:43 UTC MAIN commitmail json YAML

Note update of www/ruby-css-parser package to 1.5.0.

(taca)

2017-04-22 16:58:14 UTC MAIN commitmail json YAML

Update ruby-css-parser to 1.5.0.

Version 1.5.0

* Extended color keywords support (https://www.w3.org/TR/css3-color/).
* remove_rule_set! method added.
* :capture_offsets feature added.

(taca)

2017-04-22 16:57:29 UTC MAIN commitmail json YAML

Note update of www/ruby-capybara package to 2.13.0.

(taca)

2017-04-22 16:57:01 UTC MAIN commitmail json YAML

Update ruby-capybara to 2.3.0.

#Version 2.13.0
Release date: 2017-03-16

### Added

* Selenium driver supports returning element(s) from evaluate_script [Thomas Walpole]
* rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole]
* Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole]

### Foxed
* Editing of content editable children with selenium

#Version 2.12.1
Release date: 2017-02-16

### Fixed
*  Disable lazy Capybara::Results evaluation for JRuby due to ongoing issues

#Version 2.12.0
Release date: 2017-01-22

### Added

* Session#switch_to_frame for manually handling frame switching - Issue #1365 [Thomas Walpole]
* Session#within_frame now accepts a selector type (defaults to :frame) and locator [Thomas Walpole]
* Session#execute_script and Session#evaluate_script now accept optional arguments that will be passed to the JS function.  This may not be supported
  by all drivers, and the types of arguments that may be passed is limited.  If drivers opt to support this feature they should support passing page elements. [Thomas Walpole]
* :exact option for text and title matchers - Issue #1256 [Thomas Walpole]
* :exact_text option for selector finders/minders - Issue #1256 [Thomas Walpole]
* Capybara.exact_text setting that affects the text matchers and :text options passed to selector finders/matchers. Issue #1256 [Thomas Walpole]
* :make_visible option for #attach_file that allows for convenient changing of the CSS style of a file input element before attaching the file to it.  Requires driver
  support for passing page elements to Session#execute_script [Thomas Walpole]
* assert_all_selectors/assert_none_of_selectors assertions added
* :link selector (used by find_link/click_link) now supports finding hyperlink placeholders (no href attribute) when href: nil option is specified [Thomas Walpole]
* `within_element` as an alias of `within` due to RSpec collision

### Fixed
*  Fields inside a disabled fieldset are now correctly considered disabled - Issue #1816 [Thomas Walpole]
*  Lazy Capybara::Results evaluation enabled for JRuby 9.1.6.0+
*  A driver returning nil for #current_url won't raise an exception when calling #current_path [Dylan Reichstadt]
*  Support Ruby 2.4.0 unified Integer [Koichi ITO]
*  RackTest driver no longer modifies the text content of textarea elements in order to behave more like a real browser [Thomas Walpole]
*  TextQuery (assert_text/have_text/etc) now ignores errors when trying to generate more helpful errors messages so the original error isn't hidden [Thomas Walpole]

#2.11.0
Release date: 2016-12-05

### Added
* Options for clearing session/local storage on reset added to the Selenium driver
* Window size changes wait for the size to stabilize
* Defined return value for most actions
* Ignore specific error when qutting selenium driver instance - Issue #1773 [Dylan Reichstadt, Thomas Walpole]
* Warn on selenium unknown errors rather than raising when quitting driver [Adam Pohorecki, Thomas Walpole]
* Capybara::Result#each now returns an `Enumerator` when called without a block - Issue #1777 [Thomas Walpole]

### Fixed
* Selenium driver with Chrome should support multiple file upload [Thomas Walpole]
* Fix visible: :hidden with :text option behavior [Thomas Walpole]

#2.10.2
Release date: 2016-11-30

### Fixed
* App exceptions with multiple parameter initializers now re-raised correctly - Issue #1785 [Michael Lutsiuk]
* Use Addressable::URI when parsing current_path since it's more lenient of technically invalid URLs - Issue #1801 [Marcos Duque, Thomas Walpole]

(taca)

2017-04-22 16:48:32 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-childprocess package to 0.6.3.

(taca)

2017-04-22 16:48:00 UTC MAIN commitmail json YAML

Update ruby-childprocess to 0.6.3.

### Version 0.6.3 / 2017-03-24

See beta release notes.

### Version 0.6.3.beta.1 / 2017-03-10

* Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader.

### Version 0.6.2 / 2017-02-25

* Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems.

### Version 0.6.1 / 2017-01-22

* Bug fix: Fixed a dependency that was accidentally declared as a runtime
  dependency instead of a development dependency.

### Version 0.6.0 / 2017-01-22

* Support for Ruby 2.4 added

(taca)

2017-04-22 16:47:25 UTC MAIN commitmail json YAML

Note update of sysutils/capistrano package to 3.8.1.

(taca)

2017-04-22 16:47:01 UTC MAIN commitmail json YAML

Update capistrano to 3.8.1.

## `3.8.1` (2017-04-21)

https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1

### Breaking changes:

* None

### Fixes:

* [#1867](https://github.com/capistrano/capistrano/pull/1867): Allow `cap -T` to run without Capfile present - [@mattbrictson](https://github.com/mattbrictson)

## `3.8.0` (2017-03-10)

https://github.com/capistrano/capistrano/compare/v3.7.2...v3.8.0

### Potentially breaking changes:

* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host will add a new host in a case where it used to incorrectly update an existing one (potentially breaking) [(@dbenamy)](https://github.com/dbenamy)

### New features:

* [#1860](https://github.com/capistrano/capistrano/pull/1860): Allow cap to be run within subdir and still work - [@mattbrictson](https://github.com/mattbrictson)

### Fixes:

* [#1835](https://github.com/capistrano/capistrano/pull/1835): Stopped printing parenthesis in ask prompt if no default or nil was passed as argument [(@chamini2)](https://github.com/chamini2)
* [#1840](https://github.com/capistrano/capistrano/pull/1840): Git plugin: shellescape git_wrapper_path [(@olleolleolle)](https://github.com/olleolleolle)
* [#1843](https://github.com/capistrano/capistrano/pull/1843): Properly shell escape git:wrapper steps - [@mattbrictson](https://github.com/mattbrictson)
* [#1846](https://github.com/capistrano/capistrano/pull/1846): Defining a role is now O(hosts) instead of O(hosts^2) [(@dbenamy)](https://github.com/dbenamy)
* Run `svn switch` to work with svn branches if repo_url is changed
* [#1856](https://github.com/capistrano/capistrano/pull/1856): Fix hg repo_tree implementation - [@mattbrictson](https://github.com/mattbrictson)
* [#1857](https://github.com/capistrano/capistrano/pull/1857): Don't emit doctor warning when repo_tree is set - [@mattbrictson](https://github.com/mattbrictson)

### Other changes:

* [capistrano-harrow#4](https://github.com/harrowio/capistrano-harrow/issues/4): Drop dependency on `capistrano-harrow` gem. Gem can still be installed separately [(@leehambley)](https://github.com/leehambley)
* [#1859](https://github.com/capistrano/capistrano/pull/1859): Move git-specific repo_url logic into git plugin - [@mattbrictson](https://github.com/mattbrictson)
* [#1858](https://github.com/capistrano/capistrano/pull/1858): Unset the :scm variable when an SCM plugin is used - [@mattbrictson](https://github.com/mattbrictson)

## `3.7.2` (2017-01-27)

https://github.com/capistrano/capistrano/compare/v3.7.1...v3.7.2

### Potentially breaking changes:

* None

### Other changes:

* Suppress log messages of `git ls-remote` by filtering remote refs (@aeroastro)
* The Git SCM now allows the repo_url to be changed without manually wiping out the mirror on each target host first (@javanthropus)

(taca)

2017-04-22 16:46:05 UTC MAIN commitmail json YAML

Note update of security/ruby-airbrussh package to 1.2.0.

(taca)

2017-04-22 16:45:25 UTC MAIN commitmail json YAML

Update ruby-airbrussh to 1.2.0.

## [1.2.0][] (2017-04-14)

* [#95](https://github.com/mattbrictson/airbrussh/pull/95): colorize LogMessage label on WARN level and above - [@klyonrad](https://github.com/klyonrad)
* [#106](https://github.com/mattbrictson/airbrussh/pull/106): Remove the `log_file` parameter from the `CommandFormatter#exit_message` method; it was unused - [@mattbrictson](https://github.com/mattbrictson)

(taca)

2017-04-22 16:44:08 UTC MAIN commitmail json YAML

Note update of security/ruby-sshkit package to 1.13.1.

(taca)

2017-04-22 16:43:35 UTC MAIN commitmail json YAML

Update ruby-sshkit to 1.13.1.

## [1.13.1][] (2017-03-31)

### Breaking changes

  * None

### Bug fixes

  * [#397](https://github.com/capistrano/sshkt/pull/397): Fix NoMethodError assign_defaults with net-ssh older than 4.0.0 - [@shirosaki](https://github.com/shirosaki)

## [1.13.0][] (2017-03-24)

### Breaking changes

  * None

### New features

  * [#372](https://github.com/capistrano/sshkit/pull/372): Use cp_r in local backend with recursive option - [@okuramasafumi](https://github.com/okuramasafumi)

### Bug fixes

  * [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson)
  * [#392](https://github.com/capistrano/sshkit/pull/392): Fix open two connections with changed cache key - [@shirosaki](https://github.com/shirosaki)

(taca)

2017-04-22 16:42:53 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:42:28 UTC MAIN commitmail json YAML

Update ruby-addressable to 2.5.1.

# Addressable 2.5.1
- allow unicode normalization to be disabled for URI Template expansion
- removed duplicate test

(taca)

2017-04-22 16:41:38 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:41:13 UTC MAIN commitmail json YAML

Update ruby-sprockets to 3.7.1.

**3.7.1** (December 19, 2016)

* Ruby 2.4 support for Sprockets 3.

(taca)

2017-04-22 16:40:14 UTC MAIN commitmail json YAML

Note update of misc/ruby-rainbow package to 2.2.2.

(taca)

2017-04-22 16:39:31 UTC MAIN commitmail json YAML

Update ruby-rainbow to 2.2.2.

# 2.2.0 (2016-12-27)

* improved Windows support
* added Ruby 2.4 support
* added `bold` alias method for `bright`

# 2.2.1 (2016-12-28)

* fixed gem installation (2.2.0 was a broken release)

# 2.2.2 (2017-04-21)

* added explicit rake dependency to fix installation issue

(taca)

2017-04-22 16:38:37 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:37:59 UTC MAIN commitmail json YAML

2017-04-22 16:34:04 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:33:23 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.7.0.

4.7.0 2017/03/28

* Added MiniMagick::Image#get_pixels, which returns a matrix where each member
  is a 3-element array of numbers between 0 and 255, one for each of the RGB
  channels.

* When MiniMagick.timeout is set and the command times out, previously the
  command would still continue running in the background. Now when
  Timeout::Error is raised, we also kill the subprocess running the command
  with SIGTERM.

* Implementation of posix-spawn has been improved, where now both stdout and
  stderr are read from at the same time, stdin pipe is closed immediately
  after writing the input, and stdout and stderr pipes are closed once the
  command finishes. This now has essentially the same behaivour as
  Open3.popen3 with a block.

(taca)

2017-04-22 16:32:39 UTC MAIN commitmail json YAML

Note update of devel/ruby-term-ansicolor package to 1.6.0.

(taca)

2017-04-22 16:32:13 UTC MAIN commitmail json YAML

Update ruby-term-ansicolor to 1.6.0.

Quote from commit log

v1.4.1

* Always return a string from yield
* Be more accurate for triple html colors
* Test on ruby 2.4.1
* Remove codeclimate stuff

v1.6.0

* Implement HSL colors and a couple of cool methods
* Use license Apache 2.0 starting from version 1.6.0

(taca)

2017-04-22 16:31:10 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:30:43 UTC MAIN commitmail json YAML

Update ruby-sexp-processor to 4.9.0.

=== 4.9.0 / 2017-04-13

* 9 minor enhancements:

  * Added Sexp.depth
  * Added Sexp.sexp_type=
  * Cache Sexp.line_max. Massively speeds up large flay runs.
  * Cleaned up SexpProcessor.process handling of result node type.
  * Extend pt_testcase for ruby 2.4 tests.
  * Extended Sexp.method_missing to only print on every invocation if $VERBOSE=1
  * Extended Sexp.method_missing to warn if the expected sub-sexp is not found.
  * Rewrote Sexp.mass to be MUCH faster. Helps tremendously with flay on large files.
  * Warn that Sexp#method_missing was tripped if $DEBUG.

(taca)

2017-04-22 16:30:03 UTC MAIN commitmail json YAML

Note update of devel/ruby-pkg-config package to 1.1.9.

(taca)

2017-04-22 16:29:27 UTC MAIN commitmail json YAML

Update ruby-pkg-config to 1.1.9.

== 1.1.9 - 2017-04-20

  * Supported C++ compiler.

== 1.1.8 - 2017-04-19

  * Stopped to require mkmf.

(taca)

2017-04-22 16:28:00 UTC MAIN commitmail json YAML

Note update of devel/ruby-parslet package to 1.8.0.

(taca)

2017-04-22 16:27:32 UTC MAIN commitmail json YAML

Update ruby-parslet to 1.8.0.

= 1.8 / 3Apr2017

  + The `ignored` atom that allows to ignore a part of the matched text.
    `str('foo').ignore` will match 'foo', but not yield any parse output.
    Thanks to chrismwendt (Chris Wendt).
  + Infix expression parser (arithmetics, anyone?) now supports custom reducers
    in block form. Thanks to chrismwendt (Chris Wendt).
  ! Small patches to memory footprint (Christophe Bliard).
  - blankslate dependency removed. You should be good - but if things break,
    please let us know (Nikita Shilnikov).
  ! Parslet now has `parse_failure_cause`, replaces the earlier `cause`.
  ! Fixes all these interpreter warnings on modern rubies.

(taca)

2017-04-22 16:26:25 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:25:55 UTC MAIN commitmail json YAML

Update ruby-parser to 3.9.0.

=== 3.9.0 / 2017-04-13

* 1 major enhancement:

  * Added tentative ruby 2.4 support. Probably missing things.

* 13 minor enhancements:

  * Added RubyParser.latest.
  * Added RubyParser::Parser.version to make version range comparisons easier
  * Changed superclasses of all parsers to RubyParser::Parser
  * Cleaned up a lot of the version specific code to be more generic/flexible.
  * Documented how to add new versions in README.
  * Moved RubyParser from ruby_parser_extras.rb into ruby_parser.rb to fix bootstrap issues.
  * Renamed RubyParserStuff#get_match_node to new_match. Aliased and deprecated.
  * Renamed RubyParserStuff#logop to logical_op. Aliased and deprecated.
  * Renamed RubyParserStuff#node_assign to new_assign. Aliased and deprecated.
  * Renamed all parsers to RubyParser::V##.
  * Revamped grammar preprocessing to make adding new versions easier.
  * RubyParser.for_current_ruby falls back to latest if current not available.
  * Subclasses of RubyParser::Parser register themselves into RubyParser::VERSIONS.

* 4 bug fixes:

  * Fixed `&.` after newline. (presidentbeef)
  * Fixed bug setting line number for hash literals to line of opening brace.
  * Fixed grammar preprocessing bug.
  * Properly handle kDO with no-parens stabby lambda. (presidentbeef)

(taca)

2017-04-22 16:25:12 UTC MAIN commitmail json YAML

Note update of devel/ruby-octokit package to 4.7.0.

(taca)

2017-04-22 16:24:44 UTC MAIN commitmail json YAML

Update ruby-octokit to 4.7.0.

4.7.0 2017/04/05

* #837 Fix passing options to all_organizations
* #841 Add new methods from the most recent org memberships API enhancements
* #851 Fix application requests for non dotcom hosts
* #858 Don't mutate the options variable passed to API calls
* #871 Add support to prerelease Integrations API
* #874 Handle PR Review errors
* #860 Implement Review Preview API
* #869 Use Organization.path for organization membership method
* #880 Fix incorrect mimetype for integrations in PREVIEW_TYPES
* #881 Change several occurrences of Hash#merge!

(taca)

2017-04-22 16:23:23 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:22:56 UTC MAIN commitmail json YAML

Update ruby-logging to 2.2.2.

== 2.2.2 / 2017-04-11

Enhancements
- limit the depth of nested exceptions [PR #167]

== 2.2.1 / 2017-04-09

Enhancements
- show exception `cause` if one exists [PR #165]

(taca)

2017-04-22 16:19:03 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:18:39 UTC MAIN commitmail json YAML

Update ruby-sequel to 4.45.0.

=== 4.45.0 (2017-04-01)

* Correctly handle datasets with offsets but no limits used in compound datasets on MSSQL <2012 (jeremyevans)
* Correctly handle false values in the split_values plugin (bananarne) (#1333)
* Deprecate Dataset#dup/clone and Model.dup/clone (jeremyevans)
* Deprecate the schema and scissors plugins (jeremyevans)
* Deprecate Model.{lazy_attributes,nested_attributes,composition,serialization}_module accessors (jeremyevans)
* Deprecate Database#database_name on MySQL (jeremyevans)
* Deprecate Database#use on MySQL (jeremyevans)
* Make pg_hstore extension no longer update PG_NAMED_TYPES (jeremyevans)
* Deprecate Sequel::PG_NAMED_TYPES (jeremyevans)
* Add columns_updated plugin for making updated columns hash available in after_update and after_save hooks (jeremyevans)
* Deprecate accessing @columns_updated directly in model after_update and after_save hooks (jeremyevans)
* Deprecate Database#{add,remove}_servers when not using a sharded connection pool (jeremyevans)
* Deprecate Database#each_server (jeremyevans)
* Make Model#_valid? private method accept only an options hash (jeremyevans)
* Deprecate returning false from model before hooks to cancel the action, use Model#cancel_action (jeremyevans)
* Handle Model#cancel_action correctly in before hooks when Model#valid? is called (jeremyevans)
* Deprecate Sequel::BeforeHookFailed (jeremyevans)
* Deprecate passing multiple arguments as filter arguments when not using a conditions specifier (jeremyevans)
* Deprecate passing Procs as filter arguments, require they be passed as blocks (jeremyevans)
* Deprecate Sequel::Error::* exception class aliases (jeremyevans)
* Deprecate prepared_statements_associations and prepared_statements_with_pk plugins (jeremyevans)
* Deprecate Sequel::Unbinder, Sequel::UnbindDuplicate, and Dataset#unbind (jeremyevans)
* Deprecating calling Sequel::Qualifier with two arguments (jeremyevans)
* Add validation_contexts plugin for supporting custom contexts when validating (jeremyevans)
* Deprecate Sequel::Database.single_threaded singleton accessor (jeremyevans)
* Deprecate treating unrecognized prepared statement type as :select (jeremyevans)
* Deprecate Sequel.identifier_{in,out}put_method= and .quote_identifiers= singleton setters (jeremyevans)
* Deprecate Sequel::Database.identifier_{in,out}put_method and .quote_identifiers singleton accessors (jeremyevans)
* Deprecate loading the identifier_mangling by default, require it be loaded explicitly if needed (jeremyevans)
* Make Database#dump_{table_schema,schema_migration} in schema_dumper extension support :schema option (dadario) (#1328)
* Make Dataset#delete respect an existing limit on Microsoft SQL Server (jeremyevans)
* Add Dataset#skip_limit_check to mark a dataset as skipping the limit/offset check for updates and deletes (jeremyevans)
* Deprecate calling Dataset#{update/delete/truncate} on datasets with limits or offsets unless the database supports it (jeremyevans)
* Add deprecation message for using association_pks setter method with :delay_pks=>true association option (jeremyevans)
* Add deprecation message for using association_pks setter method without :delay_pks association option (jeremyevans)
* Deprecate having duplicate column names in subclass tables when using the class_table_inheritance plugin (jeremyevans)
* Deprecate do (DataObjects), swift, and jdbc/as400 adapters (jeremyevans)
* Deprecate support for Cubrid, Firebird, Informix, and Progress databases (jeremyevans)
* The :proxy_argument option passed to association_proxies plugin block is now an empty hash if no arguments are passed to the association method (jeremyevans)
* Deprecate passing non-hash arguments to association methods (jeremyevans)
* Deprecate passing multiple arguments to association methods (jeremyevans)
* Deprecate model transaction hook methods (jeremyevans)
* Drop support for pg <0.8.0 in the postgres adapter (jeremyevans)
* Deprecate passing a block to Database#from (jeremyevans)
* Deprecate Sequel::Model::ANONYMOUS_MODEL_CLASSES{,_MUTEX} (jeremyevans)
* Deprecate Sequel.cache_anonymous_models and Sequel.cache_anonymous_models= (jeremyevans)
* Automatically use from_self when using a dataset as part of a compound if it has an offset but no limit (jeremyevans)
* Drop order on existing datasets when using Dataset#union/intersect/except on Microsoft SQL Server unless a limit or offset is used (jeremyevans)
* Deprecate dataset mutation (jeremyevans)
* Handle dumping of autoincrementing 64-bit integer primary key columns correctly when using :same_db option in the schema dumper (jeremyevans) (#1324)
* Add Model.dataset_module_class accessor, allowing plugins to support custom behavior in dataset_module blocks (jeremyevans)
* Make ORDER BY come after UNION/INTERSECT/EXCEPT on Microsoft SQL Server and SQLAnywhere (jeremyevans)
* Make Database#indexes on MySQL handle qualified identifiers (jeremyevans) (#1316)
* Add oracle support to the odbc adapter (samuel02) (#1315)

(taca)

2017-04-22 16:16:58 UTC MAIN commitmail json YAML

Note update of www/ruby-rack package to 1.6.5.

(taca)

2017-04-22 16:16:29 UTC MAIN commitmail json YAML

Update ruby-rack to 1.6.5.

Sun Dec 4 18:48:03 2015  Jeremy Daer <jeremydaer@gmail.com>

* First-party "SameSite" cookies. Browsers omit SameSite cookies
from third-party requests, closing the door on many CSRF attacks.

Pass `same_site: true` (or `:strict`) to enable:
    response.set_cookie 'foo', value: 'bar', same_site: true
or `same_site: :lax` to use Lax enforcement:
    response.set_cookie 'foo', value: 'bar', same_site: :lax

Based on version 7 of the Same-site Cookies internet draft:
https://tools.ietf.org/html/draft-west-first-party-cookies-07

Thanks to Ben Toews (@mastahyeti) and Bob Long (@bobjflong) for
updating to drafts 5 and 7.

Wed Jun 24 12:13:37 2015  Aaron Patterson <tenderlove@ruby-lang.org>

* Fix Ruby 1.8 backwards compatibility

(taca)

2017-04-22 16:11:28 UTC MAIN commitmail json YAML

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

(taca)

2017-04-22 16:11:03 UTC MAIN commitmail json YAML

Update ruby-unf_ext to 0.0.7.4.

## 0.0.7.4 (2017-04-19)

- Fix build on ARM and GCC 6 again.

## 0.0.7.3 (2017-04-11)

- Update the base Unicode version to 9.

- Fix compile issues on ARM and GCC 6.

(taca)

2017-04-22 16:10:03 UTC MAIN commitmail json YAML

Note update of devel/ruby-curses-gem package to 1.2.2.

(taca)

2017-04-22 16:09:30 UTC MAIN commitmail json YAML

Update ruby-curses-gem to 1.2.2.

### 1.2.2 / 2017-04-22

New features:

* Add Curses.get_key_modifiers, Curses.return_key_modifiers, and
  Curses.save_key_modifiers.
* Support mswin native build.  Pull request #29 by usa.

### 1.2.1 / 2017-03-27

New features:

* Add touch, untouch, touched?, touch_line, and line_touched?.

Bug fixes:

* Fix Pad#subpad to use subpad(3). (Issue #23)
* Fix build issues on macOS.  Pull requests #24, #25, #26, #27 and #28 by nobu.

(taca)

2017-04-22 16:08:10 UTC MAIN commitmail json YAML

Note update of net/bind99 package to 9.9.10.

(taca)

2017-04-22 16:07:43 UTC MAIN commitmail json YAML

2017-04-22 16:06:18 UTC MAIN commitmail json YAML

Note update of net/bind910 package to 9.10.5.

(taca)

2017-04-22 16:05:43 UTC MAIN commitmail json YAML

2017-04-22 14:30:58 UTC MAIN commitmail json YAML

Update MASTER_SITE.

(joerg)

2017-04-22 12:30:51 UTC MAIN commitmail json YAML

Added www/py-django-kronos version 1.0

(adam)

2017-04-22 12:29:05 UTC MAIN commitmail json YAML

2017-04-22 12:22:01 UTC MAIN commitmail json YAML

gcc49: don't use precompiled headers for libstdc++

this is a build time optimization that causes hangs on some machines
(netbsd-7/i386, but not netbsd-7/amd64). disable it globally instead
of guessing which are broken.

gcc{5,6} are already disabling it.

PR pkg/51352: Compilation error on lang/gcc49
PR pkg/50210: Compilation of gcc 4.9 and 5.2 hangs on NetBSD 6.1_STABLE

(maya)

2017-04-22 10:46:53 UTC MAIN commitmail json YAML

Added www/ruby-rails42 version 4.2.8

(minskim)

2017-04-22 10:46:19 UTC MAIN commitmail json YAML

2017-04-22 10:44:40 UTC MAIN commitmail json YAML

Import ruby-rails-4.2.8 as www/ruby-rails42

See the commit messages of ruby-*42 for the list of notable changes
since 3.2.

(minskim)

2017-04-22 10:32:38 UTC MAIN commitmail json YAML

2017-04-22 10:18:44 UTC MAIN commitmail json YAML

Added devel/ruby-railties42 version 4.2.8

(minskim)

2017-04-22 10:18:13 UTC MAIN commitmail json YAML

Add ruby-railties42

(minskim)

2017-04-22 10:17:30 UTC MAIN commitmail json YAML

Import ruby-railties-4.2.8 as devel/ruby-railties42

Notable changes since 3.2:

- New test locations test/models, test/helpers, test/controllers, and
  test/mailers. Corresponding rake tasks added as well.
- Your app's executables now live in the bin/ directory. Run rake
  rails:update:bin to get bin/bundle, bin/rails, and bin/rake.
- Threadsafe on by default
- Ability to use a custom builder by passing --builder (or -b) to
  rails new has been removed. Consider using application templates
  instead.
- The Spring application preloader is now installed by default for new
  applications. It uses the development group of the Gemfile, so will
  not be installed in production.
- BACKTRACE environment variable to show unfiltered backtraces for
  test failures.
- Exposed MiddlewareStack#unshift to environment configuration.
- Added Application#message_verifier method to return a message
  verifier.
- The test_help.rb file which is required by the default generated
  test helper will automatically keep your test database up-to-date
  with db/schema.rb (or db/structure.sql). It raises an error if
  reloading the schema does not resolve all pending migrations. Opt
  out with config.active_record.maintain_test_schema = false.
- Introduce Rails.gem_version as a convenience method to return
  Gem::Version.new(Rails.version), suggesting a more reliable way to
  perform version comparison.
- Introduced web-console in the default application Gemfile.
- Added a required option to the model generator for associations.
- Introduced the x namespace for defining custom configuration options.
- Introduced Rails::Application.config_for to load a configuration for
  the current environment.
- Introduced a --skip-turbolinks option in the app generator to not
  generate turbolinks integration.
- Introduced a bin/setup script as a convention for automated setup
  code when bootstrapping an application.
- Changed the default value for config.assets.digest to true in
  development.
- Introduced an API to register new extensions for rake notes.
- Introduced an after_bundle callback for use in Rails templates.
- Introduced Rails.gem_version as a convenience method to return
  Gem::Version.new(Rails.version).

(minskim)

2017-04-22 08:23:17 UTC MAIN commitmail json YAML

Remove SunOS too.  Unbreaks build.

(jperkin)

2017-04-22 07:39:08 UTC MAIN commitmail json YAML

Fix PLIST after update.

(wiz)

2017-04-22 07:36:40 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-PkgConfig to 1.16
Updated devel/p5-MooseX-Role-Parameterized to 1.10

(mef)

2017-04-22 07:30:47 UTC MAIN commitmail json YAML

Updated math/amath to 1.8.0

(adam)

2017-04-22 07:30:10 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Role-Parameterized to 1.10
--------------------------------------------------
1.10      2017-04-20 17:50:53Z
  - add MooseX::Role::Parameterised as stub documentation, for
    discoverability

(mef)

2017-04-22 07:29:53 UTC MAIN commitmail json YAML

v1.8.0
- Fixed bugs in numeral systems.
- Fixed bugs related to infinity (Inf).
- Fixed bugs related to Not a Number (NaN).
- Updated and cleanup documentation.
- Cleaned up code structure.
- OpenLibm support.

(adam)

2017-04-22 07:27:24 UTC MAIN commitmail json YAML

Fix PLIST after update.

(wiz)

2017-04-22 07:27:12 UTC MAIN commitmail json YAML

Fix PLIST after update.

(wiz)

2017-04-22 07:26:44 UTC MAIN commitmail json YAML

Fix PLIST after update.

(wiz)

2017-04-22 07:16:39 UTC MAIN commitmail json YAML

Updated www/midori to 0.5.11nb12

(maya)

2017-04-22 07:16:19 UTC MAIN commitmail json YAML

Midori binary needs WX memory, use NOT_PAX_MPROTECT_SAFE.
from macallan@

While here, appease pkglint.

bump PKGREVISION.

(maya)

2017-04-22 07:12:34 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-PkgConfig to 1.16
-------------------------------------------
1.16  Thu Apr 20 18:51:36 PDT 2017
    - Add exists() method, and update README (RT#77880)
    - Handle removal of '.' from @INC for Perl 5.24 (RT#120819)

(mef)

2017-04-22 07:01:07 UTC MAIN commitmail json YAML

Removed Darwin from MPN-generic hack as it builds correctly without it. Configure failed for newer CPUs when generic was enabled.

(adam)

2017-04-22 06:45:43 UTC MAIN commitmail json YAML

Updated devel/p5-Make to 1.1.3
Updated devel/p5-multidimensional to 0.013
Updated devel/p5-bareword-filehandles to 0.005
Updated devel/p5-Term-Table to 0.008
Updated devel/p5-Data-ObjectDriver to 0.15

(mef)

2017-04-22 06:40:04 UTC MAIN commitmail json YAML

1. Add Following line for make test
  BUILD_DEPENDS+=  p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
2. Reset MAINTAINER
  ( probably I made mistake, not for sure sorry)

(mef)

2017-04-22 06:35:28 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 1.24
------------------------------------
Release 1.24 - 18 April 2017
- Work with 5.25.x (op_sibling) (Dan Collins, Matthew Horsfall) (github 162).
- Perl versions below 5.10.0 are now unsupported.

(mef)

2017-04-22 06:33:28 UTC MAIN commitmail json YAML

Updated devel/p5-Term-Table to 0.008
------------------------------------
0.008    2017-03-17 10:08:18-07:00 America/Los_Angeles
    - Prefer Term::Size::Any over Term::ReadKey
    - Do not use either if STDOUT is not a terminal

0.007    2017-03-08 20:15:13-08:00 America/Los_Angeles (TRIAL RELEASE)
    - Remove stray line that was setting STDOUT to utf8 (wtf?)

(mef)

2017-04-22 06:30:03 UTC MAIN commitmail json YAML

Updated devel/p5-bareword-filehandles to 0.005
---------------------------------------------
0.005    2017-04-20 16:27:24+01:00 Europe/London
- Switch to Dist::Zilla::PluginBundle::Starter
  and ::Plugin::DymamicPrereqs
- Use Devel::PPPort insted of hand-rolled compat macros

(mef)

2017-04-22 06:27:45 UTC MAIN commitmail json YAML

Updated devel/p5-multidimensional to 0.013
------------------------------------------
0.013    2017-04-20 15:05:14+01:00 Europe/London
- Switch to Dist::Zilla::PluginBundle::Starter
  and ::Plugin::DymamicPrereqs
- Use Devel::PPPort insted of hand-rolled compat macros

(mef)

2017-04-22 06:25:44 UTC MAIN commitmail json YAML

Updated devel/p5-Make to 1.1.3
------------------------------
  ChangeLog states only upto 1.1.2, no info for this version

(mef)

2017-04-22 00:42:40 UTC MAIN commitmail json YAML

Added mail/ruby-actionmailer42 version 4.2.8

(minskim)

2017-04-22 00:42:12 UTC MAIN commitmail json YAML

Add ruby-actionmailer42

(minskim)

2017-04-22 00:41:20 UTC MAIN commitmail json YAML

Import ruby-actionmailer-4.2.8 as mail/ruby-actionmailer42

Notable changes since 3.2:
- Added mailer previews feature based on 37 Signals mail_view
  gem.
- Instrument the generation of Action Mailer messages. The time it
  takes to generate a message is written to the log.
- link_to and url_for generate absolute URLs by default in templates,
  it is no longer needed to pass only_path: false.
- Introduced deliver_later which enqueues a job on the application's
  queue to deliver emails asynchronously.
- Added the show_previews configuration option for enabling mailer
  previews outside of the development environment.

(minskim)

2017-04-22 00:00:19 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Event-Cron to 0.09

(wen)

2017-04-21 23:59:21 UTC MAIN commitmail json YAML

Update to 0.09
Add LICENSE

Upstream changes:
0.09  Thu Apr  6 14:36:36 EDT 2017
    - refactored increment/decrement in order to properly
      handle DST transitions as perl RT #120789

(wen)

2017-04-21 23:54:54 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Event-Recurrence to 0.19

(wen)

2017-04-21 23:54:02 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19  2017-03-07
- Documentation:
-- "week_start_day" parameter no longer marked "for internal use".
-- Fix "week day" examples. Pointed out by Eric Jensen and Zefram
  in a thread started by Andrew Martin in datetime@perl.org
-- Clarify that week_start_day defaults to "1mo", except for
  yearly recurrences that default to "mo". Patches by David Steinbrunner.
-- Updated contact email.

(wen)

2017-04-21 23:48:33 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-W3CDTF to 0.07

(wen)

2017-04-21 23:47:26 UTC MAIN commitmail json YAML

Update to 0.07

Upstream changes:
0.07  2017-04-07

- Added explicit "use lib '.'" for use with perl 5.26.0 (RT #120822, PR #1 from
  James E Keenan).

(wen)

2017-04-21 23:37:50 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.9918

(wen)

2017-04-21 23:36:46 UTC MAIN commitmail json YAML

Update to 0.9918

Upstream changes:
0.9918 - 2017-04-15

  * Fix compiling under C++11
https://rt.cpan.org/Ticket/Display.html?id=118846

  * Make version::regex variables public for better reuse
https://rt.cpan.org/Ticket/Display.html?id=119669

  * Use rel2abs for require in tests to support 5.26.0 @INC
https://rt.cpan.org/Ticket/Display.html?id=121148

  * Move change list to standard CHANGES out of README
https://rt.cpan.org/Ticket/Display.html?id=119123

  * Better taint handling for Perl < 5.17.2 with tests
https://rt.cpan.org/Ticket/Display.html?id=118087

(wen)

2017-04-21 23:10:25 UTC MAIN commitmail json YAML

Updated chat/skypeweb-purple to 1.3

(khorben)

2017-04-21 23:09:57 UTC MAIN commitmail json YAML

Update skypeweb-purple to version 1.3

List of changes:
* Skype4Business (S4B) and Bot support
* Receive contacts
* Updated status icons - Users that would previously show as 'Away' will now show as 'Idle'
* Fixed buddy authorisation requests and responses
* Auto reconnects when there's an error, so you shouldn't have to press the Re-Enable button
* Call display improvements
* Tooltips display for people with special characters (&, ', <, >) in their user info
* Can remove yourself from the buddy list (that annoying cid- user!)
* Fixes tiny-text being sent when copy-pasting into Pidgin
* File transfer and image transfer improvements
* Allows clearing out your "Mood" message, so you don't show as "I'm not here right now" when you're actually Online
* Better error messages when a message failed to send

(khorben)

2017-04-21 22:55:21 UTC MAIN commitmail json YAML

Added chat/skypeweb-purple version 1.2.2

(khorben)

2017-04-21 22:54:50 UTC MAIN commitmail json YAML

Add skypeweb-purple

(khorben)

2017-04-21 22:53:47 UTC MAIN commitmail json YAML

Import skypeweb-purple version 1.2.2

This package was contributed over e-mail by Scarlett, thanks!

Skype is an instant messaging app that provides online text message and
video chat services. Users may transmit both text and video messages and
may exchange digital documents such as images, text, and video. Skype
allows video conference calls.

This package contains a libpurple protocol plugin that adds support for
Skype (WebRTC).

(khorben)

2017-04-21 21:24:31 UTC MAIN commitmail json YAML

Added devel/ruby-activejob42 version 4.2.8

(minskim)

2017-04-21 21:23:59 UTC MAIN commitmail json YAML

2017-04-21 21:20:33 UTC MAIN commitmail json YAML

Import ruby-activejob-4.2.8 as devel/ruby-activejob42

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.

(minskim)

2017-04-21 21:09:15 UTC MAIN commitmail json YAML

Added devel/ruby-globalid version 0.4.0

(minskim)

2017-04-21 21:08:44 UTC MAIN commitmail json YAML

Add ruby-globalid

(minskim)

2017-04-21 21:07:09 UTC MAIN commitmail json YAML

Import ruby-globalid-0.4.0 as devel/ruby-globalid

A Global ID is an app wide URI that uniquely identifies a model
instance.  This is helpful when you need a single identifier to
reference different classes of objects.  One example is job
scheduling. We need to reference a model object rather than serialize
the object itself. We can pass a Global ID that can be used to locate
the model when it's time to perform the job. The job scheduler doesn't
need to know the details of model naming and IDs, just that it has a
global identifier that references a model.  Another example is a
drop-down list of options, consisting of both Users and
Groups. Normally we'd need to come up with our own ad hoc scheme to
reference them. With Global IDs, we have a universal identifier that
works for objects of both classes.

(minskim)

2017-04-21 16:03:10 UTC MAIN commitmail json YAML

Check for paxctl's existence rather than version+arch check.

It likely only matched amd64 before (looks like i386 had a typo),
but it's necessary on most netbsd archs since netbsd-7.99.x.

(maya)

2017-04-21 15:05:52 UTC MAIN commitmail json YAML

2017-04-21 14:48:41 UTC MAIN commitmail json YAML

Simon Burge reports this needs gcc-5.x. Add GCC_REQD.

(wiz)

2017-04-21 14:45:07 UTC MAIN commitmail json YAML

Workaround for make(1) from recent NetBSD-current to detect paxctl

(ryoon)

2017-04-21 14:41:28 UTC MAIN commitmail json YAML

Updated devel/p5-Contextual-Return to 0.004.014
Updated devel/p5-Data-ObjectDriver to 0.15

(mef)

2017-04-21 14:37:15 UTC MAIN commitmail json YAML

Updated devel/p5-Data-ObjectDriver to 0.15
------------------------------------------
0.15 2017-04-19T01:21:41Z
    - Fix failed tests with Perl 5.25.11 (miniuchi) #24

(mef)

2017-04-21 14:30:37 UTC MAIN commitmail json YAML

Updated devel/p5-Contextual-Return to 0.004014
----------------------------------------------
0.004014  Fri Apr 14 18:46:16 2017
    - Reverted to 0.004011 due to segfaults under
      optimized memory leak patch (thanks, Slavin!)

(mef)

2017-04-21 13:40:19 UTC MAIN commitmail json YAML

Pull in required dependencies.

(jperkin)

2017-04-21 13:33:32 UTC MAIN commitmail json YAML

2017-04-21 13:22:00 UTC MAIN commitmail json YAML

2017-04-21 13:14:05 UTC MAIN commitmail json YAML

Pull in required dependencies.

(jperkin)

2017-04-21 13:03:08 UTC MAIN commitmail json YAML

2017-04-21 12:49:18 UTC MAIN commitmail json YAML

Updated devel/librelp to 1.2.13

(fhajny)

2017-04-21 12:49:10 UTC MAIN commitmail json YAML

Update devel/librelp to 1.2.13.

- make build under BSD
- bugfix: duplicated lines after server reconnect

(fhajny)

2017-04-21 12:33:15 UTC MAIN commitmail json YAML

2017-04-21 12:21:59 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 4.04
Updated devel/p5-Tree-Simple to 1.31
Updated devel/p5-CPAN-FindDependencies to 2.47
Updated devel/p5-Test-File to 1.44.3

(mef)

2017-04-21 12:20:18 UTC MAIN commitmail json YAML

Updated devel/p5-Test-File to 1.44.3
------------------------------------
1.443 2017-04-17T08:41:35Z
* Found another relative path require issue thanks to Ryan Voots
  http://blogs.perl.org/users/ryan_voots/2017/04/trials-and-troubles-with-changing-inc.html
* This is another attempt at avoiding failures from the v5.26
  removal of . from @INC.

(mef)

2017-04-21 12:16:53 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-FindDependencies to 2.47
----------------------------------------------
2.47    2017-04-13      Make tests pass on perl 5.26

(mef)

2017-04-21 12:10:39 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-Simple to 1.31
------------------------------------
1.31  2017-04-17T09:11:00
- Add 3 new methods: getSiblingCount(), isFirstChild() and
  isLastChild().  Warning: getSiblingCount() does not include the
  invocant, unlike getAllSiblings().
- Add t/24_Tree_Simple_sibling_test.t.
- These methods are used by Tree::Simple::View::HTML V 0.19 to output
  HTML compatible with the HTML5 standard for nested lists. See
  https://www.w3.org/wiki/HTML_lists#Nesting_lists.  Thanx to
  Ekkehard Plicht for suggesting this, and for the patches, which I
  have reworked.  See RT#121099.

(mef)

2017-04-21 12:03:16 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 4.04
-----------------------------------------
4.04 Wed Mar  1 04:59:11 2017
        - Fix for threads::shared < 0.96

4.03 Sun Feb 26 17:14:40 2017
        - Update to use threads::shared::is_shared

(mef)

2017-04-21 11:58:48 UTC MAIN commitmail json YAML

Updated sysutils/beats to 5.3.1

(fhajny)

2017-04-21 11:58:39 UTC MAIN commitmail json YAML

Update sysutils/beats to 5.3.1.

Affecting all Beats
- Fix panic when testing regex-AST to match against date patterns.

Filebeat
- Fix modules default file permissions.
- Allow - in Apache access log byte count.

Metricbeat
- Avoid errors when some Apache status fields are missing.

(fhajny)

2017-04-21 11:55:46 UTC MAIN commitmail json YAML

Updated misc/tmux to 2.4

(fhajny)

2017-04-21 11:55:37 UTC MAIN commitmail json YAML

Update misc/tmux to 2.4.

Incompatible Changes
====================

* Key tables have undergone major changes. Mode key tables are no longer
  separate from the main key tables. All mode key tables have been removed,
  together with the -t flag to bind-key and unbind-key.

  The emacs-edit, vi-edit, emacs-choose and vi-choose tables have been replaced
  by fixed key bindings in the command prompt and choose modes. The mode-keys
  and status-keys options remain.

  The emacs-copy and vi-copy tables have been replaced by the copy-mode and
  copy-mode-vi tables. Commands are sent using the -X and -N flags to
  send-keys. So the following:

    bind -temacs-copy C-Up scroll-up
    bind -temacs-copy -R5 WheelUpPane scroll-up

  Becomes:

    bind -Tcopy-mode C-Up send -X scroll-up
    bind -Tcopy-mode WheelUpPane send -N5 -X scroll-up

  These changes allows the full command parser (including command sequences) and
  command set to be used - for example, the normal command prompt with editing
  and history is now used for searching, jumping, and so on instead of a custom
  one. The default C-r binding is now:

    bind -Tcopy-mode C-r command-prompt -p'search up' "send -X search-backward '%%'"

  There are also some new commmands available with send -X, such as
  copy-pipe-and-cancel.
* set-remain-on-exit has gone -- can be achieved with hooks instead.
* Hooks: before hooks have been removed and only a selection of commands now
  have after hooks (they are no longer automatic). Additional hooks have been
  added.
* The xterm-keys option now defaults to on.

Normal Changes
==============

* Support for mouse double and triple clicks.
* BCE (Background Colour Erase) is now supported.
* All occurrences of a search string in copy mode are now highlighted;
  additionally, the number of search results is displayed. The highlighting
  updates interactively with the default emacs key bindings (incremental
  search).
* source-file now understands glob patterns.
* Formats now have simple comparisons:

    #{==:a,b}
    #{!=:a,b}

* There are the following new formats:

  - #{version} -- the tmux server version;
  - #{client_termtype} -- the terminal type of the client;
  - #{client_name} -- the name of a client;
  - #{client_written} -- the number of bytes written to the client.

* The configuration file now accepts %if/%endif conditional blocks which are
  processed when it is parsed; the argument is a format string (useful with the
  new format comparison options).
* detach-client now has -E to execute a command replacing the client instead of
  exiting.
* Add support for custom command aliases, this is an array option which
  contains items of the form "alias=command". This is consulted when an
  unknown command is parsed.
* break-pane now has -n to specify the new window name.
* OSC 52 support has been added for programs inside tmux to set a tmux buffer.
* The mouse "all event" mode (1003) is now supported.
* Palette setting is now possible (OSC 4 and 104).
* Strikethrough support (a recent terminfo is required).
* Grouped sessions can now be named (new -t).
* terminal-overrides and update-environment are now array options (the previous
  set -ag syntax should work without change).
* There have been substantial performance improvements.

(fhajny)

2017-04-21 09:14:10 UTC MAIN commitmail json YAML

Updated databases/py-peewee to 2.9.2

(fhajny)

2017-04-21 09:14:01 UTC MAIN commitmail json YAML

Update databases/py-peewee to 2.9.2.

## 2.9.2

- Fixed significant bug in the `savepoint` commit/rollback implementation.
- Added support for postgresql `INTERVAL` columns.
- Fixed bug where missing `sqlite3` library was causing other, unrelated
  libraries to throw errors when attempting to import.
- Added a `case_sensitive` parameter to the SQLite `REGEXP` function
  implementation. The default is `False`, to preserve backwards-compatibility.
- Fixed bug that caused tables not to be created when using the `dataset`
  extension.
- Modified `drop_table` to raise an exception if the user attempts to drop
  tables with `CASCADE` when the database backend does not support it.
- Fixed Python3 issue in the `AESEncryptedField`.
- Modified the behavior of string-typed fields to treat the addition operator
  as concatenation

## 2.9.1

- Fixed #1218, where the use of `playhouse.flask_utils` was requiring the
  `sqlite3` module to be installed.
- Fixed #1219 regarding the SQL generation for composite key sub-selects,
  joins, etc.

## 2.9.0

In this release there are two notable changes:

- The ``Model.create_or_get()`` method was removed.
- The SQLite closure table extension gained support for many-to-many
  relationships thanks to a nice PR by @necoro.

## 2.8.8

This release contains a single important bugfix for a regression in specifying
the type of lock to use when opening a SQLite transaction.

## 2.8.7

This release contains numerous cleanups.

### Bugs fixed

- #1087 - Fixed a misuse of the iteration protocol in the `sqliteq` extension.
- #1096 - Fix representation of recursive foreign key relations when using the
  `model_to_dict` helper.
- #1126 - Allow `pskel` to be installed into `bin` directory.
- #1105 - Added a `Tuple()` type to Peewee to enable expressing arbitrary
  tuple expressions in SQL.
- #1133 - Fixed bug in the conversion of objects to `Decimal` instances in the
  `DecimalField`.
- Fixed an issue renaming a unique foreign key in MySQL.
- Remove the join predicate from CROSS JOINs.
- #1148 - Ensure indexes are created when a column is added using a schema
  migration.
- #1165 - Fix bug where the primary key was being overwritten in queries using
  the closure-table extension.

### New stuff

- Added properties to the `SqliteExtDatabase` to expose common `PRAGMA`
  settings.
- Clarified documentation on calling `commit()` or `rollback()` from within the
  scope of an atomic block.
- Allow table creation dependencies to be specified using new `depends_on` meta
  option.
- Allow specification of the lock type used in SQLite transactions.
- Added support for `CROSS JOIN` expressions in select queries.
- Docs on how to implement optimistic locking
- Documented optional dependencies.
- Generic support for specifying select queries as locking the selected rows
  `FOR X`, e.g. `FOR UPDATE` or `FOR SHARE`.
- Support for specifying the frame-of-reference in window queries, e.g.
  specifying `UNBOUNDED PRECEDING`, etc.

### Backwards-incompatible changes

- As of 9e76c99, an `OperationalError` is raised if the user calls `connect()`
  on an already-open Database object. Previously, the existing connection would
  remain open and a new connection would overwrite it, making it impossible to
  close the previous connection. If you find this is causing breakage in your
  application, you can switch the `connect()` call to `get_conn()` which will
  only open a connection if necessary. The error **is** indicative of a real
  issue, though, so audit your code for places where you may be opening a
  connection without closing it (module-scope operations, e.g.).

(fhajny)

2017-04-21 00:13:38 UTC MAIN commitmail json YAML

Added databases/ruby-activerecord42 version 4.2.8

(minskim)

2017-04-21 00:13:01 UTC MAIN commitmail json YAML

Add ruby-activerecord42

(minskim)

2017-04-21 00:12:19 UTC MAIN commitmail json YAML

Import ruby-activerecord-4.2.8 as databases/ruby-activerecord42

Notable changes since 3.2:

- Improve ways to write change migrations, making the old up & down
  methods no longer necessary.
- Adds PostgreSQL array type support. Any datatype can be used to
  create an array column, with full migration and schema dumper
  support.
- Add Relation#load to explicitly load the record and return self.
- Model.all now returns an ActiveRecord::Relation, rather than an
  array of records. Use Relation#to_a if you really want an array. In
  some specific cases, this may cause breakage when upgrading.
- Added ActiveRecord::Migration.check_pending! that raises an error if
  migrations are pending.
- Added custom coders support for ActiveRecord::Store.
- mysql and mysql2 connections will set SQL_MODE=STRICT_ALL_TABLES by
  default to avoid silent data loss. This can be disabled by
  specifying strict: false in your database.yml.
- Remove IdentityMap.
- Remove automatic execution of EXPLAIN queries. The option
  active_record.auto_explain_threshold_in_seconds is no longer used
  and should be removed.
- Adds ActiveRecord::NullRelation and ActiveRecord::Relation#none
  implementing the null object pattern for the Relation class.
- Added create_join_table migration helper to create HABTM join
  tables.
- Allows PostgreSQL hstore records to be created.
- Default scopes are no longer overridden by chained conditions.
- Added ActiveRecord::Base.to_param for convenient "pretty" URLs
  derived from a model's attribute or method.
- Added ActiveRecord::Base.no_touching, which allows ignoring touch on
  models.
- Unify boolean type casting for MysqlAdapter and
  Mysql2Adapter. type_cast will return 1 for true and 0 for false.
- .unscope now removes conditions specified in default_scope.
- Added ActiveRecord::QueryMethods#rewhere which will overwrite an
  existing, named where condition.
- Extended ActiveRecord::Base#cache_key to take an optional list of
  timestamp attributes of which the highest will be used.
- Added ActiveRecord::Base#enum for declaring enum attributes where
  the values map to integers in the database, but can be queried by
  name.
- Type cast json values on write, so that the value is consistent with
  reading from the database.
- Type cast hstore values on write, so that the value is consistent
  with reading from the database.
- Make next_migration_number accessible for third party generators.
- Calling update_attributes will now throw an ArgumentError whenever
  it gets a nil argument. More specifically, it will throw an error if
  the argument that it gets passed does not respond to to
  stringify_keys.
- CollectionAssociation#first/#last (e.g. has_many) use a LIMITed
  query to fetch results rather than loading the entire collection.
- inspect on Active Record model classes does not initiate a new
  connection. This means that calling inspect, when the database is
  missing, will no longer raise an exception.
- Removed column restrictions for count, let the database raise if the
  SQL is invalid.
- Rails now automatically detects inverse associations. If you do not
  set the :inverse_of option on the association, then Active Record
  will guess the inverse association based on heuristics.
- Handle aliased attributes in ActiveRecord::Relation. When using
  symbol keys, ActiveRecord will now translate aliased attribute names
  to the actual column name used in the database.
- The ERB in fixture files is no longer evaluated in the context of
  the main object. Helper methods used by multiple fixtures should be
  defined on modules included in
  ActiveRecord::FixtureSet.context_class.
- Don't create or drop the test database if RAILS_ENV is specified
  explicitly.
- Relation no longer has mutator methods like #map! and
  #delete_if. Convert to an Array by calling #to_a before using these
  methods.
- find_in_batches, find_each, Result#each and Enumerable#index_by now
  return an Enumerator that can calculate its size.
- scope, enum and Associations now raise on "dangerous" name
  conflicts.
- second through fifth methods act like the first finder.
- Make touch fire the after_commit and after_rollback callbacks.
- Enable partial indexes for sqlite >= 3.8.0.
- Make change_column_null revertible.
- Added a flag to disable schema dump after migration. This is set to
  false by default in the production environment for new applications.
- SchemaDumper uses force: :cascade on create_table. This makes it
  possible to reload a schema when foreign keys are in place.
- Added a :required option to singular associations, which defines a
  presence validation on the association.
- ActiveRecord::Dirty now detects in-place changes to mutable
  values. Serialized attributes on Active Record models are no longer
  saved when unchanged. This also works with other types such as
  string columns and json columns on PostgreSQL.
- Introduced the db:purge Rake task to empty the database for the
  current environment.
- Introduced ActiveRecord::Base#validate! that raises
  ActiveRecord::RecordInvalid if the record is invalid.
- Introduced validate as an alias for valid?.
- touch now accepts multiple attributes to be touched at once.
- The PostgreSQL adapter now supports the jsonb datatype in PostgreSQL
  9.4+.
- The PostgreSQL and SQLite adapters no longer add a default limit of
  255 characters on string columns.
- Added support for the citext column type in the PostgreSQL adapter.
- Added support for user-created range types in the PostgreSQL
  adapter.
- sqlite3:///some/path now resolves to the absolute system path
  /some/path. For relative paths, use sqlite3:some/path
  instead. (Previously, sqlite3:///some/path resolved to the relative
  path some/path. This behavior was deprecated on Rails 4.1).
- Added support for fractional seconds for MySQL 5.6 and above.
- Added ActiveRecord::Base#pretty_print to pretty print models.
- ActiveRecord::Base#reload now behaves the same as m =
  Model.find(m.id), meaning that it no longer retains the extra
  attributes from custom SELECTs.
- ActiveRecord::Base#reflections now returns a hash with string keys
  instead of symbol keys.
- The references method in migrations now supports a type option for
  specifying the type of the foreign key (e.g. :uuid).

(minskim)

2017-04-20 22:37:57 UTC MAIN commitmail json YAML

2017-04-20 22:00:33 UTC MAIN commitmail json YAML

Added www/ruby-actionpack42 version 4.2.8

(minskim)

2017-04-20 22:00:05 UTC MAIN commitmail json YAML

Add ruby-actionpack42

(minskim)

2017-04-20 21:59:11 UTC MAIN commitmail json YAML

Import ruby-actionpack-4.2.8 as www/ruby-actionpack42

Notable changes since 3.2:

- Change the stylesheet of exception pages for development
  mode. Additionally display also the line of code and fragment that
  raised the exception in all exceptions pages.
- protect_from_forgery also prevents cross-origin <script>
  tags. Update your tests to use xhr :get, :foo, format: :js instead
  of get :foo, format: :js.
- #url_for takes a hash with options inside an array.
- Added session#fetch method fetch behaves similarly to Hash#fetch,
  #with the exception that the returned value is always saved into the
  #session.
- Separated Action View completely from Action Pack.
- Log which keys were affected by deep munge.
- New config option config.action_dispatch.perform_deep_munge to opt
  out of params "deep munging" that was used to address security
  vulnerability CVE-2013-0155.
- New config option config.action_dispatch.cookies_serializer for
  specifying a serializer for the signed and encrypted cookie jars.
- Added render :plain, render :html and render :body.
- The *_filter family of methods have been removed from the
  documentation. Their usage is discouraged in favor of the *_action
  family of methods:
- render nothing: true or rendering a nil body no longer add a single
  space padding to the response body.
- Rails now automatically includes the template's digest in ETags.
- Segments that are passed into URL helpers are now automatically
  escaped.
- Introduced the always_permitted_parameters option to configure which
  parameters are permitted globally. The default value of this
  configuration is ['controller', 'action'].
- Added the HTTP method MKCALENDAR from RFC 4791.
- *_fragment.action_controller notifications now include the
  controller and action name in the payload.
- Improved the Routing Error page with fuzzy matching for route
  search.
- Added an option to disable logging of CSRF failures.
- When the Rails server is set to serve static assets, gzip assets
  will now be served if the client supports it and a pre-generated
  gzip file (.gz) is on disk. By default the asset pipeline generates
  .gz files for all compressible assets. Serving gzip files minimizes
  data transfer and speeds up asset requests. Always use a CDN if you
  are serving assets from your Rails server in production.
- When calling the process helpers in an integration test the path
  needs to have a leading slash. Previously you could omit it but that
  was a byproduct of the implementation and not an intentional
  feature.

(minskim)

2017-04-20 18:45:45 UTC MAIN commitmail json YAML

gdb; Add missing linux PLIST entries.

>From Dr. Thomas Orgis via tech-pkg

(maya)

2017-04-20 18:38:09 UTC MAIN commitmail json YAML

qt5-qtbase: FreeBSD needs -lutil

PR pkg/52181 from Santhosh Raju

(maya)

2017-04-20 18:27:26 UTC pkgsrc-2017Q1 commitmail json YAML

Pullup ticket #5333 - requested by maya
mail/squirrelmail: security fix

Revisions pulled up:
- mail/squirrelmail/Makefile                                    1.132
- mail/squirrelmail/distinfo                                    1.68
- mail/squirrelmail/patches/patch-class_deliver_Deliver__SendMail.class.php 1.1

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Apr 19 17:10:18 UTC 2017

  Modified Files:
          pkgsrc/mail/squirrelmail: Makefile distinfo
  Added Files:
          pkgsrc/mail/squirrelmail/patches:
              patch-class_deliver_Deliver__SendMail.class.php

  Log Message:
  squirrelmail: patch remote code execution (CVE-2017-7692)
  separately escape tainted input before feeding it into popen.
  https://www.wearesegment.com/research/Squirrelmail-Remote-Code-Execution.html

  patch from Filipo Cavallarin@wearesegment, who also found the vulnerability.
  bump PKGREVISION

(bsiegert)

2017-04-20 18:07:35 UTC MAIN commitmail json YAML

Drop unnecessary GTK dependency. Bump revision.

(joerg)

2017-04-20 14:38:41 UTC MAIN commitmail json YAML

Drop PKG_REVISION. Should never be set here in first place.

(joerg)

2017-04-20 13:50:42 UTC MAIN commitmail json YAML

2017-04-20 13:45:52 UTC MAIN commitmail json YAML

Needs zlib.  Use ${INSTALL}.  Fix "install" target.  Now works on SunOS.

(jperkin)

2017-04-20 13:41:54 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.18.3

(szptvlfn)

2017-04-20 13:41:39 UTC MAIN commitmail json YAML

Update to 2.18.3

http://git.finalrewind.org/feh/plain/ChangeLog:
Tue, 04 Apr 2017 21:22:16 +0200  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.3
    * Fix double-free/OOB-write in E17 IPC. This only affects the
      background setting options and requires a malicious X11 app to run
      alongside feh and pretend to be an E17 window manager.
      (patch by Tobias Stoeckmann)
    * Fix image-specific format specifiers not being updated correctly in
      thumbnail mode window titles
    * Fix memory leak when closing images opened from thumbnail mode
    * Fix a possible out of bounds read caused by an unterminated string when
      using --output to save images in long paths. (patch by Tobias Stoeckmann)
    * Fix out of bounds read/write when handling empty or broken caption files.
      (patch by Tobias Stoeckmann)
    * Fix memory leak when saving a filelist or image whose target filename
      already exists. (patch by Tobias Stoeckmann)

(szptvlfn)

2017-04-20 13:25:07 UTC MAIN commitmail json YAML

Don't rely on GNU sed features.

(jperkin)

2017-04-20 12:56:47 UTC MAIN commitmail json YAML

Exclude some bogus symbols from the mapfile on SunOS.  It may be that
this is appropriate for all platforms, in which case it can be changed
to be a patch instead.

(jperkin)

2017-04-20 10:46:10 UTC MAIN commitmail json YAML

2017-04-20 09:59:39 UTC MAIN commitmail json YAML

Darwin does have sendfile(), but the API differs from ZoneMinder's expectation.
Inhibit its use on Darwin to fix the build.

(dsainty)

2017-04-20 09:55:29 UTC MAIN commitmail json YAML

2017-04-20 09:50:37 UTC MAIN commitmail json YAML

2017-04-20 09:20:55 UTC MAIN commitmail json YAML

2017-04-20 09:12:05 UTC MAIN commitmail json YAML

Requires libiconv.

(jperkin)

2017-04-20 09:06:34 UTC MAIN commitmail json YAML

2017-04-20 08:59:24 UTC MAIN commitmail json YAML

Ensure our krb5-config wrapper is found.  Fixes SunOS.

(jperkin)

2017-04-20 08:49:49 UTC MAIN commitmail json YAML

2017-04-20 08:39:04 UTC MAIN commitmail json YAML

Enable C++11 for all dependencies of cppunit, required as cppunit is now
built with it enabled.

(jperkin)

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

2017-04-20 08:02:26 UTC MAIN commitmail json YAML

Enable librdkafka

(fhajny)

2017-04-20 08:01:30 UTC MAIN commitmail json YAML

Added devel/librdkafka version 0.9.5

(fhajny)

2017-04-20 08:01:19 UTC MAIN commitmail json YAML

Import librdkafka 0.9.5 as devel/librdkafka.

librdkafka is a C library implementation of the Apache Kafka protocol,
containing both Producer and Consumer support.

(fhajny)

2017-04-19 22:37:40 UTC MAIN commitmail json YAML

Added www/ruby-actionview42 version 4.2.8

(minskim)

2017-04-19 22:37:00 UTC MAIN commitmail json YAML

Add ruby-actionview42

(minskim)

2017-04-19 22:36:13 UTC MAIN commitmail json YAML

Import ruby-actionview-4.2.8 as www/ruby-actionview42

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

(minskim)

2017-04-19 21:43:11 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_install to 20170419nb1

(joerg)

2017-04-19 21:42:50 UTC MAIN commitmail json YAML

pkg_install-20170419:
- Convert to libarchive 3.x interfaces, avoiding the legacy glue.
- Rename local copy of netpgpverify to match installed headers.
- Shuffle bootstrap code to reduce special cases in pkg_add.
- Always read/write file names in tar archives as binary. While they are
  supposed to be UTF-8, locale conversion creates more problems than it
  solves here.
- Fix const correctness in gpg_verify.
- Add format string annotation for xasprintf for GCC-like compilers.
- Restrict supported archive formats for binary packages to ar (signed
  packages) and tar (actual content) with uncompressed/gzip/bzip2/xz as
  compression choices. This reduces the exposed libarchive surface.
- The pkg-vulnerability file correspondingly supports only the same
  compression choices.

(joerg)

2017-04-19 21:27:31 UTC MAIN commitmail json YAML

Block signals explicitly during lwp creation since blocking via the context
doea not work.

(christos)

2017-04-19 21:10:23 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.184

(wiz)

2017-04-19 21:10:11 UTC MAIN commitmail json YAML

Updated mame to 0.184.

Well, it窶冱 the last Wednesday of the month, and I hope you know
what that means: it窶冱 time for your regularly scheduled MAME release.
There aren窶冲 a huge number of new working machines in this release,
but there are some significant improvements. Thanks to kazblox,
MAME now emulates some of the peculiarities of Famicom clone hardware,
and thanks to shattered, emulation of the Agat-7 Apple II clone is
improved. Peter Ferrie provided a superior Apple II language card
implementation. We窶况e got lots of additions to the BBC and PC
software lists from Nigel Barnes and darkstar.

We窶况e made substantial improvements to some of MAME窶冱 non-emulation
features. The -romident verb is now much faster when used on a
folder or archive containing multiple files, and will identify ROMs
for emulated slot devices that aren窶冲 inserted by default. The
-listxml output now includes all linked devices, and is produced
at least 30% faster. We窶况e also improved -verifyroms so it covers
more devices and is faster when verifying ROMs for a subset of
drivers/devices.

MAME 0.184 includes support for plenty of newly dumped versions of
supported arcade games, including a rare US prototype of Shanghai
III, the world release of Super Crowns Golf, a version of Flashgirl
that shows the Kyugo logo, a German version of Raiden II, the
Japanese release of Radical Radial, and bootlegs of Bomber Man and
Phoenix. There are also several new chess computers, and even more
Aristocrat Mark V gambler sets. If you窶决e interested in the TI-8x
graphing calculators, it窶冱 now possible to get an emulated TI-82
or TI-85 to communicate with another emulated instance or with a
program running on the host computer over a socket.

(wiz)

2017-04-19 20:31:54 UTC MAIN commitmail json YAML

2017-04-19 18:57:03 UTC pkgsrc-2017Q1 commitmail json YAML

A few more pullup tickets.

(bsiegert)

2017-04-19 18:56:24 UTC pkgsrc-2017Q1 commitmail json YAML

Pullup ticket #5276 - requested by sevan
wm/fluxbox: build fix

Revisions pulled up:
- wm/fluxbox/PLIST                                              1.23

---
  Module Name:    pkgsrc
  Committed By:  pho
  Date:          Thu Apr 13 04:29:05 UTC 2017

  Modified Files:
          pkgsrc/wm/fluxbox: PLIST

  Log Message:
  Fix PLIST for the nls option: he_IL.UTF-8 was missing

(bsiegert)

2017-04-19 18:51:44 UTC pkgsrc-2017Q1 commitmail json YAML

Pullup ticket #5323 - requested by sevan
print/ghostscript-gpl: security fix

Revisions pulled up:
- print/ghostscript-gpl/Makefile                                1.25
- print/ghostscript-gpl/distinfo                                1.17
- print/ghostscript-gpl/patches/patch-CVE-2016-10217            1.1
- print/ghostscript-gpl/patches/patch-CVE-2016-10219            1.1
- print/ghostscript-gpl/patches/patch-CVE-2016-10220            1.1
- print/ghostscript-gpl/patches/patch-CVE-2017-5951            1.1

---
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Tue Apr 18 22:07:07 UTC 2017

  Modified Files:
          pkgsrc/print/ghostscript-gpl: Makefile distinfo
  Added Files:
          pkgsrc/print/ghostscript-gpl/patches: patch-CVE-2016-10217
              patch-CVE-2016-10219 patch-CVE-2016-10220 patch-CVE-2017-5951

  Log Message:
  Patches for CVE-2016-10217, CVE-2016-10219, CVE-2016-10220 & CVE-2017-5951

(bsiegert)

2017-04-19 18:50:40 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.2.6

(wiz)

2017-04-19 18:50:29 UTC MAIN commitmail json YAML

Updated wireshark to 2.2.6.

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2017-12
      IMAP dissector crash ([2]Bug 13466) [3]CVE-2017-7703
    * [4]wnpa-sec-2017-13
      WBMXL dissector infinite loop ([5]Bug 13477) [6]CVE-2017-7702
    * [7]wnpa-sec-2017-14
      NetScaler file parser infinite loop ([8]Bug 13478) [9]CVE-2017-7700
    * [10]wnpa-sec-2017-15
      RPCoRDMA dissector infinite loop ([11]Bug 13558) [12]CVE-2017-7705
    * [13]wnpa-sec-2017-16
      BGP dissector infinite loop ([14]Bug 13557) [15]CVE-2017-7701
    * [16]wnpa-sec-2017-17
      DOF dissector infinite loop ([17]Bug 13453) [18]CVE-2017-7704
    * [19]wnpa-sec-2017-18
      PacketBB dissector crash ([20]Bug 13559)
    * [21]wnpa-sec-2017-19
      SLSK dissector long loop ([22]Bug 13576)
    * [23]wnpa-sec-2017-20
      SIGCOMP dissector infinite loop ([24]Bug 13578)
    * [25]wnpa-sec-2017-21
      WSP dissector infinite loop ([26]Bug 13581)

  The following bugs have been fixed:
    * T30 FCF byte decoding masks DTC, CIG and NCS. ([27]Bug 1918)
    * Wireshark gives decoding error during rnsap message dissection(SCCP
      reassembly). ([28]Bug 3360)
    * Added IEEE 802.15.4-2003 AES-CCM security modes
      (packet-ieee802154). ([29]Bug 4912)
    * Payload in 2 SCCP DT1 messages in the same frame isn't
      (sub)dissected. ([30]Bug 11130)
    * IEEE 802.15.4: an area of Payload IEs is dissected twice. ([31]Bug
      13068)
    * Qt UI: Wireshark crash when deleting IO graph string while it's in
      editing mode. ([32]Bug 13234)
    * Crash on exit due to an invalid frame data sequence state. ([33]Bug
      13433)
    * Access Violation using Lua dissector. ([34]Bug 13457)
    * Some bytes ignored in every packet in NetScaler packet trace when
      vmnames are included in packet headers. ([35]Bug 13459)
    * VOIP RTP stream Find Reverse button doesn't work. ([36]Bug 13462)
    * Lua dissector: ProtoField int&42; do not allow FT_HEX or FT_OCT,
      crash when set to FT_HEX_DEC or FT_DEC_HEX. ([37]Bug 13484)
    * GIOP LocateRequest v1.0 is improperly indicated as "malformed".
      ([38]Bug 13488)
    * Bug in ZigBee - Zone Status Change Notification. ([39]Bug 13493)
    * Packet exception in packet-ua3g and incomplete strings in
      packet-noe. ([40]Bug 13502)
    * Wrong BGP capability dissect. ([41]Bug 13521)
    * Endpoint statistics column labels seem incorrect. ([42]Bug 13526)
    * Strange automatic jump in packet details for a certain DNS response
      packet. ([43]Bug 13533)
    * When a Lua enum or bool preference is changed via context menu,
      prefs_changed isn't called with Qt Wireshark. ([44]Bug 13536)
    * IO Graph selects wrong packet or displays "Packet number x isn't
      displayed". ([45]Bug 13537)
    * tshark's -z endpoints,ip ignores optional filter. ([46]Bug 13538)
    * SSL: Handshake type in Info column not always separated by comma.
      ([47]Bug 13539)
    * libfuzzer: PEEKREMOTE dissector bug. ([48]Bug 13544)
    * libfuzzer: packetBB dissector bug (packetbb.msg.addr.valuecustom).
      ([49]Bug 13545)
    * libfuzzer: WSP dissector bug (wsp.header.x_wap_tod). ([50]Bug
      13546)
    * libfuzzer: MIH dissector bug. ([51]Bug 13547)
    * libfuzzer: DNS dissector bug. ([52]Bug 13548)
    * libfuzzer: WLCCP dissector bug. ([53]Bug 13549)
    * libfuzzer: TAPA dissector bug. ([54]Bug 13553)
    * libfuzzer: lapsat dissector bug. ([55]Bug 13554)
    * libfuzzer: wassp dissector bug. ([56]Bug 13555)
    * Illegal reassembly of GSM SMS packets. ([57]Bug 13572)
    * SSH Dissector uses incorrect length for protocol field
      (ssh.protocol). ([58]Bug 13574)
    * NBAP malformed packet for short Binding ID. ([59]Bug 13577)
    * libfuzzer: WSP dissector bug (wsp.header.x_up_1.x_up_proxy_tod).
      ([60]Bug 13579)
    * libfuzzer: asterix dissector bug (asterix.021_230_RA). ([61]Bug
      13580)
    * RTPproxy dissector adds multi lines to info column. ([62]Bug 13582)

  Updated Protocol Support

  ASTERIX, BGP, BSSGP, BT AVRCP, BT HCI_CMD, BT HFP, BT PBAP, DNS, DOF,
  EAPOL-MKA, GIOP, GSM SMS, HTTP, ICMP, IEEE 802.11, IEEE 802.15.4, IMAP,
  ISIS LSP, iSNS, LAPSat, MIH, MySQL, NBAP, NBIFOM, PacketBB, PEEKREMOTE,
  RPCoRDMA, RTPproxy, SCCP, SIGCOMP, SLSK, SSH, SSL, T.30, TAPA, UA3G,
  WASSP, WBXML, WLCCP, WSP, and ZigBee ZCL IAS

(wiz)

2017-04-19 18:38:05 UTC MAIN commitmail json YAML

2017-04-19 18:37:55 UTC MAIN commitmail json YAML

Updated waf to 1.9.9.

NEW IN WAF 1.9.9
----------------
* Fix QT5 detection on macOS 1912
* Fix Clang compilation database when no c compiler is found #1914
* Fix python 3 compatibility with cppcheck #1921
* Fix the thread index in parallel_debug
* Fix install task for mac_files #1911
* Fix msvc version detection #1907
* Add VS2017 support #1927
* Add newer fortran flag detection #1916
* Add unity builds settings per task generator
* Add run_build_cls parameter to conf.run_build/conf.check
* Add a warning for missing cflags/cxxflags in gccdeps

(wiz)

2017-04-19 18:37:33 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.14.26

(wiz)

2017-04-19 18:37:23 UTC MAIN commitmail json YAML

Updated syncthing to 0.14.26.

This is a regularly scheduled stable release.

Resolved issues since v0.14.25:

    #4035: Symlinks are now properly ignored on Windows.
    #2344: Discovery errors are more clearly displayed in the GUI.
    #3913: The language dropdown menu in the GUI is now correctly sorted.

Also:

    When there are items that could not be synced, their full path is displayed in the GUI.

(wiz)

2017-04-19 18:33:39 UTC pkgsrc-2017Q1 commitmail json YAML

Pullup ticket #5317 - requested by sevan
comms/minicom: security fix

Revisions pulled up:
- comms/minicom/Makefile                                        1.69
- comms/minicom/distinfo                                        1.18

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Tue Apr 18 13:30:57 UTC 2017

  Modified Files:
          pkgsrc/comms/minicom: Makefile distinfo

  Log Message:
  Updated minicom to 2.7.1.

  New for version 2.7.1:
    - CVE-2017-7467: Fix an out of bounds data access that
      can lead to remote code execution. This issue was found
      by Solar Designer of Openwall during a security audit of
      the Virtuozzo 7 product, which contains derived downstream
      code in its prl-vzvncserver component. The corresponding
      Virtuozzo 7 fix is:
  https://src.openvz.org/projects/OVZ/repos/prl-vzvncserver/commits/6d95404e75b98f36b1cc85ee23df99dcf06ca13f

      Openwall would like to thank the Virtuozzo company for
      funding the effort.

(bsiegert)

2017-04-19 18:32:57 UTC MAIN commitmail json YAML

Updated devel/ragel to 6.10

(wiz)