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 (54m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:48:18 UTC Now

2021-02-07 21:06:43 UTC MAIN commitmail json YAML

doc: Updated net/terraform-provider-aws to 3.27.0

(leot)

2021-02-07 21:06:32 UTC MAIN commitmail json YAML

terraform-provider-aws: Update to 3.27.0

Changes:
3.27.0
======
FEATURES:
---------
New Data Source: aws_cloudfront_origin_request_policy (#17342)
New Resource: aws_ec2_transit_gateway_prefix_list_reference (#16823)
New Resource: aws_route53_key_signing_key (#16840)
New Resource: aws_cloudfront_origin_request_policy (#17342)

ENHANCEMENTS:
-------------
data-source/resource_aws_lb_target_group: Add protocol_version attribute (#17260)
data-source/aws_subnet: Add customer_owned_ipv4_pool and map_customer_owned_ip_on_launch attributes (#16676)
resource/aws_glacier_vault: Add plan-time validation for notification configuration block events and sns_topic_arn arguments (#12645)
resource/aws_glue_catalog_table: Adds support for specifying schema from schema registry. (#17335)
resource/aws_iam_access_key: Add create_date attribute (#17318)
resource/aws_iam_access_key: Support resource import (#17321)
resource/resource_aws_lb_target_group: Add protocol_version (#17260)
resource/aws_subnet: Add customer_owned_ipv4_pool and map_customer_owned_ip_on_launch attributes (#16676)
resource/aws_lb: Add ipv6_address attribute (#17229)
resource/aws_sfn_state_machine: Add support for EXPRESS state machine type (#12249)
resource/aws_cloudfront_distribution: Add cloudfront_origin_request_policy_id attribute (#17342)

BUG FIXES:
----------
data-source/aws_partition: Correct reverse_dns_prefix value in AWS China, C2S, and SC2S (#17142)
provider: Only validate AWS shared configuration profile SSO configuration when attempting to use SSO cached credentials (#17469)
resource/aws_api_gateway_method_settings: Ignore non-existent resource errors during deletion (#17234)
resource/aws_api_gateway_method_settings: Prevent confusing Terraform error on resource disappearance during creation (#17234)
resource/aws_cloudwatch_event_rule: Prevent perpetual differences with name_prefix argument values beginning with terraform- (#17030)
resource/aws_glacier_vault: Prevent crash with GetVaultAccessPolicy API errors (#12645)
resource/aws_glacier_vault: Properly remove from state when resource does not exist (#12645)
resource/aws_glue_crawler: Use standard retry timeout for IAM eventual consistency and retry on LakeFormation permissions errors (#17256)
resource/aws_glue_partition: Fix partition_values to preserve order. (#17344)
resource/aws_iam_access_key: Ensure Inactive status is properly configured during resource creation (#17322)
resource/aws_kinesis_firehose_delivery_stream: Use standard retry timeout for IAM eventual consistency and retry on LakeFormation access errors (#17254)
resource/aws_security_group: Prevent perpetual differences with name_prefix argument values beginning with terraform- (#17030)
resource/aws_ssoadmin_permission_set: Properly update resource with relay_state argument (#17423)
resource/aws_vpc_endpoint: Return unsuccessful deletion information immediately as an error instead of timing out while waiting for deletion (#16656)
resource/aws_vpc_endpoint_service: Return unsuccessful deletion information immediately as an error instead of timing out while waiting for deletion (#16656)

(leot)

2021-02-07 20:16:49 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-BDD-Cucumber to 0.76

(schmonz)

2021-02-07 20:16:39 UTC MAIN commitmail json YAML

Update to 0.76. From the changelog:

[Added]
- Mention the `--strict` option for `pherkin` in SYNOPSIS
- Added deprecation warning to 'data' accessor in
  Test::BDD::Cucumber::Model::Scenario

[Fixed]
- Warnings when processing empty feature files or files without
  a text after the `Feature:` keyword
- Feature and scenario descriptions missing space on concatenated lines
- Location of failed test in TAP output now points to the failed step,
  instead of somewhere inside `TAP::Harness`

[Changed]
- Scenarios defined by a scenario outline (`Examples:`) are now
  independent as in Cucumber; before, failure of a scenario in an
  outline would cancel all subsequent steps *and* scenarios -- now
  only steps are cancelled (skipped), but subsequent scenarios are
  run (gh #123)
- Descriptions of tests no longer contain prefixed 'In '
- Dependency YAML::Syck switched to YAML (which wraps YAML::XS or
  YAML::PP, whichever is available); YAML has 3x more dependencies
  on CPAN, increasing chances of prior availability
- Language definitions now stored as Perl instead of JSON for
  compactness and load speed

[Removed]
- Dependencies on Clone, List::MoreUtils, Number::Range

(schmonz)

2021-02-07 20:14:37 UTC MAIN commitmail json YAML

Added textproc/py-parsimonious, finance/py-eth-abi

(adam)

2021-02-07 20:13:10 UTC MAIN commitmail json YAML

py-eth-abi: added version 2.1.1

Python utilities for working with Ethereum ABI definitions, especially encoding
and decoding.

(adam)

2021-02-07 20:10:18 UTC MAIN commitmail json YAML

py-parsimonious: added version 0.8.1

Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure
Python-and the most usable. It's based on parsing expression grammars (PEGs),
which means you feed it a simplified sort of EBNF notation. Parsimonious was
designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB
of RAM to do one page, but it's applicable to all sorts of languages

(adam)

2021-02-07 20:06:01 UTC MAIN commitmail json YAML

py-eth-utils: also PLIST

(adam)

2021-02-07 20:04:59 UTC MAIN commitmail json YAML

2021-02-07 20:01:53 UTC MAIN commitmail json YAML

Updated finance/py-eth-hash, finance/py-eth-utils

(adam)

2021-02-07 20:01:35 UTC MAIN commitmail json YAML

py-eth-utils: updated to 1.10.0

eth-utils v1.10.0

Bugfixes

When a TypeError or ValueError is raised during :meth:`~eth_utils.applicators.apply_formatters_to_dict`, eth_utils appends some useful contextual information. It was trying to re-create the old exception, but that sometimes fails, like with a :class:`JSONDecodeError`, which expects more arguments in the constructor. So now we raise a basic TypeError or ValueError.
Update the type signature of :meth:`~eth_utils.address.to_canonical_address`, :meth:`~eth_utils.address.to_checksum_address`, and :meth:`~eth_utils.address.to_normalized_address` to allow bytes-typed address input.

Performance improvements

Significant speedup of :meth:`~eth_utils.hexadecimal.is_hex` and :meth:`~eth_utils.hexadecimal.is_hexstr`.
Significant speedup of :meth:`~eth_utils.address.is_address`. Running a test that abi-encodes an array of 10 addresses was about 67% faster.

Internal Changes - for eth-utils Contributors

Upgrade eth-hash to v0.3.1, to use its exported type annotations instead of casting the results.

(adam)

2021-02-07 19:59:48 UTC MAIN commitmail json YAML

py-eth-hash: updated to 0.3.1

eth-hash v0.3.1

Bugfixes

Bugfix to export type annotations

eth-hash v0.3.0

Features

Export type annotations, for use in importing projects

Internal Changes - for eth-hash Contributors

Import 3 years worth of template updates

(adam)

2021-02-07 19:40:44 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.4

(pin)

2021-02-07 19:40:22 UTC MAIN commitmail json YAML

audio/spotify-qt: update to 3.4

Fixes:
-Fixed not being able to select track title as default sort column.
-Fixed sorting tracks by track number in descending order by default.
-Fixed a crash when trying to open a track context menu when no track was found.
-Fixed the setting to always start Spotify client being ignored in some cases.

Changes:
-Artist view is now loaded asynchronously to improve performance.
-Access token is now only refreshed on start when needed, making app restarts
faster.
-Settings have been rewritten to improve performance and compatibility.
-When using automatic track list header resizing, there's now a maximum width
for columns.
-When opening an album from a track, that track is now highlighted.
-High DPI support (#51).
-Qt style can now be manually selected.
-Added an option to disable discovery when using librespot (#54).
-Redesigned dark theme that more closely resembles the Spotify theme (#47).

(pin)

2021-02-07 19:37:41 UTC MAIN commitmail json YAML

2021-02-07 19:28:11 UTC MAIN commitmail json YAML

Updated devel/py-toolz, devel/py-cytoolz

(adam)

2021-02-07 19:27:27 UTC MAIN commitmail json YAML

py-cytoolz: updated to 0.11.0

0.11.0:
Unknown changes

(adam)

2021-02-07 19:23:30 UTC MAIN commitmail json YAML

py-toolz: updated to 0.11.1

0.11.1:
Importing toolz no longer warns (by importing .compatibility)

0.11.0:
Drop Python 2.7 support!
Give deprecation warning on using toolz.compatibility
Some doc fixes
First time using auto-deployment. Fingers crossed!

(adam)

2021-02-07 17:33:40 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 7.4.0

(triaxx)

2021-02-07 17:32:47 UTC MAIN commitmail json YAML

grafana: Update to 7.4.0

upstream changes:
-----------------
7.4.0 (2021-02-04)
Features and enhancements

    CDN: Adds support for serving assets over a CDN. #30691, @torkelo
    DashboardLinks: Support variable expression in to tooltip - Issue #30409. #30569, @huynhsamha
    Explore: Set Explore's GraphNG to be connected. #30707, @ivanahuckova
    InfluxDB: Add http configuration when selecting InfluxDB v2 flavor. #30827, @aocenas
    InfluxDB: Show all datapoints for dynamically windowed flux query. #30688, @davkal
    Loki: Improve live tailing errors. #30517, @ivanahuckova

Bug fixes

    Admin: Fixes so form values are filled in from backend. #30544, @hugohaggmark
    Admin: Fixes so whole org drop down is visible when adding users to org. #30481, @hugohaggmark
    Alerting: Hides threshold handle for percentual thresholds. #30431, @hugohaggmark
    CloudWatch: Prevent field config from being overwritten. #30437, @sunker
    Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1. #30519, @torkelo
    Explore: Fix jumpy live tailing. #30650, @ivanahuckova
    Explore: Fix loading visualisation on the top of the new time series panel. #30553, @ivanahuckova
    Footer: Fixes layout issue in footer. #30443, @torkelo
    Graph: Fixes so only users with correct permissions can add annotations. #30419, @hugohaggmark
    Mobile: Fixes issue scrolling on mobile in chrome. #30746, @torkelo
    PanelEdit: Trigger refresh when changing data source. #30744, @torkelo
    Panels: Fixes so panels are refreshed when scrolling past them fast. #30784, @hugohaggmark
    Prometheus: Fix show query instead of Value if no name and metric. #30511, @zoltanbedi
    TimeSeriesPanel: Fixes default value for Gradient mode. #30484, @torkelo
    Variables: Clears drop down state when leaving dashboard. #30810, @hugohaggmark
    Variables: Fixes display value when using capture groups in regex. #30636, @hugohaggmark
    Variables: Fixes so queries work for numbers values too. #30602, @hugohaggmark
    Variables: Fixes so text format will show All instead of custom all value. #30730, @hugohaggmark

Plugin development fixes & changes

    Plugins: Fix failing plugin builds because of wrong internal import. #30439, @aocenas

7.4.0-beta1 (2021-01-20)
Features and enhancements

    API: Add ID to snapshot API responses. #29600, @AgnesToulet
    AlertListPanel: Add options to sort by Time(asc) and Time(desc). #29764, @dboslee
    AlertListPanel: Changed alert url to to go the panel view instead of panel edit. #29060, @zakiharis
    Alerting: Add support for Sensu Go notification channel. #28012, @nixwiz
    Alerting: Add support for alert notification query label interpolation. #29908, @wbrowne
    Annotations: Remove annotation_tag entries as part of annotations cleanup. #29534, @dafydd-t
    Azure Monitor: Add Microsoft.Network/natGateways. #29479, @JoeyLemur
    Backend plugins: Support Forward OAuth Identity for backend data source plugins. #27055, @billoley
    Cloud Monitoring: MQL support. #26551, @mtanda
    CloudWatch: Add 'EventBusName' dimension to CloudWatch 'AWS/Events' namespace. #28402, @tomdaly
    CloudWatch: Add support for AWS DirectConnect ConnectionErrorCount metric. #29583, @haeringer
    CloudWatch: Add support for AWS/ClientVPN metrics and dimensions. #29055, @marefr
    CloudWatch: Added HTTP API Gateway specific metrics and dimensions. #28780, @karlatkinson
    Configuration: Add an option to hide certain users in the UI. #28942, @AgnesToulet
    Currency: Adds Indonesian IDR currency. #28363, @hiddenrebel
    Dashboards: Delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder. #28826, @AgnesToulet
    Dependencies: Update angularjs to 1.8.2. #28736, @torkelo
    Docker: Use root group in the custom Dockerfile. #28639, @chugunov
    Elasticsearch: Add Moving Function Pipeline Aggregation. #28131, @simianhacker
    Elasticsearch: Add Support for Serial Differencing Pipeline Aggregation. #28618, @simianhacker
    Elasticsearch: Deprecate browser access mode. #29649, @Elfo404
    Elasticsearch: Interpolate variables in Filters Bucket Aggregation. #28969, @Elfo404
    Elasticsearch: Support extended stats and percentiles in terms order by. #28910, @simianhacker
    Elasticsearch: View in context feature for logs. #28764, @simianhacker
    Explore/Logs: Alphabetically sort unique labels, labels and parsed fields. #29030, @ivanahuckova
    Explore/Logs: Update Parsed fields to Detected fields. #28881, @ivanahuckova
    Field overrides: Added matcher to match all fields returned by a specific query. #28872, @mckn
    Graph: Add support for spline interpolation (smoothing) added in new time series panel. #4303
    Instrumentation: Add histograms for database queries. #29662, @dafydd-t
    Jaeger: Remove browser access mode. #30349, @zoltanbedi
    LogsPanel: Don't show scroll bars when not needed. #28972, @aocenas
    Loki: Add query type and line limit to query editor in dashboard. #29356, @ivanahuckova
    Loki: Add query type selector to query editor in Explore. #28817, @ivanahuckova
    Loki: Retry web socket connection when connection is closed abnormally. #29438, @ivanahuckova
    MS SQL: Integrated security. #30369, @daniellee
    Middleware: Add CSP support. #29740, @aknuds1
    OAuth: Configurable user name attribute. #28286, @alexanderzobnin
    PanelEditor: Render panel field config categories as separate option group sections. #30301, @dprokop
    Postgres: SSL certification. #30352, @ying-jeanne
    Prometheus: Add support for Exemplars. #28057, @zoltanbedi
    Prometheus: Improve autocomplete performance and remove disabling of dynamic label lookup. #30199, @ivanahuckova
    Prometheus: Update default query type option to "Both" in Explore query editor. #28935, @ivanahuckova
    Prometheus: Use customQueryParameters for all queries. #28949, @alexbumbacea
    Security: Prefer server cipher suites for http2. #29379, @bergquist
    Security: Remove insecure cipher suit as default option. #29378, @bergquist
    StatPanels: Add new calculation option for percentage difference. #26369, @jedstar
    StatPanels: Change default stats option to "Last (not null)". #28617, @ryantxu
    Table: migrate old-table config to new table config. #30142, @jackw
    Templating: Custom variable edit UI, change options input into textarea. #28322, @darrylsepeda
    TimeSeriesPanel: The new graph panel now supports y-axis value mapping. #30272, @torkelo
    Tracing: Tag spans with user login and datasource name instead of id. #29183, @bergquist
    Transformations: Add "Rename By Regex" transformer. #29281, @simianhacker
    Transformations: Added new transform for excluding and including rows based on their values. #26884, @Totalus
    Transforms: Add sort by transformer. #30370, @ryantxu
    Variables: Add deprecation warning for value group tags. #30160, @torkelo
    Variables: Added __user.email to global variable. #28853, @mckn
    Variables: Adds description field. #29332, @hugohaggmark
    Variables: Adds variables inspection. #25214, @hugohaggmark
    Variables: New Variables are stored immediately. #29178, @hugohaggmark
    Zipkin: Remove browser access mode. #30360, @zoltanbedi

Bug fixes

    API: Query database from /api/health endpoint. #28349, @ceh
    Alerting: Return proper status code when trying to create alert notification channel with duplicate name or uid. #28043, @jgulick48
    Auth: Fix default maximum lifetime an authenticated user can be logged in. #30030, @papagian
    Backend: Fix IPv6 address parsing erroneous. #28585, @taciomcosta
    CloudWatch: Make sure stats grow horizontally and not vertically in the Query Editor. #30106, @sunker
    Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data. #28761, @torkelo
    Dashboards: Hide playlist edit functionality from viewers and snapshots link from unauthenticated users. #28992, @jackw
    Data source proxy: Convert 401 HTTP status code from data source to 400. #28962, @aknuds1
    Decimals: Improving auto decimals logic for high numbers and scaled units. #30262, @torkelo
    Elasticsearch: Fix date histogram auto interval handling for alert queries. #30049, @simianhacker
    Elasticsearch: Fix index pattern not working with multiple base sections. #28348, @tomdaly
    Explore: Clear errors after running a new query. #30367, @ivanahuckova
    Graph: Fixes stacking issues like floating bars when data is not aligned. #29051, @torkelo
    Graph: Staircase and null value=null calculates auto Y-Min incorrectly (fixed in new Time series panel). #12995
    Graph: Staircase mode, do now draw line segment from zero when drawing null values as null (Fixed in new Time series panel). #17838
    Image uploader: Fix uploading of images to GCS. #26493, @gastonqiu
    Influx: Fixes issue with many queries being issued as you type in the variable query field. #29968, @dprokop
    Logs Panel: Fix inconsistent highlighting. #28971, @ivanahuckova
    Logs Panel: Fixes problem dragging scrollbar inside logs panel. #28974, @aocenas
    Loki: Fix hiding of series in table if labels have number values. #30185, @ivanahuckova
    Loki: Lower min step to 1ms. #30135, @ivanahuckova
    Loki: Remove showing of unique labels with the empty string value. #30363, @ivanahuckova
    Loki: Timeseries should not produce 0-values for missing data. #30116, @davkal
    Plugins: Fix panic when using complex dynamic URLs in app plugin routes. #27977, @cinaglia
    Prometheus: Fix link to Prometheus graph in dashboard. #29543, @ivanahuckova
    Provisioning: Build paths in an os independent way. #29143, @amattheisen
    Provisioning: Fixed problem with getting started panel being added to custom home dashboard. #28750, @torkelo
    SAML: Fixes bug in processing SAML response with empty element by updating saml library (Enterprise). #29991, @alexanderzobnin
    SQL: Define primary key for tables without it. #22255, @azhiltsov
    Tracing: Fix issue showing more than 300 spans. #29377, @zoltanbedi
    Units: Changes FLOP/s to FLOPS and some other rates per second units get /s suffix. #28825, @Berbe
    Variables: Fixes Constant variable persistence confusion. #29407, @hugohaggmark
    Variables: Fixes Textbox current value persistence. #29481, @hugohaggmark
    Variables: Fixes loading with a custom all value in url. #28958, @hugohaggmark
    Variables: Fixes so clicking on Selected in drop down will exclude All value from selection. #29844, @hugohaggmark

Breaking changes
Constant variables

In order to minimize the confusion with Constant variable usage, we've removed the ability to make Constant variables visible. This change will also migrate all existing visible Constant variables to Textbox variables because which we think this is a more appropriate type of variable for this use case. Issue #29407
Plugin compatibility

We have upgraded AngularJS from version 1.6.6 to 1.8.2. Due to this upgrade some old angular plugins might stop working and will require a small update. This is due to the deprecation and removal of pre-assigned bindings. So if your custom angular controllers expect component bindings in the controller constructor you need to move this code to an $onInit function. For more details on how to migrate AngularJS code open the migration guide and search for pre-assigning bindings.

In order not to break all angular panel plugins and data sources we have some custom angular inject behavior that makes sure that bindings for these controllers are still set before constructor is called so many old angular panels and data source plugins will still work. Issue #28736
Deprecations
Query variable value group tags

This option to group query variable values into groups by tags has been an experimental feature since it was introduced. It was introduced to work around the lack of tags support in time series databases at the time. Now that tags (ie. labels) are the norm there is no longer any great need for this feature. This feature will be removed in Grafana v8 later this year. Issue #30160
Plugin development fixes & changes

    AngularPlugins: Angular controller events emitter is now a separate emitter and not the same as PanelModel events emitter. #30379, @torkelo
    FieldConfig API: Add ability to hide field option or disable it from the overrides. #29879, @dprokop
    Select: Changes default menu placement for Select from auto to bottom. #29837, @hugohaggmark
    Collapse: Allow component children to use height: 100% styling. #29776, @aocenas
    DataSourceWithBackend: Throw error if health check fails in DataSourceWithBackend. #29743, @aocenas
    NodeGraph: Add node graph visualization. #29706, @aocenas
    FieldColor: Handling color changes when switching panel types. #28875, @dprokop
    CodeEditor: Added support for javascript language. #28818, @ae3e
    grafana/toolkit: Allow builds with lint warnings. #28810, @dprokop
    grafana/toolkit: Drop console and debugger statements by default when building plugin. #28776, @dprokop
    Card: Add new Card component. #28216, @Clarity-89
    FieldConfig: Implementation slider editor (#27592). #28007, @isaozlerfm
    MutableDataFrame: Remove unique field name constraint and values field index and unused/seldom used stuff. #27573, @torkelo

7.3.7 (2021-01-14)
Bug fixes

    Auth: Add missing request headers to SigV4 middleware allowlist. #30115, @wbrowne
    Elasticsearch: Sort results by index order as well as @timestamp. #29761, @STEELBADGE
    SAML: Fixes bug in processing SAML response with empty element by updating saml library (Enterprise). #30179, @alexanderzobnin
    SeriesToRows: Fixes issue in transform so that value field is always named Value. #30054, @torkelo

7.3.6 (2020-12-17)
Security

    SAML: Fixes encoding/xml SAML vulnerability in Grafana Enterprise. #29875

7.3.5 (2020-12-10)
Features and enhancements

    Alerting: Improve Prometheus Alert Rule error message. #29390, @wbrowne

Bug fixes

    Alerting: Fix alarm message formatting in Dingding. #29482, @tomowang
    AzureMonitor: Fix unit translation for MilliSeconds. #29399, @secustor
    Instrumentation: Fix bug with invalid handler label value for HTTP request metrics. #29529, @bergquist
    Prometheus: Fixes problem where changing display name in Field tab had no effect. #29441, @zoltanbedi
    Tracing: Fixed issue showing more than 300 spans. #29377, @zoltanbedi

7.3.4 (2020-11-24)
Bug fixes

    Dashboard: Fixes kiosk state after being redirected to login page and back. #29273, @torkelo
    InfluxDB: Update flux library to fix support for boolean label values. #29310, @ryantxu
    Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests. #29330, @wbrowne
    Table: Fixes issues with phantom extra 0 for zero values. #29165, @dprokop

7.3.3 (2020-11-17)
Bug fixes

    Cloud monitoring: Fix for multi-value template variable for project selector. #29042, @papagian
    LogsPanel: Fixes problem dragging scrollbar inside logs panel. #28974, @aocenas
    Provisioning: Fixes application not pinned to the sidebar when it's enabled. #29084, @alexanderzobnin
    StatPanel: Fixes hanging issue when all values are zero. #29077, @torkelo
    Thresholds: Fixes color assigned to null values. #29010, @torkelo

7.3.2 (2020-11-11)
Features / Enhancements

    CloudWatch Logs: Change how we measure query progress. #28912, @aocenas
    Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder. #28826, @AgnesToulet
    Gauge: Improve font size auto sizing. #28797, @torkelo
    Short URL: Cleanup unvisited/stale short URLs. #28867, @wbrowne
    Templating: Custom variable edit UI, change options input into textarea. #28322, @darrylsepeda

Bug Fixes

    Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data. #28761, @torkelo
    Dashboard: fix view panel mode for Safari / iOS. #28702, @jackw
    Elasticsearch: Exclude pipeline aggregations from order by options. #28620, @simianhacker
    Panel inspect: Interpolate variables in panel inspect title. #28779, @dprokop
    Prometheus: Fix copy paste behaving as cut and paste. #28622, @aocenas
    StatPanels: Fixes auto min max when latest value is zero. #28982, @torkelo
    TableFilters: Fixes filtering with field overrides. #28690, @hugohaggmark
    Templating: Speeds up certain variable queries for Postgres MySql MSSql. #28686, @hugohaggmark
    Units: added support to handle negative fractional numbers. #28849, @mckn
    Variables: Fix backward compatibility in custom variable options that contain colon. #28896, @mckn

(triaxx)

2021-02-07 15:43:08 UTC MAIN commitmail json YAML

Updated graphics/py-matplotlib, sysutils/py-structlog

(adam)

2021-02-07 15:42:49 UTC MAIN commitmail json YAML

py-structlog: updated to 20.2.0

20.2.0

Backward-incompatible changes:

- Python 2.7 and 3.5 aren't supported anymore.
  The package meta data should ensure that you keep getting 20.1.0 on those versions.

- ``structlog`` is now fully type-annotated.
  This won't break your applications, but if you use Mypy, it will most likely break your CI.

  Check out the new chapter on typing for details.

Deprecations:

- Accessing the ``_context`` attribute of a bound logger is now deprecated.
  Please use the new ``structlog.get_context()``.

Changes:

- ``structlog`` has now type hints for all of its APIs!
  Since ``structlog`` is highly dynamic and configurable, this led to a few concessions like a specialized ``structlog.stdlib.get_logger()`` whose only difference to ``structlog.get_logger()`` is that it has the correct type hints.

  We consider them provisional for the time being – i.e. the backward compatibility does not apply to them in its full strength until we feel we got it right.
  Please feel free to provide feedback!
- Added ``structlog.make_filtering_logger`` that can be used like ``configure(wrapper_class=make_filtering_bound_logger(logging.INFO))``.
  It creates a highly optimized bound logger whose inactive methods only consist of a ``return None``.
  This is now also the default logger.
- As a complement, ``structlog.stdlib.add_log_level()`` can now additionally be imported as ``structlog.processors.add_log_level`` since it just adds the method name to the event dict.
- ``structlog.processors.add_log_level()`` is now part of the default configuration.
- ``structlog.stdlib.ProcessorFormatter`` no longer uses exceptions for control flow, allowing ``foreign_pre_chain`` processors to use ``sys.exc_info()`` to access the real exception.
- Added ``structlog.BytesLogger`` to avoid unnecessary encoding round trips.
  Concretely this is useful with *orjson* which returns bytes.
- The final processor now also may return bytes that are passed untouched to the wrapped logger.
- ``structlog.get_context()`` allows you to retrieve the original context of a bound logger.
- ``structlog.PrintLogger`` now supports ``copy.deepcopy()``.
- Added ``structlog.testing.CapturingLogger`` for more unit testing goodness.
- Added ``structlog.stdlib.AsyncBoundLogger`` that executes logging calls in a thread executor and therefore doesn't block.

(adam)

2021-02-07 15:31:44 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.3.4

v3.3.4:

This release contains several critical bug-fixes:

Fix WebAgg initialization.
Fix parsing QT_API setting with mixed case.
Fix build with link-time optimization disabled in environment.
Fix test compatibility with NumPy 1.20.
Fix test compatibility with pytest 6.2.

(adam)

2021-02-07 15:23:47 UTC MAIN commitmail json YAML

2021-02-07 14:32:46 UTC MAIN commitmail json YAML

net/py-twisted: Fold MESSAGE into DESCR

The real issue is that this package does not include all of twisted,
so just say that in DESCR -- which is supposed to describe what is in
the package.

(There's a larger issue about why py-amkCrypto is not a dependency, or
an optional dependency, or a dependency of some py-twisted-conf other
package.)

(gdt)

2021-02-07 14:03:52 UTC MAIN commitmail json YAML

tex-verse-doc: Switch to versioned distfiles

PKGREVISION++

Thanks <wiz>!

(leot)

2021-02-07 14:02:44 UTC MAIN commitmail json YAML

tex-verse: Switch to versioned distfile

PKGREVISION++

Thanks <wiz>!

(leot)

2021-02-07 13:55:34 UTC MAIN commitmail json YAML

doc: Updated devel/fossil to 2.14

(js)

2021-02-07 13:55:18 UTC MAIN commitmail json YAML

Update devel/fossil to 2.14

Changes for Version 2.14 (2021-01-20)

  * Schema Update Notice #1: This release drops a trigger from the database schema (replacing it with a TEMP trigger that is created as needed). This change happens automatically the first time you add content to a repository using Fossil 2.14 or later. No action is needed on your part. However, if you upgrade to version 2.14 and then later downgrade or otherwise use an earlier version of Fossil, the email notification mechanism may fail to send out notifications for some events, due to the missing trigger. If you want to permanently downgrade an installation, then you should run "fossil rebuild" after the downgrade to get email notifications working again. If you are not using email notification, then the schema change will not affect you in any way.
  * Schema Update Notice #2: This release changes how the descriptions of wiki edits are stored in the EVENT table, for improved display on timelines. You must run "fossil rebuild" to take advantage of this enhancement. Everything will still work without "fossil rebuild", except you will get goofy descriptions of wiki updates in the timeline.
  * Add support for Fossil chat.
  * The "fossil clone" command is enhanced so that if the repository filename is omitted, an appropriate name is derived from the remote URL and the newly cloned repo is opened. This makes the clone command work more like Git, thus making it easier for people transitioning from Git.
  * Added the --mainbranch option to the fossil git export command.
  * Added the --format option to the "fossil timeline" command.
  * Enhance the --numstat option on the "fossil diff" command so that it shows a total number of lines added and deleted and total number of files modified.
  * Add the "contact" sub-command to fossil user.
  * Added commands "fossil all git export" and "fossil all git status".
  * Added the "df=CHECKIN" query parameter to the /timeline page.
  * Improvements to the "/sitemap" page. Add subpages /sitemap-timeline and /sitemap-test.
  * Better text position in cylinder objects of Pikchr diagrams.
  * New "details.txt" settings available to custom skins to better control the rendering of Pikchr diagrams:
      * pikchr-foreground
      * pikchr-scale
      * pikchr-fontscale
  * Allow the use of SQL functions inside the ticket table definition for custom ticket configurations.
  * The built-in SQLite is updated to version 3.35.0 alpha containing performance optimizations, especially performance associated with startup, and minor improvements to the CLI.
  * Performance optimizations to Fossil itself.
  * Countless improvements and enhancements to the documentation

(js)

2021-02-07 12:40:18 UTC MAIN commitmail json YAML

Updated misc/py-stdnum, finance/py-stripe

(adam)

2021-02-07 12:39:59 UTC MAIN commitmail json YAML

py-stripe: updated to 2.55.2

2.55.2:
Fix CA bundle path issue

(adam)

2021-02-07 12:38:29 UTC MAIN commitmail json YAML

py-stdnum: updated to 1.16

changes from 1.15 to 1.16
-------------------------
* Support XI country code for Northern Ireland VAT numbers
* Switch data source for Austrian postal codes
* Fix Belarus VAT number online lookup

changes from 1.14 to 1.15
-------------------------
* Add modules for the following number formats:
  - CUI or CIF (Codul Unic de Înregistrare, Romanian company identifier)
  - PEID (Liechtenstein tax code for individuals and entities)
  - ЄДРПОУ, EDRPOU (Identifier for enterprises and organizations in Ukraine)
  - РНОКПП, RNTRC (Individual taxpayer registration number in Ukraine)
* Make list of EU member states part of public API
* Retain RO prefix in Romanian VAT numbers
* Support international VAT numbers that are only valid with country prefix
* Expanded validation for Belgian VAT numbers
* Use ABN as Australian VAT number
* Remove GB from EU member states

(adam)

2021-02-07 10:58:03 UTC MAIN commitmail json YAML

doc/TODO: add some

+ gopls-0.6.5, help2man-1.48.1, keepassxc-2.6.4,
  libebur128-1.2.5, libnumbertext-1.0.7, poppler-21.02.0.

(wiz)

2021-02-07 07:56:46 UTC MAIN commitmail json YAML

pulseaudio: fix BUILDLINK_ABI_DEPENDS pattern

(gutteridge)

2021-02-07 06:30:42 UTC MAIN commitmail json YAML

2021-02-07 06:26:00 UTC MAIN commitmail json YAML

doc: Updated audio/pulseaudio to 14.2nb1

(ryoon)

2021-02-07 06:25:31 UTC MAIN commitmail json YAML

2021-02-07 05:06:21 UTC MAIN commitmail json YAML

doc: Updated news/neix to 0.1.3nb1

(gutteridge)

2021-02-07 05:06:12 UTC MAIN commitmail json YAML

neix: various build fixes

Don't hard-code the build environment's $HOME as the basis for the default
user configuration path, and use consistent means to check for this path.
Don't install configuration files in $HOME during the build. This package
also expects C++11.

(gutteridge)

2021-02-07 01:21:29 UTC MAIN commitmail json YAML

doc: Updated devel/R-git2r to 0.28.0

(mef)

2021-02-07 01:21:16 UTC MAIN commitmail json YAML

(devel/R-git2r) Updated 0.27.1 to 0.28.0

git2r 0.28.0
------------

IMPROVEMENTS

* Updated to use libgit2 version 1.1.0 on Windows.

* Fix handling of a symbolic reference when checking out previous
  branch.

* Added a configure option '--without-libgit2' to ignore presence of a
  system libgit2 library and instead use the internal git2r libgit2
  library. Usage:
  R CMD INSTALL --configure-args='--without-libgit2' git2r_x.y.z.tar.gz

* Updated some tests to work with libgit2 version 1.1.0.

(mef)

2021-02-06 23:21:14 UTC MAIN commitmail json YAML

audio/audacity: include Audacity.h in audacity/Types.h to get HAVE_VISIBILITY definition

(dbj)

2021-02-06 23:10:09 UTC MAIN commitmail json YAML

Added security/R-getPass version 0.2.2

(mef)

2021-02-06 23:07:00 UTC MAIN commitmail json YAML

(security/R-getPass) import R-getPass-0.2.2

A micro-package for reading "passwords", i.e.  reading user input with
masking, so that the input is not displayed as it is typed.  Currently
we have support for 'RStudio', the command line (every OS), and any
platform where 'tcltk' is present.

(mef)

2021-02-06 20:45:55 UTC MAIN commitmail json YAML

doc: Updated www/py-MechanicalSoup to 1.0.0

(leot)

2021-02-06 20:45:45 UTC MAIN commitmail json YAML

py-MechanicalSoup: Update to 1.0.0

Changes:
1.0.0
=====
This is the last release that will support Python 2.7. Thanks to the
many contributors that made this release possible!

Main changes
------------
- Added support for Python 3.8 and 3.9.
- StatefulBrowser has new properties page, form, and url, which can be
  used in place of the methods get_current_page, get_current_form and
  get_url respectively (e.g. the new x.page is equivalent to
  x.get_current_page()). These methods may be deprecated in a future
  release. [#175]
- StatefulBrowser.form will raise an AttributeError instead of
  returning None if no form has been selected yet. Note that
  StatefulBrowser.get_current_form() still returns None for backward
  compatibility.

Bug fixes
---------
- Decompose <select> elements with the same name when adding a new
  input element to a form. [#297]
- The params and data kwargs passed to submit will now properly be
  forwarded to the underlying request for GET methods (whereas previously
  params was being overwritten by data). [#343]

(leot)

2021-02-06 20:41:34 UTC MAIN commitmail json YAML

py-aiohttp: Bump chardet requirements in setup.py too

Previously it was only relaxed in pkgsrc DEPENDS resulting in possible runtime
errors.

PKGREVISION++

(leot)

2021-02-06 19:23:04 UTC MAIN commitmail json YAML

doc: Updated audio/pulseaudio to 14.2

(wiz)

2021-02-06 19:22:55 UTC MAIN commitmail json YAML

pulseaudio: update to 14.2.

PulseAudio 14.2

A bug fix release.

* Fix port switching when unplugging headphones

PulseAudio 14.1

A bug fix release.

* Support upto 8 mixer channels on ALSA devices
* Handle ALSA jacks with the same name but different index values
* Switch to plugged-in headset when mic availability is unknown
* Fix a potential segfault in the Bluetooth oFono HFP backend
* Fix a problem with module-ladspa-sink when avoid-resampling=true
* Fix database names containing canonical host for meson builds

(wiz)

2021-02-06 15:40:47 UTC MAIN commitmail json YAML

audio/lilv: specify when darwin added CLOCK_GETTIME

(dbj)

2021-02-06 15:25:17 UTC MAIN commitmail json YAML

2021-02-06 15:22:58 UTC MAIN commitmail json YAML

print/cups-base: avoid duplicate definitions of clock_gettime with Darwin SDK
building against a newer SDK while setting an earlier -macosx-version-min
value can create a conflicting function definition.  This tweak avoids
that conflict while allowing an older compat definition to exist.

(dbj)

2021-02-06 15:21:49 UTC MAIN commitmail json YAML

doc/guide: fix name of PKGSRC_KEEP_BIN_PKGS var

(dbj)

2021-02-06 15:20:45 UTC MAIN commitmail json YAML

misc/libcdio: use generic curses buildlink file instead of ncurses one

(dbj)

2021-02-06 15:20:15 UTC MAIN commitmail json YAML

chat/jabberd2: use htons instead of non-portable htobe16

(dbj)

2021-02-06 15:15:09 UTC MAIN commitmail json YAML

2021-02-06 14:41:46 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.6

(mef)

2021-02-06 14:41:29 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated 1.0.5 to 1.0.6

(pkgsrc)
  - Add tex-ec, tex-pdflscape for TEST_DEPENDS.
  Check the permision of /var/lib/texmf/fonts/pk/ if make test fails with
  !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found

(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
Changes in Rcpp patch release version 1.0.6 (2021-01-14)

  - Changes in Rcpp API:
      * Replace remaining few uses of EXTPTR_PTR with R_ExternalPtrAddr (Kevin
        in #1098 fixing #1097).
      * Add push_back and push_front for DataFrame (Walter Somerville in #1099
        fixing #1094).
      * Remove a misleading-to-wrong comment (Mattias Ellert in #1109 cleaning
        up after #1049).
      * Address a sanitizer report by initializing two private bool variables
        (Benjamin Christoffersen in #1113).
      * External pointer finalizer toggle default values were corrected to true
        (Dirk in #1115).
  - Changes in Rcpp Documentation:
      * Several URLs were updated to https and/or new addresses (Dirk).
  - Changes in Rcpp Deployment:
      * Added GitHub Actions CI using the same container-based setup used
        previously, and also carried code coverage over (Dirk in #1128).
  - Changes in Rcpp support functions:
      * Rcpp.package.skeleton() avoids warning from R. (Dirk)

(mef)

2021-02-06 14:27:41 UTC MAIN commitmail json YAML

love09: fix build with the mesa in netbsd-current
Add missing PLIST entry from my previous commit, oops.

(maya)

2021-02-06 13:56:35 UTC MAIN commitmail json YAML

2021-02-06 13:51:48 UTC MAIN commitmail json YAML

love{07,08,09,010,11}.

(maya)

2021-02-06 13:50:20 UTC MAIN commitmail json YAML

love09: blindly commit the same changes as the other love packages

create a binary in PREFIX/bin, for the convenience of users who use
non-pkgsrc love games.

Add ALTERNATIVES, in case there is only one love game.
PKGREVISION++

(maya)

2021-02-06 13:02:45 UTC MAIN commitmail json YAML

openjdk11: restore checksums

(tnn)

2021-02-06 11:22:23 UTC MAIN commitmail json YAML

doc: Updated games/py-ranking to 0.3.2

(kleink)

2021-02-06 11:22:03 UTC MAIN commitmail json YAML

py-ranking: Update to 0.3.2.

Version 0.3.2
-------------

Released on Oct 9th 2020.

- Stopped supporting Python 2.5, 2.6, 3.2, and 3.3.
- Supported Python 3.4, 3.5, 3.6, 3.7, and 3.8.

Thanks to `Nolan Gilley`_.

.. _Nolan Gilley: https://github.com/nkgilley

(kleink)

2021-02-06 11:18:26 UTC MAIN commitmail json YAML

love{07,08,010,11}: install a binary called "loveN.NN" for convenience
And add a PKG_ALTERNATIVES to call it bin/love for extra convenience.

love09 is skipped because I am failing to build it right now (might look
later on...)
bump PKGREVISION

(maya)

2021-02-06 11:07:52 UTC MAIN commitmail json YAML

Added graphics/R-manipulateWidget version 0.10.1

(mef)

2021-02-06 11:04:26 UTC MAIN commitmail json YAML

(graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1

Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.

(mef)

2021-02-06 10:43:18 UTC MAIN commitmail json YAML

doc: Added print/tex-verse-doc version 2.4b

(leot)

2021-02-06 10:43:03 UTC MAIN commitmail json YAML

print: Add tex-verse-doc

(leot)

2021-02-06 10:42:51 UTC MAIN commitmail json YAML

sysutils/refi: fix homepage

(pin)

2021-02-06 10:42:41 UTC MAIN commitmail json YAML

tex-verse-doc: Import tex-verse-doc-2.4b as print/tex-verse-doc

This is documentation for tex-verse.

(leot)

2021-02-06 10:41:33 UTC MAIN commitmail json YAML

doc: Added print/tex-verse version 2.4b

(leot)

2021-02-06 10:41:17 UTC MAIN commitmail json YAML

print: Add tex-verse

(leot)

2021-02-06 10:40:56 UTC MAIN commitmail json YAML

tex-verse: Import tex-verse-2.4b as print/tex-verse

Aids for typesetting simple verse (poems).

(leot)

2021-02-06 10:37:03 UTC MAIN commitmail json YAML

doc: Added sysutils/refi version 3.0.0

(pin)

2021-02-06 10:36:34 UTC MAIN commitmail json YAML

2021-02-06 10:35:18 UTC MAIN commitmail json YAML

sysutils/refi: import package

refi is program to help you rename files in numberic order, written in Rust.
It was previously named as img-renamer.
All versions >= 3.0.0 are for refi, below 3.0.0 are for img-renamer.

(pin)

2021-02-06 10:27:18 UTC MAIN commitmail json YAML

doc: Updated security/pinentry to 1.1.1

(wiz)

2021-02-06 10:26:54 UTC MAIN commitmail json YAML

pinentry: update to 1.1.1

Provided by Michael Baeuerle via pkgsrc-wip.

Add pinentry-qt5, remove pinentry-qt4.

Noteworthy changes in version 1.1.1 (2021-01-21)
------------------------------------------------

  * A EFL-based pinentry has been contributed.

  * Disable echoing in backspace key is pressed first
    (GTK, Qt, TQt, and ncurses pinentries).

  * Support line editing in TTY pinentry.

  * Remove support for old GTK+2 (< 2.12.0).

  * Various minor fixes.

(wiz)

2021-02-06 09:52:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.2.3

(pin)

2021-02-06 09:51:51 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.2.3

-This version has been built to remove the 1.2.2 from GitHub, because it was
tagged from the wrong commit.

(pin)

2021-02-06 09:07:50 UTC MAIN commitmail json YAML

py-mercurial: Update test status in comment

(wiz)

2021-02-06 08:33:36 UTC MAIN commitmail json YAML

security/lxqt-openssh-askpass: remove unneeded dependency

Remove dependency on openssh, unnecessary as pointed out by David Brownlee
on a private email.

(pin)

2021-02-06 08:29:19 UTC MAIN commitmail json YAML

py-mercurial: fix PLIST for python 2.7

(wiz)

2021-02-06 08:23:46 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 5.6.1

(wiz)

2021-02-06 08:23:36 UTC MAIN commitmail json YAML

py-tortoisehg: update to 5.6.1.

Update for mercurial 5.6.1.

(wiz)

2021-02-06 08:20:31 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.2.2

(pin)

2021-02-06 08:20:12 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.2.2

-special paths in "no-enter" or "hide" aren't counted when summing sizes or
dates. It's a compromise: it makes all sums a little slower, especially if you
have a lot of special paths or complex ones, but it allows skipping over the
very slow disks and thus makes some cases much faster - Fix #331
-br fish shell function uses shell completion of broot
-tree height in :pt now applies even when there are more root items (thus
truncating the tree) - Fix #341
-fix the F5 and F6 shortcuts (copy and move between panels) in the default
configuration

(pin)

2021-02-06 08:01:18 UTC MAIN commitmail json YAML

py-hg-fastimport: update HOMEPAGE

(wiz)

2021-02-06 07:55:18 UTC MAIN commitmail json YAML

doc: Updated devel/py-hg-evolve to 10.2.0.1

(wiz)

2021-02-06 07:55:09 UTC MAIN commitmail json YAML

py-hg-evolve: update to 10.2.0.1.

10.2.0 -- 2021-02-01
--------------------

  * compatibility with Mercurial 5.7

  * doc: update the MQ To Evolve guide and fix build warning for index.rst

  * evolve: improve resolution of some case of parent divergence
  * evolve: respect command-templates.oneline-summary if configured
  * evolve: remove spurious "working directory is now at ..." messages
  * evolve: various documentation improvements

  * packaging: default to building docs on Python 3

  * strip: remove experimental.prunestrip option

topic (0.21.0)

  * performance: speed up various operations using an in-memory cache for topic

  * rebase: prevent in-memory rebase from silently dropping topic (by disabling
    the feature)

  * topic: rework how ctx.branch() is wrapped
  * topic: look for topic heads only when necessary, this fixes the output of
    e.g. hg heads when topics are in play

(wiz)

2021-02-06 06:47:54 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.1.0.3

(ryoon)

2021-02-06 06:47:24 UTC MAIN commitmail json YAML

libreoffice: Update to 7.1.0.3

Changelog:
Writer

General improvements

  * Writer now has support for anchoring shapes relative to the bottom of the
    page content frame. blog post (Miklos Vajna, Collabora)

  * Default anchor for newly added images can be set per Tools ? Options ?
    LibreOffice Writer ? Formatting Aids tdf#99646 (Heiko Tietze, TDF)

  * Writer now supports locale-independent templates blog post (Miklos Vajna,
    Collabora)

Locale-indepentent Writer template

  * Writer can now detect Unicode type even if imported text file does not have
    a BOM tdf#60145 (Tomofumi Yagi)

Outline folding mode

  * Added a new Writer outline folding mode (as experimental feature). You
    should enable experimental features in Tools ? Options ? LibreOffice ?
    Advanced dialog to see "Show outline content visibility button" checkbox in
    Tools ? Options ? LibreOffice Writer ? View dialog. After checking it
    you'll can see a button with arrow near any selected heading in your
    document. Click on it to fold all text from the current heading to next
    heading. Right click on it to fold all text from current heading to next
    the same level heading with all its subheadings tdf#38093 (Jim Raykowski)

Table formulas

  * Added several table formulas for Word interoperability (L??szl?? N??meth,
    NISZ)
      + PRODUCT table formula tdf#123388
      + ABS table formula tdf#123354
      + SIGN table formula tdf#123390
      + COUNT table formula tdf#123356

Style inspector

  * Added Style Inspector for displaying all the attributes of Paragraph
    Styles, Character Styles and manually formatted (Direct Formatting)
    properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar
    Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)

Style Inspector

Fields

  * Input fields now can be toggled with View ? Field Names core commit
    926a1a16 (Michael Stahl, CIB)
  * Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel
    Mehrbrodt, CIB)

  * Word compatible Fields can now be toggled to hide either the command or the
    result with View ? Field Names (Michael Stahl, CIB)

Fields Hide Command or Result

Performance

  * Speeded up find/replace operations tdf#119286 (Noel Grandin, Collabora)

ODF subtable conversion

  * Simple cases of subtables in legacy ODF documents initially created by
    OpenOffice.org 2.2 and older can now be converted to modern rowspan tables
    on import, typically improving the quality of a subsequent export to Word
    formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)

Calc

General improvements

  * Added an option to disable paste with Enter key. You can find it in a
    dialog from menu Tools ? Options ? LibreOffice Calc ? General. tdf#34686
    (Martin van Zijl)
  * Now you can select items in Autofilter window clicking by all item's row,
    but not only by checkbox tdf#116675 (Attila Sz?cs, NISZ)

  * Fixed an issue in formula input box when Calc fail to set the formula
    reference if you have freeze rows/columns enabled in a sheet. tdf#47349
    (Justin Luth, Collabora)

  * Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)

Fill with merged cells

Fix lost merging and bad linear sequence of numbers during fill with merged
cells (Attila Sz?cs, NISZ):

  * Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585

  * Select merged area wholly to fix the selection rectangle during fill,
    fixing incomplete attribute copying, bad grid and border tdf#43958

  * Apply correct linear sequence of numbers by skipping empty overlapped
    (invisible, i.e. not top-left) cells of the merged areas tdf#88782

New spreadsheet functions

Changed spreadsheet functions

  * Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike
    Rathke, Red Hat)

Performance

  * Improved spell checking performance in Calc core commit bdd149b1 (Dennis
    Francis, Collabora)

  * Improved performance when searching in Autofilter. Previously if the record
    contains a lot of unique values Calc will be very slow if you type-in a
    character in the autofilter search box. Now the search is instant. tdf#
    122419 (Eike Rathke, Red Hat), tdf#133878 (Lubo? Lu????k).

Impress & Draw

  * Adding visible digital signatures to existing PDF files with Draw. Blog
    post (Miklos Vajna, Collabora)
  * Now Impress allows changing animations for several objects at once tdf#
    126394 (Srijan Bhatia)
  * Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
  * Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan
    Bhatia)
  * Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri,
    GSoC; mentors: Miklos Vajna (Collabora), Toma? Vajngerl)

New soft blurred shadow

  * Added new physics based animation capabilities and new animation effect
    presets that use them. Namely Fall Simulated, Shoot right/left and return,
    Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten
    Behrens (CIB))

Physics based animation effects

Base

Chart

Math

  * Math has now a full support of HTML colors. Some of them have been added to
    the UI on Attributes section in Element pane. core commit 0643dab6 (Dante
    Dom??nech)

Math new color on Element pane in 7.1 version

  * New examples in Element pane. core commit 2b29e16e (Dante Dom??nech), core
    commit ad8485eb (Laurent BP)

Scripting

The ScriptForge libraries

An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)

  * about data containers:
      + an extensive set of primitives for array handling, including sorts, set
        operations and interfaces with csv files and Calc sheets
      + an extensive set of primitives for string handling, including
        replacements, regular expressions, encodings, hashing and localization
      + a Dictionary mapping class
  * a coherent error handling for both user and ScriptForge scripts
  * complete FileSystem and TextStream classes for file and directory handling,
    and text files read & write
  * detailed context information: platform, operating system, directories, ...
  * interconnection of Basic and Python modules
  * easy access to and management of actual windows and documents
  * specific modules for
      + automation on Calc sheets
      + management of dialogs and their controls
      + access to data contained in databases

ScriptForge libraries documentation is undergoing review. ScriptForge help
pages will be available from release 7.2 onwards.

BASIC

Python

Core / General

  * Improve finding a matching printer paper size for the printed document tdf#
    134646 (Samuel Mehrbrodt, CIB)
  * Show all supported files by default when adding a new extension in
    Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
  * Print preview is now updated asynchronously to not block UI when adjusting
    settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)

New dialog: additions

In various places, it should be possible to get more content such as macros or
templates from external storage. This requirement is now fulfilled with the
Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara
(Collabora), Heiko Tietze)

AdditionsDialog in LibreOffice

What and why?

Without this dialog, when we want to install an extension we need to search it
from the webpage, download and install it using the Extension Manager. With
this dialog, we can now get and install extensions with one-click. This dialog
is appropriate for searching and installing not only general extensions but
also other types of extensions such as templates, macros, icons, etc. The main
purpose of creating this dialog is to improve user experience. Therefore,
nearly every detail of the extensions exist in the user interface. This
simplicity is designed and created thanks to the web API, power of extension
manager, and additions dialog.

    AdditionsDialog usage

    Sorting options in the menu

Note: Please visit the blog post to learn how to link Additions to other
dialogs.

  * Interaction added to Sidebar > Gallery, Templates Manager, Options >
    Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)

Specifications

User

  * can change the sorting filter according to the desire. Options are download
    number, rating, and comment number.
  * can see which extensions are installed with this feature. Installed
    extensions are disabled on the list.
  * can see the name, description, screenshot, rating, comment number, download
    number of the extensions from the list.
  * can access the extension webpage and the comment section of the extension
    with the links on the UI.

LibreOffice Help

  * Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian
    Lohmaier)

  * Syntax diagrams exist for all Basic statements, including a new How to Read
    Syntax Diagram page tdf#131416 (Alain Romedenne)

Filters

  * Now detecting 0-byte files based on extension blog post (Miklos Vajna,
    Collabora)

Improvements of DOCX import/export filter

  * Add support for change tracking in floating table tdf#132271 (L??szl?? N??
    meth, NISZ)
  * Add formula import in text tables core commit 68e74bdf (Michael Warner) and
    core commit 782700c6 (L??szl?? N??meth, NISZ)
  * Export formula fields tdf#118682 and formula cells tdf#133163 in text
    tables (L??szl?? N??meth, NISZ)
  * Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE,
    etc. table functions importing. Now Writer converts that arguments into
    cell range like <A1:A10> and saves into DOCX as a cell range. Be careful
    with this new behavior tdf#123355 (L??szl?? N??meth, NISZ)
  * Better handling of cached field results in Writer. a blog post (Miklos
    Vajna, Collabora)
  * Support keeping the spacing below the last paragraph in the header in doc/
    docx files tdf#128195 (Samuel Mehrbrodt, CIB)

Improvements of XLSX import/export filter

Improvements of PPTX import/export filter

  * Several SmartArt improvements when importing from PPTX blog post 1 blog
    post 2 (Miklos Vajna, Collabora)

SmartArt: linear layout with multiple 100% width shapes

SmartArt: Autofit synchronization

GUI

Icon theme

  * elementary icon theme got update to be more closely to upstream's color
    branding. See the blog post here. tdf#139056 (Rizal Muttaqin)

Dialogs

  * New dialog to select the User Interface flavor, aiming to pick the right UI
    at first start tdf#117463 (Heiko Tietze, TDF)

UI Picker

Notebookbar

  * New widget with styles preview was added to the tabbed Notebookbar. core
    commit b982be12 (Szymon K??os, Collabora)

Localization

New languages/locales with locale data

  * English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
  * English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))

Additional languages in the language list

Incorporation of other languages

Improvements to proofing tools and language support

See details on the changes: [1]

  * Albanian. The hyphenation dictionary was added and Hunspell files were
    encoded into UTF-8 (Isah Bllaca).
  * Danish. The spelling dictionary was updated (stavekontrolden.dk)
  * English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
  * French. The spelling dictionary was updated (Olivier R., Grammalecte).
  * Hungarian. The hyphenation dictionary was updated (L??szl?? N??meth,
    magyarispell.sourceforge.net).
  * Italian. The spelling and hyphenation dictionaries were updated (Marina
    Latini, LibreItalia).
  * Korean. New spelling dictionaries was added (Ilkyu Ju,
    spellcheck-ko.github.io).
  * Occitan. The spelling dictionary was updated (Quentin PAG?S, Dicollecte).
  * Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot,
    VERO/DivSilab).
  * Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot,
    Onto.PT).
  * Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  * Spanish (all). The spelling dictionaries were updated (Ismael Olea,
    RLA-ES).

Feature Removal / Deprecation

General

Platform Compatibility

Mac

Windows

It's now possible to build LibreOffice native for Windows Arm64. This is
realized as a cross-build from Windows x64. It's in early development and has
some known limitations, documented in tdf#137143. The Windows build
instructions in this Wiki were also updated. There is a daily build available
at https://dev-builds.libreoffice.org/daily/master/

Linux

Java Support

  * On macOS, when manually adding a Java runtime environment via LibreOffice ?
    Preferences... ? LibreOffice ? Advanced ? Java Options ? Add..., you can
    now also select a JDK that is not installed under /Library/Java/
    JavaVirtualMachines. core commit 7db048f6

API Changes

UNO API changes

  * Added scrollbar properties to AWT tabpage (and added documentation for
    those at AWT dialogs - which were there since LibreOffice 4.0) core commit
    b3f2530a (Thorsten Behrens, CIB)
  * Added a new property SinglePrintJobs to the
    com::sun::star::view::PrintOptions service. Setting this property to true
    will create a separate print job for each collated copy. core commit
    2e2c162b (Samuel Mehrbrodt, CIB)
  * In Writer, SwXFieldEnumeration will now return fieldmarks in addition to
    fields and meta-fields. core commit dd24e21b (Michael Stahl, CIB)
  * XShapeGrouper::group now works with a single shape in Writer (matching
    behavior in Calc, Impress and Draw) tdf#136423 (Samuel Mehrbrodt, CIB)

Configuration changes

  * Renamed config items with unintended meanings (Thorsten Behrens, CIB)
      + OpenCLWhiteList changed to OpenCLAllowList core commit abb6c015
      + DeviceBlacklist changed to DeviceDenylist core commit 493ae7a6
      + BlacklistCurrentDevice changed to DenylistCurrentDevice core commit
        493ae7a6
      + OpenCLBlackList changed to OpenCLDenyList core commit 493ae7a6
  * The ImageIdentifier property of MenuItem and ToolBarItem types from /
    org.openoffice.Office.Addons/ used to accept URLs to internal images, with
    the syntax private:image/<number>. This was broken for a few years, and now
    removed completely. Referencing user-defined images with this property
    should still work, although being obsolete. core commit 3e4968e6

SDK changes

  * Remove OSL_SIGNAL_USER_RESOURCEFAILURE from include/osl/signal.h. Should
    only have been used by internal code anyway. core commit 9951d414
  * Remove OSL_THIS_FUNC from include/osl/diagnose.h. Should only have been
    used by internal code anyway. core commit e5356fb0
  * Remove unused and deprecated sal_Char/sal_sChar/sal_uChar from include/sal/
    types.h. core commit c3634ad6
    details). LibreOffice was based on OpenOffice.org.<br/>If you do not want
    your writing to be edited mercilessly and redistributed at will, then do
    not submit it here.
  * Powered by MediaWiki

(ryoon)

2021-02-06 06:42:50 UTC MAIN commitmail json YAML

graphics: Enable box2d

(ryoon)

2021-02-06 06:42:00 UTC MAIN commitmail json YAML

doc: Added graphics/box2d version 2.4.1

(ryoon)

2021-02-06 06:41:33 UTC MAIN commitmail json YAML

graphics/box2d: import box2d-2.4.1

Box2D is a 2D physics engine for games.

Features:
Collision
    Continuous collision detection
    Contact callbacks: begin, end, pre-solve, post-solve
    Convex polygons and circles
    Multiple shapes per body
    One-shot contact manifolds
    Dynamic tree broadphase
    Efficient pair management
    Fast broadphase AABB queries
    Collision groups and categories

Physics
    Continuous physics with time of impact solver
    Persistent body-joint-contact graph
    Island solution and sleep management
    Contact, friction, and restitution
    Stable stacking with a linear-time solver
    Revolute, prismatic, distance, pulley, gear, mouse joint,
      and other joint types
    Joint limits, motors, and friction
    Momentum decoupled position correction
    Fairly accurate reaction forces/impulses

System
    Small block and stack allocators
    Centralized tuning parameters
    Highly portable C++ with no use of STL containers

(ryoon)

2021-02-06 06:33:47 UTC MAIN commitmail json YAML

doc: Updated www/neon to 0.31.2

(ryoon)

2021-02-06 06:33:12 UTC MAIN commitmail json YAML

neon: Update to 0.31.2

* Set new HOMEPAGE and MASTER_SITES.

Changelog:
Changes in release neon 0.31.2, 20th June 2020

    Fix ne_md5_read_ctx() with OpenSSL on big-endian architectures.
    Fix GCC 10 warning in PKCS#11 build.
    Fix OpenSSL build w/o deprecated APIs (Rosen Penev).
    Fix unnecessary MD5 test for non-Digest auth (Sebastian Reschke).
    Fix hang on SSL connection close with IIS (issue #11).
    Fix ar, ranlib detection when cross-compiling (Sergei Trofimovich).

Changes in release neon 0.31.1, 17th April 2020

    ADMIN: The neon website has moved to https://notroj.github.io/neon/
    Restore ne_md5_read_ctx() in OpenSSL build.
    Fix gcc warnings on Ubuntu (Jan-Marek Glogowski).
    Fix various spelling mistakes in docs and headers (thanks to FOSSIES).
    Fix ne_asctime_parse() (Eugenij-W).
    Fix build with LibreSSL (Juan RP).

Changes in release neon 0.31.0, 24th March 2020

    Interface changes:
        none, API and ABI backwards-compatible with 0.27.x and later
    New interfaces and features:
        add more gcc ���nonnull��� attributes to ne_request_* functions.
        for OpenSSL builds, ne_md5 code uses the OpenSSL implementation
        add NE_SESSFLAG_SHAREPOINT session flag which enables workarounds< for RFC non-compliance issues in Sharepoint (thanks to Jan-Marek Glogowski and Giuseppe Castagno)
        ne_uri.h: add ne_path_escapef() in support of above
        ne_207.h: add ne_207_set_flags() likewise in support of above
    API clarification:
        ne_version_match() behaviour now matches actual 0.27+ ABI history
    Bug fixes:
        fixes for OpenSSL 1.1.1 and TLSv1.3 support
        fix crash with GnuTLS in client cert support (Henrik Holst)
        fix possible crash in ne_set_request_flag()
        fix build with libxml2 2.9.10 and later
        fix handling lock timeouts >LONG_MAX (Giuseppe Castagno)

(ryoon)

2021-02-06 06:29:39 UTC MAIN commitmail json YAML

doc: Updated converters/orcus to 0.16.1

(ryoon)

2021-02-06 06:29:04 UTC MAIN commitmail json YAML

orcus: Update to 0.16.1

Changelog:
0.16.1
    fixed a build issue on 32-bit linux platforms, which was
    indirectly caused by ixion.

    fixed json parsing bug caused by an uninitialized variable,
    which manifested itself on debian 32-bit platform.

    removed compiler warnings on unused variables from the base
    parser handlers.

0.16.0
    general
full formula recalculations are now optional when loading
documents. It makes more effective use of cached formula
results.

added the option of failing on the first faulty cell, or
skipping them.

fixed a bug that caused the threaded_sax_token_parser to
deadlock.

added base parser handler classes in the public headers so
that they can be sub-classed to overwrite necessary handler
methods.

    json-parser
parsing of numeric values are now more strict for better
conformance to the specs.

    ods
added support for loading named expressions from ods
documents.

fixed an infinite loop when loading one of the attached
ods documents from
https://bugs.documentfoundation.org/show_bug.cgi?id=82414

    xlsx
fixed a segfault when loading the xlsx document from
https://bugs.documentfoundation.org/show_bug.cgi?id=83711.

    xls-xml
fixed a bug that prevented formulas from referencing cells
located in later sheets.

    xml-map
adjusted the xml path expressions to be more like XPath.
Previously, an attribute was expressed as '@' in the old
expression, but XPath uses '/@'. The new expression uses
'/@' for an attribute.

added the ability to identify and import ranges from XML
documents without map file.

added the ability to generate map file from XML documents
for user customization.

added support to specify default namespace in the map file.

    python
added orcus.Cell class to represent individual cell values
and attributes.

fixed several memory leaks in the python binding layer.

modified orcus.csv.read() function to take string input,
instead of bytes.

added __version__ attribute to the orcus module.

cleaned up orcus.detect_format function to only take the
stream parameter.

added named_expressions properties to Document and Sheet
class objects.

added Python API to bulk-process a number of spreadsheet
documents (orcus.tools.file_processor).

added Python API to download attachments from bugzilla
services via REST API (orcus.tools.bugzilla).

(ryoon)

2021-02-06 06:24:18 UTC MAIN commitmail json YAML

doc: Updated math/libixion and math/py-libixion to 0.16.1

(ryoon)

2021-02-06 06:23:22 UTC MAIN commitmail json YAML

libixion, py-libixion: Update to 0.16.1

Changelog:
0.16.1
    fixed a build issue on 32-bit linux platforms, caused by slicing
    of integer string ID values.

    worked around floating point rounding errors which prevented
    two theoretically-equal numeric values from being evaluated as
    equal in test code.

0.16.0
    documentation
added quickstart sections for using model_context and
document classes.

added code example for cell_access class.

    C++ API
added new function to allow printing of single formula
tokens.

added method for setting cached results on formula cells
in model_context.

changed the model_context design to ensure that all sheets
are of the same size.

added an accessor method to formula_model_access interface
(and implicitly in model_context) that directly returns a
string value from cell.

added cell_access class for querying of cell states without
knowing its type ahead of time.

added document class which provides a layer on top of
model_context, to abstract away the handling of formula
calculations.

deprecated model_context::erase_cell() in favor of
empty_cell().

    formula parser / interpreter
added support for 3D references - references that contain
multiple sheets.

added support for the exponent (^) and concatenation (&)
operators.

fixed incorrect handling of range references containing
whole columns such as A:A.

added support for unordered range references - range
references whose start row or column is greater than their
end position counterparts, such as A3:A1.

fixed a bug that prevented nested formula functions from
working properly.

implemented Calc A1 style reference resolver.

    misc
formula results now directly store the string values when
the results are of string type. They previously stored
string ID values after interning the original strings.

removed build-time dependency on spdlog.

(ryoon)

2021-02-06 05:53:29 UTC MAIN commitmail json YAML

doc: Updated graphics/libheif to 1.11.0

(ryoon)

2021-02-06 05:53:07 UTC MAIN commitmail json YAML

libheif: Update to 1.11.0

Changelog:
    fix writing ispe box in HEIFs
    nclx output profile encoding parameters
    change the way nclx profiles is written so that macOS can read them
    API for listing file brands and checking file type
    fix heif_image_handle_get_depth_image_representation_info()

(ryoon)

2021-02-06 05:22:21 UTC MAIN commitmail json YAML

doc: Updated devel/cbindgen to 0.17.0

(ryoon)

2021-02-06 05:21:49 UTC MAIN commitmail json YAML

cbindgen: Update to 0.17.0

* Split cargo depends into cargo-depends.mk file.

Changelog:
    Add with_parse_extra_bindings to builder. (#645)
    Support NonZero and fix incorrect simplification of Option into ptr. (#647)
    Deal with name conflicts correctly in declaration type resolution. (#651)
    Support pointers to ZSTs. (#656)

(ryoon)

2021-02-06 05:04:18 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 85.0.1

(ryoon)

2021-02-06 05:03:57 UTC MAIN commitmail json YAML

firefox-l10n: Update to 85.0.1

* Sync with www/firefox-85.0.1.

(ryoon)

2021-02-06 05:03:32 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 85.0.1

(ryoon)

2021-02-06 05:02:51 UTC MAIN commitmail json YAML

firefox: Update to 85.0.1

Changelog:
Fixed
    Security fix
    Prevent access to NTFS special paths that could lead to filesystem corruption.
    Fixed a crash when authenticating to websites using SPNEGO on macOS devices with Apple Silicon CPUs (bug 1685427).
    Avoid printing an extra blank page at the end of some documents (bug 1689789).
    Fixed a browser crash in case of unexpected Cache API state (bug 1684838).
    Fixed external URL scheme handlers when using the Firefox flatpak (bug 1688966)

Security fix:
#MOZ-2021-0001: Buffer overflow in depth pitch calculations for compressed textures

(ryoon)

2021-02-06 04:53:59 UTC MAIN commitmail json YAML

doc: Updated www/firefox78-l10n to 78.7.1

(ryoon)

2021-02-06 04:53:36 UTC MAIN commitmail json YAML

firefox78-l10n: Update to 78.7.1

* Sync with www/firefox78-78.7.1.

(ryoon)

2021-02-06 04:52:56 UTC MAIN commitmail json YAML

doc: Updated www/firefox78 to 78.7.1

(ryoon)

2021-02-06 04:52:12 UTC MAIN commitmail json YAML

firefox78: Update to 78.7.1

Changelog:
Fixed
    Security fix
    Prevent access to NTFS special paths that could lead to filesystem corruption.

Security fix:
#MOZ-2021-0001: Buffer overflow in depth pitch calculations for compressed textures

(ryoon)

2021-02-05 22:22:36 UTC MAIN commitmail json YAML

Updated net/py-pika, textproc/py-jsbeautifier

(adam)

2021-02-05 22:22:17 UTC MAIN commitmail json YAML

py-jsbeautifier: updated to 1.13.5

1.13.5:
Unknown changes

(adam)

2021-02-05 22:19:25 UTC MAIN commitmail json YAML

2021-02-05 22:06:56 UTC MAIN commitmail json YAML

Updated devel/py-smmap, graphics/py-pygraphviz

(adam)

2021-02-05 22:06:16 UTC MAIN commitmail json YAML

py-pygraphviz: updated to 1.7

pygraphviz-1.7

Drop Python 3.6 support
Add Python 3.9 support
Require Graphviz 2.42+, (Graphviz 2.46+ recommended)
Improve installation process and documentation
Switch from nose to pytest
Remove old Python 2 code
AGraph.eq includes attribute comparison

(adam)

2021-02-05 21:45:58 UTC pkgsrc-2020Q4 commitmail json YAML

2021-02-05 21:45:38 UTC pkgsrc-2020Q4 commitmail json YAML

Pullup ticket #6420 - requested by wiz
www/privoxy: security fix

Revisions pulled up:
- www/privoxy/Makefile                                          1.68
- www/privoxy/PLIST                                            1.14
- www/privoxy/distinfo                                          1.26

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Feb  4 16:29:14 UTC 2021

  Modified Files:
  pkgsrc/www/privoxy: Makefile PLIST distinfo

  Log Message:
  privoxy: update to 3.0.29.

  *** Version 3.0.29 stable ***

  - Security/Reliability:
    - Fixed memory leaks when a response is buffered and the buffer
      limit is reached or Privoxy is running out of memory.
      Commits bbd53f1010b and 4490d451f9b. OVE-20201118-0001.
      Sponsored by: Robert Klemme
    - Fixed a memory leak in the show-status CGI handler when
      no action files are configured. Commit c62254a686.
      OVE-20201118-0002.
      Sponsored by: Robert Klemme
    - Fixed a memory leak in the show-status CGI handler when
      no filter files are configured. Commit 1b1370f7a8a.
      OVE-20201118-0003.
      Sponsored by: Robert Klemme
    - Fixes a memory leak when client tags are active.
      Commit 245e1cf32. OVE-20201118-0004.
      Sponsored by: Robert Klemme
    - Fixed a memory leak if multiple filters are executed
      and the last one is skipped due to a pcre error.
      Commit 5cfb7bc8fe. OVE-20201118-0005.
    - Prevent an unlikely dereference of a NULL-pointer that
      could result in a crash if accept-intercepted-requests
      was enabled, Privoxy failed to get the request destination
      from the Host header and a memory allocation failed.
      Commit 7530132349. CID 267165. OVE-20201118-0006.
    - Fixed memory leaks in the client-tags CGI handler when
      client tags are configured and memory allocations fail.
      Commit cf5640eb2a. CID 267168. OVE-20201118-0007.
    - Fixed memory leaks in the show-status CGI handler when memory
      allocations fail. Commit 064eac5fd0 and commit fdee85c0bf3.
      CID 305233. OVE-20201118-0008.

  - General improvements:
    - Added experimental https inspection support which allows to filter
      https traffic. To enable it, install MbedTLS and configure with
      --with-mbedtls, or install OpenSSL or LibreSSL and configure
      with --with-openssl.
      Afterwards configure the directives in section 7 of the
      config file and enable the +https-inspection action.
      Initial MbedTLS-based code contributed by Vaclav Svec,
      initial OpenSSL support contributed by Maxim Antonov.
      With help from Nedzad Hrnjica and Ho+ Ho+ Ho+.
      Integration and improvements sponsored by Robert Klemme.
    - pcrs: Request JIT compilation if it's supported and
      the filter isn't dynamic. This can speed up filtering.
    - Added support for Brotli decompression.
      Sponsored by: Robert Klemme
    - Added FEATURE_EXTENDED_STATISTICS to gather statistics for
      block reasons and filter executions. To enable it, configure
      with --enable-extended-statistics and visit
      http://config.privoxy.org/show-status.
      Sponsored by: Robert Klemme
    - Use the IP_FREEBIND socket option, if defined. This allows
      Privoxy to bind to not-yet assigned IP addresses which is
      useful in failover environments.
      Patch by Sam Varshavchik.
    - Allow to use extended host patterns and vanilla host patterns
      at the same time by prefixing extended host patterns with
      "PCRE-HOST-PATTERN:". To enable this, configure with
      --enable-pcre-host-patterns.
      Sponsored by: Robert Klemme
    - Added "Cross-origin resource sharing" (CORS) support.
      This allows to access Privoxy's CGI interface via JavaScript from
      another domain (white-listed with the new cors-allowed-origin directive).
      Based on a patch by Nedzad Hrnjica.
      Sponsored by: Robert Klemme.
    - Add SOCKS5 username/password support.
      Based on a patch by Sam, improved by Ivan Romanov.
      Closes Patch#141 and solves TODO#105.
    - Bump the maximum number of action and filter files
      to 100 each.
      Sponsored by: Robert Klemme
    - Fixed handling of filters with "split-large-forms 1"
      when using the CGI editor.
      Reported by withoutname in #921.
    - Better detect a mismatch of connection details when
      figuring out whether or not a connection can be reused.
    - Don't send a "Connection failure" message instead of the
      "DNS failure" message.
      Sponsored by: Robert Klemme
    - Let LOG_LEVEL_REQUEST log all requests. Previously unencrypted
      requests were only logged with LOG_LEVEL_REQUEST when they weren't
      crunched (in which case they were logged with LOG_LEVEL_CRUNCH).
      This was documented behaviour, but logging all requests seems more useful.
    - Fixed locking around localtime() and gmtime().
    - Removed OS/2 support. We haven't provided OS/2 packages in years,
      it complicated the code and it depended on a fallback snprintf()
      implementation which is GPLv2 only.
    - Remove the fallback snprintf() implementation
      Now that OS/2 support is gone we no longer need it.
    - Fixed a bunch of format specifiers log messages.
    - Added a missing apostrophe in the 'More Privoxy' menu.
    - Explicitly prevent use of FEATURE_CONNECTION_SHARING
      without FEATURE_CONNECTION_KEEP_ALIVE. It makes no sense
      and does not compile anyway.
      Sponsored by: Robert Klemme
    - Fix build without FEATURE_CONNECTION_KEEP_ALIVE.
      Sponsored by: Robert Klemme
    - Downgrade the 'Graceful termination requested' message
      to LOG_LEVEL_INFO as it isn't an error.
      Sponsored by: Robert Klemme
    - decompress_iob(): Downgrade the no-content message to LOG_LEVEL_RE_FILTER
      While at it, fix a typo in a comment.
      Sponsored by: Robert Klemme
    - Fixed a couple of cppcheck warnings.
    - Rename LOG_LEVEL_GPC to LOG_LEVEL_REQUEST.
      Only the shadow knows what "GPC" is supposed to stand for.
    - Remove SourceForge references in copyright headers.
    - Upgrade a bunch of links to the homepage to https://.
    - Add 'no-brotli-accepted' filter which prevents the
      use of Brotli compression.
    - Changed license for pcrs to GPLv2+ after getting the
      permission from Andreas. This allows to redistribute
      Privoxy under the GPLv3 which is required when linking
      to future mbedTLS versions which are expected to be
      licensed under the Apache 2.0 license only.
    - Updated a bunch of tests that have to expect status code 403
      now after r1.168/070e904afa5.
    - Lowercase the host name in the request line.
    - Only set SOURCE_DATE_EPOCH if it's not already set so
      distributions can overwrite it through the environment.

  - Documentation changes:
    - Explain that Privoxy has to be distributed under the
      GPLv3 (or later) when linked with an MbedTLS version
      that is licensed under the Apache 2.0 license.
    - Import the GNU GPLv3 and include it the user manual.
    - Clarify FEATURE_FORCE_LOAD's description. It allows to bypass
      blocking not filtering and only does it if blocks aren't enforced.
      Reported by: Robert Klemme
    - FAQ: Remove Zwiebelfreunde e.V. from the list of fiduciary sponsors
      As of 2021 they no longer handle donations for foreign organisations
      due to lack of resources.
    - FAQ: Remove an obsolete comment with a link to the long-gone PDF manual.
    - FAQ: Add a link to the TODO list.
    - FAQ: Change the sponsor amounts to USD slightly rounding the
      converted amounts up to get simple numbers.
      Receiving USD is apparently easier for SPI and SPI is
      preferred by sponsors as they can send invoices.
    - Advertise the client-tags CGI page in the user manual.
    - Stop advertising the show-version CGI page which no longer exists.
    - Add yet another reason why +prevent-compression may cause problems.
    - Don't claim that contributors need ssh. It's only needed for committers.
    - Replace obsolete CVS instructions with Git instructions.
    - Remove an obsolete comment

  - Config file changes:
    - Change the suggested default-server-timeout to 5 to match the
      suggested keep-alive-timeout. Otherwise using the defaults would
      result in Privoxy reducing the default-server-timeout and logging
      an error message.
      Sponsored by: Robert Klemme
    - Update the 'debug 1' description.
    - Add a missing 'client-specific-tag' directive.
    - Comment out trusted-cgi-referer pointing to example.org.

  - Action file improvements:
    - Block requests to /(.*/)?piwik\.php
    - Block requests to .connectaserver.de/
    - Block requests to pixel.inforsea.com/
    - Block requests to t.vi-serve.com/
    - Block requests to .ioam.de/
    - Block requests to t.9gag.com/img.gif
    - Block requests to .pixel.parsely.com/ as image
    - Block requests to pixel.wp.com/
    - Disable fast-redirects for .librarything.com/
    - Disable fast-redirects for issue.freebsdfoundation.org/
    - Disable fast-redirects for .twitter.com/.*origin=http
    - Unblock belco24.de/
    - Add fast-redirects exception for .wikipedia.org/
    - Add fast-redirects exception for oss-fuzz.com/
    - Disable fast-redirects for .consensu.org/delivery/pixel\.php
      and block the requests as image instead
    - Unblock .adbinstaller.com/
      Reported by lvm in #942.
    - Unblock .adbshell.com
      Reported by lvm in #942.
    - Unblock .tagesschau.de/
    - Disable fast-redirects for collector.githubapp.com/
      and block requests to it as image instead
    - Unblock 'ada*.'
    - Add fast-redirects{} exception for sourcepoint.vice.com/
    - Unblock adaway.org/
      Reported by DRS David Soft in AF#945.
    - Change two block reasons that previously were the same.
      Sponsored by: Robert Klemme
    - Added a +delay-response{} test.
    - Updated the location of the development version
      of default.action.master.

  - Privoxy-Log-Parser:
    - Added a --keep-date option to keep the date in highlighted messages.
    - Highlight new log messages.
    - Make gather_loglevel_clf_stats() more tolerant. While at it,
      count all CLF messages as requests, even if the request is invalid.
    - Only show HTTP version distribution if at least one version has been detected.
    - Only show crunch statistics if crunches were detected.
    - Warn if the request counts differ.
    - Generate statistics if the log only contains LOG_LEVEL_CLF messages
      so it can be used with vanilla webserver logs.
      Previously Privoxy-specific "Request:" messages were required.
    - Align the client-HTTP-version distribution like other distributions
    - Bump version to 0.9.1
    - Include status code distribution in the stats.
    - Let the statistics include the size of the content Privoxy
      transferred excluding HTTP headers.
    - Get with the program and expect all requests to be logged with LOG_LEVEL_REQUEST.
      It's no longer necessary to count both LOG_LEVEL_REQUEST and
      LOG_LEVEL_CRUNCH messages to get the total number of requests.
    - Leverage the LOG_LEVEL_CLF message to gather statistics that where
      previously taken from LOG_LEVEL_HEADER lines. This results in less
      confusing results if https inspection is enabled in which case there
      are two LOG_LEVEL_HEADER lines with request lines.
      Sponsored by: Robert Klemme
    - Properly highlight the filter results message. Previously a brace got lost.
    - Prefer the number of CLF lines to get the total number of requests
      as it works with older Privoxy versions as well.

  - Privoxy-Regression-Test:
    - Turn curl's globbing mode off so we can allow more characters in URLs.
    - Allow '[' and ']' in URLs.
    - Include the action file when complaining about missing Sticky Actions.
    - Fix a sentence in the documentation.
    - Bump version to 0.7.1

  - url-pattern-translator:
    - Detect a couple of pattern prefixes case-insensitively.
      Sponsored by: Robert Klemme
    - Skip CLIENT-TAG patterns.
      Sponsored by: Robert Klemme
    - Skip patterns that have already been converted.
      It should now be safe to "convert" a file multiple times.
      Sponsored by: Robert Klemme
    - Add the new 'PCRE-HOST-PATTERN:' prefix.
      Sponsored by: Robert Klemme

(bsiegert)

2021-02-05 21:38:11 UTC MAIN commitmail json YAML

py-smmap: updated to 4.0.0

v4.0.0

Dropped support for Python 2.7 and 3.4
Added support for Python 3.7, 3.8, and 3.9
Removed unused exc.MemoryManagerError and exc.RegionCollectionError

(adam)

2021-02-05 20:36:57 UTC MAIN commitmail json YAML

Updated www/py-httpcore, devel/py-factory_boy

(adam)

2021-02-05 20:36:39 UTC MAIN commitmail json YAML

py-factory_boy: updated to 3.2.0

3.2.0:

*New:*

    - Add support for Django 3.1
    - Add support for Python 3.9

*Removed:*

    - Drop support for Django 1.11. This version `is not maintained anymore <https://www.djangoproject.com/download/#supported-versions>`__.
    - Drop support for Python 3.5. This version `is not maintained anymore <https://devguide.python.org/devcycle/#end-of-life-branches>`__.

*Deprecated:*

    - :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead.
      The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be
      one-- and preferably only one --obvious way to do it.*

      :func:`~factory.use_strategy()` will be removed in the next major version.

*Bug fix:*

    - :issue:`785` :issue:`786` :issue:`787` :issue:`788` :issue:`790` :issue:`796`: Calls to :class:`factory.Faker`
      and :class:`factory.django.FileField` within a :class:`~factory.Trait` or :class:`~factory.Maybe` no longer lead to
      a ``KeyError`` crash.

(adam)

2021-02-05 20:34:10 UTC MAIN commitmail json YAML

py-httpcore: updated to 0.12.3

0.12.3

Fixed

- Abort SSL connections on close rather than waiting for remote EOF when using `asyncio`.
- Fix exception raised in case of connect timeouts when using the `anyio` backend.
- Fix `Host` header precedence for `:authority` in HTTP/2.
- Handle extra edge case when detecting for socket readability when using `asyncio`.
- Fix `asyncio` SSL warning when using proxy tunneling.

(adam)

2021-02-05 20:17:52 UTC MAIN commitmail json YAML

Updated net/dnsmasq, graphics/gd

(adam)

2021-02-05 20:17:29 UTC MAIN commitmail json YAML

gd: updated to 2.3.1

2.3.1:

Fixed

Fix potential integer overflow detected by oss-fuzz
Fix 615 using libraqm
Fix 303: gdlib.pc: use Requires instead of Libs
Fixed 472: Adjusting CMakeLists.txt
Fix 615: gdImageStringFT() fails for empty strings as of libgd 2.3.0
Fix typo but preserve BC
Compute average in gdGuessBackgroundColorFromCorners properly
CMakeLists.txt: zlib is enabled implicitly
src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS
gdlib.pc: use prefixes for pkgconfig file
cmake: remove required host includes
Move initial declaration out of for loop
distribute getlib script
Make gd_nnquant.c less likely to introduce duplicate definitions
webp: support pkg-config file
gd_io: replace internal Putchar with gdPutC
gd_io: trim unused Putword function

Added

Add REQUIRED to FIND_PACKAGE(ZLIB)
README: add some libraries info
VMS/README.VMS: Add dropping support information

(adam)

2021-02-05 20:04:43 UTC MAIN commitmail json YAML

dnsmasq: updated to 2.84

version 2.84
Unknown changes

version 2.83
Use the values of --min-port and --max-port in outgoing
TCP connections to upstream DNS servers.

Fix a remote buffer overflow problem in the DNSSEC code. Any
dnsmasq with DNSSEC compiled in and enabled is vulnerable to this,
referenced by CVE-2020-25681, CVE-2020-25682, CVE-2020-25683
CVE-2020-25687.

Be sure to only accept UDP DNS query replies at the address
from which the query was originated. This keeps as much entropy
in the {query-ID, random-port} tuple as possible, to help defeat
cache poisoning attacks. Refer: CVE-2020-25684.

Use the SHA-256 hash function to verify that DNS answers
received are for the questions originally asked. This replaces
the slightly insecure SHA-1 (when compiled with DNSSEC) or
the very insecure CRC32 (otherwise). Refer: CVE-2020-25685.

Handle multiple identical near simultaneous DNS queries better.
Previously, such queries would all be forwarded
independently. This is, in theory, inefficent but in practise
not a problem, _except_ that is means that an answer for any
of the forwarded queries will be accepted and cached.
An attacker can send a query multiple times, and for each repeat,
another {port, ID} becomes capable of accepting the answer he is
sending in the blind, to random IDs and ports. The chance of a
succesful attack is therefore multiplied by the number of repeats
of the query. The new behaviour detects repeated queries and
merely stores the clients sending repeats so that when the
first query completes, the answer can be sent to all the
clients who asked. Refer: CVE-2020-25686.

(adam)

2021-02-05 19:50:23 UTC MAIN commitmail json YAML

Updated textproc/py-elementpath, security/py-google-auth

(adam)

2021-02-05 19:50:02 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.25.0

1.25.0

Features

support self-signed jwt in requests and urllib3 transports
use self-signed jwt for service account

(adam)

2021-02-05 19:44:56 UTC MAIN commitmail json YAML

py-elementpath: updated to 2.1.3

v2.1.3:
* Extend tests for XPath 2.0 with minor fixes
* Fix fn:round-half-to-even

(adam)

2021-02-05 19:38:01 UTC MAIN commitmail json YAML

Updated textproc/py-xmlschema, time/py-iso8601, textproc/py-Unidecode, time/py-pytz

(adam)

2021-02-05 19:37:38 UTC MAIN commitmail json YAML

py-pytz: updated to 2021.1

2021.1:
Unknown changes

(adam)

2021-02-05 19:28:06 UTC MAIN commitmail json YAML

py-Unidecode: updated to 1.2.0

unidecode 1.2.0
* Add 'errors' argument that specifies how characters with unknown
  replacements are handled. Default is 'ignore' to replicate the
  behavior of older versions.
* Many characters that were previously replaced with '[?]' are now
  correctly marked as unknown and will behave as specified in the
  new errors='...' argument.
* Added some missing ligatures and quotation marks in U+1F6xx and
  U+27xx ranges.
* Add PEP 561-style type information (thanks to Pascal Corpet)
* Support for Python 2 and 3.5 to be removed in next release.

(adam)

2021-02-05 19:04:35 UTC MAIN commitmail json YAML

py-iso8601: updated to 0.1.14

0.1.14

Add GitHub build actions for project
Add project URLs in setup.py
Update README links
Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
Fix README links
Add Python 3.9 to test matrix
Add type hints
Derive ParseError from ValueError

(adam)

2021-02-05 18:58:37 UTC MAIN commitmail json YAML

py-xmlschema: updated to 1.5.0

v1.5.0
* Add DataElement class for creating objects with schema bindings
* Add DataElementConverter for decode to structured objects
* Add an experimental abstract base class for building jinja2 based
  code generators (jinja2 as an optional dependency)

(adam)

2021-02-05 18:32:11 UTC MAIN commitmail json YAML

gcc10: avoid picking up zstd.

we probably want to enable this, but that's a less backport-appropriate
patch, and I want the fix in 2020Q4.

(maya)

2021-02-05 17:26:06 UTC MAIN commitmail json YAML

doc: Updated editors/nano to 5.5nb1

(triaxx)

2021-02-05 17:25:52 UTC MAIN commitmail json YAML

nano: Fix hardcoded paths in manpages

pkgsrc changes:
---------------
  * Add patches to substitute hardcoded /etc and /usr paths in manpages.
  * Bump revision.

(triaxx)

2021-02-05 17:07:35 UTC MAIN commitmail json YAML

devel/ruby-rb-kqueue: add USE_LANGUAGES

* Add "USE_LANGUAGES= # none".

(taca)

2021-02-05 17:06:55 UTC MAIN commitmail json YAML

devel/ruby-rb-inotify: reduce pkglint warning

* Fix CATEGORIES.
* Add "USE_LANGUAGES= # none".

(taca)

2021-02-05 16:47:14 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-bz2 to 0.2.2nb2

(taca)

2021-02-05 16:46:25 UTC MAIN commitmail json YAML

archivers/ruby-bz2: update portability

Update portability for newer Ruby version.

Bump PKGREVISION just to make sure.

(taca)

2021-02-05 16:21:42 UTC MAIN commitmail json YAML

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

(taca)

2021-02-05 16:21:19 UTC MAIN commitmail json YAML

devel/ruby-cucumber-messages: update to 13.2.1

13.2.1 (2020-11-19)

* include offending line in error message

13.2.0 (2020-11-12)

* no change

(taca)

2021-02-05 16:18:51 UTC MAIN commitmail json YAML

haxm: Pass -Wno-error=address-of-packed-member unconditionally

Fixes the build with GCC 9.3.0 on NetBSD.

(kamil)

2021-02-05 16:16:48 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 3.2.0

(taca)

2021-02-05 16:16:25 UTC MAIN commitmail json YAML

2021-02-05 16:13:40 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-activemerchant to 1.118.0

(taca)

2021-02-05 16:13:04 UTC MAIN commitmail json YAML

2021-02-05 16:05:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-backports to 3.20.2

(taca)

2021-02-05 16:04:51 UTC MAIN commitmail json YAML

devel/ruby-backports: update to 3.20.2

3.20.2 (2021-01-27)

* Fix a typo
* Namespace explicitly, but not Ractor
* Don't stop at ractor tests
* Tweak Ractor#inspect
* Ractor: implementation under Backports namespace
* Tweak for 2.2-
* Move filtered_queue
* Add magic constant
* Move backports dependencies out of `ractor/`; use RubyNext if need be

(taca)

2021-02-05 16:02:01 UTC MAIN commitmail json YAML

doc: Updated www/ruby-css-parser to 1.9.0

(taca)

2021-02-05 16:01:39 UTC MAIN commitmail json YAML

www/ruby-css-parser: update to 1.9.0

1.9.0 (2021-02-04)

* Misc cleanup #122

(taca)

2021-02-05 16:00:06 UTC MAIN commitmail json YAML

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

(taca)

2021-02-05 15:59:35 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.3.27

1.3.27 (2020-02-04)

* Add links to SVG-generating tools in README
* Add -i option to kdrfc, run idnits

1.3.26 (2020-02-04)

* Depend on json_pure

(taca)

2021-02-05 15:55:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.0.50

(taca)

2021-02-05 15:54:35 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.0.50

4.0.50 (2020-02-04)

* (FACT-2917) Exclude legacy group based on fact type
* (FACT-2923) Retrieve domain priority from registry
* (FACT-2924) Facter fails with invalid config file
* (FACT-2917) Blocking `legacy` facts slows down facter
* (FACT-2861) Added extra test cases for partial cache invalidation
  (#2233)
* (FACT-2857) Added acceptance test for user query scenario (#2197)
* (FACT-2927) Fix computation of metrics prefix
* (FACT-2927) Add method determine_metric_prefix
* (FACT-2925) Remove Utils.deep_copy (#2263)
* (docs) Fix some old references to 'master' branch (#2266)
* (FACT-2878) AIX networking resolver rewrite
* (FACT-2921) Fix os.release fact on Linux
* (FACT-2934) Set last exit code after Execution.exec
* (maint) disable $? test on OSX and Solaris

(taca)

2021-02-05 15:47:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef related pacakges to 16.10.8

sysutils/ruby-chef-utils
sysutils/ruby-chef-config
sysutils/ruby-chef

(taca)

2021-02-05 15:46:34 UTC MAIN commitmail json YAML

2021-02-05 15:43:18 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-bin_tools to 0.1.7

(taca)

2021-02-05 15:43:00 UTC MAIN commitmail json YAML

security/ruby-rex-bin_tools: update to 0.1.7

0.1.7 (2020-11-30)

* relax dev bundle and update authors
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2
* Land #6, Update Gemfile and gemspec

(taca)

2021-02-05 15:41:28 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-zip to 0.1.4

(taca)

2021-02-05 15:41:11 UTC MAIN commitmail json YAML

security/ruby-rex-zip: update to 0.1.4

0.1.4 (2020-11-30)

* relax dev bundle and update authors
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2
* Land #4, Update Gemfile and gemspec

(taca)

2021-02-05 15:39:30 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-text to 0.2.31

(taca)

2021-02-05 15:39:12 UTC MAIN commitmail json YAML

security/ruby-rex-text: update to 0.2.31

0.2.31 (2021-01-19)

* Default console width when api is unavailable

0.2.30 (2021-01-18)

* Land #34, Fix rex-text console size calculations when running in a
  debugging environment

0.2.29 (2020-11-30)

* Updates for 2.7.2 support
- Updates testing to run in 2.7.2
- removes bundler as dev requirement
- Updates authors to reflect current maintainers
* update supported versions
- ruby >= 2.4
- address ruby 2.7 deprecation warnings
* Land #33, Update to Ruby 2.7

(taca)

2021-02-05 15:33:02 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-struct2 to 0.1.3

(taca)

2021-02-05 15:32:33 UTC MAIN commitmail json YAML

security/ruby-rex-struct2: update to 0.1.3

0.1.3

* relax dev bundle and update authors …
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2
* Land #1, Update gemspec

(taca)

2021-02-05 15:31:36 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-socket to 0.1.24

(taca)

2021-02-05 15:31:14 UTC MAIN commitmail json YAML

security/ruby-rex-socket: update to 0.1.25

0.1.25 (2020-11-30)

* relax dev bundle and update authors …
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2
* Land #26, Update gemspec

0.1.24 (2020-09-23)

* x509_certificate: Allow use of EC keys
- Add new capability to allow the use of EC keys.  Resolves issue
          with using EC keys in metasploit.

(taca)

2021-02-05 15:28:38 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-rop_builder to 0.1.4

(taca)

2021-02-05 15:28:07 UTC MAIN commitmail json YAML

security/ruby-rex-rop_builder: update to 0.1.4

0.1.4 (2020-11-30)

* update spec to require Ruby 2.2.0 or greater
* relax dev bundle and update authors …
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2
* Land #1, Update gemspec

(taca)

2021-02-05 15:26:15 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-registry to 0.1.4

(taca)

2021-02-05 15:25:58 UTC MAIN commitmail json YAML

security/ruby-rex-registry: update to 0.1.4

0.1.4 (2020-11-30)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:24:15 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-random_identifier to 0.1.5

(taca)

2021-02-05 15:23:58 UTC MAIN commitmail json YAML

security/ruby-rex-random_identifier: update to 0.1.5

0.1.5 (2020-11-30)

* fix #2, remove unneded bins

(taca)

2021-02-05 15:22:24 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-powershell to 0.1.89

(taca)

2021-02-05 15:22:01 UTC MAIN commitmail json YAML

security/ruby-rex-powershell: update to 0.1.89

0.1.89 (2021-01-19)

* Land #25, Update gempsec
* Add in support for -version flag using @wo4haoren's original
  contributions from #24 with some tweaks

0.1.88 (2020-11-30)

* Land #14, Add option to use Invoke-Expression and RC4
* relax dev bundle and update authors …
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2

(taca)

2021-02-05 15:17:39 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-ole to 0.1.7

(taca)

2021-02-05 15:17:20 UTC MAIN commitmail json YAML

security/ruby-rex-nop: update to 0.1.7

0.1.7 (2017-05-11)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:16:12 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-nop to 0.1.2

(taca)

2021-02-05 15:15:44 UTC MAIN commitmail json YAML

security/ruby-rex-nop: update to 0.1.2

0.1.2 (2017-05-11)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:14:53 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-mime to 0.1.6

(taca)

2021-02-05 15:14:13 UTC MAIN commitmail json YAML

security/ruby-rex-mime: update to 0.1.6

0.1.6 (2017-05-11)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:13:02 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-java to 0.1.6

(taca)

2021-02-05 15:12:42 UTC MAIN commitmail json YAML

security/ruby-rex-java: update to 0.1.6

0.1.6 (2017-05-11)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:11:19 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-exploitation to 0.1.26

(taca)

2021-02-05 15:10:51 UTC MAIN commitmail json YAML

security/ruby-rex-exploitation: 0.1.26

0.1.26 (2021-01-08)

* Fix rex/arch constant usage

0.1.25 (2020-11-30)

* relax dev bundle and update authors
- Allows bundle with latest bundler
- Updates authors to reflect current maintainers
- Update travis to test with 2.7.2

(taca)

2021-02-05 15:07:34 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-encoder to 0.1.5

(taca)

2021-02-05 15:07:10 UTC MAIN commitmail json YAML

security/ruby-rex-core: update to 0.1.15

0.1.5 (2020-11-30)

* update spec to require Ruby 2.2.0 or greater

(taca)

2021-02-05 15:05:14 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-core to 0.1.15

(taca)

2021-02-05 15:04:49 UTC MAIN commitmail json YAML

security/ruby-rex-core: update to 0.1.15

0.1.15 (2021-02-04)

* Synchronize access to streams.
  (Fixes rapid7/metasploit-framework#14668)

0.1.14 (2018-02-22)

* Add Android (specifically termux) platform support

(taca)

2021-02-05 15:03:29 UTC MAIN commitmail json YAML

net/openvpn: Drop MESSAGE

This says nothing other than that the package behaves the way it
should and that the user should read the documentation.

(The hint about upgrading is from at least 7 years ago, so that should
be deleted anyway.)

(gdt)

2021-02-05 15:01:10 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-arch to 0.1.14

(taca)

2021-02-05 15:00:47 UTC MAIN commitmail json YAML

security/ruby-rex-arch: update to 0.1.14

0.1.14 (2020-11-30)

* add remaining PPCE500V2 choices

(taca)

2021-02-05 14:58:58 UTC MAIN commitmail json YAML

doc: Updated net/ruby-recog to 2.3.19

(taca)

2021-02-05 14:58:26 UTC MAIN commitmail json YAML

net/ruby-recog: update to 2.3.19

2.3.19 (2021.02.04)

Highlights:

* JARM: New JARM database thanks to Julien Voisin @jvoisin (#331)
* Many contributions from Rumble Discovery (@hdm) thanks to Julien Voisin
  @jvoisin for the backport (#334)
* Testing: New testing via Github actions thanks to Gavin Schneider
  @gschneider-r7 (#328)
* SIP: Improved coverage for Server and User Agent (#339)
* CPE: Various improvements (#330)
* SMB: Focused improvements and added product coverage (#307)
* Misc fingerprint improvements (Thanks @jvoisin and @scopedsecurity)
  (#308, #327, #331)

(taca)

2021-02-05 14:56:20 UTC MAIN commitmail json YAML

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

(taca)

2021-02-05 14:56:01 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.4.5

== 1.4.5 - 2021-02-04

=== Improvements

  * Added support for macOS 11.2.
    [Reported by Ludovic Moutury][GitHub:rcairo/rcairo#69]

=== Thanks

  * Ludovic Moutury

(taca)