Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps smoltcp from 0.7.5 to 0.8.2.

Changelog

Sourced from smoltcp's changelog.

[0.8.2] - 2022-11-27

  • tcp: Fix return value of nagle_enable (#642)
  • tcp: Only clear retransmit timer when all packets are acked (#662)
  • tcp: Send incomplete fin packets even if nagle enabled (#665)
  • phy: Fix mtu calculation for raw_socket (#611)
  • wire: Fix ipv6 contains_addr function (#605)

[0.8.1] - 2022-05-12

  • Remove unused rand_core dep. (#589)
  • Use socklen_t instead of u32 for RawSocket bind() parameter. Fixes build on 32bit Android. (#593)
  • Propagate phy::RawSocket send errors to caller (#588)
  • Fix Interface set_hardware_addr, get_hardware_addr for ieee802154/6lowpan. (#584)

[0.8.0] - 2021-12-11

  • Minimum Supported Rust Version (MSRV) bumped from 1.40 to 1.56
  • Add support for IEEE 802.15.4 + 6LoWPAN medium (#469)
  • Add support for IP medium (#401)
  • Add defmt logging supprt (#455)
  • Add RNG infrastructure (#547, #573)
  • Add Context struct that must be passed to some socket methods (#500)
  • Remove SocketSet, sockets are owned by Interface now. (#557, #571)
  • TCP: Add Nagle's Algorithm. (#500)
  • TCP crash and correctness fixes:
    • Add Nagle's Algorithm. (#500)
    • Window scaling fixes. (#500)
    • Fix delayed ack causing ack not to be sent after 3 packets. (#530)
    • Fix RTT estimation for RTTs longer than 1 second (#538)
    • Fix infinite loop when remote side sets a MSS of 0 (#538)
    • Fix infinite loop when retransmit when remote window is 0 (#538)
    • Fix crash when receiving a FIN in SYN_SENT state (#538)
    • Fix overflow crash when receiving a wrong ACK seq in SYN_RECEIVED state (#538)
    • Fix overflow crash when initial sequence number is u32::MAX (#538)
    • Fix infinite loop on challenge ACKs (#542)
    • Reply with RST to invalid packets in SynReceived state. (#542)
    • Do not abort socket when receiving some invalid packets. (#542)
    • Make initial sequence number random. (#547)
    • Reply with RST to ACKs with invalid ackno in SYN_SENT. (#522)
  • ARP fixes to deal better with broken networks:
    • Fill cache only from ARP packets, not any packets. (#544)
    • Fill cache only from ARP packets directed at us. (#544)
    • Reject ARP packets with a source address not in the local network. (#536, #544)
    • Ignore unknown ARP packets. (#544)
    • Flush neighbor cache on IP change (#564)
  • UDP: Add close() method to unbind socket. (#475, #482)
  • DHCP client improvements:
    • Refactored implementation to improve reliability and RFC compliance (#459)
    • Convert to socket (#459)

... (truncated)

Commits
  • c4e1f8f Release v0.8.2
  • 011ce67 fix return value of nagle_enable
  • 6f3ea00 fix mtu calculation for raw raw_socket
  • 55366d4 fix ipv6 contains_addr function in wire
  • 13f249d Merge pull request #707 from SquidDev/backport-0.8
  • e51e750 Send incomplete fin packets even if nagle enabled
  • c79203a Only clear retransmit timer when all packets are acked
  • aa7e967 Remove unused macro_rules! case
  • 72b9021 Release v0.8.1
  • 0401bd2 use socklen_t instead of u32 for bind() parameter
  • Additional commits viewable in compare view

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)

Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.7.5 to 0.8.2.
- [Release notes](https://github.com/smoltcp-rs/smoltcp/releases)
- [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/master/CHANGELOG.md)
- [Commits](smoltcp-rs/smoltcp@v0.7.5...v0.8.2)

---
updated-dependencies:
- dependency-name: smoltcp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #60.

@dependabot dependabot bot closed this Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/smoltcp-0.8.2 branch February 13, 2023 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant