nanoem
nanoem copied to clipboard
Bump libc from 0.2.132 to 0.2.135 in /rust
Bumps libc from 0.2.132 to 0.2.135.
Release notes
Sourced from libc's releases.
0.2.135
What's Changed
- Deploy GitHub Pages via GitHub Actions by
@JohnTitor
in rust-lang/libc#2933- mmap/madvise specific solaris additional flags. by
@devnexen
in rust-lang/libc#2922- linux add ptrace_rseq_configuration by
@devnexen
in rust-lang/libc#2923- Update FreeBSD 13 CI image to 13.1 by
@asomers
in rust-lang/libc#2936- add major/minor/makedev on apple OSes by
@SteveLauC
in rust-lang/libc#2937- gha: Downgrade macOS image to 11 as workaround by
@JohnTitor
in rust-lang/libc#2939- GitHub Workflows security hardening by
@sashashura
in rust-lang/libc#2938- Finish darwin os/lock.h bindings by
@thomcc
in rust-lang/libc#2940- solarish amd64 regset constants by
@devnexen
in rust-lang/libc#2930- add fgetpwent_r and fgetgrent_r on GNU/Linux by
@SteveLauC
in rust-lang/libc#2943- Don't link against iconv on apple targets when used by
std
by@thomcc
in rust-lang/libc#2944- os_log/signpost for apple api subset by
@devnexen
in rust-lang/libc#2946- add euidaccess and eaccess on gnu/musl linux by
@SteveLauC
in rust-lang/libc#2947- add xfs super magic to android targets by
@MrCroxx
in rust-lang/libc#2949- add missing STATX_ATTR_* constants on gnu/linux by
@SteveLauC
in rust-lang/libc#2941- add faccessat on illumos/solaris and euidaccess on solaris by
@SteveLauC
in rust-lang/libc#2953- add eaccess on freebsd and dragonfly by
@SteveLauC
in rust-lang/libc#2952- Ignore
i686-linux-android
on bors by@JohnTitor
in rust-lang/libc#2954- Bump to 0.2.135 by
@MrCroxx
in rust-lang/libc#2951New Contributors
@sashashura
made their first contribution in rust-lang/libc#2938@MrCroxx
made their first contribution in rust-lang/libc#2949Full Changelog: https://github.com/rust-lang/libc/compare/0.2.134...0.2.135
0.2.134
What's Changed
- refactor: use grep -E instead of egrep by
@kxxt
in rust-lang/libc#2916- Exposed malloc_size on Mac by
@naricc
in rust-lang/libc#2921- fs: add NSFS_MAGIC constant by
@tammela
in rust-lang/libc#2928- CPU_SETSIZE constant to dragonflybsd. by
@devnexen
in rust-lang/libc#2925- Update Docker image to Ubuntu 22.04 by
@JohnTitor
in rust-lang/libc#2915- Use
::Option
and notOption
forpthread_jit_write_callback_t
by@thomcc
in rust-lang/libc#2931- Prepare 0.2.134 release by
@JohnTitor
in rust-lang/libc#2932New Contributors
@kxxt
made their first contribution in rust-lang/libc#2916@naricc
made their first contribution in rust-lang/libc#2921@tammela
made their first contribution in rust-lang/libc#2928Full Changelog: https://github.com/rust-lang/libc/compare/0.2.133...0.2.134
0.2.133
What's Changed
- freebsd adding ptsname_r by
@devnexen
in rust-lang/libc#2878- openbsd: ignore ci error about unexistent KERN_NSELCOLL constant by
@semarie
in rust-lang/libc#2879- Add ENOTSUP constant for riscv32/musl by
@kraj
in rust-lang/libc#2884
... (truncated)
Commits
88b2ed2
Auto merge of #2951 - MrCroxx:xx/bump-to-135, r=JohnTitor49c5419
Auto merge of #2954 - JohnTitor:ignore-i686-android, r=JohnTitor424a589
Ignore Android targets on borsfe4f6d7
Auto merge of #2952 - SteveLauC:eaccess-on-freebsd-and-dragonfly, r=JohnTitor0f5ee7a
Auto merge of #2953 - SteveLauC:faccessat-on-illumos-and-solaris, r=JohnTitoraa915ee
add faccessat on illumos/solaris and euidaccess on solarisa36515f
add eaccess on freebsd and dragonfly598b82f
bump to 0.2.1358dcd556
Auto merge of #2941 - SteveLauC:statx-constants-on-gnu-linux, r=JohnTitorf064e97
Auto merge of #2949 - MrCroxx:xx/android-xfs-super-magic, r=JohnTitor- Additional commits viewable in compare view
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)