Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lwip: bump to v2.2.1 #21196

Merged
merged 1 commit into from
Feb 6, 2025
Merged

lwip: bump to v2.2.1 #21196

merged 1 commit into from
Feb 6, 2025

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Feb 6, 2025

Contribution description

lwIP v2.2.1 came out this morning, so let's bump our package for it.

Testing procedure

I ran the same old loops for lwIP testing:

for ipv4 in 0 1; do
    for ipv6 in 0 1; do
        for board in native samr21-xpro; do
            for app in lwip_sock_ip lwip_sock_tcp lwip_sock_udp; do
                if [ $ipv4 == 0 ] && [ $ipv6 == 0 ]; then
                    continue;
                fi;
                BOARD=$board LWIP_IPV4=$ipv4 LWIP_IPV6=$ipv6 make -C tests/pkg/${app} -j flash test
            done;
        done;
    done;
done

I also ran the tests/pkg/lwip test for native and tested the IP/UDP/TCP functionality on a 6LoWPAN-capable board (samr21-xpro), so after this (and scrolling through the changes since v2.2.0 a little bit) I am confident, that this does not break things.

Issues/PRs references

@miri64 miri64 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 6, 2025
@miri64 miri64 requested review from yarrick and maribu February 6, 2025 19:17
@github-actions github-actions bot added Area: network Area: Networking Area: pkg Area: External package ports labels Feb 6, 2025
@miri64
Copy link
Member Author

miri64 commented Feb 6, 2025

I also ran the tests/pkg/lwip test for native

I had some hick-ups with that, but after a bisect which ended up on a pretty random commit (c700ead), I was not able to reproduce it in either current master or this branch.

@riot-ci
Copy link

riot-ci commented Feb 6, 2025

Murdock results

✔️ PASSED

0bb4ed0 lwip: bump to v2.2.1

Success Failures Total Runtime
10271 0 10271 10m:19s

Artifacts

@maribu maribu enabled auto-merge February 6, 2025 19:32
@maribu maribu added this pull request to the merge queue Feb 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2025
@maribu maribu added this pull request to the merge queue Feb 6, 2025
Merged via the queue into RIOT-OS:master with commit 8d45b2c Feb 6, 2025
28 checks passed
@miri64 miri64 deleted the lwip/enh/2.2.1 branch February 6, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants