Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase mainline #11

Merged
merged 66 commits into from
Nov 2, 2021
Merged

rebase mainline #11

merged 66 commits into from
Nov 2, 2021

Conversation

garrett528
Copy link

No description provided.

chrisnovakovic and others added 30 commits September 13, 2021 07:46
The test program that is used at compile-time to detect whether zlib is
available fails to compile due to `NULL` being undefined:

```
_mkltmpyos55w.c:5:20: error: use of undeclared identifier 'NULL'
     z_stream *p = NULL;
                   ^
1 error generated.
```

This means that zlib availability is only automatically detected when
using pkg-config.

Import `stddef.h` (which defines `NULL`) in the test program, allowing
zlib to be automatically detected via a compilation check.
 - Verify artifact file contents and architectures.
 - Verify that artifact attributes match.
 - Get README, CONFIG,.. etc, from artifacts instead of local source tree
   (which may not match the released version).
(Skipping 1.8.1 due to dotnet release with that number)
…brew

Homebrew is fantastically slow to update to Travis-CI, and it is burning
build credits like crazy.
…SRG cert expiry

.. which causes older versions of OpenSSL+curl to fail to download OpenSSL..
URL: https://github.com/DaveGamble/cJSON
Tag: v1.7.14
SHA: d2735278ed1c2e4556f53a7a782063b31331dbf7
edenhill and others added 25 commits October 28, 2021 11:47
This removes the internal loopback connections (one per known broker)
that were previously used to trigger io-based queue wakeups.
This makes it easier to use Bash on Windows where a prefixing / is translated
into the MinGW32 file system root.
AWS_MSK_IAM is a new SASL mechanism for
authenticating clients to AWS MSK Kafka
clusters and use IAM-based controls to
set Kafka ACLs and permissions. This change
provides support to allow clients to pass
AWS credentials at runtime which is used
to build the SASL payload and authenticate
clients to IAM enabled MSK clusters. It adds
a new SASL mechanism, AWS_MSK_IAM, as well
as configuration options to set the following:
* AWS access key id
* AWS secret access key
* AWS region
* AWS security token
The SASL handshake requires a specific payload
that is described here:
https://github.com/aws/aws-msk-iam-auth
@garrett528 garrett528 merged commit ee3d319 into master Nov 2, 2021
@garrett528 garrett528 deleted the edenhill/master branch November 2, 2021 15:24
garrett528 added a commit that referenced this pull request Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants