Pull up following revision(s) (requested by skrll in ticket #417):
sys/external/bsd/dwc2/dwc2.c: revision 1.84
sys/external/bsd/dwc2/dist/dwc2_core.c: revision 1.15
PR/60021: USB-only boot: uhub0 attaches but uhub1 never appears...
Update the dwc2 intial reset sequence to more closely match the upstream
driver - it's changed a bit in the last 10 years.
This reset sequence gets the device out of the state it's left in by the
RaspberryPI firmware when booting from USB.
dwc2: Bring dwc2_wait_for_mode from upstream and use in dwc2_force_mode.
dwc2_wait_for_mode will wait upto 110milliseconds for the controller
to enter the expected mode.
[2 lines not shown]
devel/cargo-about: update to 0.9.2
0.9.2 - 2026-08-18
Fixed
PR#312 changed processing of detected license files so that they are never discarded, resolving #309.
webkit-gtk60: update to 2.52.6.
- Improve memory usage in pages that use font variations.
- The webkit://gpu page now respects the dark theme user preference.
- Fix cross compilation due to failure to pick the correct gio-unix-2.0
headers in certain configurations.
- Fix calculating data sizes of reported through WebKitWebsiteData.
- Fix the build with CMake 4.4 or newer.
- Fix several crashes and rendering issues.
evbarm/am18xx: sdmmc driver
A first version of the SD card driver for the TI am1808. The driver works fine, but the performance is lower than expected.
litestream: Update to 0.5.16
pkgsrc changes:
- Bump modernc.org/sqlite to version that brings back NetBSD/amd64
support
Changes:
Too long to include, sorry, please see:
<https://github.com/benbjohnson/litestream/releases>
evbarm/ti_edma: clear events before transfer
The sdmmc controller on the am18xx fires dma events even in PIO mode. Clear these event before starting a DMA transfer.
mk: Introduce support for ULIMIT_PRECMD.
While this has potential to run any pre-command, it is primarily useful as a
hook to insert ulimit(1) commands that will apply to shell commands, hence
the name.
In bulk builds there will occasionally be packages that end up spinning on
CPU and hanging the build until the user has a chance to kill the process.
For some builds this is desirable so that the issue can be debugged, but for
others the user may prefer to avoid having to interact with the build to get
it to complete, in which case they can set this to e.g. "ulimit -S -t 3600".
py-cachelib: updated to 0.15.4
Version 0.15.4
- Fix dumps in ``RedisCache`` to not use pickle for integers,
so they remain compatible with the native ``INCRBY``/ ``DECRBY``
operations used by :meth:`inc`/:meth:`dec`. :pr:`496`
Version 0.15.3
- Fix ``MemcachedCache`` ``inc`` and ``dec`` methods double normalizing keys. :pr:`495`
Version 0.15.2
- Fix ``libmc`` in ``MemcachedCache`` no reserve nor blocking. :pr:`493`
[13 lines not shown]
sweethome3d: Add sweethome3d-7.5
Sweet Home 3D is a free interior design application that helps you draw
the plan of your house and arrange furniture on it.
py-lxml: updated to 6.1.2
6.1.2 (2026-08-18)
Bugs fixed
* Some build files were missing in the sdist.
Patch by Nicola Soranzo.
* Some minor corrections for error handling cases.
Other changes
* Built with Cython 3.2.9.
Update to 0.77.2
Upstream changes:
## 0.77.2 - Sun 26 Jul 2026
* Let find show selected text or word at cursor
* Fix bug with Tab key behavior
* Set prgname to application ID
* Merge translations
## 0.77.1 - Fri 17 Jul 2026
* Fix commandline search
* Fix window geometry and positioning
* Fix config dirs initialization for windows install
* Add menu items in editbar to toggle checkboxes
## 0.77.0 - Thu 11 Jun 2026
* Merge markdown support as source format for notebooks (experimental)
* Allow multiple source formats in one notebook
* Refactor page search to be extendable improve speed
[118 lines not shown]
Update to 0.002006
Upstream changes:
0.002006 2026-04-28 22:09:45-07:00 America/Los_Angeles
- Add [PruneCruft] to dist.ini so blib/ and pm_to_blib are excluded
from the released tarball (GH #1)
- Drop the "< 100 GB sanity" upper bound on rss/size in t/ps.t real
collect subtest; macOS reports virtual size well above 100 GB,
causing spurious failures (GH #3)
0.002005 2026-04-26 01:49:37-07:00 America/Los_Angeles
- Replace defined-or (//) operator with explicit defined() checks so
the module loads on the declared MIN_PERL_VERSION 5.008009
- Use 'ps -o rss= -o vsz= -p $$' instead of 'ps -o rss=,vsz= -p $$'
so FreeBSD's ps parses the format string correctly (it treated
the comma as part of the rss= header)
- Force the linux _collect_proc collector inside t/memusage.t so
the mocked t/procfile drives the assertions on every host (the
previous mock was ignored on *BSD/Solaris/MSWin32, which used
their native collectors and produced unrelated values)
[77 lines not shown]