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

Bump libc from 0.2.97 to 0.2.102 #1007

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2021

Bumps libc from 0.2.97 to 0.2.102.

Release notes

Sourced from libc's releases.

0.2.102

Bump patch version to 0.2.102.

0.2.100

Bump patch version to 0.2.100.

0.2.99

Bump patch version to 0.2.99.

0.2.98

Bump patch version to 0.2.98.

Commits
  • e2aabf1 Auto merge of #2383 - luqmana:ver-102, r=JohnTitor
  • e0670c1 Auto merge of #2389 - devnexen:macos_sysdir_api, r=Amanieu
  • 590e69f Auto merge of #2400 - rtzoeller:android_sched_reset_on_fork, r=Amanieu
  • d099c99 SCHED_RESET_ON_FORK is defined on Android
  • b1c89cc Auto merge of #2398 - coolreader18:redox-clock, r=Amanieu
  • 82a3396 Auto merge of #2390 - sunfishcode:sunfishcode/linux-pollrdhup, r=JohnTitor
  • fe6531e Auto merge of #2396 - ivmarkov:master, r=JohnTitor
  • 5fb0c2e Deprecate Linux's POLLRDHUP.
  • 8c5efbf Auto merge of #2397 - devnexen:netbsd_map_stack, r=JohnTitor
  • 85f2502 Add more redox clock constants
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2021
@jcape
Copy link
Contributor

jcape commented Sep 17, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/libc-0.2.102 branch from 078e581 to d41fc47 Compare September 17, 2021 19:35
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.97 to 0.2.102.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.97...0.2.102)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libc-0.2.102 branch from d41fc47 to cd742ac Compare September 17, 2021 19:42
@jcape
Copy link
Contributor

jcape commented Sep 17, 2021

Actual changes to upstream (there don't appear to be any human-readable release notes): rust-lang/libc@0.2.97...0.2.102

@jcape jcape requested a review from a team September 17, 2021 20:41
@jcape jcape self-assigned this Sep 17, 2021
Copy link
Contributor

@jcape jcape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading through the commits between 0.2.97 and 0.2.102, it looks like most of the changes are adding things that weren't previous exported, mainly Android, Apple, and UnheardOfBSD-isms.

The only change that seems like it could be impacting is the mut -> const change in the FD_ISSET() API changes could be significant, but it's unlikely since the underlying GCC impl is

@jcape jcape requested a review from a team September 17, 2021 20:52
@cbeck88
Copy link
Contributor

cbeck88 commented Sep 17, 2021

It is pretty hard to audit the diff, but I agree that this looks safe for us to merge

@jcape
Copy link
Contributor

jcape commented Sep 17, 2021

Yeah, totally agree.

Going forward, I think this is something we should be updating specifically when we have some time before a release (whenever possible).

@jcape jcape merged commit 8d840da into master Sep 17, 2021
@jcape jcape deleted the dependabot/cargo/libc-0.2.102 branch September 17, 2021 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants