LLVM/project 2ccc941llvm/lib/Target/AMDGPU VOP2Instructions.td

[AMDGPU] Mark two instructions as DPMACC (#190391)

It appears these were accidentally missed in #170319
DeltaFile
+2-2llvm/lib/Target/AMDGPU/VOP2Instructions.td
+2-21 files

FreeBSD/ports 788cc00textproc/feluda distinfo Makefile.crates, textproc/feluda/files patch-Cargo.lock patch-Cargo.toml

textproc/feluda: Update 1.11.1 => 1.12.0

Port changes:
* Unbundle libgit2, no more "you might not need libgit2"
* Wordsmith COMMENT: '... your project' => '... a project'
* Remove PORTNAME substitution in PLIST_FILES since
  'feluda' is shorter than ${PORTNAME}

Changelog:
https://github.com/anistark/feluda/releases/tag/v1.12.0

Reviewed by:    osa (mentor), vvd (co-mentor)
Approved by:    osa (mentor)
Differential Revision: https://reviews.freebsd.org/D56098
DeltaFile
+119-89textproc/feluda/distinfo
+58-43textproc/feluda/Makefile.crates
+3-4textproc/feluda/Makefile
+3-3textproc/feluda/files/patch-Cargo.lock
+3-3textproc/feluda/files/patch-Cargo.toml
+186-1425 files

FreeBSD/ports 8288ae4multimedia/video-trimmer distinfo Makefile.crates

multimedia/video-trimmer: Update 25.3 => 26.3

Release notes:
* The default output filename now includes start and end timestamps.
* Added CLI flags for timestamps, precise trimming and removing audio.
* Increased the default window size to make the video 960×540.
* Updated to the GNOME 50 platform.
* Updated translations.
Changelog:
https://gitlab.gnome.org/YaLTeR/video-trimmer/-/releases/v26.03

Port changes:
* Switch to release tarball

Reviewed by:    osa (mentor), vvd (co-mentor)
Approved by:    osa (mentor)
Differential Revision: https://reviews.freebsd.org/D56262
DeltaFile
+149-157multimedia/video-trimmer/distinfo
+73-77multimedia/video-trimmer/Makefile.crates
+4-7multimedia/video-trimmer/Makefile
+7-0multimedia/video-trimmer/pkg-plist
+233-2414 files

FreeBSD/ports 2b6c88dnet-im/flare distinfo Makefile.crates

net-im/flare: Update 0.18.8 => 0.20.3

Changelogs:
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.19.0
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.19.1
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.20.0
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.20.1
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.20.2
* https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.20.3

Reviewed by:    osa (mentor), vvd (co-mentor)
Approved by:    osa (mentor)
Differential Revision: https://reviews.freebsd.org/D56146
DeltaFile
+217-207net-im/flare/distinfo
+107-102net-im/flare/Makefile.crates
+1-2net-im/flare/Makefile
+325-3113 files

FreeNAS/freenas c53ead9tests/api2 test_zfs_tier.py

Fix test assertion
DeltaFile
+3-2tests/api2/test_zfs_tier.py
+3-21 files

FreeBSD/ports 48577acdevel/py-lizard distinfo Makefile

devel/py-lizard: Update version 1.17.10=>1.17.12

Changelog: https://github.com/terryyin/lizard/releases/tag/1.17.12
DeltaFile
+3-3devel/py-lizard/distinfo
+1-2devel/py-lizard/Makefile
+4-52 files

FreeBSD/ports 8dd2abadevel/libuv distinfo Makefile

devel/libuv: Update version 1.52.0=>1.52.1

Changelog: https://github.com/libuv/libuv/releases/tag/v1.52.1
DeltaFile
+3-3devel/libuv/distinfo
+1-1devel/libuv/Makefile
+4-42 files

FreeBSD/ports 7978788x11/libsx Makefile

x11/libsx: Return to pool
DeltaFile
+1-1x11/libsx/Makefile
+1-11 files

FreeBSD/ports 67f3181devel/libgnt distinfo Makefile

devel/libgnt: Update version 2.14.3=>2.14.4

- Return to pool

Changelog: https://keep.imfreedom.org/libgnt/libgnt/rev/v2.14.4
DeltaFile
+3-3devel/libgnt/distinfo
+3-3devel/libgnt/Makefile
+1-1devel/libgnt/pkg-plist
+7-73 files

FreeBSD/ports d80f383textproc Makefile, textproc/asciinema distinfo Makefile.crates

textproc/{py-}asciinema: Update version 2.4.0=>3.0.0

- Move port as it is no longer based on Python

Changelog: https://github.com/asciinema/asciinema/releases/tag/v3.0.0
DeltaFile
+465-0textproc/asciinema/distinfo
+231-0textproc/asciinema/Makefile.crates
+0-25textproc/py-asciinema/Makefile
+18-0textproc/asciinema/Makefile
+0-3textproc/py-asciinema/distinfo
+1-1textproc/Makefile
+715-293 files not shown
+717-309 files

FreeBSD/ports c74789ewww/dojo distinfo Makefile

www/dojo: Update version 1.12.11=>1.13.10

Changelog: https://github.com/dojo/dojo/releases/tag/1.13.10
DeltaFile
+3-3www/dojo/distinfo
+1-1www/dojo/Makefile
+4-42 files

FreeBSD/ports 8a2f427textproc/php83-xsl Makefile, textproc/php83-xsl/files patch-php__xsl.c

textproc/php83-xsl: Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN

The call to xsltCleanupGlobals() during module shutdown can cause a
segfault in xmlHashFree() when freeing libxslt internal hash tables.
This is the same class of shutdown cleanup issue that led to
xmlCleanupParser() being removed from ext/libxml. The process is about
to exit and the OS will reclaim all memory, making the explicit cleanup
both unnecessary and harmful.
DeltaFile
+10-0textproc/php83-xsl/files/patch-php__xsl.c
+1-0textproc/php83-xsl/Makefile
+11-02 files

FreeBSD/ports eed28batextproc/jo distinfo Makefile

textproc/jo: Update version 1.7=>1.9

Changelog: https://github.com/jpmens/jo/releases/tag/1.9
DeltaFile
+3-3textproc/jo/distinfo
+1-1textproc/jo/Makefile
+4-42 files

FreeBSD/ports 9fe0d44graphics/ipe pkg-plist Makefile

graphics/ipe: Update version 7.2.27=>7.2.28

Changelog: https://github.com/otfried/ipe/releases/tag/v7.2.28
DeltaFile
+13-10graphics/ipe/pkg-plist
+5-5graphics/ipe/Makefile
+3-3graphics/ipe/distinfo
+21-183 files

FreeBSD/ports 810cdfcnet-mgmt/argus-clients Makefile pkg-plist, net-mgmt/argus3-clients Makefile pkg-plist

net-mgmt/argus-clients: Update version 3.0.8.3=>5.0.0

- Update WWW
- Update MASTER_SITES

Changelog: https://github.com/openargus/clients/releases/tag/v5.0.0
DeltaFile
+0-104net-mgmt/argus3-clients/Makefile
+96-0net-mgmt/argus-clients/Makefile
+0-96net-mgmt/argus3-clients/pkg-plist
+92-0net-mgmt/argus-clients/pkg-plist
+13-0net-mgmt/argus-clients/pkg-descr
+0-13net-mgmt/argus3-clients/pkg-descr
+201-2134 files not shown
+206-21710 files

FreeBSD/ports fafacactextproc/cg3 distinfo Makefile

textproc/cg3: Update version 1.3.7=>1.3.9

Changelog: https://github.com/GrammarSoft/cg3/releases/tag/v1.3.9
DeltaFile
+3-3textproc/cg3/distinfo
+1-3textproc/cg3/Makefile
+2-0textproc/cg3/pkg-plist
+6-63 files

FreeBSD/ports c5d3d53security/vault distinfo Makefile

security/vault: Update version 1.21.3=>1.21.4

Changelog: https://github.com/hashicorp/vault/releases/tag/v1.21.4
DeltaFile
+17-17security/vault/distinfo
+2-2security/vault/Makefile
+19-192 files

FreeBSD/ports d81bd45net/usbredir distinfo Makefile

net/usbredir: Update version 0.10.0=>0.11.0

Changelog: https://gitlab.freedesktop.org/spice/usbredir/-/tags/usbredir-0.11.0
DeltaFile
+3-3net/usbredir/distinfo
+3-2net/usbredir/Makefile
+1-1net/usbredir/pkg-plist
+7-63 files

FreeBSD/ports 24122a5net/radsecproxy distinfo Makefile

net/radsecproxy: Update version 1.11.1=>1.11.2

Changelog: https://github.com/radsecproxy/radsecproxy/releases/tag/1.11.2
DeltaFile
+3-3net/radsecproxy/distinfo
+1-1net/radsecproxy/Makefile
+4-42 files

FreeBSD/ports 1a3b8afnet-mgmt/argus Makefile pkg-plist, net-mgmt/argus/files argus.in

net-mgmt/argus: Update version 3.0.8.2=>5.0.2

- Update WWW
- Update MASTE_SITES

Changelog: https://github.com/openargus/argus/releases/tag/v5.0.2
DeltaFile
+0-56net-mgmt/argus3/Makefile
+54-0net-mgmt/argus/Makefile
+35-0net-mgmt/argus/files/argus.in
+0-35net-mgmt/argus3/files/argus.in
+15-0net-mgmt/argus/pkg-plist
+0-15net-mgmt/argus3/pkg-plist
+104-1066 files not shown
+119-12012 files

FreeBSD/ports 743f18esysutils/httm distinfo Makefile

sysutils/httm: Update version 0.49.4=>0.49.5

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.49.5
DeltaFile
+3-3sysutils/httm/distinfo
+1-1sysutils/httm/Makefile
+4-42 files

FreeBSD/ports 73f15d9textproc/groonga distinfo Makefile

textproc/groonga: Update version 15.2.5=>16.0.0

Changelog: https://groonga.org/docs/news/16.html#release-16-0-0
DeltaFile
+3-3textproc/groonga/distinfo
+1-1textproc/groonga/Makefile
+4-42 files

FreeBSD/ports e3e6fabtextproc/fzf distinfo Makefile

textproc/fzf: Update version 0.70.0=>0.71.0

Changelog: https://github.com/junegunn/fzf/releases/tag/v0.71.0
DeltaFile
+5-5textproc/fzf/distinfo
+2-3textproc/fzf/Makefile
+7-82 files

FreeBSD/ports 987f434devel/py-fabric Makefile distinfo

devel/py-fabric: Update version 3.2.2=>3.2.3

Changelog: https://github.com/fabric/fabric/releases/tag/3.2.3
DeltaFile
+5-6devel/py-fabric/Makefile
+3-3devel/py-fabric/distinfo
+8-92 files

FreeBSD/ports baf984ddatabases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.291=>1.5.294
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeNAS/freenas 468ed38src/middlewared/middlewared/plugins/truenas license_utils.py license.py

round 2
DeltaFile
+80-21src/middlewared/middlewared/plugins/truenas/license_utils.py
+47-7src/middlewared/middlewared/plugins/truenas/license.py
+127-282 files

FreeNAS/freenas 9a309ecsrc/middlewared/middlewared/plugins failover.py, src/middlewared/middlewared/plugins/system product.py

WIP
DeltaFile
+39-44src/middlewared/middlewared/plugins/system/product.py
+26-35src/middlewared/middlewared/plugins/truenas/license.py
+42-2src/middlewared/middlewared/plugins/truenas/license_utils.py
+3-0src/middlewared/middlewared/plugins/failover.py
+110-814 files

FreeNAS/freenas 9a25517src/middlewared pyproject.toml, src/middlewared/middlewared/plugins/truenas license.py license_utils.py

gross mypy
DeltaFile
+4-2src/middlewared/middlewared/plugins/truenas/license.py
+2-1src/middlewared/middlewared/plugins/truenas/license_utils.py
+1-1src/middlewared/pyproject.toml
+7-43 files

FreeNAS/freenas ed93cc5src/middlewared/middlewared/api/v26_0_0 truenas.py, src/middlewared/middlewared/api/v27_0_0 truenas.py

add truenas.license API
DeltaFile
+68-0src/middlewared/middlewared/plugins/truenas/license_utils.py
+35-0src/middlewared/middlewared/plugins/truenas/license.py
+23-2src/middlewared/middlewared/api/v26_0_0/truenas.py
+23-2src/middlewared/middlewared/api/v27_0_0/truenas.py
+5-0src/middlewared/middlewared/plugins/system/product.py
+1-0src/middlewared/middlewared/plugins/failover.py
+155-46 files

NetBSD/src 8zeNKNIsys/arch/sun3/sun3 pmap.c machdep.c

   Use machine_init_common().
VersionDeltaFile
1.184+16-47sys/arch/sun3/sun3/pmap.c
1.221+2-10sys/arch/sun3/sun3/machdep.c
1.108+6-3sys/arch/sun3/sun3/locore2.c
1.42+2-2sys/arch/sun3/sun3/machdep.h
+26-624 files