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

2024-05-12 18:54:01 UTC Now

2020-08-20 23:37:39 UTC MAIN commitmail json YAML

doc: Updated databases/redis to 6.0.6nb3

(wiz)

2020-08-20 23:37:30 UTC MAIN commitmail json YAML

redis: fix rc.d script to pass default config file.

redis does not look in a particular path but wants the config file
path passed on the command line. The SMF script already did this,
but the rc.d script passed configuration on the command line,
causing redis to neither write a log file nor a database by default.

Bump PKGREVISION.

(wiz)

2020-08-20 22:27:13 UTC MAIN commitmail json YAML

doc: Updated devel/fossil to 2.12.1

(js)

2020-08-20 22:26:58 UTC MAIN commitmail json YAML

Update devel/fossil to 2.12.2

This includes security fixes.

Changes for Version 2.12.1 (2020-08-20)

    (2.12.1): Fix client-side vulnerabilities discovered by Max Justicz.
    Security fix in the "fossil git export" command. The same fix is also backported to version 2.10.1 and 2.11.1. New "safety-net" features were added to prevent similar problems in the future.
    Enhancements to the graph display for cases when there are many cherry-pick merges into a single check-in. Example
    Enhance the fossil open command with the new --workdir option and the ability to accept a URL as the repository name, causing the remote repository to be cloned automatically. Do not allow "fossil open" to open in a non-empty working directory unless the --keep option or the new --force option is used.
    Enhance the markdown formatter to more closely follow the CommonMark specification with regard to text highlighting. Underscores in the middle of identifiers (ex: fossil_printf()) no longer need to be escaped.
    The markdown-to-html translator can prevent unsafe HTML (for example: <script>) on user-contributed pages like forum and tickets and wiki. The admin can adjust this behavior using the safe-html setting on the Admin/Wiki page. The default is to disallow unsafe HTML everywhere. Example.
    Added the "collapse" and "expand" capability for long forum posts. Example
    The "fossil remote" command now has options for specifying multiple persistent remotes with symbolic names. Currently only one remote can be used at a time, but that might change in the future.
    Add the "Remember me?" checkbox on the login page. Use a session cookie for the login if it is not checked.
    Added the experimental "fossil hook" command for managing "hook scripts" that run before checkin or after a push.
    Enhance the fossil revert command so that it is able to revert all files beneath a directory.
    Add the fossil bisect skip command.
    Add the fossil backup command.
    Enhance fossil bisect ui so that it shows all unchecked check-ins in between the innermost "good" and "bad" check-ins.
    Added the --reset flag to the "fossil add", "fossil rm", and "fossil addremove" commands.
    Added the "--min N" and "--logfile FILENAME" flags to the backoffice command, as well as other enhancements to make the backoffice command a viable replacement for automatic backoffice. Other incremental backoffice improvements.
    Added the /fileedit page, which allows editing of text files online. Requires explicit activation by a setup user.
    Translate built-in help text into HTML for display on web pages. Example.
    On the /timeline webpage, the combination of query parameters "p=CHECKIN" and "bt=ANCESTOR" draws all ancestors of CHECKIN going back to ANCESTOR. For example, /timeline?p=202006271506&bt=version-2.11 shows all ancestors of the checkin that occured on 2020-06-27 15:06 going back to the 2.11 release.
    Update the built-in SQLite so that the "fossil sql" command supports new output modes ".mode box" and ".mode json".
    Add the "obscure()" SQL function to the "fossil sql" command.
    Added virtual tables "helptext" and "builtin" to the "fossil sql" command, providing access to the dispatch table including all help text, and the builtin data files, respectively.
    Delta compression is now applied to forum edits.
    The wiki editor has been modernized and is now Ajax-based. The WYSIWYG editing option for Fossil-format wiki pages was removed. (Please let us know, via the site's Support menu, if that removal unduly impacts you.) This also changes the semantics of the wiki "Sandbox": that pseudo-page may be freely edited but no longer saved via the UI (the wiki CLI command can, though).
    Countless documentation enhancements.

(js)

2020-08-20 19:28:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.1.5

(fox)

2020-08-20 19:27:42 UTC MAIN commitmail json YAML

sysutils/py-Glances: Update to 3.1.5

Changes since 3.1.4.1:

Version 3.1.5
=============

Enhancements and new features:

    * Enhancement: RSS for containers enhancement #1694
    * exports: support rabbitmq amqps enhancement #1687
    * Quick Look missing CPU Infos enhancement #1685
    * Add amqps protocol suppport for rabbitmq export #1688
    * Select host in Grafana json #1684
    * Value for free disk space is counterintuative on ext file systems
      enhancement #644

Bugs corrected:

    * Can't start server: unexpected keyword argument 'address' bug
      enhancement #1693
    * class AmpsList method _build_amps_list() Windows fail
      (glances/amps_list.py) bug #1689
    * Fix grammar in sensors documentation #1681
    * Reflect "used percent" user disk space for [fs] alert #1680
    * Bug: [fs] plugin needs to reflect user disk space usage needs
      test #1658
    * Fixed formatting on FS example #1673
    * Missing temperature documentation #1664
    * Wiki page for starting as a service documentation #1661
    * How to start glances with --username option on syetemd?
      documentation #1657
    * tests using /etc/glances/glances.conf from already installed version
      bug #1654
    * Unittests: Use sys.executable instead of hardcoding the python
      interpreter #1655
    * Glances should not phone home install #1646
    * Add lighttpd reverse proxy config to the wiki documentation #1643
    * Undefined name 'i' in plugins/glances_gpu.py bug #1635

(fox)

2020-08-20 17:56:10 UTC MAIN commitmail json YAML

audio/ncspot: add missing distinfo

(pin)

2020-08-20 16:40:57 UTC MAIN commitmail json YAML

exim: fix crash on startup if log_buffer is allocated right after taint pool

The check whether a block of memory is tainted erroneously returns true
if the block in question starts the very next byte after a block in the
tainted pool. Depending on the memory allocator, this can cause problems.
For example, on NetBSD/amd64 9.0, this seems to allocate the first tainted
block immediately before log_buffer. This leads to a recursive error in
log_write the first time anything is written to the log, leading to a
segmentation fault when the stack fills up.

(gavan)

2020-08-20 16:27:03 UTC MAIN commitmail json YAML

doc: Added audio/ncspot version 0.2.1

(pin)

2020-08-20 16:26:26 UTC MAIN commitmail json YAML

Add audio/ncspot

(pin)

2020-08-20 16:24:59 UTC MAIN commitmail json YAML

audio/ncspot: import

ncurses Spotify client written in Rust using librespot. It is heavily inspired
by ncurses MPD clients, such as ncmpc.  My motivation was to provide a simple
and resource friendly alternative to the official client as well as to support
platforms that currently don't have a Spotify client, such as the *BSDs.

Note: ncspot requires a Spotify premium account.

Packaged in wip by myself, wiz and tnn.

(pin)

2020-08-20 14:21:22 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.7

(scole)

2020-08-20 14:20:27 UTC MAIN commitmail json YAML

Update to 0.7
- don't skip strings with numbers [0-9] for st-icu

(scole)

2020-08-20 14:01:48 UTC MAIN commitmail json YAML

doc: Updated textproc/miller to 5.9.0

(fcambus)

2020-08-20 14:01:27 UTC MAIN commitmail json YAML

miller: update to 5.9.0.

ChangeLog:

- You can now save common defaults in a ~/.mlrrc. For example, if you
  normally process CSV files, you can say that in your ~/.mlrrc and you
  can leave off the --csv flag from your mlr commands. You can read more
  about this feature here, or in man mlr, or in mlr --help.

(fcambus)

2020-08-20 13:55:36 UTC MAIN commitmail json YAML

sysutils: Add back xenstoretools.

(jperkin)

2020-08-20 13:33:38 UTC MAIN commitmail json YAML

2020-08-20 13:31:58 UTC MAIN commitmail json YAML

buildlink.xml: Document new PREFER_PKGSRC=yes default for Linux

Also document new boostrap --prefer-native flag and clarify dangers of
changing PREFER_* after bootstrap

(bacon)

2020-08-20 13:18:45 UTC MAIN commitmail json YAML

Belatedly also bump the django restframework requirement to match pip
requirements.

(joerg)

2020-08-20 13:04:01 UTC MAIN commitmail json YAML

bootstrap: Default to PREFER_PKGSRC=yes on Linux

Avoids problems caused by linking against aging enterprise Linux libraries or
libraries from Linux package managers that undergo ABI changes outside pkgsrc
control.

Add --prefer-native flag to bootstrap script so all PREFER_* values can be
set during bootstrap. This resolves issues where bootstrap links packages
against native libraries and pkgsrc equivalents are installed afterward due
to changes to PREFER_NATIVE after bootstrap.

Automatically document danger of changing PREFER_PKGSRC or PREFER_NATIVE after
boostrap in mk.conf

(bacon)

2020-08-20 12:58:35 UTC MAIN commitmail json YAML

2020-08-20 11:37:48 UTC MAIN commitmail json YAML

py-djangorestframework-3.11.1

(joerg)

2020-08-20 11:37:06 UTC MAIN commitmail json YAML

Update django restframework to 3.11.1:

- Make get_extra_action less permissive

(joerg)

2020-08-20 11:32:02 UTC MAIN commitmail json YAML

Added sysutils/xenstoretools version 4.11.3

(bouyer)

2020-08-20 11:31:04 UTC MAIN commitmail json YAML

Add back dependancy on xenstoretools

(bouyer)

2020-08-20 11:30:25 UTC MAIN commitmail json YAML

2020-08-20 11:20:12 UTC MAIN commitmail json YAML

py-wagtailnews

(joerg)

2020-08-20 11:19:43 UTC MAIN commitmail json YAML

2020-08-20 11:19:18 UTC MAIN commitmail json YAML

2020-08-20 09:52:23 UTC MAIN commitmail json YAML

Updated net/py-botocore, net/py-boto3, net/py-awscli

(adam)

2020-08-20 09:52:04 UTC MAIN commitmail json YAML

py-awscli: updated to 1.18.123

1.18.123
api-change:storagegateway: Update storagegateway command to latest version
api-change:organizations: Update organizations command to latest version
api-change:ivs: Update ivs command to latest version
api-change:lakeformation: Update lakeformation command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version

1.18.122
api-change:codebuild: Update codebuild command to latest version
api-change:datasync: Update datasync command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:identitystore: Update identitystore command to latest version
api-change:sesv2: Update sesv2 command to latest version

1.18.121
api-change:robomaker: Update robomaker command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:acm-pca: Update acm-pca command to latest version
api-change:ecr: Update ecr command to latest version
api-change:acm: Update acm command to latest version
api-change:kinesis: Update kinesis command to latest version
api-change:elb: Update elb command to latest version
api-change:quicksight: Update quicksight command to latest version

1.18.120
api-change:license-manager: Update license-manager command to latest version
api-change:appstream: Update appstream command to latest version
api-change:sagemaker: Update sagemaker command to latest version
api-change:braket: Update braket command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.119
api-change:rds: Update rds command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:cognito-idp: Update cognito-idp command to latest version
api-change:appsync: Update appsync command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:braket: Update braket command to latest version
api-change:eks: Update eks command to latest version

1.18.118
api-change:transfer: Update transfer command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:fsx: Update fsx command to latest version
api-change:cloud9: Update cloud9 command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:iot: Update iot command to latest version
api-change:comprehend: Update comprehend command to latest version
api-change:lambda: Update lambda command to latest version

1.18.117
api-change:organizations: Update organizations command to latest version
api-change:lambda: Update lambda command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:s3: Update s3 command to latest version
enhancement:codeartifact login: Add support for --namespace parameter

1.18.116
api-change:savingsplans: Update savingsplans command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:glue: Update glue command to latest version

1.18.115
api-change:organizations: Update organizations command to latest version
api-change:sms: Update sms command to latest version
api-change:s3: Update s3 command to latest version
api-change:glue: Update glue command to latest version

1.18.114
api-change:ec2: Update ec2 command to latest version
api-change:personalize-runtime: Update personalize-runtime command to latest version
api-change:lex-models: Update lex-models command to latest version
api-change:lex-runtime: Update lex-runtime command to latest version
api-change:personalize: Update personalize command to latest version
api-change:personalize-events: Update personalize-events command to latest version

1.18.113
api-change:appsync: Update appsync command to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version
api-change:transcribe: Update transcribe command to latest version
api-change:sns: Update sns command to latest version
api-change:fsx: Update fsx command to latest version

1.18.112
api-change:health: Update health command to latest version

1.18.111
api-change:ssm: Update ssm command to latest version

1.18.110
api-change:chime: Update chime command to latest version
api-change:personalize-runtime: Update personalize-runtime command to latest version
api-change:wafv2: Update wafv2 command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi command to latest version

1.18.109
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:guardduty: Update guardduty command to latest version
api-change:organizations: Update organizations command to latest version
api-change:resource-groups: Update resource-groups command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change:sesv2: Update sesv2 command to latest version
api-change:kafka: Update kafka command to latest version
api-change:codebuild: Update codebuild command to latest version

1.18.108
api-change:ecr: Update ecr command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:firehose: Update firehose command to latest version
api-change:guardduty: Update guardduty command to latest version
api-change:resource-groups: Update resource-groups command to latest version
api-change:servicediscovery: Update servicediscovery command to latest version

1.18.107
api-change:imagebuilder: Update imagebuilder command to latest version
api-change:autoscaling: Update autoscaling command to latest version
api-change:medialive: Update medialive command to latest version
api-change:securityhub: Update securityhub command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:ivs: Update ivs command to latest version
api-change:rds: Update rds command to latest version

1.18.106
api-change:datasync: Update datasync command to latest version
api-change:dms: Update dms command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:frauddetector: Update frauddetector command to latest version
api-change:glue: Update glue command to latest version
api-change:ssm: Update ssm command to latest version

1.18.105
api-change:sagemaker: Update sagemaker command to latest version
api-change:mq: Update mq command to latest version
api-change:fsx: Update fsx command to latest version
api-change:frauddetector: Update frauddetector command to latest version
api-change:mediaconnect: Update mediaconnect command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:kendra: Update kendra command to latest version
api-change:mediapackage: Update mediapackage command to latest version
api-change:cloudwatch: Update cloudwatch command to latest version

1.18.104
api-change:config: Update config command to latest version
api-change:fsx: Update fsx command to latest version
api-change:glue: Update glue command to latest version
api-change:workspaces: Update workspaces command to latest version
api-change:lightsail: Update lightsail command to latest version
api-change:directconnect: Update directconnect command to latest version

1.18.103
api-change:medialive: Update medialive command to latest version
api-change:quicksight: Update quicksight command to latest version

1.18.102
api-change:codeguruprofiler: Update codeguruprofiler command to latest version

1.18.101
api-change:rds: Update rds command to latest version
api-change:fms: Update fms command to latest version
api-change:codebuild: Update codebuild command to latest version
api-change:groundstation: Update groundstation command to latest version
api-change:frauddetector: Update frauddetector command to latest version
api-change:cloudfront: Update cloudfront command to latest version
api-change:ec2: Update ec2 command to latest version

1.18.100
api-change:elasticbeanstalk: Update elasticbeanstalk command to latest version
api-change:macie2: Update macie2 command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:connect: Update connect command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version
api-change:appsync: Update appsync command to latest version

1.18.99
bugfix:codeartifact login: Fix issue with displaying expiration times

1.18.98
enhancement:codeartifact login: Add expiration duration support
enhancement:docs: Improve AWS CLI docs to include documentation strings for parameters in nested input structures
api-change:ivs: Update ivs command to latest version

(adam)

2020-08-20 09:49:36 UTC MAIN commitmail json YAML

py-boto3: updated to 1.14.46

1.14.46
api-change:lakeformation: [botocore] Update lakeformation client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:ivs: [botocore] Update ivs client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version

1.14.45
api-change:identitystore: [botocore] Update identitystore client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:datasync: [botocore] Update datasync client to latest version
api-change:sesv2: [botocore] Update sesv2 client to latest version
api-change:securityhub: [botocore] Update securityhub client to latest version

1.14.44
api-change:elbv2: [botocore] Update elbv2 client to latest version
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:kinesis: [botocore] Update kinesis client to latest version
api-change:ecr: [botocore] Update ecr client to latest version
api-change:acm: [botocore] Update acm client to latest version
api-change:robomaker: [botocore] Update robomaker client to latest version
api-change:elb: [botocore] Update elb client to latest version
api-change:acm-pca: [botocore] Update acm-pca client to latest version

1.14.43
api-change:braket: [botocore] Update braket client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:license-manager: [botocore] Update license-manager client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:appstream: [botocore] Update appstream client to latest version

1.14.42
api-change:rds: [botocore] Update rds client to latest version
api-change:eks: [botocore] Update eks client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:cognito-idp: [botocore] Update cognito-idp client to latest version
api-change:appsync: [botocore] Update appsync client to latest version
api-change:braket: [botocore] Update braket client to latest version

1.14.41
api-change:transfer: [botocore] Update transfer client to latest version
api-change:comprehend: [botocore] Update comprehend client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:fsx: [botocore] Update fsx client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:iot: [botocore] Update iot client to latest version
api-change:cloud9: [botocore] Update cloud9 client to latest version

1.14.40
api-change:organizations: [botocore] Update organizations client to latest version
api-change:s3: [botocore] Update s3 client to latest version
api-change:lambda: [botocore] Update lambda client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.14.39
api-change:savingsplans: [botocore] Update savingsplans client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.14.38
api-change:sms: [botocore] Update sms client to latest version
api-change:organizations: [botocore] Update organizations client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:s3: [botocore] Update s3 client to latest version

1.14.37
api-change:lex-runtime: [botocore] Update lex-runtime client to latest version
api-change:personalize: [botocore] Update personalize client to latest version
api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version
api-change:lex-models: [botocore] Update lex-models client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:personalize-events: [botocore] Update personalize-events client to latest version

1.14.36
api-change:fsx: [botocore] Update fsx client to latest version
api-change:appsync: [botocore] Update appsync client to latest version
api-change:sns: [botocore] Update sns client to latest version
api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version
api-change:transcribe: [botocore] Update transcribe client to latest version

1.14.35
api-change:health: [botocore] Update health client to latest version

1.14.34
api-change:ssm: [botocore] Update ssm client to latest version

1.14.33
api-change:resourcegroupstaggingapi: [botocore] Update resourcegroupstaggingapi client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:wafv2: [botocore] Update wafv2 client to latest version
api-change:chime: [botocore] Update chime client to latest version
api-change:personalize-runtime: [botocore] Update personalize-runtime client to latest version

1.14.32
api-change:organizations: [botocore] Update organizations client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:kafka: [botocore] Update kafka client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:cloudfront: [botocore] Update cloudfront client to latest version
api-change:resource-groups: [botocore] Update resource-groups client to latest version
api-change:guardduty: [botocore] Update guardduty client to latest version
api-change:sesv2: [botocore] Update sesv2 client to latest version

1.14.31
api-change:resource-groups: [botocore] Update resource-groups client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:firehose: [botocore] Update firehose client to latest version
api-change:servicediscovery: [botocore] Update servicediscovery client to latest version
api-change:ecr: [botocore] Update ecr client to latest version
api-change:guardduty: [botocore] Update guardduty client to latest version

1.14.30
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:autoscaling: [botocore] Update autoscaling client to latest version
api-change:securityhub: [botocore] Update securityhub client to latest version
api-change:ivs: [botocore] Update ivs client to latest version
api-change:medialive: [botocore] Update medialive client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:imagebuilder: [botocore] Update imagebuilder client to latest version

1.14.29
api-change:glue: [botocore] Update glue client to latest version
api-change:datasync: [botocore] Update datasync client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:ssm: [botocore] Update ssm client to latest version
api-change:dms: [botocore] Update dms client to latest version

1.14.28
api-change:mediaconnect: [botocore] Update mediaconnect client to latest version
api-change:sagemaker: [botocore] Update sagemaker client to latest version
api-change:kendra: [botocore] Update kendra client to latest version
api-change:fsx: [botocore] Update fsx client to latest version
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:mediapackage: [botocore] Update mediapackage client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
api-change:mq: [botocore] Update mq client to latest version

1.14.27
api-change:directconnect: [botocore] Update directconnect client to latest version
api-change:config: [botocore] Update config client to latest version
api-change:fsx: [botocore] Update fsx client to latest version
api-change:glue: [botocore] Update glue client to latest version
api-change:workspaces: [botocore] Update workspaces client to latest version
api-change:lightsail: [botocore] Update lightsail client to latest version

1.14.26
api-change:quicksight: [botocore] Update quicksight client to latest version
api-change:medialive: [botocore] Update medialive client to latest version

1.14.25
api-change:codeguruprofiler: [botocore] Update codeguruprofiler client to latest version

1.14.24
api-change:frauddetector: [botocore] Update frauddetector client to latest version
api-change:rds: [botocore] Update rds client to latest version
api-change:codebuild: [botocore] Update codebuild client to latest version
api-change:groundstation: [botocore] Update groundstation client to latest version
api-change:fms: [botocore] Update fms client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version
api-change:cloudfront: [botocore] Update cloudfront client to latest version

1.14.23
api-change:connect: [botocore] Update connect client to latest version
api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to latest version
api-change:appsync: [botocore] Update appsync client to latest version
api-change:macie2: [botocore] Update macie2 client to latest version
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.14.22
enhancement:examples: [botocore] Pull in latest examples from EFS.

1.14.21
api-change:ivs: [botocore] Update ivs client to latest version

(adam)

2020-08-20 09:46:52 UTC MAIN commitmail json YAML

py-botocore: updated to 1.17.46

1.17.46
api-change:lakeformation: Update lakeformation client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:ivs: Update ivs client to latest version
api-change:organizations: Update organizations client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version

1.17.45
api-change:identitystore: Update identitystore client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:datasync: Update datasync client to latest version
api-change:sesv2: Update sesv2 client to latest version
api-change:securityhub: Update securityhub client to latest version

1.17.44
api-change:elbv2: Update elbv2 client to latest version
api-change:quicksight: Update quicksight client to latest version
api-change:kinesis: Update kinesis client to latest version
api-change:ecr: Update ecr client to latest version
api-change:acm: Update acm client to latest version
api-change:robomaker: Update robomaker client to latest version
api-change:elb: Update elb client to latest version
api-change:acm-pca: Update acm-pca client to latest version

1.17.43
api-change:braket: Update braket client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:license-manager: Update license-manager client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:appstream: Update appstream client to latest version

1.17.42
api-change:rds: Update rds client to latest version
api-change:eks: Update eks client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:cognito-idp: Update cognito-idp client to latest version
api-change:appsync: Update appsync client to latest version
api-change:braket: Update braket client to latest version

1.17.41
api-change:transfer: Update transfer client to latest version
api-change:comprehend: Update comprehend client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:fsx: Update fsx client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:lambda: Update lambda client to latest version
api-change:iot: Update iot client to latest version
api-change:cloud9: Update cloud9 client to latest version

1.17.40
api-change:organizations: Update organizations client to latest version
api-change:s3: Update s3 client to latest version
api-change:lambda: Update lambda client to latest version
api-change:ec2: Update ec2 client to latest version

1.17.39
api-change:savingsplans: Update savingsplans client to latest version
api-change:glue: Update glue client to latest version
api-change:ec2: Update ec2 client to latest version

1.17.38
api-change:sms: Update sms client to latest version
api-change:organizations: Update organizations client to latest version
api-change:glue: Update glue client to latest version
api-change:s3: Update s3 client to latest version

1.17.37
api-change:lex-runtime: Update lex-runtime client to latest version
api-change:personalize: Update personalize client to latest version
api-change:personalize-runtime: Update personalize-runtime client to latest version
api-change:lex-models: Update lex-models client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:personalize-events: Update personalize-events client to latest version

1.17.36
api-change:fsx: Update fsx client to latest version
api-change:appsync: Update appsync client to latest version
api-change:sns: Update sns client to latest version
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version
api-change:transcribe: Update transcribe client to latest version

1.17.35
api-change:health: Update health client to latest version

1.17.34
api-change:ssm: Update ssm client to latest version

1.17.33
api-change:resourcegroupstaggingapi: Update resourcegroupstaggingapi client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:wafv2: Update wafv2 client to latest version
api-change:chime: Update chime client to latest version
api-change:personalize-runtime: Update personalize-runtime client to latest version

1.17.32
api-change:organizations: Update organizations client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:kafka: Update kafka client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:cloudfront: Update cloudfront client to latest version
api-change:resource-groups: Update resource-groups client to latest version
api-change:guardduty: Update guardduty client to latest version
api-change:sesv2: Update sesv2 client to latest version

1.17.31
api-change:resource-groups: Update resource-groups client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:firehose: Update firehose client to latest version
api-change:servicediscovery: Update servicediscovery client to latest version
api-change:ecr: Update ecr client to latest version
api-change:guardduty: Update guardduty client to latest version

1.17.30
api-change:ec2: Update ec2 client to latest version
api-change:autoscaling: Update autoscaling client to latest version
api-change:securityhub: Update securityhub client to latest version
api-change:ivs: Update ivs client to latest version
api-change:medialive: Update medialive client to latest version
api-change:rds: Update rds client to latest version
api-change:imagebuilder: Update imagebuilder client to latest version

1.17.29
api-change:glue: Update glue client to latest version
api-change:datasync: Update datasync client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:frauddetector: Update frauddetector client to latest version
api-change:ssm: Update ssm client to latest version
api-change:dms: Update dms client to latest version

1.17.28
api-change:mediaconnect: Update mediaconnect client to latest version
api-change:sagemaker: Update sagemaker client to latest version
api-change:kendra: Update kendra client to latest version
api-change:fsx: Update fsx client to latest version
api-change:frauddetector: Update frauddetector client to latest version
api-change:mediapackage: Update mediapackage client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:cloudwatch: Update cloudwatch client to latest version
api-change:mq: Update mq client to latest version

1.17.27
api-change:directconnect: Update directconnect client to latest version
api-change:config: Update config client to latest version
api-change:fsx: Update fsx client to latest version
api-change:glue: Update glue client to latest version
api-change:workspaces: Update workspaces client to latest version
api-change:lightsail: Update lightsail client to latest version

1.17.26
api-change:quicksight: Update quicksight client to latest version
api-change:medialive: Update medialive client to latest version

1.17.25
api-change:codeguruprofiler: Update codeguruprofiler client to latest version

1.17.24
api-change:frauddetector: Update frauddetector client to latest version
api-change:rds: Update rds client to latest version
api-change:codebuild: Update codebuild client to latest version
api-change:groundstation: Update groundstation client to latest version
api-change:fms: Update fms client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:cloudfront: Update cloudfront client to latest version

1.17.23
api-change:connect: Update connect client to latest version
api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version
api-change:appsync: Update appsync client to latest version
api-change:macie2: Update macie2 client to latest version
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:ec2: Update ec2 client to latest version

1.17.22
enhancement:examples: Pull in latest examples from EFS.

1.17.21
api-change:ivs: Update ivs client to latest version

(adam)

2020-08-20 09:17:06 UTC MAIN commitmail json YAML

xe-guest-utilities: Comment out removed xenstoretools.

(jperkin)

2020-08-20 06:50:49 UTC MAIN commitmail json YAML

go-module.mk: fix permission denied as non-root when running "make clean"

(tnn)

2020-08-20 05:24:40 UTC MAIN commitmail json YAML

libsndfile: reflect dist file change from Makefile v. 1.81

(gutteridge)

2020-08-20 01:55:06 UTC MAIN commitmail json YAML

drop currently unresolvable dependency

(tnn)

2020-08-20 01:52:38 UTC MAIN commitmail json YAML

gr-osmosdr: partial merge for -wip to fix pbulk scan failure

XXX: Package may currently not build. Will be solved by fully merging from
wip after gnuradio update.

(tnn)

2020-08-20 00:51:33 UTC MAIN commitmail json YAML

doc: Updated net/unifi to 5.14.22

(gdt)

2020-08-20 00:51:26 UTC MAIN commitmail json YAML

net/unifi: Update to 5.14.22

Tested on NetBSD-8/amd64 with local APs.

Upstream NEWS:

[bugfixes]

Improvements

    Move Analytics & Improvements toggle to UniFi OS settings (applicable only for UniFi OS systems).
    Disable DnsFilterAlert and IpReputationBlock events by default.
    Add support for UXG-Pro.
    Add Switch Port anomalies.
    Add ability to report incorrect WiFi score.
    Set default DTIM interval to 3.
    Auto-backup should be enabled by default.
    Disable Element Adopt on Connectivity Disable.
    Improve logging for Hotspot RADIUS.
    Improve power cycle behavior for USP Plug.
    Improve logging errors.
    Update translations.
    Update LCM idle timeout.

Known issues

    Error with FileNotFoundException message in logs is a false positive - will be fixed in future release.

(gdt)

2020-08-19 23:46:52 UTC MAIN commitmail json YAML

geography/gpsd: Work around three scons problems

Upstream's scons builds and links during the install phase, and
previously we did not pass MAKE_ENV in the install phase.

The other bug is that pkgsrc doesn't have scons support, so this is
all ad hoc.

The final bug is scons, which has not yet risen to reinvent autoconf.

(Probably this fixes RELRO.)

(gdt)

2020-08-19 23:33:49 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 1.6.12

(gdt)

2020-08-19 23:33:39 UTC MAIN commitmail json YAML

net/mosquitto: Update to 1.6.12

pkgsrc changes: drop hunk appplied upstream.  Ask more clearly for
sunos hunk to be 1) explained and 2) filed upstream.

upstream changes: bugfixes

(gdt)

2020-08-19 23:02:43 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.28, alsa-lib-1.2.3.2, bison-3.7, gawk-5.1.0,
  gcc10-10.2.0, gdbm-1.18, global-6.6.4, grpc-1.31.1, gsasl-1.8.1,
  libcdio-paranoia-2.0.1, py-certbot-1.7.0, py-faker-4.1.2,
  py-josepy-1.4.0.

(wiz)

2020-08-19 22:09:15 UTC MAIN commitmail json YAML

gnuplot: remove pdf option

Map it to 'cairo' option which provides PDF output.

No change to defaults, so no PKGREVISION bump.

Addresses PR 55590 by Joern Clausen.

(wiz)

2020-08-19 20:05:44 UTC MAIN commitmail json YAML

libsndfile: Use tarball with pregenerated autostuff

(nia)

2020-08-19 19:54:11 UTC MAIN commitmail json YAML

This needs netpbm (to build a pixmap file) in the build phase.

(bouyer)

2020-08-19 19:07:05 UTC MAIN commitmail json YAML

doc/TODO: sort and merge/remove duplicates

(wiz)

2020-08-19 18:28:52 UTC MAIN commitmail json YAML

doc: Updated www/spawn-fcgi to 1.6.4nb1

(wiz)

2020-08-19 18:28:40 UTC MAIN commitmail json YAML

2020-08-19 17:53:15 UTC MAIN commitmail json YAML

ircd-hybrid: Rename "ssl" package option to "openssl"

Since there is a choice of SSL library, this makes what the option does
more obvious.

The legacy options framework is used for compatibility.

(nia)

2020-08-19 16:53:37 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.6

(scole)

2020-08-19 16:52:25 UTC MAIN commitmail json YAML

Update to 0.6
- handle numbers [0-9] better with emacs splitter

(scole)

2020-08-19 16:32:57 UTC MAIN commitmail json YAML

doc: Updated databases/redis to 6.0.6nb2

(jperkin)

2020-08-19 16:32:40 UTC MAIN commitmail json YAML

redis: Add SSL support and option, default to on.

Bump PKGREVISION.

(jperkin)

2020-08-19 16:25:56 UTC MAIN commitmail json YAML

2020-08-19 16:25:20 UTC MAIN commitmail json YAML

devel/libcbor: Add buildlink3.mk.

(riastradh)

2020-08-19 16:25:08 UTC MAIN commitmail json YAML

devel/py-angr: Forgot to add a patch.

No revbump needed because this doesn't build without the patch, since
we don't have unicorn>=1.0.2rc4 in pkgsrc.

(riastradh)

2020-08-19 15:27:20 UTC MAIN commitmail json YAML

doc: Updated chat/ircd-hybrid to 8.2.32

(fox)

2020-08-19 15:26:52 UTC MAIN commitmail json YAML

chat/ircd-hybrid: Updates to 8.2.32

Changes since 8.2.31:

-- Noteworthy changes in version 8.2.32 (2020-08-16)
o) RESV couldn't be issued in case no reason has been supplied. This has been fixed.
o) Fixed possible RPL_WHOISCHANNELS line truncation of remote replies
o) Extban $t of type 'matching' has been implemented. This extban allows matching
  based on TLS protocol version and/or cipher suite
o) Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set
o) "STATS ?" is now oper-only

(fox)

2020-08-19 15:09:40 UTC MAIN commitmail json YAML

security/pcsc-lite: Purge old/wrong comment

The HOMEPAGE and MASTER_SITES were updated, and the non-stable URL
problem with the old MASTER_SITES no longer applies.  Drop the comemnt (yay!).

(gdt)

2020-08-19 15:05:59 UTC MAIN commitmail json YAML

doc: Updated security/ccid to 1.4.33

(gdt)

2020-08-19 15:05:50 UTC MAIN commitmail json YAML

security/ccid: Update to 1.4.33

packaging changes: accomodate README to README.md transition

upstream changes:

  - support added for many cards/readers (see README.md upstream for list)
  - bugfixes
  - minor improvements

1.4.33 - 25 June 2020, Ludovic Rousseau
  - add --enable-oslog argument for macOS
    use os_log(3) for macOS >= 10.12 (Sierra)
  - Update PCSC submodule to get Unicode support

1.4.32 - 22 April 2020, Ludovic Rousseau
  - Add SCardGetAttrib(.., SCARD_ATTR_CHANNEL_ID, ..) for USB devices
  - Increase the timeout used to detect the Identiv uTrust 3700/3701 F readers
  - Fix PowerOn bug for ICCD type A & B devices
  - Disable pinpad for Chicony HP Skylab USB Smartcard Keyboard

1.4.31 - 10 August 2019, Ludovic Rousseau

1.4.30 - 19 September 2018, Ludovic Rousseau
  - The project moved to https://ccid.apdu.fr/
  - Disabled readers
    - REINER SCT cyberJack RFID standard

1.4.29 - 21 February 2018, Ludovic Rousseau
  - The C3PO LTC31 v2 wrongly declares PIN support
  - Remove extra EGT patch because if has bad side effects

1.4.28 - 11 October 2017, Ludovic Rousseau
  - Disabled readers
    - Jinmuyu Electronics Co., Ltd. MR800

(gdt)

2020-08-19 14:53:37 UTC MAIN commitmail json YAML

security/ccid: Update MASTER_SITES/HOMEPAGE

(gdt)

2020-08-19 14:22:50 UTC MAIN commitmail json YAML

geography/gpsd: Explain RELRO issues

Failure of RELRO seems to be an upstream problem; buck passed!

(gdt)

2020-08-19 13:42:53 UTC MAIN commitmail json YAML

Fix a build failure that occurs when converters/pandoc is installed

When it's installed the Makefile builds and installs HTML files too, and therefore the PLIST test doesn't pass.

(pho)

2020-08-19 13:36:12 UTC MAIN commitmail json YAML

doc: fix incorrectly entered date

(tnn)

2020-08-19 13:30:03 UTC MAIN commitmail json YAML

meta-pkgs/bulk-medium: adjust for sysutils/xen* changes

(tnn)

2020-08-19 13:10:00 UTC MAIN commitmail json YAML

Also remove sysutils/xenstoretools, which depends on deleted
sysutils/xentools46. Pointed out by joerg@

(bouyer)

2020-08-19 12:41:43 UTC MAIN commitmail json YAML

devel/Makefile: Fix typo and oversight in previous additions.

(riastradh)

2020-08-19 12:40:59 UTC MAIN commitmail json YAML

devel/py-test: Back out previous.

Apparently a package cannot TEST_DEPENDS on itself, even if it is
necessary in order for make test to work.  The TEST_DEPENDS mechanism
seems like it could maybe use some work.

(riastradh)

2020-08-19 12:30:04 UTC MAIN commitmail json YAML

geography/gpsd: Reapply Makefile commit

This logically belongs with the update to 3.21, but the Makefile part
ended up on the branch.

(gdt)

2020-08-19 10:41:54 UTC MAIN commitmail json YAML

Removed sysutils/xenkernel42
Removed sysutils/xentools42
Removed sysutils/xenkernel45
Removed sysutils/xentools45
Removed sysutils/xenkernel46
Removed sysutils/xentools46
Removed sysutils/xenkernel48
Removed sysutils/xentools48

(bouyer)

2020-08-19 10:39:26 UTC MAIN commitmail json YAML

2020-08-19 09:35:14 UTC MAIN commitmail json YAML

Updated devel/ninja-build, devel/meson, devel/gdbus-codegen, devel/glib2, devel/glib2-tools

(adam)

2020-08-19 09:34:35 UTC MAIN commitmail json YAML

gdbus-codegen glib2 glib2-tools: updated to 2.64.5

Overview of changes in GLib 2.64.5
==================================

* Fix deadlock in `g_subprocess_communicate_async()`

* Fix cross-compilation on iOS

* Bugs fixed:
- !1519 Backport !1468 “glib-compile-resources: Fix exporting on Visual Studio” to glib-2-64
- !1520 Backport !1517 “GWin32RegistryKey: Move assertions” to glib-2-64
- !1565 Backport !1563 “gdesktopappinfo: Fix unnecessarily copied and leaked URI list” to glib-2-64
- !1608 Backport !1607 “meson: Don't use gnulib for printf on iOS” to glib-2-64
- !1618 Backport !1617 “Ensure g_subprocess_communicate_async() never blocks” to glib-2-64
- !1621 Backport !1620 “gvariant: Ensure GVS.depth is initialised” to glib-2-64

(adam)

2020-08-19 09:20:06 UTC MAIN commitmail json YAML

2020-08-19 09:03:44 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.72.0

(leot)

2020-08-19 09:03:11 UTC MAIN commitmail json YAML

curl: Update to 7.72.0

pkgsrc changes:
- Add test dependency to Python and py-impacket for SMB and TELNET tests

Changes:
7.72.0
------
This release includes the following changes:
o content_encoding: add zstd decoding support
o CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream
o CURLINFO_EFFECTIVE_METHOD: added

This release includes the following bugfixes:
o CVE-2020-8231: libcurl: wrong connect-only connection
o appveyor: collect libcurl.dll variants with prefix or suffix
o asyn-ares: correct some bad comments
o bearssl: fix build with disabled proxy support
o buildconf: avoid array concatenation in die()
o buildconf: retire ares buildconf invocation
o checksrc: ban gmtime/localtime
o checksrc: invoke script with -D to find .checksrc proper
o CI/azure: install libssh2 for use with msys2-based builds
o CI/azure: unconditionally enable warnings-as-errors with autotools
o CI/macos: enable warnings as errors for CMake builds
o CI/macos: set minimum macOS version
o CI/macos: unconditionally enable warnings-as-errors with autotools
o CI: Add muse CI analyzer
o cirrus-ci: upgrade 11-STABLE to 11.4
o CMake: don't complain about missing nroff
o CMake: fix test for warning suppressions
o cmake: fix windows xp build
o configure.ac: Sort features name in summary
o configure: allow disabling warnings
o configure: cleanup wolfssl + pkg-config conflicts when cross compiling.
o configure: show zstd "no" in summary when built without it
o connect: remove redundant message about connect failure
o curl-config: ignore REQUIRE_LIB_DEPS in --libs output
o curl.1: add a few missing valid exit codes
o curl: add %{method} to the -w variables
o curl: improve the existing file check with -J
o curl_multi_setopt: fix compiler warning "result is always false"
o curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecated
o CURLINFO_CERTINFO.3: fix typo
o CURLOPT_NOBODY.3: clarify what setting to 0 means
o docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentions
o docs: Add video link to docs/CONTRIBUTE.md
o docs: change "web site" to "website"
o docs: clarify MAX_SEND/RECV_SPEED functionality
o docs: Update a few leftover mentions of DarwinSSL
o doh: remove redundant cast
o file2memory: use a define instead of -1 unsigned value
o ftp: don't do ssl_shutdown instead of ssl_close
o ftpserver: don't verify SMTP MAIL FROM names
o getinfo: reset retry-after value in initinfo
o gnutls: repair the build with `CURL_DISABLE_PROXY`
o gtls: survive not being able to get name/issuer
o h2: repair trailer handling
o http2: close the http2 connection when no more requests may be sent
o http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages
o libssh2: s/ssherr/sftperr/
o libtest/Makefile.am: add -no-undefined for libstubgss for Cygwin
o md(4|5): don't use deprecated macOS functions
o mprintf: Fix dollar string handling
o mprintf: Fix stack overflows
o multi: Condition 'extrawait' is always true
o multi: Remove 10-year old out-commented code
o multi: remove two checks always true
o multi: update comment to say easyp list is linear
o multi_remove_handle: close unused connect-only connections
o ngtcp2: adapt to error code rename
o ngtcp2: adjust to recent sockaddr updates
o ngtcp2: update to modified qlog callback prototype
o nss: fix build with disabled proxy support
o ntlm: free target_info before (re-)malloc
o openssl: fix build with LibreSSL < 2.9.1
o page-header: provide protocol details in the curl.1 man page
o quiche: handle calling disconnect twice
o runtests.pl: treat LibreSSL and BoringSSL as OpenSSL
o runtests: move the gnutls-serv tests to a dynamic port
o runtests: move the smbserver to use a dynamic port number
o runtests: move the TELNET server to a dynamic port
o runtests: run the DICT server on a random port number
o runtests: run the http2 tests on a random port number
o runtests: support dynamicly base64 encoded sections in tests
o setopt: unset NOBODY switches to GET if still HEAD
o smtp_parse_address: handle blank input string properly
o socks: use size_t for size variable
o strdup: remove the odd strlen check
o test1119: verify stdout in the test
o test1139: make it display the difference on test failures
o test1140: compare stdout
o test1908: treat file as text
o tests/FILEFORMAT.md: mention %HTTP2PORT
o tests/sshserver.pl: fix compatibility with OpenSSH for Windows
o TLS naming: fix more Winssl and Darwinssl leftovers
o tls-max.d: this option is only for TLS-using connections
o tlsv1.3.d. only for TLS-using connections
o tool_doswin: Simplify Windows version detection
o tool_getparam: make --krb option work again
o TrackMemory tests: ignore realloc and free in getenv.c
o transfer: fix data_pending for builds with both h2 and h3 enabled
o transfer: fix memory-leak with CURLOPT_CURLU in a duped handle
o transfer: move retrycount from connect struct to easy handle
o travis/script.sh: fix use of `-n' with unquoted envvar
o travis: add ppc64le and s390x builds
o travis: update quiche builds for new boringssl layout
o url: fix CURLU and location following
o url: silence MSVC warning
o util: silence conversion warnings
o win32: Add Curl_verify_windows_version() to curlx
o WIN32: stop forcing narrow-character API
o windows: add unicode to feature list
o windows: disable Unix Sockets for old mingw

(leot)

2020-08-19 08:52:44 UTC MAIN commitmail json YAML

2020-08-19 08:16:22 UTC MAIN commitmail json YAML

Skip building only-useful-with-Wayland packages on unsupported systems

(nia)

2020-08-19 08:11:49 UTC MAIN commitmail json YAML

guile22: Use MASTER_SITE_GNU instead of hardcoding ftp://ftp.gnu.org

ftp://ftp.gnu.org prints a warning on connect that it may no longer
exist soon due to concerns with FTP

(nia)

2020-08-19 07:50:53 UTC MAIN commitmail json YAML

Temporary workaround for a CHECK_SHLIBS failure

(pho)

2020-08-19 07:09:25 UTC MAIN commitmail json YAML

Updated lang/python36, lang/py36-html-docs, lang/python37, lang/py37-html-docs

(adam)

2020-08-19 07:08:34 UTC MAIN commitmail json YAML

python37 py37-html-docs: updated to 3.7.9

Python 3.7.9 final

Security
bpo-41304: Fixes python3x._pth being ignored on Windows, caused by the fix for bpo-29778 (CVE-2020-15801).
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (CVE-2020-15523).
bpo-41004: CVE-2020-14422: The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address).
bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…).
Core and Builtins
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() correctly

Library
bpo-41288: Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing.
bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907).
bpo-41235: Fix the error handling in ssl.SSLContext.load_dh_params().

macOS
bpo-41100: Additional fixes for testing on macOS 11 Big Sur Intel. Note: macOS 11 is not yet released, this release of Python is not fully supported on 11.0, and not all tests pass.

(adam)

2020-08-19 07:07:46 UTC MAIN commitmail json YAML

python36 py36-html-docs: updated to 3.6.12

Python 3.6.12 final

Security
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (CVE-2020-15523).
bpo-41004: CVE-2020-14422: The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address).
bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…).

Library
bpo-41288: Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing.
bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907).

(adam)

2020-08-19 05:49:55 UTC MAIN commitmail json YAML

Updated databases/sqlite3, devel/lemon

(adam)

2020-08-19 05:48:37 UTC MAIN commitmail json YAML

sqlite3: updated to 3.33.0

SQLite Release 3.33.0

Support for UPDATE FROM following the PostgreSQL syntax.
Increase the maximum size of database files to 281 TB.
Extended the PRAGMA integrity_check statement so that it can optionally be limited to verifying just a single table and its indexes, rather than the entire database file.
Added the decimal extension for doing arbitrary-precision decimal arithmetic.
Enhancements to the ieee754 extension for working with IEEE 754 binary64 numbers.
CLI enhancements:
Added four new output modes: "box", "json", "markdown", and "table".
The "column" output mode automatically expands columns to contain the longest output row and automatically turns ".header" on if it has not been previously set.
The "quote" output mode honors ".separator"
The decimal extension and the ieee754 extension are built-in to the CLI
Query planner improvements:
Add the ability to find a full-index-scan query plan for queries using INDEXED BY which previously would fail with "no query solution".
Do a better job of detecting missing, incomplete, and/or dodgy sqlite_stat1 data and generates good query plans in spite of the misinformation.
Improved performance of queries like "SELECT min(x) FROM t WHERE y IN (?,?,?)" assuming an index on t(x,y).
In WAL mode, if a writer crashes and leaves the shm file in an inconsistent state, subsequent transactions are now able to recover the shm file even if there are active read transactions. Before this enhancement, shm file recovery that scenario would result in an SQLITE_PROTOCOL error.

(adam)

2020-08-19 00:29:46 UTC MAIN commitmail json YAML

2020-08-18 23:38:47 UTC MAIN commitmail json YAML

Add new packages to devel/Makefile, math/Makefile.

Forgot to do this on the initial import, oops!

(riastradh)

2020-08-18 20:24:58 UTC MAIN commitmail json YAML

2020-08-18 20:20:46 UTC MAIN commitmail json YAML

devel/capstone: Update to 4.0.2

3.0.5
July 18, 2018

Release 3.0.5 is a stable release version, with important fixes in the core & several bindings against v3.0.5-rc3.
Library

    Fix the include path for Android builds when building cstool.
    Add posibility to disable universal build for Mac OS.
    cstool: Separate instruction bytes by spaces.
    Fix code path of pkg-config in Cmake.
    Update XCode project for XCode 9.1.
    Add Cortex-M support to cstool.
    Cmake forces to be build using MT with MSVC.
    Better support for Mac OS kernel.

X86

    Fix some issues in handling EVEX & VEX3 instructions.
    Fix immediate operand for AND instruction in ATT mode.
    Fix ATT syntax when imm operand is 0.
    Better handle XACQUIRE/XRELEASE.
    Fix imm operand of RETF.

Arm

    Fix an integer overlow bug.

Arm64

    Bug fix for incorrect operand type in certain load/store instructions.

Mips

    Mode CS_MODE_MIPS32R6 automatically sets CS_MODE_32

PowerPC

    Fix endian check.

Sparc

    Fix an integer overlow bug.

SystemZ

    Fix an integer overlow bug.

Python binding

    Raise error on accessing irrelevant data fields if skipdata & detail modes are enable.

4.0
December 18, 2018

Release 4.0 is a stable release version, with important fixes in the core & several bindings against v3.0.5.
Core

    New APIs: cs_regs_access()
    Add new options for cs_option(): CS_OPT_MNEMONIC & CS_OPT_UNSIGNED & CS_OPT_SYNTAX_MASM.
    Various updates & bugfixes for all architectures.
    Add 4 new architectures: EVM, M68K, M680X & TMS320C64x.
    Add new group types: CS_GRP_PRIVILEGE & CS_GRP_BRANCH_RELATIVE.
    Add new error types: CS_ERR_X86_MASM.

X86

    Add XOP code condition type in x86_xop_cc.
    Add some info on encoding to cs_x86 in cs_x86_encoding.
    Add register flags update in cs_x86.{eflags, fpu_flags}
    Change cs_x86.disp type from int32_t to int64_t.
    Add new groups: X86_GRP_VM & X86_GRP_FPU.
    Lots of new instructions (AVX)

Arm64

    Add instruction ARM64_INS_NEGS & ARM64_INS_NGCS.

Mips

    Add mode CS_MODE_MIPS2.

PowerPC

    Change cs_ppc_op.imm type from int32_t to int64_t.
    Add new groups: PPC_GRP_ICBT, PPC_GRP_P8ALTIVEC, PPC_GRP_P8VECTOR & PPC_GRP_QPX.
    Lots of new instructions (QPX among them)

Sparc

    Change cs_sparc_op.imm type from int32_t to int64_t.

Bindings

    New bindings: PowerShell & VB6

4.0.1
January 10, 2019

Release 4.0.1 is a stable release version, with minor bugfixes in the core & Python binding.
Core

    Fix some issues for packaging (Debian, Gentoo, etc).
    Better support for building with Mingw.
    cstool has new option -s to turn on skipdata mode.
    cstool -v now report build settings of the core.
    Add suite/capstone_get_setup.c so users can integrate with their own code to retrieve Capstone settings at build time.

Arm

    Fix 4.0 regression: the tbh [r0, r1, lsl #1] instruction sets the operand.shift.value back again.
    Remove ARM_REG_PC group for BX instruction.

X86

    endbr32 and endbr64 instructions are now properly decoded in both CS_MODE_32 and CS_MODE_64.

M680X

    Fix some issues reported by clang-analyzer.

Python binding

    Fix skipdata setup.
    Add getter/setter for skipdata_mnem & skipdata_callback.

4.0.2
May 8, 2020

Release 4.0.2 is a stable release version, with minor bugfixes in the core & some bindings.
Core

    Windows kernel-mode driver support
    Fix installation path on FreeBSD and DragonFly

Cstool

    Add armv8, ppc32 & thumbv8 modes
    Print instruction ID

X86

    Support CS_OPT_UNSIGNED for ATT syntax
    Fix operand size for some instructions
    Fix LOCK prefixes
    Recognize xacquire/xrelease prefix
    Fix call/jmp access mode of mem operand
    Add ENDBR32, ENDBR64 to reduce mode
    Other minor fixes

Arm

    Update writeback for STR_POST_REG

ARM64

    Support CS_OPT_UNSIGNED
    Fix register access flags for memory instructions
    Fix UMOV vess

M68K

    Store correct register value in op.reg_pair

PowerPC

    BDZLA is absolute branch

SystemZ

    Fix truncated 64bit imm operand
    Fix base/index printing

Python binding

    Fix skipdata struct being destroyed
    Add repr for capstone.CsInsn

Java binding

    Fix Java bindings to use pointers instead of longs

Ocaml binding

    Fix x86_op record

(riastradh)

2020-08-18 20:20:33 UTC MAIN commitmail json YAML

Import CppHeaderParser-2.7.4 from pypi as devel/py-CppHeaderParser

CppHeaderParser is a pure python module that will parse C++ header
files and generate a data structure representing the class.

(riastradh)

2020-08-18 20:20:08 UTC MAIN commitmail json YAML

Import mulpyplexer-0.08 from pypi as devel/py-mulpyplexer

Python module to multiplex interactions with lists of objects

(riastradh)

2020-08-18 20:19:44 UTC MAIN commitmail json YAML

Import python-itanium_demangler-1.0 as devel/py-itanium_demangler

  The Python Itanium Demangler is a pure Python parser for the Itanium
  C++ ABI symbol mangling language. Note that MSVC mangling language is
  not supported.

  This demangler generates an abstract syntax tree from mangled symbols,
  which can be used for directly extracting type information, as opposed
  to having to interpret the C++ source code corresponding to the
  demangled symbol

  There is also a built-in AST stringifier, so the demangler can be used
  as a replacement for c++filt or for formatting backtraces.

(riastradh)

2020-08-18 20:19:20 UTC MAIN commitmail json YAML

Import progressbar2-3.51.4 from pypi as devel/py-progressbar2.

Text progress bar library for Python.

(riastradh)

2020-08-18 20:18:56 UTC MAIN commitmail json YAML

Import python-utils-2.4.0 from pypi as devel/py-utils

From the web page:

> Python Utils is a collection of small Python functions and classes
> which make common patterns shorter and easier. It is by no means a
> complete collection but it has served me quite a bit in the past and I
> will keep extending it.

(riastradh)

2020-08-18 20:18:32 UTC MAIN commitmail json YAML

Add 0-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.

This is OSI-approved open source:

https://opensource.org/licenses/0BSD

Omitted from license.mk when introduced only because a freeze was on:

pkg/2019/12/22/msg022374.html">https://mail-index.netbsd.org/tech-pkg/2019/12/22/msg022374.html

(riastradh)

2020-08-18 20:15:04 UTC MAIN commitmail json YAML

math/py-networkx: Fix running tests.

(riastradh)

2020-08-18 20:14:54 UTC MAIN commitmail json YAML

devel/py-test: Needs itself installed to run its own tests.

(riastradh)

2020-08-18 20:14:44 UTC MAIN commitmail json YAML

math/py-claripy: Add depends and tests.

(riastradh)

2020-08-18 20:14:34 UTC MAIN commitmail json YAML

Import PySMT-0.9.0 as math/py-smt.

pySMT is a solver-agnostic library for SMT Formulae manipulation and
solving.

(riastradh)

2020-08-18 20:14:07 UTC MAIN commitmail json YAML

sysutils/py-pefile: Update to 2019.4.18

- 2016.3.4: Version 2016.3.4 of pefile now runs under Python 2.7 and
  Python 3 in addition to addressing a few of the long standing issues.

- 2016.3.28: Minor fixes, merged some pending pull requests.

- 2017.5.26: Maintenance release.

- 2017.8.1: Merged PRs: #180, #183, #190, #200, #202 and fixed a bug
  handling bytearrays under certain conditions.

- 2017.9.3: Merged PRs: #188, #169, #166, #165, #154, #174, and #210.
  I've also improved handling of some corner cases of files with
  invalid exports and improved the is_driver check.

- 2017.11.5: Merged PR #212 and fixed a few miscellaneous crashed
  parsing malformed files.

- 2018.8.8: This release incorporates the merged PRs and issues fixed
  since the last release.

- 2019.4.14: This release incorporates the merged PRs and issues fixed
  since the last release.

- 2019.4.18: This release incorporates the merged PRs and issues fixed
  since the last release.  These should speed up parsing of files with
  many ordinals or exports.

(riastradh)

2020-08-18 20:13:58 UTC MAIN commitmail json YAML

Import minidump-0.0.13 from pypi as devel/py-minidump.

Python library to parse and read Microsoft minidump file format.

(riastradh)

2020-08-18 20:13:31 UTC MAIN commitmail json YAML

Import pyxbe-0.0.2 as devel/py-xbe.

Python 3 library to work with .xbe files, the executable file format
for the original Xbox game console.

(riastradh)

2020-08-18 20:13:04 UTC MAIN commitmail json YAML

Import bitstring-3.1.7 from pypi as devel/py-bitstring

Python module to create, manipulate, and analyze binary data

(riastradh)

2020-08-18 20:12:37 UTC MAIN commitmail json YAML

devel/py-nose: Enable the tests to run.

Not all of them pass but that's better than all of them not running!

(riastradh)

2020-08-18 17:58:18 UTC MAIN commitmail json YAML

2020-08-18 17:56:38 UTC MAIN commitmail json YAML

libsndfile: Bump BUILDLINK_ABI_DEPENDS after libopus bl3 inclusion

(leot)

2020-08-18 17:48:01 UTC pkgsrc-2020Q2 commitmail json YAML

geography/gpsd: Revert errant commit to branch

(gdt)

2020-08-18 17:37:55 UTC MAIN commitmail json YAML

doc: Updated geography/gpsd to 3.21

(gdt)

2020-08-18 17:37:48 UTC pkgsrc-2020Q2 commitmail json YAML

geography/gpsd: Update to 3.21

Upstream NEWS:

3.21: 2020-08-04
  Create python programs from .in files to allow macro substitution.
  Finally clean .sconsign*.dblite with "scons -c"
  Remove revision.h.  Move REVISION into gpsd_config.h
  Change asciidoc to asciidoctor, and revise documents to match.
  library version bumped to 27
  Add leap_seconds to gps_data_t
  Add/change many rtcm2 structs in gps.h
  Add/change many rtcm3 structs in gps.h
  Maindenhead now 8 chars.
  Add icondir and sharedir install options
  Install basic doc in sharedir
  Move gps_data_t->status to gps_fix_t.status for better fix merging
  The gps python module is now Pure Python + FFI.  FFI only for packet.py
  User should manually delete any old packet*so.
  Add wspeedt, wspeedr, wanglem, wanglet, wangler to  gps_fix_t
  Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool.
  Add python_shebang option to scons config.
  gpsrinex has long options and many new options.
  Added long options to gpsd.
  Remove unused FORCE_GLOBAL_ENABLE
  Remove config option reconfigure, replace with -p, --passive runtime option.
  Remove config option controlsend (RECONFIGURE_ENABLE)
  Add config option rundir=XX.  Default set to /run, or /var/run as required.
  Fixes for Python 2.6 up to 3.9.

(gdt)

2020-08-18 17:19:07 UTC MAIN commitmail json YAML

gnuradio: sync meta package dependencies, bump

(tnn)

2020-08-18 17:11:29 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.5

(scole)

2020-08-18 17:10:28 UTC MAIN commitmail json YAML

Update to 0.5
- clean up some comments and simplify lisp code a bit

(scole)

2020-08-18 14:28:27 UTC MAIN commitmail json YAML

Add/update www/py-django-binary-database-files. Drop old entry as
temporary mistake.

(joerg)

2020-08-18 14:27:16 UTC MAIN commitmail json YAML

2020-08-18 13:37:50 UTC MAIN commitmail json YAML

2020-08-18 13:10:03 UTC MAIN commitmail json YAML

Remove redundant --shared-openssl

It was causing a build failure when openssl was disabled.

(pho)

2020-08-18 10:25:28 UTC MAIN commitmail json YAML

doc: Updated lang/chibi-scheme to 0.9.1

(leot)

2020-08-18 10:25:16 UTC MAIN commitmail json YAML

chibi-scheme: Update to 0.9.1

pkgsrc changes:
- Remove no longer needed patches/patch hunk applied upstream

Changes:
0.9.1
-----
Bugfix release with several bugs fixed, notably:

  * equal? hash tables had a sporadic bug with string and vector keys
  * the distribution of random numbers with bignum values had gaps
  * minor fixes for SRFI 160 and SRFI 144

0.9
---
This release includes complete builtin support for the Tangerine
Edition of the R7RS large language.  With the ambitious scope
of R7RS large, it's unlikely further editions will continue to have
builtin support, and will instead rely on external repositories like
snow-fort.

A new compile-time option can enable O(1) string-ref using
an offset lookup table.  It is disabled by default because it's
still slower than string cursors, and has some small additional
overhead in memory, I/O and the FFI.

Other notable changes include:

  * A novel syntax-case implementation built on ER macros
    by Marc Nieper-Wi��kirchen.
  * Improved Windows support by Yuki Okumura, and BSD support
    thanks to Kris Katterjon, Andrew Gwozdziewycz, and Taylor Campbell.
  * LIghtweight library aliases.
  * Native SRFI 160 uniform vectors, with FFI and read/write support.
  * A startup option can enable strict string-cursor checks,
    so that cursors can only be used with the string they reference.
  * JSON read/write support, with utilities to read records.
  * Diff highlighting in unit test failures.
  * Updated to Unicode 13.
  * ... plus many new SRFIs, portability improvements, and bugfixes.

Not counting aliases and test packages, Chibi now comes with
over 200 libraries in the base distribution, with many more available
on snow-fort.org.

(leot)

2020-08-18 09:39:23 UTC MAIN commitmail json YAML

Provide a definition of IN_EXCL_UNLINK for Linux < 2.6.36, and link with -lrt.
Fixes build on CentOS 6. Still builds on CentOS 7, Debian 9 and 10, Devuan 3.

(schmonz)

2020-08-18 09:27:38 UTC MAIN commitmail json YAML

also need an implementation of uuid_compare() for the test suite

(tnn)

2020-08-18 08:19:17 UTC MAIN commitmail json YAML

fontconfig: drop libuuid dependency. Bump PKGREVISION.

Provide minimal subset of libuuid functions in FILESDIR.
pkg/2020/08/18/msg023687.html">http://mail-index.netbsd.org/tech-pkg/2020/08/18/msg023687.html

(Apologies for not waiting for comments on the discussion thread.
I think a quick fix is important since this solves significant fallout
for X11_TYPE=modular users.)

(tnn)

2020-08-18 07:39:58 UTC MAIN commitmail json YAML

Updated net/iperf3, net/samba4

(adam)

2020-08-18 07:39:31 UTC MAIN commitmail json YAML

samba4: updated to 4.12.6

Changes since 4.12.5
* BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server.
* BUG 14424: dsdb: Allow "password hash userPassword schemes = CryptSHA256"
  to work on RHEL7.
* BUG 14450: dbcheck: Allow a dangling forward link outside our known NCs.
* BUG 14426: lib/debug: Set the correct default backend loglevel to
  MAX_DEBUG_LEVEL.
* BUG 14428: PANIC: Assert failed in get_lease_type().
* BUG 14422: util: Fix build on AIX by fixing the order of replace.h include.
* BUG 14355: srvsvc_NetFileEnum asserts with open files.
* BUG 14354: KDC breaks with DES keys still in the database and
  msDS-SupportedEncryptionTypes 31 indicating support for it.
* BUG 14427: s3:smbd: Make sure vfs_ChDir() always sets
  conn->cwd_fsp->fh->fd = AT_FDCWD.
* BUG 14428: PANIC: Assert failed in get_lease_type().
* BUG 14358: docs: Fix documentation for require_membership_of of
  pam_winbind.conf.
* BUG 14444: ctdb-scripts: Use nfsconf utility for variable values in CTDB
  NFS scripts.
* BUG 14425: s3:winbind:idmap_ad: Make failure to get attrnames for schema
  mode fatal.

(adam)

2020-08-18 07:37:52 UTC MAIN commitmail json YAML

iperf3: updated to 3.9

iperf 3.9

* Notable user-visible changes

  * A --timestamps flag has been added, which prepends a timestamp to
    each output line.  An optional argument to this flag, which is a
    format specification to strftime(3), allows for custom timestamp
    formats.

  * A --server-bitrate-limit flag has been added as a server-side
    command-line argument.  It allows a server to enforce a maximum
    throughput rate; client connections that specify a higher bitrate
    or exceed this bitrate during a test will be terminated.  The
    bitrate is expressed in bits per second, with an optional trailing
    slash and integer count that specifies an averaging interval over
    which to enforce the limit.

  * A bug that caused increased CPU usage with the --bidir option has
    been fixed.

* Notable developer-visible changes

  * Fixed various minor memory leaks.

(adam)

2020-08-18 05:51:23 UTC MAIN commitmail json YAML

py-usb: needs setuptools

(tnn)

2020-08-18 05:46:32 UTC MAIN commitmail json YAML

gearsystem: more CHECK_PORTABILITY_SKIPs

(tnn)

2020-08-18 05:44:44 UTC MAIN commitmail json YAML

gearboy: more CHECK_PORTABILITY_SKIPs

(tnn)

2020-08-18 05:32:56 UTC MAIN commitmail json YAML

py-pysendfile: not for NetBSD

(tnn)

2020-08-18 05:29:46 UTC MAIN commitmail json YAML

sd-mux-ctrl: needs pkg-config

(tnn)

2020-08-18 05:26:08 UTC MAIN commitmail json YAML

salt: skip portability checks in 3rd party packaging scripts

(tnn)

2020-08-18 05:22:39 UTC MAIN commitmail json YAML

strace: fail in a more user-friendly manner if kernel sources are missing

(tnn)

2020-08-18 05:12:55 UTC MAIN commitmail json YAML

top: fix build on NetBSD with sys/lwp.h >= 1.185 (LSDEAD removal)

(tnn)

2020-08-18 05:03:41 UTC MAIN commitmail json YAML

doc: Updated graphics/gimp-fix-ca to 3.0.2

(tnn)

2020-08-18 05:02:21 UTC MAIN commitmail json YAML

gimp-fix-ca: FETCH_BEFORE_ARGS is not package settable. Set LICENSE.

While here update to latest version. Changes unknown.

(tnn)

2020-08-18 04:51:52 UTC MAIN commitmail json YAML

doc: Updated textproc/markdown-mode to 2.4

(tnn)

2020-08-18 04:49:39 UTC MAIN commitmail json YAML

markdown-mode: update to 2.4.

Change MASTER_SITE to author's github.

Breaking changes:
  GNU Emacs 25.1 or later is required. And xemacs support has been dropped
  Face variables, such as markdown-italic-face are now
  obsolete. Use face names directly in code and customizations.
  The face names themselves are unaffected, so this shouldn't
  affect most users.
  Delete obsoleted aliases
  Internal variables markdown-font-lock-keywords-basic and
  gfm-font-lock-keywords are now obsolete.
  markdown-font-lock-keywords is now used instead, but users
  should use font-lock-add-keywords instead of modifying this
  variable.
  markdown-mode now adds entries to the beginning of
  auto-mode-alist rather than the end. If you were relying on
  the previous behavior in order to override these entries, you
  should fix the problem by following best practice and ensuring
  that your user configuration is loaded after the autoloads for
  markdown-mode are evaluated. (GH-331, GH-335)
  Point at the end of fenced code blocks is no-longer considered
  part of the code block ([GH-#349][]).
  Enable markdown-fontify-code-blocks-natively in gfm-view-mode. ([GH-#451][])

New features:
  GFM task list item (checkbox) insertion with C-c C-s [, or
  as a final fallback for markdown-do (C-c C-d). Thanks to
  Akinori Musha for a patch. (GH-229)
  Optionally move leading atx heading markup to the left margin
  when markdown-marginalize-headers is non-nil. Thanks to
  Alexis Gallagher for a patch. (GH-272, GH-274)
  Added pipe table editing features. Thanks to Dmitry Safronov
  for a patch. (GH-171, GH-266)
  Font lock for HTML tags and attributes, with new faces
  markdown-html-tag-name-face,
  markdown-html-tag-delimiter-face,
  markdown-html-attr-name-face, and
  markdown-html-attr-value-face. (GH-249)
  Font lock for HTML entities, with a new face
  markdown-html-entity-face.
  Scale down large inline images using markdown-max-image-size,
  a cons cell of the form (max-width . max-height).
  Added read-only viewing modes markdown-view-mode and
  gfm-view-mode with keymaps similar to view-mode and
  help-mode. (GH-296)
  Optionally add footnote definitions to the end of the imenu
  index using markdown-add-footnotes-to-imenu. (GH-235)
  Add custom variables markdown-xhtml-body-preamble and
  markdown-xhtml-body-epilogue for wrapping additional XHTML
  tags around the output. (GH-280, GH-281)
  Add markdown-unused-refs command to list and clean up unused
  references (available via C-c C-c u). (GH-322)
  Add markdown-insert-table (C-c C-s t) for interactive
  table insertion. (GH-369)
  Add markdown-kill-outline and markdown-kill-block functions.
  Added markdown-display-remote-images for viewing remote
  images. Thanks to Sean Allread for the patch. (GH-378)
  markdown-back-to-heading can be used as command (GH-415)

(tnn)

2020-08-18 04:41:02 UTC MAIN commitmail json YAML

TODO: add note about math/py-scipy12 removal

(tnn)

2020-08-18 04:36:57 UTC MAIN commitmail json YAML

gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update

(tnn)

2020-08-18 04:35:39 UTC MAIN commitmail json YAML

2020-08-18 04:02:03 UTC MAIN commitmail json YAML

doc: remove lang/java-{lang,vm}-spec

(tnn)

2020-08-18 04:00:06 UTC MAIN commitmail json YAML

lang/java-{vm,lang}-spec: remove these packages

They have not been kept up to-date for ~20 years and
are essentially just an outdated offline mirror of the
Website https://docs.oracle.com/javase/specs/, which
is trivial for the user to mirror themself if they wish.

(tnn)

2020-08-18 03:44:53 UTC MAIN commitmail json YAML

putty: define -DHAVE_NO_SETRESUID on NetBSD

(tnn)

2020-08-18 03:40:21 UTC MAIN commitmail json YAML

doc: updated x11/modeline, fonts/go-ttf

(tnn)

2020-08-18 03:30:04 UTC MAIN commitmail json YAML

dkim-milter: NOT_FOR_UNPRIVILEGED (because of PKG_DESTDIR_SUPPORT=destdir)

(tnn)

2020-08-18 03:27:49 UTC MAIN commitmail json YAML

2020-08-18 02:50:51 UTC MAIN commitmail json YAML

openrct2: package requires an Internet connection to build, add comment

Normally I would just mark it BROKEN but it seems to actually verify
the checksum of the file it tries to fetch during install stage.
Still, this needs to be fixed.

(tnn)

2020-08-18 02:40:08 UTC MAIN commitmail json YAML

courier-imap: cannot be built in unprivileged mode

(tnn)

2020-08-18 02:35:25 UTC MAIN commitmail json YAML

go-ttf: update to 2.008

Change pkgsrc versioning scheme to match upstream's.

Bigelow & Holmes have prepared new versions of the Go Fonts. The version
numbers have changed from 2.004 to 2.008. ChangeLog:

* New! 2 new fonts, bringing the total to 12: Go Smallcaps and Go
  Smallcaps Italic.
* New! U+FFFD REPLACEMENT CHARACTER glyph added.
* U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE ring tweaked.
* U+00F0 LATIN SMALL LETTER ETH glyph lightened.
* Superfluous U+0005 <control> glyph removed.
* Split integral, chart draw, block, shade and related glyphs now span
  the full height and have fewer seams when tiled.
* Raised most capital letter diacritics and some lowercase diacritics.
* Mono character widths fixed to be uniform.
* Underline position adjusted.
* SFNT glyph order and cmap table optimized.
* SFNT glyph names (post table) regularized, consistent with the AGLFN.
* ttfautohint upgraded to the latest version, from 1.5 to 1.6.

(tnn)

2020-08-18 02:17:26 UTC MAIN commitmail json YAML

icb: fix building on modern mainstream Linux distros

Committed on the off chance someone else may want to run this on modern
Linux. Tested on Debian 9 and Fedora 29 through 32.

(gutteridge)

2020-08-18 02:12:44 UTC MAIN commitmail json YAML

2020-08-18 02:06:38 UTC MAIN commitmail json YAML

syntax-highlighting: skip a portability check

(tnn)

2020-08-18 02:06:09 UTC MAIN commitmail json YAML

syntax-highlighting/DESCR: reflow text to 80 columns wide

(tnn)

2020-08-18 02:01:43 UTC MAIN commitmail json YAML

modeline: update to 20060709

The distfile changed on the MASTER_SITE back in 2006 so the checksum
didn't match for the past 14 years or so.
Change seems to be to fix a float cast warning.

(tnn)

2020-08-18 01:46:07 UTC MAIN commitmail json YAML

2020-08-18 01:17:05 UTC MAIN commitmail json YAML

2020-08-18 01:16:13 UTC MAIN commitmail json YAML

Update to wagtail-2.10:

* Added Django 3.1 support (Matt Westcott, Karl Hobley)
* Removed support for Python 3.5
* Implemented configurable moderation workflow (Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott, Dan Braghis)
* Implemented phrase searching and structured search query expressions (Karl Hobley)
* Add ability to import redirects from an uploaded file (CSV, TSV, XLS, and XLSX) (Martin Sandström)
* Added `webpquality` and `format-webp-lossless` image filters and `WAGTAILIMAGES_WEBP_QUALITY` setting (Nikolay Lukyanov)
* Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
* Added filtering to locked pages report (Karl Hobley)
* Adds ability to view a group's users via standalone admin URL and a link to this on the group edit view (Karran Besen)
* Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
* Added `next_url` keyword argument on `register_page_listing_buttons` and `register_page_listing_more_buttons` hooks (Ascani Carlo, Matt Westcott, LB (Ben Johnston))
* `AbstractEmailForm` will use `SHORT_DATETIME_FORMAT` and `SHORT_DATE_FORMAT` Django settings to format date/time values in email (Haydn Greatnews)
* `AbstractEmailForm` now has a separate method (`render_email`) to build up email content on submission emails (Haydn Greatnews)
* Add `pre_page_move` and `post_page_move` signals (Andy Babic)
* Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
* Upgrade internal JS tooling; Node v10, Gulp v4 & Jest v23 (Jim Jazwiecki, Kim LaRocca, Thibaud Colas)
* Add `after_publish_page`, `before_publish_page`, `after_unpublish_page` & `before_unpublish_page` hooks (Jonatas Baldin, Coen van der Kamp)
* Add convenience `page_url` shortcut to improve how page URLs can be accessed from site settings in Django templates (Andy Babic)
* Show more granular error messages from Pillow when uploading images (Rick van Hattem)
* Add ordering to `Site` object, so that index page and `Site` switcher will be sorted consistently (Coen van der Kamp, Tim Leguijt)
* Add Reddit to oEmbed provider list (Luke Hardwick)
* Add ability to replace the default Wagtail logo in the userbar, via `branding_logo` block (Meteor0id)
* Remove sticky footer on small devices, so that content is not blocked and more easily editable (Saeed Tahmasebi)
* Add `alt` property to `ImageRenditionField` api representation (Liam Mullens)
* Add `purge_revisions` management command to purge old page revisions (Jacob Topp-Mugglestone, Tom Dyson)
* Render the Wagtail User Bar on non `Page` views (Caitlin White, Coen van der Kamp)
* Add ability to define `form_classname` on `ListBlock` & `StreamBlock` (LB (Ben Johnston))
* Add documentation about how to use `Rustface` for image feature detection (Neal Todd)
* Improve performance of public/not_public queries in `PageQuerySet` (Timothy Bautista)
* Add `add_redirect` static method to `Redirect` class for programmatic redirect creation (Brylie Christopher Oxley, Lacey Williams Henschel)
* Add reference documentation for `wagtail.contrib.redirects` (LB (Ben Johnston))
* `bulk_delete` page permission is no longer required to move pages, even if those pages have children (Robert Rollins, LB (Ben Johnston))
* Add `after_edit_snippet`, `after_create_snippet` and `after_delete_snippet` hooks and documentation (Kalob Taulien)
* Improve performance of empty search results by avoiding downloading the entire search index in these scenarios (Lars van de Kerkhof, Coen van der Kamp)
* Replace `gulp-sass` with `gulp-dart-sass` to improve core development across different platforms (Thibaud Colas)
* Add SVG icons to resolve accessibility and customisation issues and start using them in a subset of Wagtail's admin (Coen van der Kamp, Scott Cranfill, Thibaud Colas, Dan Braghis)
* Switch userbar and header H1s to use SVG icons (Coen van der Kamp)
* Remove markup around rich text rendering by default, provide a way to use old behaviour via `wagtail.contrib.legacy.richtext` (Coen van der Kamp, Dan Braghis)
* Apply title length normalisation to improve ranking on PostgreSQL search (Karl Hobley)
* Add `WAGTAIL_TIME_FORMAT` setting (Jacob Topp-Mugglestone)
* Allow omitting the default editor from `WAGTAILADMIN_RICH_TEXT_EDITORS` (Gassan Gousseinov)
* Disable password auto-completion on user creation form (Samir Shah)
* Upgrade jQuery to version 3.5.1 to reduce penetration testing false positives (Matt Westcott)
* Add ability to extend `EditHandler` without a children attribute (Seb Brown)
* `Page.objects.specific` now gracefully handles pages with missing specific records (Andy Babic)
* StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
* Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
* Deprecate use of unidecode within form builder field names (Michael van Tellingen, LB (Ben Johnston))
* Improve error feedback when editing a page with a missing model class (Andy Babic)
* Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
* Add skip link for keyboard users to bypass Wagtail navigation in the admin (Martin Coote)
* Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
* Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
* Fix: Support IPv6 domain (Alex Gleason, Coen van der Kamp)
* Fix: Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
* Fix: `AbstractEmailForm` saved submission fields are now aligned with the email content fields, `form.cleaned_data` will be used instead of `form.fields` (Haydn Greatnews)
* Fix: Removed ARIA `role="table"` from TableBlock output (Thibaud Colas)
* Fix: Set Cache-Control header to prevent page preview responses from being cached (Tomas Walch)
* Fix: Accept unicode characters in slugs on the "copy page" form (François Poulain)
* Fix: Remove top padding when `FieldRowPanel` is used inside a `MultiFieldPanel` (Jérôme Lebleu)
* Fix: Add Wagtail User Bar back to page previews and ensure moderation actions are available (Coen van der Kamp)
* Fix: Resolve issue where queryset annotations were lost (e.g. `.annotate_score()`) when using specific models in page query (Dan Bentley)
* Fix: Prevent date/time picker from losing an hour on losing focus when 12-hour times are in use (Jacob Topp-Mugglestone)
* Fix: Strip out HTML tags from `RichTextField` & `RichTextBlock` search index content (Timothy Bautista)
* Fix: Avoid using null on string `Site.site_name` blank values to avoid different values for no name (Coen van der Kamp)
* Fix: Fix deprecation warnings on Elasticsearch 7 (Yngve Høiseth)
* Fix: Remove use of Node.forEach for IE 11 compatibility in admin menu items (Thibaud Colas)
* Fix: Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston))
* Fix: `wagtail.contrib.sitemaps` no longer depends on SiteMiddleware (Matt Westcott)
* Fix: Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott)
* Fix: Image / document forms now display non-field errors such as `unique_together` constraints (Matt Westcott)
* Fix: Make "Site" chooser in site settings translateable (Andreas Bernacca)
* Fix: Add missing dropdown icons to image upload, document upload, and site settings screens (Andreas Bernacca)
* Fix: Prevent snippets’ bulk delete button from being present for screen reader users when it’s absent for sighted users (LB (Ben Johnston))
* Fix: Fix group permission checkboxes not being clickable in IE11 (LB (Ben Johnston))

(joerg)

2020-08-18 01:09:33 UTC MAIN commitmail json YAML

mjpegtools: add missing REPLACE_BASH. Bump.

(tnn)

2020-08-18 01:01:56 UTC MAIN commitmail json YAML

2020-08-18 00:42:27 UTC MAIN commitmail json YAML

tiff: explicitly pass --disable-webp. Bump rev.

We don't want it to randomly pick up system libwebp on Linux.
If there is a use case for webp compression here it should use the
pkgsrc library.

Reported-by: "Dr. Thomas Orgis" <thomas.orgis@uni-hamburg.de>

(tnn)

2020-08-18 00:35:20 UTC MAIN commitmail json YAML

unicorn: skip portability check for install-cmocka-linux.sh

(tnn)

2020-08-18 00:30:13 UTC MAIN commitmail json YAML

2020-08-17 21:21:59 UTC MAIN commitmail json YAML

doc: Updated net/stagit-gopher to 0.9.4

(leot)

2020-08-17 21:21:48 UTC MAIN commitmail json YAML

stagit-gopher: Update to 0.9.4

Changes:
0.9.4
-----
- Fix for showing the entry on the files page of submodules for bare
  repositories, thanks kst!
- There is now a separate Atom feed for tags called "tags.xml". This should make
  it easier to track only software releases if using an RSS/Atom reader.
- The ordering of tags are now by commit date (descending). So it will now sort
  by most recent first. The previous behaviour was to sort alphabetically by tag
  name, but many projects use numeric versions which don't sort in a useful/clear
  order.
- For OpenBSD: remove unveil(2) for stagit-index, because unveil(2) has an
  argument limit. Now more than ~128 repositories for the index are supported.
  Per repository stagit will still use unveil(2).

(leot)

2020-08-17 21:00:14 UTC MAIN commitmail json YAML

doc: Updated www/stagit to 0.9.4

(fcambus)

2020-08-17 20:59:54 UTC MAIN commitmail json YAML

stagit: update to 0.9.4.

ChangeLog:

- fix a small memleak in writeatom()
- stagit-index: remove unveil support for argv
- fix submodule lookup in bare repos
- regression: do not show unset or empty tags
- refactor get reference, add another feed for tags/releases
- sort branches and tags by time (descending)

(fcambus)

2020-08-17 20:59:31 UTC MAIN commitmail json YAML

security/py-u2f: Mark test dependencies formally as such.

(riastradh)

2020-08-17 20:57:44 UTC MAIN commitmail json YAML

2020-08-17 20:37:53 UTC MAIN commitmail json YAML

xentools411: fix build with SSP

The stacksize limit causes a warning, which -Werror transforms to a build
failure. Remove it.

This package has more problems:

During installation, I see:
env: python: No such file or directory

and it's not RELRO safe (LDFLAGS are ignored for
lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms
lib/libfsimage.so.1.0.0
libexec/xen/boot/xen-shim
).

(wiz)

2020-08-17 20:20:41 UTC MAIN commitmail json YAML

2020-08-17 20:19:01 UTC MAIN commitmail json YAML

libvirt: skip portability check on HTML file

(wiz)

2020-08-17 20:14:55 UTC MAIN commitmail json YAML

2020-08-17 17:44:25 UTC MAIN commitmail json YAML

doc: Updated textproc/split-thai to 0.4

(scole)

2020-08-17 17:43:15 UTC MAIN commitmail json YAML

Update to 0.4
- always use pkgsrc path for swath for st-swath script
- make splitting of numbers a little more consistent for st-emacs & st-icu
- add split-thai, split-thai-line, wrapper functions to emacs lisp code

(scole)

2020-08-17 15:23:28 UTC MAIN commitmail json YAML

fontconfig: remove libuuid bl3 inclusion in buildlink3.mk

libuuid is marked as a private dependency and it is an implementation
detail.

On some platforms (e.g. NetBSD) by including libuuid bl3 fonts/fontconfig was
unconditionally installed due that.

Problem originally analyzed by <wiz> in:

<pkg/2019/06/19/msg021438.html>">https://mail-index.NetBSD.org/tech-pkg/2019/06/19/msg021438.html>

And change proposed on tech-pkg@:

<pkg/2020/07/13/msg023550.html>">https://mail-index.NetBSD.org/tech-pkg/2020/07/13/msg023550.html>

Thanks to <wiz> also for reviews, suggestions and discussions!

(leot)

2020-08-17 13:20:07 UTC MAIN commitmail json YAML

TODO: remove link to outdated-perl-packages-list

You can create such a list by installing pkgtools/pkg_p5up2date and running

cd /usr/pkgsrc && pkg_p5up2date --cpan-home $HOME/.cpan --output-fmt \
html --no-scan-installed --update-cpan-index --output-file \
$HOME/perl.html

and some post-processing (script available on request).

(wiz)

2020-08-17 13:03:35 UTC MAIN commitmail json YAML

doc: Updated multimedia/hwdecode-demos to 0.9.6p1

(tnn)

2020-08-17 13:02:55 UTC MAIN commitmail json YAML

TODO: -autogen

(tnn)

2020-08-17 12:22:50 UTC MAIN commitmail json YAML

hwdecode-demos: change HOMEPAGE & MASTER_SITE to author's github

Update to latest snapshot which is still 6 years old. Changes unknown.

(tnn)

2020-08-17 10:52:49 UTC MAIN commitmail json YAML

xnibbles: Handle OSS_TYPE=none correctly.

(jperkin)

2020-08-17 10:51:44 UTC MAIN commitmail json YAML

xwave: Handle OSS_TYPE=none correctly.

(jperkin)

2020-08-17 08:45:11 UTC MAIN commitmail json YAML

doc: Updated devel/autogen to 5.18.16

(tnn)

2020-08-17 08:43:07 UTC MAIN commitmail json YAML

autogen: update to 5.18.16

There's no entry in the NEWS file apart from mentioning that
autotools have been refreshed and that it works with guile 2.2.x
which is coincidentally the reason for updating this package.
lang/guile20 just kept segfaulting during install for me.

(tnn)

2020-08-17 07:59:55 UTC MAIN commitmail json YAML

2020-08-17 07:02:25 UTC MAIN commitmail json YAML

2020-08-17 07:01:34 UTC MAIN commitmail json YAML

2020-08-17 07:00:58 UTC MAIN commitmail json YAML

2020-08-17 07:00:32 UTC MAIN commitmail json YAML

devel/py-usb: Update to 1.0.2

Needed for something in the yubikey-manager stack but I forgot what
already and I can't find any obvious release notes, sorry!

(riastradh)

2020-08-17 06:58:32 UTC MAIN commitmail json YAML

security/tor-browser: Add U2F support to NetBSD.

The webauthn API is disabled by default in the Tor Browser:

https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26614

In order to use it, risking the consequences since the Tor Project
has not audited its anonymity properties, you have to explicitly
enable security.webauthn.webauthn=true in about:config.

So if you definitely want to log into a web site using U2F in spite
of that, with location privacy but not anonymity, then these patches
now enable it to work on NetBSD (with the caveat that enabling
security.webauthn.webauthn=true applies also to any web site that
tries to use the webauthn API, not just the ones you want to log
into).

(riastradh)

2020-08-17 06:58:02 UTC MAIN commitmail json YAML

2020-08-17 06:20:47 UTC MAIN commitmail json YAML

doc/TODO: - apache 2.4.46, done

(wiz)

2020-08-17 06:19:50 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.27, hiredis-1.0.0, ilmbase-2.5.3, khal-0.10.2,
  khard-0.17.0, openexr-2.5.3, poppler-20.08.0, protobuf-3.13.0,
  py-google-api-core-1.22.1, py-parso-0.8.0, py-setuptools-49.6.0
  [drops python-2.x support], py-test-cov-2.10.1,
  thunderbird-enigmail-2.1.7.1, tor-browser-https-everywhere-2020.8.13.

(wiz)

2020-08-17 05:31:37 UTC MAIN commitmail json YAML

2020-08-17 05:26:16 UTC MAIN commitmail json YAML

libsndfile: python as tool to appease configure ...

(tnn)

2020-08-17 05:25:48 UTC MAIN commitmail json YAML

libsndfile: needs to buildlink libopus due to visible in .pc file

XXX recursive revbump should be performed once the dust settles

(tnn)

2020-08-17 02:52:52 UTC MAIN commitmail json YAML

2020-08-17 02:43:29 UTC MAIN commitmail json YAML

doc: Updated pkgtools/lintpkgsrc to 4.95

(tnn)

2020-08-17 02:38:54 UTC MAIN commitmail json YAML

lintpkgsrc: update to 4.95

Use xargs when executing digest for -m.
PR pkg/48335: error when using -m and too many files in DISTDIR

(tnn)