FreeBSD/ports 39e0a53deskutils/gitte distinfo Makefile.crates

deskutils/gitte: Update to 0.7.0
DeltaFile
+55-45deskutils/gitte/distinfo
+26-21deskutils/gitte/Makefile.crates
+1-2deskutils/gitte/Makefile
+82-683 files

LLVM/project 7f6577cllvm/lib/Target/AMDGPU GCNHazardRecognizer.cpp, llvm/test/CodeGen/AMDGPU buffer-store-dwordx4-vpk-mul-war-hazard-gfx942.mir

Revert "[AMDGPU] Widen MUBUF/MTBUF source-vgpr WAR hazard on gfx940-family to…"

This reverts commit 62b7cf9623fc310525f39ed69aaecc318a909731.
DeltaFile
+0-122llvm/test/CodeGen/AMDGPU/buffer-store-dwordx4-vpk-mul-war-hazard-gfx942.mir
+21-58llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+21-1802 files

Linux/linux 2b07ea7lib debugobjects.c

Merge tag 'core-urgent-2026-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull debugobjects fix from Ingo Molnar:

 - Fix potential debugobjects deadlock on PREEMPT_RT kernels (Waiman
   Long)

* tag 'core-urgent-2026-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  debugobjects: Don't call fill_pool() in early boot hardirq context
DeltaFile
+37-9lib/debugobjects.c
+37-91 files

FreeBSD/doc d50c9f2website/content/ru/releases/15.1R schedule.adoc

website/ru: Update releases/15.1R/schedule.adoc

Update to EN 0f0e7944bacc491404696939bcb9d6c68bbe3c65
DeltaFile
+2-2website/content/ru/releases/15.1R/schedule.adoc
+2-21 files

Linux/linux a5e98d1. MAINTAINERS, drivers/i2c/busses i2c-tegra.c i2c-imx-lpi2c.c

Merge tag 'i2c-for-7.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:
 "The biggest news here is that this is my last pull request as I2C
  maintainer after 13.5 years. Starting with the 7.2 cycle, Andi Shyti
  is taking over who helped me greatly maintaining the host drivers for
  a while now. Thank you, Andi, and good luck with the subsystem. I'll
  be around for help, of course.

  Technically, there are two patches which might be a tad large for this
  late cycle, but most of them is explaining comments, so I think they
  are suitable.

   - MAINTAINERS:
      - hand over I2C maintainership to Andi
      - minor updates

   - rust: fix I2cAdapter refcount double increment


    [26 lines not shown]
DeltaFile
+34-27drivers/i2c/busses/i2c-tegra.c
+32-21drivers/i2c/busses/i2c-imx-lpi2c.c
+12-3drivers/i2c/busses/i2c-imx.c
+3-3drivers/i2c/busses/i2c-stm32f7.c
+3-3MAINTAINERS
+3-1rust/kernel/i2c.rs
+87-583 files not shown
+92-619 files

LLVM/project eb23fddllvm/lib/Transforms/Vectorize SLPVectorizer.cpp

[SLP][NFC] Replace std::initializer_list SupportedOp with a C array

Fixes a static_assert constant-expression build failure on older clang
(temporary initializer_list backing array).
Fixes #203184

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/203707
DeltaFile
+1-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+1-11 files

FreeBSD/doc 11d49a7website/content/ru/releases/15.1R relnotes.adoc

website/ru: Update releases/15.1R/relnotes.adoc

Update to EN f2b2850fdf1882eb3b8fe21b21b072a979efa3fd
DeltaFile
+606-13website/content/ru/releases/15.1R/relnotes.adoc
+606-131 files

NetBSD/pkgsrc IQt5oTEdoc TODO

   doc/TODO: + gcc-15.3.
VersionDeltaFile
1.27402+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc m5QK6Osgraphics/oxygen-icons Makefile

   oxygen-icons: improve HOMEPAGE
VersionDeltaFile
1.51+2-2graphics/oxygen-icons/Makefile
+2-21 files

NetBSD/pkgsrc 8sAV9Pjmath/gnumeric112 Makefile

   gnumeric112: follow redirect
VersionDeltaFile
1.116+2-2math/gnumeric112/Makefile
+2-21 files

NetBSD/pkgsrc jHjVGtTgraphics/geeqie Makefile

   geeqie: switch HOMEPAGE to https
VersionDeltaFile
1.163+2-2graphics/geeqie/Makefile
+2-21 files

NetBSD/pkgsrc KH1SUmRconverters/uudeview Makefile

   uudeview: follow redirect
VersionDeltaFile
1.33+2-3converters/uudeview/Makefile
+2-31 files

NetBSD/pkgsrc vD6IXA4textproc/hunspell Makefile.common, textproc/hunspell-ar Makefile

   hunspell*: switch HOMEPAGE to https
VersionDeltaFile
1.4+2-2textproc/hunspell-ar/Makefile
1.5+2-2textproc/hunspell-en_US/Makefile
1.4+2-2textproc/hunspell-sv_SE/Makefile
1.7+2-2textproc/hunspell/Makefile.common
+8-84 files

NetBSD/src 1HMMIiysys/dev/ic dwc_eqos.c dwc_eqos_var.h

   eqos: Avoid unnecessary bouncing on RX

   Allocate memory for RX buffers based on our DMA constraints to prevent
   unnecessary bouncing. With this change and checksum offload enabled, I
   can finally get a full 940 Mbps RX on a 8GB PINE64 Quartz64.
VersionDeltaFile
1.53+82-7sys/dev/ic/dwc_eqos.c
1.15+21-1sys/dev/ic/dwc_eqos_var.h
+103-82 files

NetBSD/pkgsrc XVkQ66Gmk haskell.mk

   haskell: switch HOMEPAGE to https
VersionDeltaFile
1.74+2-2mk/haskell.mk
+2-21 files

LLVM/project 5b3a9acclang/lib/AST/ByteCode Context.h

[clang][bytecode] Handle more types in `canClassify()` (#203669)

Avoid having to go through the normal `classify()` path.
DeltaFile
+5-0clang/lib/AST/ByteCode/Context.h
+5-01 files

FreeBSD/ports 92cb6bdeditors/vscode Makefile

editors/vscode: Bump port revision after electron42 update (6081600b0870)
DeltaFile
+1-0editors/vscode/Makefile
+1-01 files

FreeBSD/ports 6081600devel/electron42 distinfo Makefile, devel/electron42/files patch-electron_shell_browser_native__window__views.cc patch-electron_spec_api-browser-window-spec.ts

devel/electron42: Update to 42.4.0

Changelog: https://github.com/electron/electron/releases/tag/v42.4.0

Reported by:    GitHub (watch releases)
DeltaFile
+21-39devel/electron42/files/patch-electron_shell_browser_native__window__views.cc
+22-22devel/electron42/files/patch-electron_spec_api-browser-window-spec.ts
+13-13devel/electron42/files/patch-components_autofill_core_common_autofill__payments__features.cc
+13-9devel/electron42/distinfo
+16-4devel/electron42/Makefile
+4-4devel/electron42/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
+89-9116 files not shown
+125-12722 files

OpenBSD/ports GhJ392Hsysutils/ruby-openvox/8 distinfo Makefile

   update to openvox 8.28.0
VersionDeltaFile
1.10+2-2sysutils/ruby-openvox/8/distinfo
1.17+1-2sysutils/ruby-openvox/8/Makefile
+3-42 files

FreeBSD/ports e64e37clang/python-doc-html distinfo, lang/python313 pkg-plist distinfo

lang/python313: update to 3.13.14

Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-14-final
(cherry picked from commit 2c3d15770131807f3aa716f4afda05ca495fa997)
DeltaFile
+5-5lang/python-doc-html/distinfo
+6-1lang/python313/pkg-plist
+3-3lang/python313/distinfo
+1-1lang/python313/Makefile.version
+0-1lang/python313/Makefile
+15-115 files

FreeBSD/ports f4c3c37lang/python310 Makefile, lang/python311 Makefile

lang/python3: use textproc/expat2 for pyexpat instead of bundled

...to match lang/python314

Event: Works Must Run
(cherry picked from commit b75df1fb4d9e2471f2ce0a6d8bc1f9be8626fbcb)
DeltaFile
+4-3lang/python310/Makefile
+4-3lang/python311/Makefile
+4-3lang/python312/Makefile
+4-2lang/python313/Makefile
+16-114 files

FreeBSD/ports 5cb31eblang/python314 pkg-plist

lang/python314: fix plist

Event: Works Must Run
(cherry picked from commit ae0e659e235a71500ded1af8517cc3a73e0fb3ce)
DeltaFile
+2-2lang/python314/pkg-plist
+2-21 files

FreeBSD/ports 800649flang/python-doc-html distinfo

lang/python-doc-html: populate 3.14

Event: Works Must Run
(cherry picked from commit 3f9d5b9f130ee367d4c92fd0a1422e6b397aa4cc)
DeltaFile
+5-1lang/python-doc-html/distinfo
+5-11 files

FreeBSD/ports cc29977Mk/Uses python.mk, lang Makefile

lang/python314t: add

Event: Works Must Run
(cherry picked from commit 95c27eb79f5886397bbbbc6be84b2dac1dbb2b18)
DeltaFile
+12-0lang/python314t/Makefile
+1-1Mk/Uses/python.mk
+1-0lang/Makefile
+14-13 files

FreeBSD/ports 85468d4lang/python314 pkg-plist Makefile, lang/python314/files patch-gh-148441-Avoid-integer-overflow-in-Expats-CharacterDataHandler patch-Tools_jit___llvm.py

lang/python314: update to 3.14.6

Changelog: https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-6-final

While here:
- rebase formatting similar to lang/python313
- expose JIT option (disabled by default)
- allow LibreSSL

PR: 296007
Event: Works Must Run
(cherry picked from commit ddc3acdf2c2790b259a6e1fcaae48befd161c69a)
DeltaFile
+8,325-8,313lang/python314/pkg-plist
+63-77lang/python314/Makefile
+0-70lang/python314/files/patch-gh-148441-Avoid-integer-overflow-in-Expats-CharacterDataHandler
+36-0lang/python314/files/patch-Tools_jit___llvm.py
+26-0lang/python314/files/libressl/patch-Modules___hashopenssl.c
+22-0lang/python314/files/patch-Tools_jit___targets.py
+8,472-8,4605 files not shown
+8,488-8,47611 files

FreeBSD/ports 064dc3dlang/python313 Makefile

lang/python313: prevent building JIT with newer CPython

While such combos build successfully outside of ports, a circular
build dependency forms when said newer ports also have JIT enabled.

(cherry picked from commit 25d1ba0de013d2f69f826d8f20c37bb42a2af014)
DeltaFile
+1-1lang/python313/Makefile
+1-11 files

FreeBSD/ports 7e286e3textproc/redisearch2 distinfo Makefile

textproc/redisearch2: Update version 2.10.1=>2.10.2

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.10.2
DeltaFile
+3-3textproc/redisearch2/distinfo
+1-1textproc/redisearch2/Makefile
+4-42 files

FreeBSD/ports 76819a3textproc/redisearch28 distinfo Makefile, textproc/redisearch28/files patch-deps_VectorSimilarity_src_VecSim_info__iterator.h patch-deps_VectorSimilarity_src_VecSim_vec__sim__index.h

textproc/redisearch28: Update version 2.8.1=>2.8.2

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.2
DeltaFile
+8-8textproc/redisearch28/files/patch-deps_VectorSimilarity_src_VecSim_info__iterator.h
+7-7textproc/redisearch28/distinfo
+10-0textproc/redisearch28/files/patch-deps_VectorSimilarity_src_VecSim_vec__sim__index.h
+3-3textproc/redisearch28/Makefile
+3-3textproc/redisearch28/files/patch-src_fork__gc.c
+31-215 files

FreeBSD/ports 5d572ddsysutils/httm distinfo Makefile.crates

sysutils/httm: Update version 0.50.0=>0.50.1

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.50.1
DeltaFile
+27-9sysutils/httm/distinfo
+12-3sysutils/httm/Makefile.crates
+1-1sysutils/httm/Makefile
+40-133 files

FreeBSD/ports 325c2b7sysutils/ldap-account-manager distinfo Makefile

sysutils/ldap-account-manager: Update version 9.5.2=>9.6

Changelog: https://www.ldap-account-manager.org/lamcms/changelog
DeltaFile
+3-3sysutils/ldap-account-manager/distinfo
+1-1sysutils/ldap-account-manager/Makefile
+4-42 files