NOBLES5E / cproxy

Easy per application transparent proxy built on cgroup.
GNU Affero General Public License v3.0
358 stars 16 forks source link

Bump nix from 0.22.1 to 0.23.0 #34

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nix from 0.22.1 to 0.23.0.

Changelog

Sourced from nix's changelog.

[0.23.0] - 2021-09-28

Added

  • Added the LocalPeerCred sockopt. (#1482)
  • Added TimeSpec::from_duration and TimeSpec::from_timespec (#1465)
  • Added IPV6_V6ONLY sockopt. (#1470)
  • Added impl From<User> for libc::passwd trait implementation to convert a User into a libc::passwd. Consumes the User struct to give ownership over the member pointers. (#1471)
  • Added pthread_kill. (#1472)
  • Added mknodat. (#1473)
  • Added setrlimit and getrlimit. (#1302)
  • Added ptrace::interrupt method for platforms that support PTRACE_INTERRUPT (#1422)
  • Added IP6T_SO_ORIGINAL_DST sockopt. (#1490)
  • Added the PTRACE_EVENT_STOP variant to the sys::ptrace::Event enum (#1335)
  • Exposed SockAddr::from_raw_sockaddr (#1447)
  • Added TcpRepair (#1503)
  • Enabled pwritev and preadv for more operating systems. (#1511)
  • Added support for TCP_MAXSEG TCP Maximum Segment Size socket options (#1292)
  • Added Ipv4RecvErr and Ipv6RecvErr sockopts and associated control messages. (#1514)
  • Added AsRawFd implementation on PollFd. (#1516)
  • Added Ipv4Ttl and Ipv6Ttl sockopts. (#1515)
  • Added MAP_EXCL, MAP_ALIGNED_SUPER, and MAP_CONCEAL mmap flags, and exposed MAP_ANONYMOUS for all operating systems. (#1522) (#1525) (#1531) (#1534)
  • Added read/write accessors for 'events' on PollFd. (#1517)

Changed

... (truncated)

Commits


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)