meson: check whether gnutls supports TCP fast open#9410
Merged
yuwata merged 1 commit intosystemd:masterfrom Jun 25, 2018
Merged
meson: check whether gnutls supports TCP fast open#9410yuwata merged 1 commit intosystemd:masterfrom
yuwata merged 1 commit intosystemd:masterfrom
Conversation
Member
|
I tested this by changing 3.5.3 to 3.8.3 (higher than what I have installed), and then DNS-over-TLS is properly disabled. Looks like this works as expected. |
Contributor
|
Works fine for me, thanks @yuwata! |
facebook-github-bot
pushed a commit
to facebookarchive/rpm-backports
that referenced
this pull request
Jun 26, 2018
Summary: New upstream release, plus backports of systemd/systemd#9244 systemd/systemd#9247 and systemd/systemd#9410 Reviewed By: jaymzh Differential Revision: D8609874 fbshipit-source-id: a620516cb7bc4305b144c811aa5eac5d19dc8274
yuwata
added a commit
to yuwata/systemd
that referenced
this pull request
Jun 28, 2018
This fixes the following warning: ``` meson.build:1140: WARNING: Trying to compare values of different types (DependencyHolder, list) using !=. The result of this is undefined and will become a hard error in a future Meson release. ``` Follow-up for f02582f(systemd#9410).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9403