Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update rust crate nix to 0.29.0#1180

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicholasbishop merged 1 commit intomainfromrenovate/nix-0.x
May 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

PackageTypeUpdateChange
nixdependenciesminor0.28.0 ->0.29.0

Release Notes

nix-rust/nix (nix)

v0.29.0

Compare Source

Added
  • Addgetregset()/setregset() for Linux/glibc/x86/x86_64/aarch64/riscv64 and
    getregs()/setregs() for Linux/glibc/aarch64/riscv64
    (#​2044)
  • Add socket option Ipv6Ttl for apple targets.
    (#​2287)
  • Add socket option UtunIfname.
    (#​2325)
  • make SigAction repr(transparent) & can be converted to the libc raw type
    (#​2326)
  • AddFrom trait implementation for conversions betweensockaddr_in and
    SockaddrIn,sockaddr_in6 andSockaddrIn6
    (#​2328)
  • Add socket option ReusePortLb for FreeBSD.
    (#​2332)
  • Added support for openat2 on linux.
    (#​2339)
  • Add if_indextoname function.
    (#​2340)
  • Addmount andunmount API for apple targets.
    (#​2347)
  • Added_PC_MIN_HOLE_SIZE forpathconf andfpathconf.
    (#​2349)
  • Addedimpl AsFd for pty::PtyMaster
    (#​2355)
  • Addopen flagO_SEARCH to AIX, Empscripten, FreeBSD, Fuchsia, solarish,
    WASI (#​2374)
  • Add prctl functionprctl_set_vma_anon_name for Linux/Android.
    (#​2378)
  • Addsync(2) forapple_targets/solarish/haiku/aix/hurd,syncfs(2) for
    hurd andfdatasync(2) foraix/hurd
    (#​2379)
  • Add fdatasync support for Apple targets.
    (#​2380)
  • Addfcntl::OFlag::O_PATH for FreeBSD and Fuchsia
    (#​2382)
  • AddedPathconfVar::MIN_HOLE_SIZE for apple_targets.
    (#​2388)
  • Addopen flagO_SEARCH to apple_targets
    (#​2391)
  • O_DSYNC may now be used withaio_fsync andfcntl on FreeBSD.
    (#​2404)
  • AddedFlock::relock for upgrading and downgrading locks.
    (#​2407)
Changed
  • Change theForkptyResult type to the following repr so that the
    uninitialized
    master field won't be accessed in the child process:

    pubenumForkptyResult{Parent{child:Pid,master:OwnedFd,},Child,}```([#​2315](https://togithub.com/nix-rust/nix/pull/2315))
  • Updatedcfg_aliases dependency from version 0.1 to 0.2
    (#​2322)

  • Change the signature ofptrace::write andptrace::write_user to make them
    safe (#​2324)

  • Allow use ofSignalFd through shared reference

    Like with many other file descriptors, concurrent use of signalfds is safe.
    Changing the signal mask of and reading signals from a signalfd can now be
    done
    with theSignalFd API even if other references to it exist.
    (#​2367)

  • Changed tee, splice and vmsplice RawFd arguments to AsFd.
    (#​2387)

  • Added I/O safety to the sys/aio module. Most functions that previously
    accepted aAsRawFd argument now accept anAsFd instead.
    (#​2401)

  • RecvMsg::cmsgs() now returns aResult, and checks that cmsgs were not
    truncated. (#​2413)

Fixed
  • No longer panics when thefanotify queue overflows.
    (#​2399)
  • Fixed ControlMessageOwned::UdpGroSegments wrapped type from u16 to i32 to
    reflect the used kernel's one.
    (#​2406)

Configuration

📅Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated byMend Renovate. View repository job loghere.

@nicholasbishopnicholasbishop added this pull request to themerge queueMay 27, 2024
Merged via the queue intomain with commit77244a7May 27, 2024
@nicholasbishopnicholasbishop deleted the renovate/nix-0.x branchMay 27, 2024 17:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@nicholasbishop

[8]ページ先頭

©2009-2025 Movatter.jp