Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 23:20:58 UTC Now

2024-02-04 06:43:57 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.40.0

3.40.0 (2024-01-26)

Changned

* Dropped support for Ruby 2.7, 3.0+ is now required
* Dropped support for Selenium < 4.8
* Use the new headless option on chromedriver with registered selenium
  driver [Neil Carvalho]

Added

* Capybara::Result#to_ary to support multiple assignment [Sean Doyle]
* has_element? and related matchers [Sean Doyle]
* Rack 3 support

Fixed

* Forward save_screenshot options to selenium - Issue 2738
* Rack test - don't auto submit forms with multiple inputs [Mitchell Henke]
* Table row selector matches cell values in order - Issue 2686 [Jeff Parr]
* Table row selector fixes for first column - Issue 2685 [Jeff Par]

(taca)

2024-02-04 06:42:32 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.143.0

(taca)

2024-02-04 06:42:14 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: udpate to 1.413.0

1.143.0 (2024-01-26)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2024-02-04 06:41:33 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.77.0

(taca)

2024-02-04 06:41:16 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.77.0

1.77.0 (2024-01-26)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2024-02-04 06:40:36 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.90.0

(taca)

2024-02-04 06:40:19 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.90.0

1.90.0 (2024-01-26)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.89.0 (2024-01-11)

* Feature - Doc only update for Secrets Manager

(taca)

2024-02-04 06:39:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.191.0

(taca)

2024-02-04 06:39:08 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.191.0

3.191.0 (2024-01-26)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add RBS signature files to support static type checking.

3.190.3 (2024-01-16)

* Issue - Add mutex around accessing stub api_requests.

3.190.2 (2024-01-09)

* Issue - Minor performance optimization.

(taca)

2024-02-04 06:38:03 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.887.0

(taca)

2024-02-04 06:37:41 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.887.0

1.887.0 (2024-02-02)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.886.0 (2024-02-01)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.885.0 (2024-01-31)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.884.0 (2024-01-29)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.883.0 (2024-01-19)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.882.0 (2024-01-18)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.881.0 (2024-01-16)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.880.0 (2024-01-12)

* Feature - Added support for enumerating regions for Aws::SupplyChain.

1.879.0 (2024-01-11)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.878.0 (2024-01-10)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2024-02-03 16:46:16 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-plist to 3.7.1

(taca)

2024-02-03 16:46:02 UTC MAIN commitmail json YAML

textproc/ruby-plist: update to 3.7.1

3.7.1 (2023-12-27)

Bug fixes

* Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)

Housekeeping

* Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)

(taca)

2024-02-03 16:44:55 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-libxml to 5.0.2

(taca)

2024-02-03 16:44:40 UTC MAIN commitmail json YAML

textproc/ruby-libxml: update to 5.0.2

5.0.0 (2024-01-07)

* This release is major version bump because it removes access to global
  parser options that libxml2 version 2.12.0 deprecated (see
  https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0)
  In the unlikely event your code uses these options, then you will need to
  update it.
  Specifically, instead of setting global parser options, pass them directly
  to either Parsers or ParserContexts when creating them.  Options are
  defined as constants in LibXML::XML::Parser::Options and
  LibXML::HTML::Parser::Options
* Update Parser initialize methods to take keyword parameters instead of a
  hash table (you may have to update your code due to this change)
* Fix broken compilation with libxml2 version 2.12.0 (due to libxml2 header
  changes)
* Add support for Ruby 3.3.*
* Remove support for Ruby 2.7.* (gem should still work but is no longer
  tested)

5.0.1 (2024-01-08)

* Fix broken Document#io method that was broken by switching Parsers to use
  keyword arguments

5.0.2 (2024-01-08)

* Fix broken DTD creation (DTD name is not required)

(taca)

2024-02-03 16:40:39 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.7.5

(taca)

2024-02-03 16:40:24 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.7.5

1.7.5 (2024-01-10)

* Support quotetitle in <reference
* README.md: More text about :unnumbered (and ALD/IALs in general)

(taca)

2024-02-03 16:38:37 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-diff-lcs to 1.5.1

(taca)

2024-02-03 16:38:19 UTC MAIN commitmail json YAML

textproc/ruby-diff-lcs: update to 1.5.1

1.5.1 (2024-01-31)

* Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato
  Nakamura added Ruby 3.2 and 3.3. #82, #89
* Updated the CI configuration, resolving #82 to add Ruby 3.1. Masato
* Switched to standard ruby formatting.
* Justin Steele converted the licence file to Markdown. #84
* Updated the gem SPDX identifier for GPL 2.0 or later, resolving #86 by Vit
  Ondruch.
* Resolve a potential security issue with ldiff in its use of IO.read
  instead of File.read. #91
* Added MFA authentication requirement for release to RubyGems. #90
* Added dependabot management for actions and gems. #90
* Updated CodeQL coniguration. #90

(taca)

2024-02-03 16:36:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.87.2

(taca)

2024-02-03 16:36:35 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.87.2

2.87.1 (2023-12-16)

* Use newer version of dependency or omit one for newer Ruby version
* Stale workflow

2.87.2 (2023-12-25)

* Remove version constraints in gemspec and some CI workflow fixes
* Add test workflow by GitHub Actions

(taca)

2024-02-03 16:35:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.5.2

(taca)

2024-02-03 16:34:56 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.5.2

4.5.2 (2024-01-15)

* (FACT-3160) Fix size calculations for AIX blockdevice and partitions
* (FACT-3438) Handle os.architecture fact for debian aarch64
* (FACT-3436) Standardize Debian architecture fact
* (FACT-3163) Add support for OpenBSD
* (FACT-3441) improve reliability of uname resolver
* (FACT-3446) Call close(2) with Solaris FFI
* (FACT-3149) Fix memory usage reporting on FreeBSD
* (FACT-3160) Update test to account for tota physical partition size
* (FACT-3448) Add Amazon to base fact utility
* (FACT-3449) Exclude Amazon 2023 x86_64 in DMI test
* (FACT-3448) Skip minor OS version fact for Amazon
* (FACT-3452) Make Xen resolver more strict
* (FACT-3110) support for ecdsa 384 and 521 bit keys
* (FACT-3110) Create value objects
* (FACT-3110) Add tests for base64 decode ignoring invalid characters
* (FACT-3110) Refactor ssh tests
* (FACT-3451) extend amazon linux os release fact
* (FACT-3451) Restore os facts for AmazonLinux 2

(taca)

2024-02-03 16:27:59 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-childprocess to 5.0.0

(taca)

2024-02-03 16:27:32 UTC MAIN commitmail json YAML

sysutils/ruby-childprocess: update to 5.0.0

pkgsrc change: fix a few pkglint warnings.

5.0.0 (2024-01-07)

* #175: Replace all backends by Process.spawn for portability, reliability
  and simplicity
* #185: Add support for Ruby 3.x

(taca)

2024-02-03 16:25:28 UTC MAIN commitmail json YAML

doc: Updated security/ruby-sshkit to 1.22.0

(taca)

2024-02-03 16:24:20 UTC MAIN commitmail json YAML

security/ruby-sshkit: update to 1.22.0

1.21.7 (2023-12-26)

Bug Fixes

* Add mutex_m dependency to fix Ruby 3.3 warning (#525) @mattbrictson

Housekeeping

* Add Ruby 3.3 to CI (#526) @mattbrictson
* Disable functional tests in CI for now (#523) @mattbrictson

1.22.0 (2024-01-09)

With this release, SSHKit now supports SFTP file transfers.  For
backwards-compatibility, SCP is still the default.  To enable SFTP globally
or per host, see more details in #524.

New Features

* Allow SFTP to be used for upload!/download! instead of SCP (#524, #529)
  @mattbrictson

Documentation

* EXAMPLES.md corrections (#527) @JasonPoll

(taca)

2024-02-03 16:22:00 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-ssh to 7.2.1

(taca)

2024-02-03 16:21:46 UTC MAIN commitmail json YAML

security/ruby-net-ssh: update to 7.2.1

7.2.1 (2023-12-19)

* feat: allow load of certkey from string [#926]
* fix: fix for  Socket#recv returning nil on ruby 3.3.0 [#928]

(taca)

2024-02-03 16:20:09 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.165

(taca)

2024-02-03 16:19:51 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.165

2.0.163 (2024-01-04)

* Land #686, Add Windows Memory Search support using regex

2.0.164 (2024-01-08)

* Land #693, Fix incorrect Memory Search variable name

2.0.165 (2024-01-19)

* Land #694, Use direct syscalls in the RDI loader

(taca)

2024-02-03 16:16:28 UTC MAIN commitmail json YAML

doc: Updated security/ruby-airbrussh to 1.5.1

(taca)

2024-02-03 16:16:09 UTC MAIN commitmail json YAML

security/ruby-airbrussh: update to 1.5.1

1.5.1 (2024-01-09)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* Add Ruby 3.3 to CI matrix (#154) @mattbrictson

(taca)

2024-02-03 16:14:50 UTC MAIN commitmail json YAML

doc: Updated print/ruby-pdf-reader to 2.12.0

(taca)

2024-02-03 16:14:36 UTC MAIN commitmail json YAML

print/ruby-pdf-reader: update to 2.12.0

2.12.0 (2023-12-26)

* Fix a sorbet method signature (http://github.com/yob/pdf-reader/pull/512)
* Reduce allocations when parsing PDFs with hex strings
  (http://github.com/yob/pdf-reader/pull/528)
* Fix text extraction of some rare unicode codepoints
  (http://github.com/yob/pdf-reader/pull/529)

(taca)

2024-02-03 16:13:17 UTC MAIN commitmail json YAML

doc: Updated net/ruby-ruby_smb to 3.3.2

(taca)

2024-02-03 16:13:00 UTC MAIN commitmail json YAML

net/ruby-ruby_smb: update to 3.3.2

3.3.2 (2024-01-26)

* Land #260, Add the #remove_share method to the server

(taca)

2024-02-03 16:11:34 UTC MAIN commitmail json YAML

doc: Updated net/ruby-recog to 3.1.4

(taca)

2024-02-03 16:11:18 UTC MAIN commitmail json YAML

net/ruby-recog: update to 3.1.4

3.1.3 (2023-12-20)

3.1.4 (2023-12-20)

No changes available.

(taca)

2024-02-03 16:04:40 UTC MAIN commitmail json YAML

doc: Updated net/ruby-net-ldap to 0.19.0

(taca)

2024-02-03 16:04:22 UTC MAIN commitmail json YAML

net/ruby-net-ldap: update to 0.19.0

0.19.0 (2024-01-03)

* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs by @TomSellers
  in #412
* Add in ability for users to specify LDAP controls when conducting searches
  by @gwillcox-r7 in #411
* Document connect_timeout in Constructor Details by @alexjfisher in #415
* Fix openssl error when using multiple hosts by @jpdasma in #417

New Contributors

* @TomSellers made their first contribution in #412
* @gwillcox-r7 made their first contribution in #411
* @alexjfisher made their first contribution in #415

(taca)

2024-02-03 16:02:46 UTC MAIN commitmail json YAML

doc: Updated net/ruby-domain_name to 0.6.20240107

(taca)

2024-02-03 16:02:33 UTC MAIN commitmail json YAML

net/ruby-domain_name: update to 0.6.20240107

0.6.20240107 (2024-01-09)

* Update the eTLD database to 2024-01-07 11:25:45 UTC

Closed issues:

* git tag v0.6.20231109 is missing #25
* Unicode Normalization not appropriate for ASCII-8BIT #23

Merged pull requests:

* Fix regression: Allow DomainName.normalize to accept ASCII-only,
  non-unicode encoded input #27 (tisba)

(taca)

2024-02-03 16:01:13 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-parallel to 1.24.0

(taca)

2024-02-03 16:00:58 UTC MAIN commitmail json YAML

misc/ruby-parallel: update to 1.24.0

1.24.0 (2023-12-16)

* Add :finish_in_order option
* polish finish_in_order

(taca)

2024-02-03 15:58:43 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-commander to 5.0.0

(taca)

2024-02-03 15:58:28 UTC MAIN commitmail json YAML

misc/ruby-commander: update to 5.0.0

5.0.0 (2024-01-15)

* Drop support for Ruby < 3.0; update highline dependency to ~3.0
  (#102). (@belousovAV)

(taca)

2024-02-03 15:57:20 UTC MAIN commitmail json YAML

doc: Updated math/ruby-spreadsheet to 1.3.1

(taca)

2024-02-03 15:57:05 UTC MAIN commitmail json YAML

math/ruby-spreadsheet: update to 1.3.1

1.3.1 (2024-01-15)

* Fix spreadsheet.gemspec issues.

(taca)

2024-02-03 15:55:59 UTC MAIN commitmail json YAML

doc: Updated math/ruby-roo to 2.10.1

(taca)

2024-02-03 15:55:44 UTC MAIN commitmail json YAML

math/ruby-roo: update to 2.10.1

2.10.1 (2024-01-17)

Changed/Added

* Prevent warnings on Ruby 3.1 if finalizer is called twice 586
* Fix Roo::Base#each_with_pagename degraded at 576 583

(taca)

2024-02-03 15:54:45 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mime-types to 3.5.2

(taca)

2024-02-03 15:54:33 UTC MAIN commitmail json YAML

mail/ruby-mime-types: udpate to 3.5.2

3.5.2 (2024-01-02)

There are no primary code changes, but we are releasing this as an update as
there are some validation changes and updated code with formatting.

Dependency and CI updates:

* Masato Nakamura added Ruby 3.3 to the CI workflow in #179.
* Fixed regressions in standard formatting in #180.
* Removed minitest-bonus-assertions because of a bundler resolution
  issue. Created a better replacement in-line.

(taca)

2024-02-03 15:53:23 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-image_size to 3.4.0

(taca)

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

graphics/ruby-image_size: update to 3.4.0

3.4.0 (2024-01-16)

* Provide access to media types using media_type and media_types methods #22
  @toy
* Allow fetching from HTTP server by requiring image_size/uri @toy
* Fix for ArgumentError when requiring only image_size/uri_reader (without
  image_size) @toy
* Require ruby 1.9.3 @toy

(taca)

2024-02-03 15:51:43 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 4.18.0

(taca)

2024-02-03 15:51:28 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 4.18.0

4.17.0 (2023-12-19)

* Add PickupInStore to ShippingMethod enum
* Add external_vault and risk_data to CreditCardVerification create request

4.18.0 (2024-01-09)

* Add process_debit_as_credit to credit_card field in options field during
  Transaction create
* Add package_tracking method to transaction_gateway to make request to add
  tracking information to transactions
* Add packages to Transaction object
* Add image_url,upc_code, and upc_type to LineItems in transaction_gateway

(taca)

2024-02-03 15:49:32 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tty-screen to 0.8.2

(taca)

2024-02-03 15:49:16 UTC MAIN commitmail json YAML

devel/ruby-tty-screen: update to 0.8.2

0.8.2 (2023-12-17)

Changed

* Change the ioctl system call support check to use the output method
* Change size from ioctl to extract window buffer format and length to
  constants
* Change size from ioctl to allocate and read window buffer with fewer
  objects
* Change size detection from tput to check TTY on the output method
* Change size detection from stty to check TTY on the output method
* Change size detection from the environment variables to use the env method
* Change size from the ansicon environment variable to use the env method
* Change size from ansicon to use regexp last match to lookup pattern
  matches
* Change size from ansicon to allocate window dimensions with fewer objects

Fixed

* Fix ioctl call test to stub terminal size encoding for big-endian systems
* Fix to skip terminal size detection from readline on non-TTY output
* Fix size detection from IO to skip loading io-console on non-TTY output
* Fix size detection from tput to check for non-zero columns instead of
  lines
* Fix JRuby and Windows system detection to check Ruby configuration only
  once

(taca)

2024-02-03 15:46:53 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-shoulda-matchers to 6.1.0

(taca)

2024-02-03 15:46:34 UTC MAIN commitmail json YAML

devel/ruby-shoulda-matchers: update to 6.1.0

pkgsrc change: update HOMEPAGE.

6.0.0 (2023-12-22)

Backward-incompatible changes

* Drop support for Rails 5.2 and 6.0 as well as Ruby 2.6 and 2.7 they've
  been end-of-lifed by @dougmrqs and @HeitorMC.
  The gem now supports Ruby 3.0+ and Rails 6.1+. (#1521, #1522, #1547, #1548)

Bug fixes

* Fix validate_uniqueness_of matcher not supporting column of the type
  timestampz by @callahat. (#1544)
* Ensure that validation specs work for ActiveModel without ActiveRecord by
  @stonefield. (#1580)

Features

* Add normalize matcher by @stephannv. (#1558)
* Add validates_comparison_of matcher by @matsales28. (#1552)
* Add support for Ruby 3.2 by @petergoldstein. (#1536)
* Add support for Ruby 3.3.0-rc1 by @mtasaka and @VSPPedro. ([#1579], #1588)
* Add support for Rails 7.1 by @matsales28. (#1573)
* Add support for array attributes on validate_length_of matcher by
  @jarenas9539. #1560
* Allow length validation on associations by @matsales28. (#1569)
* Improve have_db_index to better handle columns with multiple indexes by
  @abrom. (#1542)
* Implement of_sql_type qualifier on have_db_column matcher by
  @matsales28. (#1555)

Improvements

* When an unrelated error is seen with negated allow_value, give a hint by
  @matsales28. (#1570)

Thanks everyone for the contributions!

6.1.0 (2024-01-19)

Bug fixes

* Fix negative form of validate_numericality matcher by @matsales28 (#1603)

Features

* Add support for negated matcher on have_secure_password matcher by
  @amalrik (#1593)
* Add encrypt matcher to test usage of the encrypts macro by @theforestvn88
  (#1581)
* Add query_constraints qualifier on the association matchers by @matsales28
  (#1604)

Improvements

* Remove array_column? helper from ValidateAbsenceOfMatcher by @jarenas9539
  (#1562)
* Bump rubocop version to 1.59.0 by @VSPPedro (#1600)
* Update Ruby version to 3.3.0 by @VSSPedro(#1599)
* Fix REPRODUCTION_SCRIPT.md link returning 404 by @VSPPedro (#1602)
* Add support for globally enabled frozen-string-literals by @amalrik
  (#1598)
* Adjust typos in the documentation by @matsales28 (#1597)

(taca)

2024-02-03 15:40:20 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-sexp-processor to 4.17.1

(taca)

2024-02-03 15:40:05 UTC MAIN commitmail json YAML

devel/ruby-sexp-processor: udpate to 4.17.1

4.17.1 (2024-01-15)

1 minor enhancement:

* Added 3.3 to pt_testcase.rb

(taca)

2024-02-03 15:38:57 UTC MAIN commitmail json YAML

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

(taca)

2024-02-03 15:38:36 UTC MAIN commitmail json YAML

devel/ruby-rspec-rails: update to 6.1.1

6.1.1 (2024-01-25)

Bug Fixes:

* Improved deprecation message for RSpec::Rails::Configuration.fixture_paths
  (Benoit Tigeot, #2720)
* Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)

(taca)

2024-02-03 15:37:05 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-regexp_parser to 2.9.0

(taca)

2024-02-03 15:36:48 UTC MAIN commitmail json YAML

devel/ruby-regexp_parser: update to 2.9.0

2.9.0 (2024-01-07)

Added

* all expressions now respond to #negative? / #negated?

    - previously only sets, props, and posix classes did

* implemented #negative? / #negated? for more applicable expressions

    - \B, \D, \H, \S, \W, (?!...), (?<!...)

Fixed

* fixed missing support for grapheme cluster break unicode properties

    - e.g. /\p{Grapheme_Cluster_Break=Extend}/

(taca)

2024-02-03 15:34:45 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.21.0

(taca)

2024-02-03 15:34:21 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.21.0

3.21.0 (2024-01-15)

18 minor enhancements:

* (internal) Added simple RubyLexer#comment.
* (internal) Removed RubyLexer#comments and #ignore_body_comments.
* (internal) Removed RubyParser#comments.
* (internal) Renamed files from lib/ruby##_parser.* to lib/ruby_parser##.*
* (internal) Renamed lib/ruby3_parser.yy to lib/ruby_parser3.yy
* (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
* Added tentative 3.2 support. (torrocus)
* Made `rake compare` a multitask (28s -> 10s!!).
* Made `rake compare` depend on `generate` (from clean: 28s -> 18s).
* No longer package versioned .y files.
* Overhaul of parser/lexer comment processing.
* Parser productions for k_class/k_module/k_def carry their comment with
  them.
* Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
* RubyParser new_(class|module|defn|defs) handle comment processing via
  sexp.
* RubyParser new_(class|module|defn|defs) handle normalizing production
  sexps.
* RubyParser#next_token clears out lexer's comment when applicable.
* Simplified parser productions for defn_head, defs_head. No more
  normalizing.
* Updated `rake compare` steps for lrama in ruby 3.3+.

6 bug fixes:

* Cleaned out cruft from `rake compare` code.
* Fixed compare/normalize.rb for lrama differences.
* Made `parser` task depend on `isolate` task to pick up racc generator.
* Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't
  ship with the racc runtime. (wildmaples)
* Updated README.rdoc updating instructions to match current filenames.
* Updated compare versions and added 3.3.

(taca)

2024-02-03 15:30:25 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-native-package-installer to 1.1.9

(taca)

2024-02-03 15:30:08 UTC MAIN commitmail json YAML

devel/ruby-native-package-installer: update to 1.1.9

1.1.9 (2023-12-18)

Improvements

* Added support for Alpine Linux.

(taca)

2024-02-03 15:23:13 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-io-event to 1.4.2

(taca)

2024-02-03 15:22:55 UTC MAIN commitmail json YAML

devel/ruby-io-event: update to 1.4.2

1.3.3 (2023-12-28)

What's Changed

* Correctly pass through flags rb_process_status_wait. by @ioquatix in #81
* Ensure that the saved node is freed correctly if an exception occurs. by
  @ioquatix in #84

1.4.0 (2023-12-28)

What's Changed

* Ruby 3.3 updates (dropped support for Ruby 3.0) by @ioquatix in #85

1.4.1 (2024-01-10)

* Add liburing package installation for Ubuntu tests. (#87)
* Also fix #88: -std=c99 is disabling struct timespec
* Always #include <ruby.h> before any system header (#89)

1.4.2 (2024-01-14)

* No change except version.

(taca)

2024-02-03 15:15:24 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-highline to 3.0.1

(taca)

2024-02-03 15:15:09 UTC MAIN commitmail json YAML

devel/ruby-highline: update to 3.0.1

3.0.0 / 2024-01-05

* PR #265 - Change Readline for Reline for Ruby 3.3 compat (@abinoam)
* PR #264 - Add abbrev gem as dependency (@mathieujobin)
* PR #263 - Release 3.0.0.pre.1
*    Raise minimum Ruby version requirement to 3.0
* PR #262 - Do not call stty on non-tty (@kbrock)
* PR #260 / I #43 - Ctrl-U (erase line) handling (@abinoam, issue by
  @gutenye)
* PR #259 / I #236 - Handle Ctrl-C when Question#echo = false (@abinoam,
  @Fahhetah, issue by @aspyct)
* PR #258 / I #246 - Add validation class support (@abinoam, issue by
  @Joshfindit)
    - Make it dry-types compatible through the use of #valid?
    - Solve the multiple answers in one line problem with a combination of
      custom coercion (parser) and custom validation
* PR #257 / I #233 - Show Question#default hint for non String values
  (@abinoam, issue by @branch14)
    - Add Question#default_hint_show to allow disabling it.
* PR #256 / I #249 - Fix Array validation in Question#in (@abinoam, issue by
  @esotericpig)

3.0.1 (2024-01-20)

* PR #268 - Remove unused abbrev dependency (@zvkemp)

(taca)

2024-02-03 15:12:58 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-git to 1.19.1

(taca)

2024-02-03 15:12:24 UTC MAIN commitmail json YAML

devel/ruby-git: update to 1.19.1

Really update to 1.19.1 not 1.19.0.

1.19.1 (2024-01-13)

Changes since v1.19.0:

* f97c57c Announce the 2.0.0 pre-release (#682)

(taca)

2024-02-03 15:10:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-git to 1.19.0

(taca)

2024-02-03 15:10:19 UTC MAIN commitmail json YAML

devel/ruby-git: update to 1.19.1

1.19.0 (2023-12-28)

Changes since v1.18.0:

* 3bdb280 Add option to push all branches to a remote repo at one time
  (#678)
* b0d89ac Remove calls to Dir.chdir (#673)
* e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679)
* 0bb965d Explicitly name remote tracking branch in test (#676)
* 8481f8c Document how to delete a remote branch (#672)
* dce6816 show .log example with count in README, fixes #667 (#668)
* b1799f6 Update test of 'git worktree add' with no commits (#670)
* dd5a24d Add --filter to Git.clone for partial clones (#663)

1.19.1 (2024-01-13)

Changes since v1.19.0:

* f97c57c Announce the 2.0.0 pre-release (#682)

(taca)

2024-02-03 15:08:15 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-async to 2.8.1

(taca)

2024-02-03 15:07:58 UTC MAIN commitmail json YAML

devel/ruby-async: update to 2.8.1

2.7.0 (2024-01-02)

What's Changed

* Try testing on Ruby 3.3. by @ioquatix in #294
* Add support for IO#timeout in io_read, io_write and io_wait. by @ioquatix
  in #296

2.8.0 (2024-01-03)

What's Changed

* Allow Interrupt to retry the run loop after issuing #stop. by @ioquatix in
  #297
* Add write timeout test. by @ioquatix in #298

2.8.1 (2024-02-01)

What's Changed

* Don't enable io_write hook on Ruby < 3.3.1 as it's buggy. by @ioquatix in
  #303

(taca)

2024-02-03 15:05:37 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 4.2.0

(taca)

2024-02-03 15:05:20 UTC MAIN commitmail json YAML

devel/hoe: update to 4.2.0

4.2.0 (2024-01-12)

2 minor enhancements:

* Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s!
* Extended hoe/racc to build .yy files to allow for multi-file generation.

1 bug fix:

* Fixed missing dep declaration on oedipus_lex.

(taca)

2024-02-03 15:03:46 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-tiny_tds to 2.1.7

(taca)

2024-02-03 15:03:31 UTC MAIN commitmail json YAML

databases/ruby-tiny_tds: update to 2.1.7

2.1.7 (2024-01-08)

* Add Ruby 3.3 to the cross compile list

(taca)

2024-02-03 15:02:31 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.7.2

(taca)

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

databases/ruby-sqlite3: update to 1.7.2

1.7.1 (2024-01-24)

Dependencies

* Vendored sqlite is update to v3.45.0. @flavorjones

1.7.2 (2024-01-30)

Dependencies

    Vendored sqlite is updated to v3.45.1. @flavorjones

(taca)

2024-02-03 15:01:01 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.77.0

(taca)

2024-02-03 15:00:42 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.77.0

5.77.0 (2024-02-01)

* Support create_table :without_rowid option on SQLite (loranger32) (#2126)

* Warn by default if trying to eager_graph/association_join an association
  that uses a block, when the block would be ignored (jeremyevans)

* Speed up validates_unique in validation_helpers plugin by using empty?
  instead of count == 0 (numbata) (#2122)

* Speed up regexp matches in sqlite adapter on Ruby 2.4+ (jeremyevans)

* Add sqlite adapter :regexp_function_cache option for specifying the cache
  object to use (paddor, jeremyevans) (#2116)

* Respect list plugin :top option when inserting the first row into the
  model's table (johanmagnusson) (#2115)

* Switch default connection pool to timed_queue on Ruby 3.4+ (jeremyevans)

* Support on_duplicate_columns={raise,warn} parameter in connection URL when
  using duplicate_columns_handler extension (jeremyevans)

* Add transaction_connection_validator extension for retrying transactions
  on new connection if ther is a disconnect error when starting transaction
  (jeremyevans)

(taca)

2024-02-03 14:59:02 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-ffi-libarchive to 1.1.14

(taca)

2024-02-03 14:58:45 UTC MAIN commitmail json YAML

archivers/ruby-ffi-libarchive: update to 1.1.14

1.1.14 (2024-01-31)

Merged Pull Requests

* Correct return type of archive_read_data (fix RARv5 support) #86
  (tbolender)

(taca)

2024-02-03 14:55:50 UTC MAIN commitmail json YAML

doc/TODO: updates several pacakges

+ SOGo5-5.9.1, SOPE5-5.9.1, php-basercms-5.0.8, php-concretecms-9.2.4,
  php-jpgraph-4.4.2, php-memcached-3.2.0, php-mongodb-1.17.2,
  php-mrbs-1.11.4, php-phrasea2-4.1.7, php-piwigo-14.2.0, php-tiki-24.6,
  phraseanet-4.1.7, zoneminder-1.36.33
- ruby-3.3, ruby-redmine-5.1.0

* php-pthreads-3.2.0 [repository archived]

(taca)

2024-02-03 14:51:56 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2024.1

(taca)

2024-02-03 14:51:28 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2024.1

1.2024.1 (2024-02-01)

* Based on version 2024a of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html).

(taca)

2024-01-31 09:38:13 UTC MAIN commitmail json YAML

www/apache24: use upstream fix

Use upstream fix for fixing build problem with libxml2-2.12.4.

NFCI.

(taca)

2024-01-30 14:41:30 UTC MAIN commitmail json YAML

2024-01-28 02:59:41 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube and related pacakges to 1.6.6

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2024-01-28 02:58:22 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.6.6

1.6.6 (2024-01-20)

* Fix regression in handling LDAP search_fields configuration parameter
  (#9210)
* Enigma: Fix finding of a private key when decrypting a message using GnuPG
  v2.3
* Fix page jump menu flickering on click (#9196)
* Update to TinyMCE 5.10.9 security release (#9228)
* Fix PHP8 warnings (#9235, #9238, #9242, #9306)
* Fix saving other encryption settings besides enigma's (#9240)
* Fix unneeded php command use in installto.sh and deluser.sh scripts
  (#9237)
* Fix TinyMCE localization installation (#9266)
* Fix bug where trailing non-ascii characters in email addresses could have
  been removed in recipient input (#9257)
* Fix IMAP GETMETADATA command with options - RFC5464

(taca)

2024-01-21 15:28:47 UTC MAIN commitmail json YAML

textproc/ruby-csv: not for ruby33

This package is only for devel/ruby-redmine51 and ruby33 contains the same
version as default gem.

(taca)

2024-01-21 15:25:21 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-minitest to 5.21.2

(taca)

2024-01-21 15:24:51 UTC MAIN commitmail json YAML

devel/ruby-minitest: update to 5.21.2

5.21.0 (2024-01-11)

10 minor enhancements:

* Add include_all kw arg to assert_respond_to and refute_respond_to.
* Added 窶賭uiet flag to skip ProgressReporter (prints the dots). Minor
  speedup.
* Added Minitest::Compress#compress and added it to UnexpectedError.
* Added ability to initialize BacktraceFilter w/ custom regexp.
* Filter failure backtraces using backtrace_filter before calculating
  location. (thomasmarshall)
* Make BacktraceFilter#filter compatible with locations (still compares
  strings).
* Optimized Assertion#location ~30%.
* Output relative paths for all failures/errors/backtraces.
* Refactored location information in assertions, now using locations.
* Removed thread and mutex_m dependencies. (hsbt, eregon)

2 bug fixes:

* Drop undocumented bt arg in #skip. Dunno why that ever happened, prolly
  for testing?
* Fix mock to work with ruby debugger enabled. (keithlayne)

5.21.1 (2024-01-11)

1 bug fix:

* Rails' default backtrace filter can't currently work with
  caller_locations, so reverting back to caller.

5.21.2 (2024-01-17)

1 bug fix:

* Fixed bug in Minitest::Compress#compress formatting w/ nested patterns.
  Now recurses properly.

(taca)

2024-01-21 09:16:44 UTC MAIN commitmail json YAML

www/heel: remove RUBY_VERSIONS_ACCEPTED

It was already noop since RUBY_VERSIONS_ACCEPTED contained 31 and 32.

(taca)

2024-01-21 09:15:17 UTC MAIN commitmail json YAML

misc/ruby-pry: fix for ruby33

Depends on devel/ruby-readline prior to ruby33.

(taca)

2024-01-21 09:14:41 UTC MAIN commitmail json YAML

devel/ruby-cmd: fix for ruby33

Depends on devel/ruby-readline prior to ruby33.

(taca)

2024-01-21 09:13:54 UTC MAIN commitmail json YAML

devel/ruby-byebug: fix for ruby33

Depends on devel/ruby-readline prior to ruby33.

(taca)

2024-01-21 09:08:18 UTC MAIN commitmail json YAML

doc: Updated www/ruby-liquid to 4.0.3nb1

(taca)

2024-01-21 09:07:55 UTC MAIN commitmail json YAML

2024-01-21 08:36:58 UTC MAIN commitmail json YAML

lang/ruby: a small fix for ruby32-base

ruby32-base contains syntax_suggest as ruby33.

(taca)

2024-01-21 08:36:03 UTC MAIN commitmail json YAML

doc: Updated lang/ruby32-base to 3.2.3

(taca)

2024-01-21 08:35:39 UTC MAIN commitmail json YAML

lang/ruby32-base: update to 3.2.3

Since ruby32-base3.2.2-nb2 have uri gem 0.12.2, this update contains
no security fix.

These default gems are updated from ruby32-base-3.2.2nb4:

- rubygems 3.4.9
- bundler 2.4.19
- net-http 0.4.1
- syntax-suggest 1.1.0

These bundled gems are updated:

- net-ftp 0.2.1
- net-imap 0.3.4.1
- net-smtp 0.3.4

3.2.3 (2024-01-18)

This release includes many bug-fixes.  See the GitHub releases for further
details.

This release also includes the update of uri.gem to 0.12.2 which contains
the security fix.  Please check the topics below for details.

* CVE-2023-36617: ReDoS vulnerability in URI

(taca)

2024-01-21 08:24:45 UTC MAIN commitmail json YAML

lang/ruby/Makefile.common: add "used by" line

Add "used by" line for lang/ruby33/Makefile

(taca)

2024-01-21 08:24:14 UTC MAIN commitmail json YAML

lang/ruby: Add support for ruby33

(taca)

2024-01-21 08:23:25 UTC MAIN commitmail json YAML

doc: Added lang/ruby33 version 3.3.0

(taca)

2024-01-21 08:22:33 UTC MAIN commitmail json YAML

lang/Makefile: add and enable ruby33.

(taca)

2024-01-21 08:22:03 UTC MAIN commitmail json YAML

lang/ruby33: add version 3.3.0

Add ruby33 version 3.3.0 (Ruby 3.3.0).  Since Ruby 3.3.0 dose not
contains devel/ruby-readline anymore, no ruby33-base package now.

Ruby is an interpreted object-oriented programming language often used for
web development. It also offers many scripting features to process plain
text and serialized files, or manage system tasks.  It is simple,
straightforward, and extensible.

Features of Ruby are shown below.
  + Simple Syntax
  + *Normal* Object-Oriented features (ex. class, method calls)
  + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files (on some architecture)
  + Highly Portable (works on many UNIX machines, and on Windows, Mac, etc.)

Ruby 3.3 introduces a number of new features and performance improvements,
here are some of them:
  * Prsim parser (as a default gem).
  * Performance: YJIT: Verious improvements including performance.
  * Performance: RJIT: Experital pure-Ruby JIT compiler replace MJIT.
  * M:N thread scheduler.
  * Retirement of ext/readline.

(taca)

2024-01-21 08:18:43 UTC MAIN commitmail json YAML

lang/ruby: add support for Ruby 3.3

Add support for Ruby 3.3.

(taca)

2024-01-21 08:17:37 UTC MAIN commitmail json YAML

mk/defaults: Add ruby-rjit and update ruby-yjit

* Add ruby-rjit PKG_OPTION.
* Remove extra space from description for ruby-yjit

(taca)

2024-01-21 07:56:36 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.15

(taca)

2024-01-21 07:56:16 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.15

8.2.15 (2024-01-18)

- Core:
  . Fixed bug GH-12953 (false positive SSA integrity verification failed when
    loading composer classmaps with more than 11k elements). (nielsdos)
  . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't
    emit warnings). (Peter Kokot)

- Cli:
  . Fix incorrect timeout in built-in web server when using router script and
    max_input_time. (ilutov)

- FFI:
  . Fixed bug GH-9698 (stream_wrapper_register crashes with FFI\CData).
    (Jakub Zelenka)
  . Fixed bug GH-12905 (FFI::new interacts badly with observers). (nielsdos)

- Intl:
  . Fixed GH-12943 (IntlDateFormatter::__construct accepts 'C' as valid locale).
    (David Carlier)

- Hash:
  . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on
    strings >= 4GiB). (nielsdos)

- ODBC:
  . Fix crash on Apache shutdown with persistent connections. (nielsdos)

- Opcache:
  . Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM
    with NULL when DIM is the same var as result). (ilutov)
  . Added workaround for SELinux mprotect execheap issue.
    See https://bugzilla.kernel.org/show_bug.cgi?id=218258. (ilutov)

- OpenSSL:
  . Fixed bug GH-12987 (openssl_csr_sign might leak new cert on error).
    (Jakub Zelenka)

- PDO:
  . Fix GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).
    (SakiTakamachi)

- PDO_ODBC:
  . Fixed bug GH-12767 (Unable to turn on autocommit mode with setAttribute()).
    (SakiTakamachi)

- PGSQL:
  . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier)
  . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()).
    (nielsdos)

- Phar:
  . Fixed bug #77432 (Segmentation fault on including phar file). (nielsdos)

- PHPDBG:
  . Fixed bug GH-12962 (Double free of init_file in phpdbg_prompt.c). (nielsdos)

- SimpleXML:
  . Fix getting the address of an uninitialized property of a SimpleXMLElement
    resulting in a crash. (nielsdos)

- Tidy:
  . Fixed bug GH-12980 (tidynode.props.attribute is missing
    "Boolean Attributes" and empty attributes). (nielsdos)

(taca)

2024-01-21 07:54:50 UTC MAIN commitmail json YAML

doc: Updated lang/php83 to 8.3.2

(taca)

2024-01-21 07:53:53 UTC MAIN commitmail json YAML

lang/php83: update to 8.3.2

8.3.2 (2024-01-18)

- Core:
  . Fixed bug GH-12953 (false positive SSA integrity verification failed when
    loading composer classmaps with more than 11k elements). (nielsdos)
  . Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported).
    (rainerjung)
  . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf
    doesn't emit warnings). (Peter Kokot)
  . Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
    report visibility in Reflection). (nielsdos)

- Cli:
  . Fix incorrect timeout in built-in web server when using router script and
    max_input_time. (ilutov)

- DOM:
  . Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException).
    (nielsdos)
  . Fix crash when toggleAttribute() is used without a document. (nielsdos)
  . Fix crash in adoptNode with attribute references. (nielsdos)
  . Fixed bug GH-13012 (DOMNode::isEqualNode() is incorrect when attribute
    order is different). (nielsdos)

- FFI:
  . Fixed bug GH-9698 (stream_wrapper_register crashes with FFI\CData).
    (Jakub Zelenka)
  . Fixed bug GH-12905 (FFI::new interacts badly with observers). (nielsdos)

- Intl:
  . Fixed GH-12943 (IntlDateFormatter::__construct accepts 'C' as valid locale).
    (David Carlier)

- Hash:
  . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on
    strings >= 4GiB). (nielsdos)

- ODBC:
  . Fix crash on Apache shutdown with persistent connections. (nielsdos)

- Opcache:
  . Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM
    with NULL when DIM is the same var as result). (ilutov)
  . Added workaround for SELinux mprotect execheap issue.
    See https://bugzilla.kernel.org/show_bug.cgi?id=218258. (ilutov)

- OpenSSL:
  . Fixed bug GH-12987 (openssl_csr_sign might leak new cert on error).
    (Jakub Zelenka)

- PDO:
  . Fix GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).
    (SakiTakamachi)

- PDO_ODBC:
  . Fixed bug GH-12767 (Unable to turn on autocommit mode with setAttribute()).
    (SakiTakamachi)

- PGSQL:
  . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier)
  . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()).
    (nielsdos)

- Phar:
  . Fixed bug #77432 (Segmentation fault on including phar file). (nielsdos)

- PHPDBG:
  . Fixed bug GH-12962 (Double free of init_file in phpdbg_prompt.c). (nielsdos)

- SimpleXML:
  . Fix getting the address of an uninitialized property of a SimpleXMLElement
    resulting in a crash. (nielsdos)
  . Fixed bug GH-12929 (SimpleXMLElement with stream_wrapper_register can
    segfault). (nielsdos)

- Tidy:
  . Fixed bug GH-12980 (tidynode.props.attribute is missing
    "Boolean Attributes" and empty attributes). (nielsdos)

(taca)

2024-01-16 15:18:12 UTC MAIN commitmail json YAML

doc: Updated lang/ruby32-base to 3.2.2nb4

(taca)

2024-01-16 15:17:41 UTC MAIN commitmail json YAML

lang/ruby32-base: enable ruby-yjit on supprted platforms.

* Accidently, ruby-yjit was not enabled on supprted platforms.
* RUBY_SUFFIX is always defined.
* Avoid use "!empty()".

Bump PKGREVISION.

(taca)

2024-01-16 15:14:53 UTC MAIN commitmail json YAML

lang/ruby31-base: a few clean up

* RUBY_SUFFIX is always defined.
* Avoid use "!empty()".

NFC.

(taca)

2024-01-11 14:34:04 UTC MAIN commitmail json YAML

doc: Updated graphics/pear-Image_Canvas to 0.4.0

(taca)

2024-01-11 14:33:18 UTC MAIN commitmail json YAML

graphics/pear-Image_Canvas: update to 0.4.0

pkgsrc change: add LICENSE.

0.4.0 (2024-01-07)

QA release

* PR #3: Fix for incorrect GD version detection
* PR #5: Fix error when loading Image_Canvas_Color

(taca)

2024-01-07 15:52:34 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.142.0

(taca)

2024-01-07 15:52:19 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.142.0

1.142.0 (2023-12-22)

* Feature - Added additional examples for some operations.

(taca)

2024-01-07 15:51:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.76.0

(taca)

2024-01-07 15:51:08 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.76.0

1.76.0 (2024-01-05)

* Feature - Documentation updates for AWS Key Management Service (KMS).

(taca)

2024-01-07 15:50:08 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.88.0

(taca)

2024-01-07 15:49:49 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.88.0

1.88.0 (2023-12-22)

* Feature - Update endpoint rules and examples.

(taca)

2024-01-07 15:48:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.190.1

(taca)

2024-01-07 15:48:33 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.190.1

3.190.1 (2023-12-20)

* Issue - Add mutex around stub api_requests.

(taca)

2024-01-07 15:47:04 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.877.0

(taca)

2024-01-07 15:46:38 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.877.0

1.877.0 (2024-01-03)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.876.0 (2023-12-28)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.875.0 (2023-12-27)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.874.0 (2023-12-26)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.873.0 (2023-12-22)

* Feature - Added support for enumerating regions for Aws::NetworkMonitor.

1.872.0 (2023-12-21)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.871.0 (2023-12-20)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.870.0 (2023-12-19)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.869.0 (2023-12-18)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2024-01-07 15:43:23 UTC MAIN commitmail json YAML

doc: Updated mail/pear-Auth_SASL to 1.2.0

(taca)

2024-01-07 15:43:09 UTC MAIN commitmail json YAML

mail/pear-Auth_SASL: update to 1.2.0

1.2.0 (2023-12-21)

* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #14
* task: mark authentication methods cram-md5, digest-md5, and login as
  deprecated #14

(taca)

2024-01-07 15:41:35 UTC MAIN commitmail json YAML

doc: Updated security/php-pecl-mcrypt to 1.0.7

(taca)

2024-01-07 15:41:18 UTC MAIN commitmail json YAML

security/php-pecl-mcrypt: update to 1.0.7

1.0.7 (2023-12-19)

* Make release to advertise PHP 8.3 support, which it already had.

(taca)

2024-01-07 15:24:28 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.7.0

(taca)

2024-01-07 15:24:12 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.7.0

1.7.0 (2023-12-27)

Ruby

This release introduces native gem support for Ruby 3.3.

This release ends native gem support for Ruby 2.7, for which upstream
support ended 2023-03-31.  Ruby 2.7 is still generally supported, but will
not be shipped in the native gems.

This release ends support for Ruby 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, and
2.6.

Improved

* SQLite3::Statement, Database, and Backup objects have been converted to
  use the TypedData API.  See https://bugs.ruby-lang.org/issues/19998 for
  more context.  [#432] @casperisfine

(taca)

2024-01-07 15:20:55 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.76.0

(taca)

2024-01-07 15:20:20 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.76.0

5.76.0 (2024-01-01)

* Improve performance and flexibility of regexp matching in sqlite adapter
  (paddor) (#2108)

* Support SQL::Identifier for Database#tables :schema option values on
  PostgreSQL (jeremyevans)

* Support generating rcte queries using UNION or UNION ALL in the rcte
  plugin (jonathanfrias) (#2107)

* Make Database#table_exists? on PostgreSQL handle lock or statement
  timeout errors as evidence the table exists (jeremyevans) (#2106)

* Work around DateTime.jd fractional second bug on JRuby in named_timezones
  extension (jeremyevans)

* Support fractional times and timestamps on SQLAnywhere (jeremyevans)

* Make round_timestamps extension use Dataset#sqltime_precision for
  rounding Sequel::SQLTime values (jeremyevans)

* Remove special handling of %N modifier in
  Dataset#default_timestamp_format (jeremyevans)

* Add Dataset#default_time_format private method, for adapters to override
  for time (not timestamp) formatting (jeremyevans)

* Remove Dataset#format_timestamp_offset private method (jeremyevans)

* Remove special handling of %z modifier in
  Dataset#default_timestamp_format (jeremyevans)

* Add Dataset#literal_date_or_time, for simpler use by bound argument code
  (jeremyevans)

* Add auto_cast_date_and_time extension, for casting date and time values
  using SQL standard functions (jeremyevans)

(taca)

2024-01-05 02:22:42 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2023.4

(taca)

2024-01-05 02:22:28 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2023.4

1.2023.4 (2023-12-22)

* Based on version 2023d of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2023-December/000080.html).

(taca)

2024-01-05 02:13:34 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.14

(taca)

2024-01-05 02:13:17 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.14

PHP 8.2.14 (2023-12-21)

- Core:
  . Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious
    error handler). (ilutov)
  . Fixed oss-fuzz #64209 (In-place modification of filename in
    php_message_handler_for_zend). (ilutov)
  . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within
    ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)
  . Fix various missing NULL checks. (nielsdos, dstogov)
  . Fixed bug GH-12835 (Leak of call->extra_named_params on internal __call).
    (ilutov)

- Date:
  . Fixed improbably integer overflow while parsing really large (or small)
    Unix timestamps. (Derick)

- DOM:
  . Fixed bug GH-12616 (DOM: Removing XMLNS namespace node results in invalid
    default: prefix). (nielsdos)

- FPM:
  . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
    (Patrick Prasse)

- FTP:
  . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos)

- Intl:
  . Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)

- LibXML:
  . Fixed bug GH-12702 (libxml2 2.12.0 issue building from src). (nono303)
  . Fixed test failures for libxml2 2.12.0. (nielsdos)

- MySQLnd:
  . Avoid using uninitialised struct. (mikhainin)
  . Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code).
    (nielsdos)

- Opcache:
  . Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning
    at the same time as invalid offset Error). (Girgias)
  . Fixed JIT bug (JIT emits "Attempt to assign property of non-object"
    warning at the same time as Error is being thrown). (Girgias)

- OpenSSL:
  . Fixed bug #50713 (openssl_pkcs7_verify() may ignore untrusted CAs).
    (Jakub Zelenka)

- PCRE:
  . Fixed bug GH-12628 (The gh11374 test fails on Alpinelinux). (nielsdos)

- PDO PGSQL:
  . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)

- PGSQL:
  . Fixed bug GH-12763 wrong argument type for pg_untrace. (degtyarov)

- PHPDBG:
  . Fixed bug GH-12675 (MEMORY_LEAK in phpdbg_prompt.c). (nielsdos)

- SOAP:
  . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted).
    (nielsdos)

- SPL:
  . Fixed bug GH-12721 (SplFileInfo::getFilename() segfault in combination
    with GlobIterator and no directory separator). (nielsdos)

- SQLite3:
  . Fixed bug GH-12633 (sqlite3_defensive.phpt fails with sqlite 3.44.0).
    (SakiTakamachi)

- Standard:
  . Fix memory leak in syslog device handling. (danog)
  . Fixed bug GH-12621 (browscap segmentation fault when configured in the
    vhost). (nielsdos)
  . Fixed bug GH-12655 (proc_open() does not take into account references
    in the descriptor array). (nielsdos)

- Streams:
  . Fixed bug #79945 (Stream wrappers in imagecreatefrompng causes segfault).
    (Jakub Zelenka)

- Zip:
  . Fixed bug GH-12661 (Inconsistency in ZipArchive::addGlob remove_path Option
    Behavior). (Remi)

(taca)

2024-01-05 02:10:52 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.27

(taca)

2024-01-05 02:10:35 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.27

PHP 8.1.27 (2023-12-21)

- Core:
  . Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious
    error handler). (ilutov)
  . Fixed oss-fuzz #64209 (In-place modification of filename in
    php_message_handler_for_zend). (ilutov)
  . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within
    ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)

- DOM:
  . Fixed bug GH-12616 (DOM: Removing XMLNS namespace node results in invalid
    default: prefix). (nielsdos)

- FPM:
  . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
    (Patrick Prasse)

- Intl:
  . Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)

- LibXML:
  . Fixed bug GH-12702 (libxml2 2.12.0 issue building from src). (nono303)

- MySQLnd:
  . Avoid using uninitialised struct. (mikhainin)

- OpenSSL:
  . Fixed bug #50713 (openssl_pkcs7_verify() may ignore untrusted CAs).
    (Jakub Zelenka)

- PCRE:
  . Fixed bug GH-12628 (The gh11374 test fails on Alpinelinux). (nielsdos)

- PGSQL:
  . Fixed bug GH-12763 wrong argument type for pg_untrace. (degtyarov)

- PHPDBG:
  . Fixed bug GH-12675 (MEMORY_LEAK in phpdbg_prompt.c). (nielsdos)

- SQLite3:
  . Fixed bug GH-12633 (sqlite3_defensive.phpt fails with sqlite 3.44.0).
    (SakiTakamachi)

- Standard:
  . Fix memory leak in syslog device handling. (danog)
  . Fixed bug GH-12621 (browscap segmentation fault when configured in the
    vhost). (nielsdos)
  . Fixed bug GH-12655 (proc_open() does not take into account references
    in the descriptor array). (nielsdos)

- Streams:
  . Fixed bug #79945 (Stream wrappers in imagecreatefrompng causes segfault).
    (Jakub Zelenka)

- Zip:
  . Fixed bug GH-12661 (Inconsistency in ZipArchive::addGlob remove_path Option
    Behavior). (Remi)

(taca)

2024-01-05 02:09:08 UTC MAIN commitmail json YAML

doc: Updated lang/php83 to 8.3.1

(taca)

2024-01-05 02:08:41 UTC MAIN commitmail json YAML

lang/php83: update to 8.3.1

PHP 8.3.1 (2023-12-21)

- Core:
  . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within
    ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)
  . Fix various missing NULL checks. (nielsdos, dstogov)
  . Fixed bug GH-12835 (Leak of call->extra_named_params on internal __call).
    (ilutov)
  . Fixed bug GH-12826 (Weird pointers issue in nested loops). (nielsdos)

- FPM:
  . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval).
    (Patrick Prasse)

- FTP:
  . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos)

- LibXML:
  . Fixed test failures for libxml2 2.12.0. (nielsdos)

- MySQLnd:
  . Avoid using uninitialised struct. (mikhainin)
  . Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code).
    (nielsdos)

- Opcache:
  . Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning
    at the same time as invalid offset Error). (Girgias)
  . Fixed JIT bug (JIT emits "Attempt to assign property of non-object"
    warning at the same time as Error is being thrown). (Girgias)

- PDO PGSQL:
  . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)

- SOAP:
  . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted).
    (nielsdos)

- Standard
  . Fixed GH-12745 (http_build_query() default null argument for $arg_separator
    is implicitly coerced to string). (Girgias)

(taca)

2024-01-05 01:59:06 UTC MAIN commitmail json YAML

doc: Updated net/nagios-plugins to 2.4.3nb2

(taca)

2024-01-05 01:58:52 UTC MAIN commitmail json YAML

net/nagios-plugins: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.

(taca)

2024-01-05 01:57:57 UTC MAIN commitmail json YAML

security/zkt: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.

(taca)

2024-01-05 01:56:19 UTC MAIN commitmail json YAML

doc: Updated benchmarks/dnsperf to 2.5.1nb8

(taca)

2024-01-05 01:55:52 UTC MAIN commitmail json YAML

benchmarks/dnsperf: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.

(taca)

2024-01-05 01:53:35 UTC MAIN commitmail json YAML

net/bind918: fix BUILDLINK_ABI_DEPENDS

We have 9.8.21 but not yet 9.18.30nb1.

(taca)

2024-01-05 01:52:52 UTC MAIN commitmail json YAML

doc: Updated net/bind918 to 9.18.21

(taca)

2024-01-05 01:52:20 UTC MAIN commitmail json YAML

net/bind918: update to 9.18.21

9.18.21 (2023-12-20)

6297. [bug] Improve LRU cleaning behaviour. [GL #4448]

6296. [func] The "resolver-nonbackoff-tries" and
"resolver-retry-interval" options are deprecated;
a warning will be logged if they are used. [GL #4405]

6294. [bug] BIND might sometimes crash after startup or
re-configuration when one 'tls' entry is used multiple
times to connect to remote servers due to initialisation
attempts from contexts of multiple threads. That has
been fixed. [GL #4464]

6290. [bug] Dig +yaml will now report "no servers could be reached"
also for UDP setup failure when no other servers or
tries are left. [GL #1229]

6287. [bug] Recognize escapes when reading the public key from file.
[GL !8502]

6286. [bug] Dig +yaml will now report "no servers could be reached"
on TCP connection failure as well as for UDP timeouts.
[GL #4396]

6282. [func] Deprecate AES-based DNS cookies. [GL #4421]

(taca)

2024-01-03 15:59:34 UTC MAIN commitmail json YAML

devel/ruby-readline: restrict to Ruby 3.1 and 3.2

This is preparation for Ruby 3.3 import.

(taca)

2024-01-03 15:58:42 UTC MAIN commitmail json YAML

www/ruby-html-proofer: remove extra RUBY_VERSIONS_ACCEPTED

(taca)

2024-01-03 15:58:07 UTC MAIN commitmail json YAML

textproc/ruby-classifier-reborn: remove extra RUBY_VERSIONS_ACCEPTED

(taca)

2024-01-03 15:57:15 UTC MAIN commitmail json YAML

sysutils/ruby-chef: remove extra RUBY_VERSIONS_ACCEPTED

(taca)

2024-01-03 15:56:39 UTC MAIN commitmail json YAML

devel/ruby-contracts: remove extra RUBY_VERSIONS_ACCEPTED

(taca)

2024-01-03 15:55:57 UTC MAIN commitmail json YAML

devel/ruby-async: remove extra RUBY_VERSIONS_ACCEPTED

(taca)

2023-12-17 17:29:41 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-wire to 7.0.0

(taca)

2023-12-17 17:29:24 UTC MAIN commitmail json YAML

devel/ruby-cucumber-wire: update to 7.0.0

7.0.0 (2023-11-10)
Changed
* Minimum ruby version is now 2.6 (#68)
* Compatibility with cucumber versions up to cucumber 9.x now added (#68)
Fixed
* Fixed up some basic style incompatibilities with old rspec tests (#68)

(taca)

2023-12-17 17:28:54 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-core to 13.0.0

(taca)

2023-12-17 17:28:33 UTC MAIN commitmail json YAML

devel/ruby-cucumber-core: update to 13.0.0

11.0.0 - 2022-05-18
Changed
* Updated cucumber-gherkin and cucumber-messages

11.1.0 (2022-12-22)
Changed
* Update gherkin and messages dependencies
Fixed
* Restore support for matching a scenario by tag and step line
  numbers. (#237, #238, #239)

12.0.0 (2023-09-06)
Changed
* Update gherkin and messages minimum dependencies
* Added in new rubocop sub-gems for testing, pinning versions where
  appropriate
* Removed all redundant / incorrect rubocop config overrides (Placed in TODO
  file)
* Began to refactor the repo by initially fixing up a bunch of rubocop
  auto-fix offenses (See PRs for details) (#257 #258)
Removed
* Remove support for ruby 2.4 and below. 2.5 or higher is required now

13.0.0 (2023-12-05)
Changed
* Now using a 2-tiered changelog to avoid any bugs when using polyglot-release
* More refactoring of the repo by fixing up a bunch of manual rubocop
  offenses (See PR's for details) (#259 #262 #268 #274)
* In all Summary and Result classes, changed the strict argument into a
  keyword argument See upgrading notes for 13.0.0.md (#261)
* Permit usage of gherkin v27
Fixed
* Restore support for matching a scenario by its Feature, Background, and
  Rule line numbers (#247)
Removed
* Remove legacy unindent gem (Now no longer required since Ruby 2.3 and
  Squiggly heredocs) (#278)

(taca)

2023-12-17 17:27:50 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-tag-expressions to 6.0.0

(taca)

2023-12-17 17:27:32 UTC MAIN commitmail json YAML

devel/ruby-cucumber-tag-expressions: update to 6.0.0

5.0.0 (2023-01-02)
Added
* [JavaScript] Support for EcmaScript modules (aka ESM). (#5)
* [Java] Enabled reproducible builds
Changed
* Only allow escape character \ in front of (, ), \ or whitespace. Throw
  error otherwise. (#17)
Fixed
* [Perl] Fixed missing dependency as well as new syntax in the tests
  (cucumber/tag-expressions#15 ehuelsmann)
* Document escaping. (#16, #17)
* [Ruby], [Perl] Empty expression evaluates to true
* [Go] Fix module name (#82)

5.0.1 (2023-01-03)
Fixed
* [Java] Fix scm and project urls

5.0.2 (2023-07-15)
Added
* [Python] Make tests pass against shared test data (except:
  backslash-escaped) (#18 by jenisys)
Fixed
* [All] Not.to_string() conversion has unneeded double-parenthesis if binary
  operator is contained (#94 by jenisys)

5.0.3 (2023-08-10)
Fixed
* [Perl] Fixed CPAN upload in release process (by ehuelsmann)

5.0.4 (2023-08-10)
Fixed
* [Perl] Corrected working directory for CPAN upload action (by ehuelsmann)

5.0.5 (2023-08-11)
Fixed
* [Perl] Fixed inclusion of CHANGELOG.md causing release to fail (by
  ehuelsmann)

5.0.6 (2023-08-13)
Fixed
* [Perl] Fixed test failures when running tests out-of-tree by resticting
  testdata based tests to run in development only (by ehuelsmann)

6.0.0 (2023-10-13)
Added
* [Ruby] Initial rubocop gems and basic compliance added (More work to come)
  (#133)
Changed
* [Ruby] Minimum ruby version is now bumped from 1.9 to 2.3 (#133)
Fixed
* [Perl] Include README.md and LICENSE in the release tarball (by ehuelsmann)

(taca)

2023-12-17 17:26:34 UTC MAIN commitmail json YAML

doc: Updated lang/ruby-cucumber-gherkin to 27.0.0

(taca)

2023-12-17 17:26:07 UTC MAIN commitmail json YAML

lang/ruby-cucumber-gherkin: update to 27.0.0

23.0.0 (2022-03-30)
Changed
* Update messages to v18.0.0
* [Java] Replaced Gherkin with a GherkinParser that uses a builder to
  construct.
* [Java] Made all internal classes package private
* [Java] Removed unused stopAtFirstError property from Parser
* [PHP] Implemented Gherkin
* [JavaScript] @cucumber/message-streams has been removed from the
  dependencies. If you are using @cucumber/gherkin-streams v5.0.0 or later,
  you have to add @cucumber/message-streams in your dependencies in addition
  to @cucumber/gherkin.
Removed
* [Java] the io.cucumber.gherkin.Main class is no longer part of the jar.

23.0.1 (2022-03-31)
Fixed
* [PhP] Fix dependency of messages (#1943)

24.0.0 (2022-05-31)
Added
* [Java], [JavaScript], [PHP], [Perl], [Python], [Go], [C], [DotNet], [Ruby]
  Support new messages keyword types fields an added with #1966 (#1741)
Changed
* [Java] the GherkinDialect constructor is no longer public (it's only used
  internally)
* [Go] the gherkin.GherkinDialectsBuildin id renamed to
  gherkin.DialectsBuiltin
* [Go] the gherkin.GherkinDialect id renamed to gherkin.Dialect
* [Go] the gherkin.GherkinDialectProvider id renamed to
  gherkin.DialectProvider
* The ne (Nepali) and translation changed from अनी to अनि
* The uz (Uzbek) given translation changed from Агар to Belgilangan
* The en-old (Old English) when translation changed from Tha / Þa / Ða to
  Bæþsealf / Bæþsealfa / Bæþsealfe / Ciricæw / Ciricæwe / Ciricæwa
Fixed
* [Java] remove shaded dependency on
  com.eclipsesource.minimal-json:minimal-json (#1957 #1959)

24.1.0 (2022-10-10)
Added
* [Java] Added support for reading directly from input (files, streams,
  paths, ect)
* [C] The C implementation re-enabled and made up to date. (#1989)
Fixed
* [Javascript] Include tags from rules in scenario outlines (#2091)
* [Python] Fix gherkin-python for compiling example values with trailing
  backslash (#2048, #1954)
* [PHP] Disallow installation of Messages 18.x (#2034)

25.0.0 (2022-11-09)
Added
* Additional ja (Japanese) translations for and, but
* Added amh (Amharic) translation
* Add Фича and Шаблон примера as more convenient
  translations (#2078)
Changed
* ja (Japanese) Rule translation changed from Rule to ルール
Fixed
* Translations fixed for ka (Georgian) locale

25.0.1 (2022-11-09)
Fixed
* Fix release process for perl and elixir

25.0.2 (2022-11-09)
Fixed
* Fix half-glyph in Georgian translations (#44)

26.0.0 (2022-12-17)
Added
* [Java] Enabled reproducible builds
Changed
* Upgraded messages to v21
* [.NET] Update target frameworks fo .NET 6, .NET Framework 4.6.2, .NET
  Standard 2.0
Fixed
* Link to the correct repository in various package meta-data.
* [Perl] Specify version range for Cucumber::Messages dependency (#50)

26.0.1 (2022-12-17)
Fixed
* [Go] Fix module names

26.0.2 (2022-12-27)
Fixed
* [Go] Fix module names (again)

26.0.3 (2023-01-03)
Fixed
* [Javascript, PHP, Ruby] Allow messages v19.1.4 to v20.0.1 to be used
* [Java] Improve text trim performance (#84)

26.2.0 (2023-04-07)
Changed
* Upgraded messages to v22

26.1.0 (2023-03-23)
Added
* (i18n) Add Belarusian localization

27.0.0 (2023-09-15)
Added
* (i18n) Added Malayalam localization
* (i18n) Added 'ed' to Italian (#31)
* (i18n) Added Danish translation of "Rule"
* (i18n) Added Dutch translation of "Rule"
* (i18n) Added Esperanto translation of "Rule"
* [Ruby] Added Gherkin::Query#parent_locations for determining a scenario's
  parents' line numbers (#89)
* C++ implementation #117
Changed
* [.NET] Bump sdk to .net 8. Added .net 8 to test platforms
* [Go, Perl, Ruby] Upgraded messages to v22
* [Go] Improve performance - don't compile regex on matcher create
* [Perl] Fix release packaging
* [Perl] Include CHANGELOG.md in tarball
* [Perl] Harmonized error reporting with mainstream implementations - errors
  are now converted to messages and reported in the message stream (#31)
* [Ruby] Update minimum ruby requirement from 2.3 to 2.5

(taca)

2023-12-17 17:23:16 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-messages to 22.0.0

(taca)

2023-12-17 17:22:57 UTC MAIN commitmail json YAML

devel/ruby-cucumber-messages: update to 24.0.0

18.0.0 (2022-03-24)

Added
* Support for EcmaScript modules (aka ESM) (#1756)
* New optional name property on the Hook schema (#1914)

Changed
* JSON Schema: some array fields now have "minItems": 1.
* Generate Java code that uses Optional in getters.
* Setters are removed.
* Classes without required fields have public empty constructors, and
  static of methods for each field. (#1858 aslakhellesoy)
* Java: Make this library more null safe.

19.0.0 (2022-05-31)

Added
* Expand the messages protocol with keyword types (#1966)

Changed
* [Java] the PickleStep constructor has changed - it now needs an
  extra PickleStepType argument.
* [Java] the Step constructor has changed - it now needs an extra
  StepKeywordType argument.

19.1.0 (2022-06-20)

Added
* [Javascript] Adding the json schemas of the messages to the NPM
  package (PR#2010)

19.1.1 (2022-06-22)

Fixed
* [Javascript] Schema are actually missing from 19.1.0 (PR#2016)

19.1.2 (2022-06-22)

Fixed
* [Javascript] Schema was still missing in 19.1.1 due to how npm
  manages the files attribute in package.json (PR#2020)

19.1.3 (2022-09-20)

Fixed
* Add name field to package.cjs.json (#36)

19.1.4 (2022-09-22)

Changed
* Update dependencies

20.0.0 (2022-11-14)

Changed
* Add workerId field to TestCaseStarted message (#34)
* [Java] Enabled reproducible builds

Fixed
* Change Go module name to match repo (#101)

21.0.0 (2022-12-17)

Added
* [Java] Add javadoc to messages (#124)

Changed
* Add exception to TestStepFinished TestRunFinished (#122)

21.0.1 (2022-12-17)

Fixed
* [Java] Suppress warnings for missing javadoc (#128)

22.0.0 (2023-04-06)

Added
* Added source reference to parameter type (#45)

Fixed
* Corrected Java and PHP generators to allow running using Docker on
  Windows (#146)

23.0.0 (2023-11-01)

Added
* Added C++ implementation (#152)

Changed
* [Ruby] Updated minimum Ruby version to 2.5 - (#177 luke-hill)

24.0.0 (2023-11-24)

Added
* Add stackTrace prop to Exception message (#182)

(taca)

2023-12-17 17:22:06 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-cucumber-expressions to 17.0.1

(taca)

2023-12-17 17:21:44 UTC MAIN commitmail json YAML

devel/ruby-cucumber-expressions: update to 17.0.1

15.0.0 (2022-01-04)

Added
* [Ruby,JavaScript,Go] Add bigdecimal, biginteger parameter types (#42)
* [.NET] Implementation of Cucumber Expressions by porting the Java parser
  (#1743)
* [Python] Added Python Cucumber Expressions (#65)

Changed
* [Go] Parameters of type {float} are now parsed as float32 (previously it
  was float64). Use {double} if you need float64. (#42)

15.0.1 (2022-01-04)

Fixed
* Fixed release scripts

15.0.2 (2022-03-15)

Fixed
* Add missing name field in CommonJS package file (#87)

15.1.0 (2022-04-21)

Added
* [JavaScript] Add CucumberExpression.ast and expose the AST types.

15.1.1 (2022-04-21)

Fixed
* [JavaScript] Make CucumberExpression.ast public (it was accidentally
  private in 15.1.0)

15.2.0 (2022-05-24)

Added
* [JavaScript] Add ParameterInfo (#124)

Fixed
* [.NET] Fix casing in "word" parameter type constant

16.0.0 (2022-06-12)

Changed
* [JavaScript] The ParameterType constructor's regexps parameter has a new
  type: type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type
  StringOrRegExp = string | RegExp.

16.0.1 (2022-11-06)

Fixed
* [JavaScript] The ParameterType constructor's transform, useForSnippets and
  preferForRegexpMatch should be optional. (#178)

16.1.0 - 2022-11-28

Added
* [Java] Enabled reproducible builds
* [JavaScript] Added ParameterType.builtin. This is to allow JSON
  serialization of only the non-builtin parameter types.

16.1.1 - 2022-12-08

Fixed
* [Java] Improve expression creation performance (#187, #189)

16.1.2 (2023-01-17)

Fixed
* [Java] Improve cucumber expression creation performance (#202)

17.0.0 (2023-10-06)

Changed
* [JavaScript] Added TypeScript source to the package (#211)
* [Ruby] Minimum supported ruby is now 2.5+ (#232)
* [Ruby] Large suite wide refactor for basic rubocop compliance (#233 #235)
* [Ruby] Expose ParameterType#transformer as a new public reader (#234)
* [Ruby] Remove ParameterType#prefer_for_regexp_match? and
  ParameterType#use_for_snippets? -> Use their standard reader equivalents
  instead (Remove the ?) (#234)

17.0.1 (2023-11-24)

Fixed
* [JavaScript] Fix import paths lacking file suffix (#243)
* [Ruby] Fixed up Layout rubocop autofixes

(taca)

2023-12-17 16:49:11 UTC MAIN commitmail json YAML

doc: Updated www/ruby-websocket to 1.2.10

(taca)

2023-12-17 16:48:51 UTC MAIN commitmail json YAML

www/ruby-websocket: update to 1.2.10

1.2.1 (2023-09-19)

* ensure correct port is always specified for handshake
* no longer using Base64 for compatibility with Ruby 3.4+

(taca)

2023-12-17 16:47:34 UTC MAIN commitmail json YAML

doc: Updated www/ruby-typhoeus to 1.4.1

(taca)

2023-12-17 16:47:13 UTC MAIN commitmail json YAML

www/ruby-typhoeus: update to 1.4.1

1.4.1 (2023-11-17)

* Add redirect_url attribute

(taca)

2023-12-17 16:44:14 UTC MAIN commitmail json YAML

doc: Updated www/ruby-selenium-webdriver to 4.16.0

(taca)

2023-12-17 16:43:56 UTC MAIN commitmail json YAML

www/ruby-selenium-webdriver: update to 4.16.0

4.13.0 (2023-09-25)

Ruby:
  * Fix bug preventing using performance logging with chromium
  * Allow users to set Selenium Manager path by environment variable (#12752)
  * Allow service to be started before the driver
  * remove deprecated driver extensions for location and network connection

BiDi:
  * Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)

4.13.1 (2023-09-25)

Ruby:
  * Fix bug preventing logging chromedriver to file

4.14.0 (2023-10-09)

Ruby:
  * allow users to access the full script of the atom directly

BiDi:
  * Released selenium-devtools 0.118.0 (supports CDP v85, v116, v117, v118)

4.15.0 (2023-11-01)

* Do not set browser binary in selenium manager if it is an empty string
  (#12738)
* Add flaky condition to guards to mark unreliable tests
* Rake update needs to build latest grid for running remote tests
* Add CDP v119 and remove v116
* Implement file downloads (#12979)

4.16.0 (2023-12-05)

Ruby:
* Add RBS files to Ruby (#12844)
* Convert binary locations for cygwin (#12618)
* Allow Selenium Manager to work with Unix (#13161)
* Extend RBS support for logger and log entry (#13192)
* Update rules_ruby to the latest version (#13235)

BiDi:
  * Released selenium-devtools 0.120.0 (supports CDP v85, v118, v119, v120)

Chrome:
* Fix http proxy configuration for chrome (#13093)

Firefox:
* Delete 'lock' file in FF profile (#13090)

(taca)

2023-12-17 16:35:16 UTC MAIN commitmail json YAML

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

(taca)

2023-12-17 16:34:46 UTC MAIN commitmail json YAML

www/ruby-rack-contrib: update to 2.4.0

2.4.0 (2023-10-14)

* Refer to github, not Rubyforge [ci skip]
* Support Rack 3 (#187)
* Rack::JSONBodyParser: rescue all parser exceptions (#184)
* Prefer to use version constant for release management.
* Don't bother testing on Ruby 2.2 as it's failing and way EOL.

(taca)

2023-12-17 16:30:56 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rack-cache to 1.15.0

(taca)

2023-12-17 16:30:38 UTC MAIN commitmail json YAML

www/ruby-rack-cache: update to 1.15.0

1.15.0 (2023-12-09)

What's Changed

* Update reference to MiniTest -> Minitest by @Matt-Yorkley in #17
* Add test (and fix support for) for Rack v2.1.x. by @ioquatix in #19

New Contributors

* @Matt-Yorkley made their first contribution in #17

(taca)

2023-12-17 16:29:27 UTC MAIN commitmail json YAML

doc: Updated www/ruby-pygments.rb to 2.4.1

(taca)

2023-12-17 16:29:12 UTC MAIN commitmail json YAML

www/ruby-pygments.rb: update to 2.4.1

2.4.1 (2023-11-13)

Summary

* Minor bugfix release that fixes handling of Python virtual environments on
  Windows (credits to @george-palmsens)

(taca)

2023-12-17 16:27:40 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 6.4.0

(taca)

2023-12-17 16:27:24 UTC MAIN commitmail json YAML

www/ruby-puma: update to 6.4.0

6.4.0 (2023-09-21)

Features

* on_thread_exit hook ([#2920])
* on_thread_start_hook ([#3195])
* Shutdown on idle ([#3209], [#2580])
* New error message when control server port taken ([#3204])

Refactor

* Remove Forwardable dependency ([#3191], #3190)
* Update URLMap Regexp usage for Ruby v3.3 ([#3165])

Bugfixes

* Bring the cert_pem: parameter into parity with the cert: parameter to
  ssl_bind. ([#3174])
* Fix using control server with IPv6 host ([#3181])
* control_cli.rb - add require_relative 'log_writer' ([#3187])
* Fix cases where fallback Rack response wasn't sent to the client ([#3094])

(taca)

2023-12-17 16:25:28 UTC MAIN commitmail json YAML

doc: Updated www/ruby-loofah to 2.22.0

(taca)

2023-12-17 16:25:10 UTC MAIN commitmail json YAML

www/ruby-loofah: update to 2.22.0

2.21.4 (2023-10-10)

Fixed

* Loofah::HTML5::Scrub.scrub_css is more consistent in preserving whitespace
  (and lack of whitespace) in CSS property values.  In particular,
  .scrub_css no longer inserts whitespace between tokens that did not
  already have whitespace between them.  [#273, fixes #271]

2.22.0 (2023-11-13)

Added

* A :targetblank HTML scrubber which ensures all hyperlinks have
  target="_blank".  [#275] @stefannibrasil and @thdaraujo
* A :noreferrer HTML scrubber which ensures all hyperlinks have
  rel=noreferrer, similar to the :nofollow and :noopener scrubbers.  [#277]
  @wynksaiddestroy

(taca)

2023-12-17 16:21:41 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 2.7.12

(taca)

2023-12-17 16:21:26 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 2.7.12

2.7.12 (2023-11-21)

What's Changed

* Update parallel-requests.md by @k0i in #1528
* TooManyRequests error by @dpep in #1530

New Contributors

* @k0i made their first contribution in #1528

(taca)

2023-12-17 16:20:11 UTC MAIN commitmail json YAML

doc: Updated www/ruby-excon to 0.108.0

(taca)

2023-12-17 16:19:56 UTC MAIN commitmail json YAML

www/ruby-excon: update to 0.108.0

0.104.0 (2023-09-29)

* fix dates in changelog
* add resolv_resolver option and deprecate dns_timeout

0.105.0 (2023-11-28)

* add support for non-blocking request timeouts

0.106.0 (2023-12-13)

* add rackup to Gemfile
* bump actions/stale version
* update bundled default certs

0.107.0 (2023-12-15)

* performance improvements for nonblocking sockets

0.108.0 (2023-12-15)

* fix array syntax error for old ruby versions

(taca)

2023-12-17 16:17:34 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.141.0

(taca)

2023-12-17 16:17:18 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.141.0

1.141.0 (2023-11-28)

* Feature - Adds support for S3 Express One Zone.

* Feature - Support S3 Express authentication and endpoints. Express session
  auth can be disabled with the disable_s3_express_session_auth Client
  option, the AWS_S3_DISABLE_EXPRESS_SESSION_AUTH environment variable, and
  the s3_disable_express_session_auth shared config option.  A custom
  express_credentials_provider can be configured onto the Client.

1.140.0 (2023-11-27)

* Feature - Adding new params - Key and Prefix, to S3 API operations for
  supporting S3 Access Grants.  Note - These updates will not change any of
  the existing S3 API functionality.

* Issue - Fix thread interruptions in multipart download_file, file_uploader
  and stream_uploader (#2944).

1.139.0 (2023-11-22)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

1.138.0 (2023-11-21)

* Feature - Add support for automatic date based partitioning in S3 Server
  Access Logs.

1.137.0 (2023-11-17)

* Feature - Removes all default 0 values for numbers and false values for
  booleans

(taca)