FreeBSD/ports 405bd90net/traefik distinfo Makefile

net/traefik: Update to upstream release 3.6.13

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.6.13

MFH:            2026Q2
(cherry picked from commit 4837d95797d58c34b68e554479ebc3a16398993d)
DeltaFile
+3-3net/traefik/distinfo
+1-2net/traefik/Makefile
+4-52 files

FreeBSD/ports 4837d95net/traefik distinfo Makefile

net/traefik: Update to upstream release 3.6.13

Details:
- Bugfix release, see
  https://github.com/traefik/traefik/releases/tag/v3.6.13

MFH:            2026Q2
DeltaFile
+3-3net/traefik/distinfo
+1-2net/traefik/Makefile
+4-52 files

FreeBSD/src 890adccsys/geom/part g_part.h g_part_gpt.c

gpart: More nuance for GPT support

A careful reading of the GPT standard shows that one may have fewer than
128 entries in your GPT table. While the standard requires that we
reserve enough space (32 512-byte-LBAs or 4 4096-byte-LBAs), it also
explicitly allows one to specify fewer actual partitions (since that
controls what is in the CRC). It requires that the first LBA to be 32
(512 sectors) or 6 (4k sectors) or larger. That requirement is not
enforced (it's not listed as one of validation criteria for the GPT).
We should likely do so in the future.

To that end, allow a default number of entries to use (defent) on
creation to be different (larger) than the minimum number of legal
entries. For gpt, these numbers work out to 128 and 1 respectively.  For
all the others, make minent == defent so this is a nop for those
partitioning schemes.

Sponsored by:           Netflix
Reviewed by:            zlei, emaste

    [3 lines not shown]
DeltaFile
+3-2sys/geom/part/g_part.h
+2-1sys/geom/part/g_part_gpt.c
+1-1sys/geom/part/g_part.c
+1-0sys/geom/part/g_part_mbr.c
+1-0sys/geom/part/g_part_apm.c
+1-0sys/geom/part/g_part_bsd.c
+9-42 files not shown
+11-48 files

FreeBSD/src 90c4aecsys/geom/part g_part_gpt.c

gpart: Add warning when the start sector is too low.

Add a warning if the starting sector is too low. The standard requires
that at least 16k is reserved for the GPT Partition Array, but some
tools produce GPT images with fewer than the required number of reserved
sectors.

PR: 274312
Sponsored by:           Netflix
Differential Revision:  https://reviews.freebsd.org/D42247

(cherry picked from commit 2cbda736cea8f82cfc5caab0f6099f0fbfe28537)
DeltaFile
+14-0sys/geom/part/g_part_gpt.c
+14-01 files

FreeBSD/ports 3a1bf43security Makefile, security/py-himitsu-keyring Makefile pkg-plist

security/py-himitsu-keyring: New port: GTK4-based prompter implementation for Himitsu

Keyring is a graphical frontend for managing a Himitsu key store.

WWW: https://himitsustore.org
DeltaFile
+29-0security/py-himitsu-keyring/Makefile
+11-0security/py-himitsu-keyring/files/patch-himitsu__gtk_meson.build
+10-0security/py-himitsu-keyring/pkg-plist
+8-0security/py-himitsu-keyring/files/patch-meson.build
+3-0security/py-himitsu-keyring/distinfo
+1-0security/Makefile
+62-01 files not shown
+63-07 files

FreeBSD/ports 1aadc0adevel Makefile

devel/Makefile: Sort SUBDIRs for hare-*
DeltaFile
+1-1devel/Makefile
+1-11 files

FreeBSD/ports 6da4f04devel Makefile, devel/hare-adwaita Makefile distinfo

devel/hare-adwaita: New port: Hare bindings for libadwaita

hare-adwaita provides bindings to libadwaita for Hare.

WWW: https://git.sr.ht/~sircmpwn/hare-adwaita
DeltaFile
+29-0devel/hare-adwaita/Makefile
+11-0devel/hare-adwaita/files/patch-Makefile
+3-0devel/hare-adwaita/distinfo
+1-0devel/Makefile
+1-0devel/hare-adwaita/pkg-descr
+45-05 files

FreeBSD/ports 01b9663security Makefile, security/hiprompt-gtk Makefile distinfo

security/hiprompt-gtk: New port: GTK4-based prompter implementation for Himitsu

hiprompt-gtk is a GTK4-based prompter implementation for Himitsu.

WWW: https://himitsustore.org
DeltaFile
+34-0security/hiprompt-gtk/Makefile
+11-0security/hiprompt-gtk/files/patch-Makefile
+3-0security/hiprompt-gtk/distinfo
+1-0security/hiprompt-gtk/pkg-descr
+1-0security/Makefile
+50-05 files

FreeBSD/ports 01d4887devel Makefile, devel/hare-gtk4-layer-shell Makefile distinfo

devel/hare-gtk4-layer-shell: New port: gtk4-layer-shell bindings for Hare

hare-gtk4-layer-shell provides bindings to gtk4-layer-shell for Hare.

WWW: https://git.sr.ht/~sircmpwn/hare-gtk4-layer-shell
DeltaFile
+27-0devel/hare-gtk4-layer-shell/Makefile
+11-0devel/hare-gtk4-layer-shell/files/patch-Makefile
+3-0devel/hare-gtk4-layer-shell/distinfo
+1-0devel/Makefile
+1-0devel/hare-gtk4-layer-shell/pkg-descr
+43-05 files

FreeBSD/ports 1542269devel Makefile, devel/hare-gi Makefile pkg-plist

devel/hare-gi: New port: GObject Introspection code generator for Hare

hare-gi is a GObject Introspection code generator for Hare. In
short, it creates bindings for GTK family of libraries (GTK+, GDK,
Pango, etc).

WWW: https://sr.ht/~yerinalexey/hare-gi
DeltaFile
+29-0devel/hare-gi/Makefile
+22-0devel/hare-gi/pkg-plist
+11-0devel/hare-gi/files/patch-Makefile
+3-0devel/hare-gi/distinfo
+3-0devel/hare-gi/pkg-descr
+1-0devel/Makefile
+69-06 files

FreeBSD/src 151a1easys/netinet tcp_usrreq.c

tcp: fix !INVARIANTS build

Fixes:  40dbb06fa73cac37d57563c07e55efd0cabbd488
DeltaFile
+1-2sys/netinet/tcp_usrreq.c
+1-21 files

LLVM/project 2c28158llvm/lib/IR Intrinsics.cpp, llvm/utils/TableGen/Basic IntrinsicEmitter.cpp

[LLVM][Intrinsics] Eliminate range check for IIT table in `DecodeIITType` (#190260)

`DecodeIITType` does a range check each time the next entry from the IIT
encoding table is read. This is required to handle IIT encodings that
are in-lined into the `IIT_Table` entries, since the `IITEntries` array
in `getIntrinsicInfoTableEntries` is terminated after the last non-zero
nibble is seen in the inlined encoding (but that may not be the actual
end). Change this code to instead have the `IITEntries` array for the
inlined case point to the full `IITValues` array payload + a IIT_Done
terminator, so that such entries look exactly like they would if they
were encoded in the long encoding table and then remove the range check
in `DecodeIITType` to streamline that code a bit.

Additionally, change some use if 0s (in loop conditions and default
constructed terminator in the IIT long encoding table) to explicitly use
IIT_Done to clarify the code better.

Also use `consume_front()` in a few places instead of `front()` followed
by `slice(1)`.
DeltaFile
+27-26llvm/lib/IR/Intrinsics.cpp
+7-1llvm/utils/TableGen/Basic/IntrinsicEmitter.cpp
+34-272 files

NetBSD/pkgsrc-wip ba1171dforgejo distinfo go-modules.mk

forgejo: update to 14.0.3.
DeltaFile
+111-192forgejo/distinfo
+36-64forgejo/go-modules.mk
+4-2forgejo/PLIST
+1-1forgejo/Makefile
+152-2594 files

LLVM/project e62acf4llvm/include/llvm-c Core.h, llvm/include/llvm/IR IRBuilder.h

[NFC][LLVM] Rename IRBuilder/LLVM C API params for overload types (#191674)

Rename IRBuilder and LLVM C API function params for overload types to
use names to better reflect their meaning.
DeltaFile
+20-17llvm/lib/IR/Core.cpp
+12-12llvm/include/llvm-c/Core.h
+5-4llvm/include/llvm/IR/IRBuilder.h
+2-2llvm/lib/IR/IRBuilder.cpp
+39-354 files

NetBSD/pkgsrc-wip d3c5a6dgurk-rs TODO

gurk-rs: update TODO
DeltaFile
+1-1gurk-rs/TODO
+1-11 files

NetBSD/pkgsrc-wip 9246289gurk-rs distinfo Makefile, gurk-rs/patches patch-25 patch-Cargo.toml

gurk-rs: use correct tag for dependency
DeltaFile
+5-5gurk-rs/distinfo
+1-1gurk-rs/Makefile
+1-1gurk-rs/patches/patch-25
+1-1gurk-rs/patches/patch-Cargo.toml
+8-84 files

FreeBSD/src 411c28bsys/kern subr_hash.c

hash(9): fix my stupid off-by-one

Fixes:  abf68d1cf02550c3c0341f5bb90be0d34f655a15
DeltaFile
+1-1sys/kern/subr_hash.c
+1-11 files

LLVM/project d946ac3llvm/lib/Transforms/Utils CallGraphUpdater.cpp, llvm/test/Transforms/Inline inline-history-dead-function.ll

[CallGraphUpdater] Replace dead function in metadata with null instead of poison (#191729)

Assisted-by: claude-4.6-opus
DeltaFile
+29-0llvm/test/Transforms/Inline/inline-history-dead-function.ll
+6-1llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
+35-12 files

Linux/linux 028ef9c. Makefile

Linux 7.0
DeltaFile
+1-1Makefile
+1-11 files

LLVM/project 21d9778llvm/test/CodeGen/AMDGPU memory-legalizer-private-singlethread.ll memory-legalizer-private-wavefront.ll

Rebase

Created using spr 1.3.7
DeltaFile
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-singlethread.ll
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-wavefront.ll
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-workgroup.ll
+8,449-1,355llvm/test/CodeGen/AMDGPU/memory-legalizer-private-agent.ll
+8,449-1,355llvm/test/CodeGen/AMDGPU/memory-legalizer-private-cluster.ll
+8,069-1,315llvm/test/CodeGen/AMDGPU/memory-legalizer-private-system.ll
+50,599-8,1237,128 files not shown
+569,814-214,9437,134 files

FreeBSD/ports d7958f1devel/py-ariadne distinfo Makefile

devel/py-ariadne: Update version 0.22=>0.23.0

Changelog: https://github.com/mirumee/ariadne/releases/tag/0.23.0
DeltaFile
+3-3devel/py-ariadne/distinfo
+1-1devel/py-ariadne/Makefile
+4-42 files

FreeBSD/ports 2e29e40net-mgmt/py-aggregate6 distinfo Makefile, net-mgmt/py-aggregate6/files patch-setup.py

net-mgmt/py-aggregate6: Update version 1.0.12=>1.0.14

Changelog: https://github.com/job/aggregate6/releases/tag/1.0.14
DeltaFile
+6-7net-mgmt/py-aggregate6/files/patch-setup.py
+3-3net-mgmt/py-aggregate6/distinfo
+1-2net-mgmt/py-aggregate6/Makefile
+10-123 files

FreeBSD/ports 060beednet/libwebsockets distinfo Makefile

net/libwebsockets: Update version 4.3.5=>4.3.6

- Take maintainership

Changelog: https://github.com/warmcat/libwebsockets/releases/tag/v4.3.6
DeltaFile
+3-3net/libwebsockets/distinfo
+2-2net/libwebsockets/Makefile
+5-52 files

FreeBSD/ports 749e736devel/pear-Console_CommandLine Makefile

devel/pear-Console_CommandLine: Mark DEPRECATED

- Last upstream release was in 2016
- Upstream has abandoned the project
- Set EXPIRATION_DATE 2026-05-12

If someone needs this port feel free to undeprecate and takeover
maintainership.
DeltaFile
+3-0devel/pear-Console_CommandLine/Makefile
+3-01 files

FreeBSD/ports e628062textproc/p5-Lingua-EN-Syllable distinfo Makefile

textproc/p5-Lingua-EN-Syllable: Update version 0.251=>0.26

Changelog: https://metacpan.org/dist/Lingua-EN-Syllable/changes
DeltaFile
+3-2textproc/p5-Lingua-EN-Syllable/distinfo
+2-2textproc/p5-Lingua-EN-Syllable/Makefile
+5-42 files

FreeBSD/ports 44d5352net/py-magic-wormhole distinfo Makefile

net/py-magic-wormhole: Update version 0.17.0=>0.18.0

Changelog: https://github.com/magic-wormhole/magic-wormhole/releases/tag/0.18.0
DeltaFile
+3-3net/py-magic-wormhole/distinfo
+2-2net/py-magic-wormhole/Makefile
+5-52 files

FreeBSD/ports 3d45410databases/pgagroal distinfo Makefile

databases/pgagroal: Update version 2.0.0=>2.0.1

Changelog: https://github.com/agroal/pgagroal/releases/tag/2.0.1
DeltaFile
+3-3databases/pgagroal/distinfo
+1-1databases/pgagroal/Makefile
+4-42 files

FreeBSD/ports b7d601cdevel/p5-MooX-Cmd distinfo Makefile

devel/p5-MooX-Cmd: Update version 0.017=>1.000

Changelog: https://metacpan.org/dist/MooX-Cmd/changes
DeltaFile
+3-3devel/p5-MooX-Cmd/distinfo
+2-1devel/p5-MooX-Cmd/Makefile
+5-42 files

FreeBSD/ports 8e8a64ftextproc/cg3 distinfo Makefile

textproc/cg3: Update version 1.4.6=>1.5.0

Changelog: https://github.com/GrammarSoft/cg3/releases/tag/v1.5.0
DeltaFile
+3-3textproc/cg3/distinfo
+1-1textproc/cg3/Makefile
+4-42 files

FreeBSD/ports 012e426www/dojo distinfo Makefile

www/dojo: Update version 1.14.9=>1.15.6

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