Page MenuHomeFreeBSD

usbmuxd: Update to commit hash 0b1b233
AbandonedPublic

Authored by aokblast on Jul 8 2025, 9:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 1:59 AM
Unknown Object (File)
Sun, Sep 28, 7:23 AM
Unknown Object (File)
Sun, Sep 21, 12:51 AM
Unknown Object (File)
Sat, Sep 20, 10:16 AM
Unknown Object (File)
Sep 14 2025, 3:40 AM
Unknown Object (File)
Sep 11 2025, 7:01 AM
Unknown Object (File)
Sep 5 2025, 11:47 PM
Unknown Object (File)
Sep 5 2025, 5:58 PM
Subscribers

Details

Reviewers
jhale
lwhsu
Summary

The update contains patch in f8be60c which is needed to make usb
tethering works again.
Also, one of the commit shows that the patch for CFLAGS doesn't needed
anymore.

Sponsored by: FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 65265
Build 62148: arc lint + arc unit

Event Timeline

aokblast created this revision.
lwhsu added inline comments.
comms/usbmuxd/Makefile
2

From example 14 of https://docs.freebsd.org/en/books/porters-handbook/makefiles/index.html , I think it should be -66 ?

I confirm with this and D49431, iPhone tethering works again now.

This revision is now accepted and ready to land.Jul 8 2025, 5:29 PM

One thing is that https://reviews.freebsd.org/D50359 is needed to compile. I think it is MFCed to 14 but may needs to wait another release?

This revision now requires review to proceed.Jul 11 2025, 10:37 AM

I was working on an update for the imobiledevice family before I even saw this. Could we test my patch instead? It includes a fix for the LIBUSB_SPEED_SUPER_PLUS enum in usbmuxd on older FreeBSD versions.
https://people.freebsd.org/~jhale/patches/0001-imobiledevice-Update-suite-to-lastest-versions.patch

I have tested on the tethering network and shows no problem. Also, your patch is definitely better. Thus, I close the patch.