syncthing builds with Go 1.15 but panics on startup, which is why my bulk
build has not found this. This will be fixed in the next upstream version.
Discussed with tnn@ and gdt@
* route: ensure IPv4LL routes come last in priority
* DHCP: fix many issues with extending the last lease
* privsep: don't read control group from config in privsep
* privsep: only the master process responds to signals
* privsep: use a socketpair for stderr/stdin rather than dupping /dev/null
* privsep: right limit stdin/stderr/stdout
* privsep: dumping a lease is now run in a sandbox
* options: check if kernel supports INET or INET6 before enabling default
* options: let clientid override a prior duid
* options: allow -1 to represent infinity for requested lease time
* dhcpcd: fix a crash initing a new interface after route overflow
* Linux: fix reading the IPv6 forwarding proc entry
This is slightly tricky because the license is BSDish with extra
terms, and I'd give even odds Debian is or isn't ok with it.
(I don't see any reason to set NO_*_ON_*.)
to match those of ucspi-tcp6 1.11.6, so:
- Fixed problem for sslserver binding to local IPv4 addresses. Improved
selection of IP addresses given the user flags -4/-6 and none.
- Improved sslclient's binding given several hostnames available in DNS.
- Fixed problem for tcpserver binding to local IPv4 addresses. Improved
selection of IP addresses given the user flags -4/-6 and none.
- Improved tcpclient's binding given several hostnames available in DNS.
- Again, changes for dns_ipq.c concerning return codes.
Should have only impact in case using DJB's qualification format.
- Documentation and man page fixes for DNS stub resolver.
- GCC 10 linker warning for external 'ipv4socket' solved.
This release is a patch specifically for the Ruby bindings, which adds two backported PRs:
Backport "Ruby: use absolute module name for request/response namespaces" to 1.31.x (#23830)
Backport "Copy channel args hash before appending ruby user agent" to 1.31.x (#23826)
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/
Makefile.common r. 1.10 expressed this tool dependency using
USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the
build environment as well, which some MATE packages then linked
against, but gettext-libs didn't end up being declared as a run-time
dependency, so binary package installations were broken (with the
workaround of manually installing the undeclared gettext-libs
dependency). Express this dependency differently, so GNU msgfmt is
used as a tool without exposing pkgsrc gettext-libs.
(The pkgsrc tooling infrastruture could be altered to provide a
distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others.
Here I'm just immediately concerned with fixing this packaging issue.)
Addresses PR pkg/55503 by Jay Patel.
Update bind916 to 9.16.5 (BIND 9.16.5).
--- 9.16.5 released ---
5458. [bug] Prevent a theoretically possible NULL dereference caused
by a data race between zone_maintenance() and
dns_zone_setview_helper(). [GL #1627]
5455. [bug] named could crash when cleaning dead nodes in
lib/dns/rbtdb.c that were being reused. [GL #1968]
5454. [bug] Address a startup crash that occurred when the server
was under load and the root zone had not yet been
loaded. [GL #1862]
5453. [bug] named crashed on shutdown when a new rndc connection was
received during shutdown. [GL #1747]
5452. [bug] The "blackhole" ACL was accidentally disabled for client
queries. [GL #1936]
5451. [func] Add 'rndc dnssec -status' command. [GL #1612]
5449. [bug] Fix a socket shutdown race in netmgr udp. [GL #1938]
5448. [bug] Fix a race condition in isc__nm_tcpdns_send().
[GL #1937]
5447. [bug] IPv6 addresses ending in "::" could break YAML
parsing. A "0" is now appended to such addresses
in YAML output from dig, mdig, delv, and dnstap-read.
[GL #1952]
5446. [bug] The validator could fail to accept a properly signed
RRset if an unsupported algorithm appeared earlier in
the DNSKEY RRset than a supported algorithm. It could
also stop if it detected a malformed public key.
[GL #1689]
5444. [bug] 'rndc dnstap -roll <value>' did not limit the number of
saved files to <value>. [GL !3728]
5443. [bug] The "primary" and "secondary" keywords, when used
as parameters for "check-names", were not
processed correctly and were being ignored. [GL #1949]
5441. [bug] ${LMDB_CFLAGS} was missing from make/includes.in.
[GL #1955]
5440. [test] Properly handle missing kyua. [GL #1950]
5439. [bug] The DS RRset returned by dns_keynode_dsset() was used in
a non-thread-safe manner. [GL #1926]
NOTE: This is also an example how you replace a non-working version of a
module dependency with a working one, see the patch to go.mod.
v0.11.1
* Enable custom color themes with the GLAMOUR_STYLE environment variable #
1411
* Fix printing network error in case for failed HTTP requests #1382
* Fix creating gists from stdin with argument #1383
* Correctly report HTTP and Markdown errors in repo view #1403
* Automatically adapt Markdown rendering for light terminal backgrounds #1402
* Enable adding to GO_LDFLAGS without having to replace them all #1379
* gh pr command scriptability improvements #1373
* gh repo command scriptability improvements #1388
* Misc. scriptability improvements #1387
v0.11.0
* Add support for ?shell? aliases #1191
* Add --milestone and --mention filters to gh issue list #644
* Add --web flag to gh issue/pr list #1282
* Add gh api --silent flag to avoid printing HTTP response #1283
* Print issue/PR title in confirmation messages from gh issue close/reopen
and gh pr close/reopen #1337
* Scriptability improvements for gh issue list/view/create commands #1343
* gh pr checkout now prevents flag injection to git checkout via maliciously
crafted head branch name #1365
* gh pr checkout OWNER:BRANCH now avoids clashes with the default branch of a
repository #1365
* gh pr merge now gracefully handles when the merged branch is auto-deleted
on the server per repository settings #1279
* Avoid crash in gh issue close/reopen when issue number is invalid #1328
* Support hosts.yml existing while config.yml does not #1304
* Raise more informative filesystem path error after failing to read or
create the config file #1295
* Avoid warning about missing read:org OAuth scope if the authenticating
token has admin:org #1359
* Improve support for legacy issue and pull request template names #1366
* Document supported environment variables #1370
* Remove the -R, --repo flag mention from commands where it's not applicable
#1253
* Add VS Code example to gh config set documentation #1301
Update bind911 to 9.11.22 (BIND 9.11.22).
--- 9.11.22 released ---
5481. [security] "update-policy" rules of type "subdomain" were
incorrectly treated as "zonesub" rules, which allowed
keys used in "subdomain" rules to update names outside
of the specified subdomains. The problem was fixed by
making sure "subdomain" rules are again processed as
described in the ARM. (CVE-2020-8624) [GL #2055]
5480. [security] When BIND 9 was compiled with native PKCS#11 support, it
was possible to trigger an assertion failure in code
determining the number of bits in the PKCS#11 RSA public
key with a specially crafted packet. (CVE-2020-8623)
[GL #2037]
5476. [security] It was possible to trigger an assertion failure when
verifying the response to a TSIG-signed request.
(CVE-2020-8622) [GL #2028]
5475. [bug] Wildcard RPZ passthru rules could incorrectly be
overridden by other rules that were loaded from RPZ
zones which appeared later in the "response-policy"
statement. This has been fixed. [GL #1619]
5474. [bug] dns_rdata_hip_next() failed to return ISC_R_NOMORE
when it should have. [GL !3880]
5465. [func] Added fallback to built-in trust-anchors, managed-keys,
or trusted-keys if the bindkeys-file (bind.keys) cannot
be parsed. [GL #1235]
5463. [bug] Address a potential NULL pointer dereference when out of
memory in dnstap.c. [GL #2010]
5462. [bug] Move LMDB locking from LMDB itself to named. [GL #1976]
2.2.3:
Bugfixes
* Fix concurrent access to cache file when using tldextract in multiple threads
* Relocate version number, to avoid costly imports
* Catch `IndexError` caused by upstream punycode bug
* Drop support for EOL Python 3.4
* Explain warning better
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
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
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
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.
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.