jobserver-rs
jobserver-rs copied to clipboard
Bump libc from 0.2.153 to 0.2.155
Bumps libc from 0.2.153 to 0.2.155.
Release notes
Sourced from libc's releases.
0.2.155
What's Changed
- Add
SYS_lseek
andSYS_mmap
for aarch64 Android by@lberrymage
in rust-lang/libc#3632- Correct the value of FAN_MARK_IGNORE by
@severen
in rust-lang/libc#3622- Update FreeBSD 13 CI image by
@JohnTitor
in rust-lang/libc#3671- android: add FUTEX_LOCK_PI2 by
@rtzoeller
in rust-lang/libc#3635- Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by
@purplesyringa
in rust-lang/libc#3676- Revert "Support posix_spawn on Android" by
@JohnTitor
in rust-lang/libc#3678- Unlock ci: fix wrong cfg emscripten by
@tesuji
in rust-lang/libc#3684- redox: correct EPOLL constants by
@jackpot51
in rust-lang/libc#3686- [0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by
@cuviper
in rust-lang/libc#3708- Re-add
posix_spawn{_file_actions_t,attr_t}
on Android by@tesuji
in rust-lang/libc#3690- Update version to
0.2.155
by@madsmtm
in rust-lang/libc#3682New Contributors
@lberrymage
made their first contribution in rust-lang/libc#3632@purplesyringa
made their first contribution in rust-lang/libc#3676Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155
0.2.154
What's Changed
- Fix CI on v0.2 by
@JohnTitor
in rust-lang/libc#3589- [Backport #3547] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY by
@Dirreke
in rust-lang/libc#3572- Add Linux riscv64 HWCAP defines (libc-0.2) by
@Xeonacid
in rust-lang/libc#3580- Add missing MIPS R6 FS_IOC_* definitions by
@chenx97
in rust-lang/libc#3591- Support posix_spawn on Android by
@pcc
in rust-lang/libc#3602- [0.2] Fix libc-tests for loongarch64 by
@heiher
in rust-lang/libc#3607- visionOS Support by
@agg23
in rust-lang/libc#3568- [0.2] linux/musl: Add support for LoongArch64 by
@heiher
in rust-lang/libc#3606- v0.2: Fix c_char on AIX by
@taiki-e
in rust-lang/libc#3662- solarish adding SO_EXCLBIND constant. by
@devnexen
in rust-lang/libc#3651- [0.2] Add SIG constants to espidf by
@Tevz-Beskovnik
in rust-lang/libc#3658- add all android sysconf constants by
@fkm3
in rust-lang/libc#3656- feat: more _PC_XXX constants for apple targets by
@SteveLauC
in rust-lang/libc#3649- feat: O_EXEC/O_SEARCH for apple platforms by
@SteveLauC
in rust-lang/libc#3668- [0.2] Add constant AT_MINSIGSTKSZ by
@ur4t
in rust-lang/libc#3637- Haiku: synchronize with post R1-beta 4 changes in libc by
@nielx
in rust-lang/libc#3638- adding getentropy/getrandom to dragonflybsd. by
@devnexen
in rust-lang/libc#3618- Move strftime, strftime_l, strptime to linux_like by
@pcc
in rust-lang/libc#3600- update crate version to 0.2.154 by
@Dirreke
in rust-lang/libc#3573New Contributors
@pcc
made their first contribution in rust-lang/libc#3602@agg23
made their first contribution in rust-lang/libc#3568@Tevz-Beskovnik
made their first contribution in rust-lang/libc#3658@ur4t
made their first contribution in rust-lang/libc#3637Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154
Commits
7df63bd
Merge pull request #3682 from madsmtm/new-version0bbb5cd
Merge pull request #3690 from tesuji/android-posix-spawn15c74a4
Update version to 0.2.155664947b
Merge pull request #3708 from cuviper/ci-sparc64-0.261331df
Also skipMFD_EXEC
andMFD_NOEXEC_SEAL
on sparc6473d2004
SkipSECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
on sparc6480535f3
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64b2b2fd7
Readd posix_spawn{_file_actions_t,attr_t} on Android7646277
Merge pull request #3686 from redox-os/redox-epoll-0.25eff703
redox: correct EPOLL constants- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.