jobserver-rs
jobserver-rs copied to clipboard
Bump libc from 0.2.153 to 0.2.156
Bumps libc from 0.2.153 to 0.2.156.
Release notes
Sourced from libc's releases.
0.2.156
Added
- Apple: add
F_ALLOCATEPERSIST
- Apple: add
os_sync_wait_on_address
and related definitions- BSD: generalise
IPV6_DONTFRAG
to all BSD targets- FreeBSD/DragonFly: add
IP_RECVTTL
/IPV6_RECVHOPLIMIT
- Hurd: add
XATTR_CREATE
,XATTR_REPLACE
- Linux GNU:
confstr
API and_CS_*
- Linux musl: add
preadv2
andpwritev2
(1.2.5 min.)- VxWorks: add the constant
SOMAXCONN
- VxWorks: add a few errnoLib related constants
Fixed
- Solaris/illumos: Change
ifa_flags
type to u64 for- QNX 7.0: Disable
libregex
Changed
- QNX NTO: update platform support
addr_of!(EXTERN_STATIC)
is now considered safeRemoved
- Apple: remove
rmx_state
Other
- Update or remove CI tests that have been failing
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
... (truncated)
Changelog
Sourced from libc's changelog.
0.2.156 - 2024-08-15
Added
- F_ALLOCATEPERSIST for apple
- IP_RECVTTL/IPV6_RECVHOPLIMIT for FreeBSD/DragonFly
Fixed
- Remove macOS 11 usage on CI
- Allow dead_code lint
Other
- Enable publishing new versions via release-plz
- Add
release-plz
for the 0.2 branch- Merge pull request #3821 from tgross35/backport-celery
- Modify QNX NTO platform support
- Adding constant SOMAXCONN to vxworks
- Add XATTR_CREATE, XATTR_REPLACE
- Change ifa_flags type to u64 for Solaris/illumos
- add confstr API and CS* to linux-gnu
- Merge pull request #3814 from tgross35/backport-hermit
- Merge pull request #3813 from tgross35/backport-futex-constants
- Merge pull request #3812 from tgross35/backport-fbsd-kinfo_file
- Merge pull request #3811 from tgross35/backport-riscv64-clone_args
- Merge pull request #3810 from tgross35/backport-haiku-b_app_image_symbol
- Merge pull request #3807 from sunshowers/illumos-pthread-pick
- vxWorks adding few errnoLib related constants.
- Disable hexagon-unknown-linux-musl testing for now
- Fix FreeBSD 15 CI
- Remove tier 3 targets from CI
- Tweak comment
- Disable
libregex
for QNX 7.0- Reference specific MSRV in comment
addr_of!(EXTERN_STATIC)
is now considered safermx_state
has been removed- skip API that requires a newer macOS SDK in tests
- add
os_sync_wait_on_address
and related definitions- adding preadv2/pwritev2 to linux musl (1.2.5 min.)
- Merge pull request #3716 from devnexen/ipv6_dontfrag
- generalising IPV6_DONTFRAG to all bsd.
- Merge pull request #3715 from tesuji/ci-verbosity
- Merge pull request #3700 from asomers/freebsd-capsicum-libc0.2
- Merge pull request #3738 from operutka/getauxval_uclibc
- Merge pull request #3737 from operutka/si_pid_uclibc
- Merge pull request #3747 from djkoloski/libc-0.2
- Merge pull request #3719 from tesuji/ci-cirrus-cache
- Merge pull request #3750 from SteveLauC/feat/IP_RECVTTL_FreeBSD
Commits
07559cf
Merge pull request #3826 from rust-lang/release-plz-2024-08-15T18-25-24Z4789ece
chore: release38fd1c6
Merge pull request #3825 from tgross35/release-plz-publish5183d23
Enable publishing new versions via release-plz5edf79a
Merge pull request #3823 from tgross35/release-plz-0.2b7e7a55
Addrelease-plz
for the 0.2 branch6b0dbcd
Merge pull request #3821 from tgross35/backport-celery88c4644
Merge pull request #3820 from tgross35/backport-carrots16431da
Modify QNX NTO platform support98f13d9
Adding constant SOMAXCONN to vxworks- 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 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)