LLVM/project 013ee58llvm/lib/DebugInfo/PDB/Native PDBFileBuilder.cpp PDBFile.cpp, llvm/test/tools/llvm-pdbutil dxcontainer.test

Revert "Reapply "[PDB][llvm-pdbutil] Add DXContainer support for `pdb2yaml` and `yaml2pdb`"" (#200588)

Reverts llvm/llvm-project#200413

Breaks build bots:

https://lab.llvm.org/buildbot/#/builders/169/builds/23142
https://lab.llvm.org/buildbot/#/builders/25/builds/18082
DeltaFile
+0-143llvm/test/tools/llvm-pdbutil/dxcontainer.test
+22-49llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
+10-40llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
+0-31llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp
+1-25llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
+0-7llvm/tools/llvm-pdbutil/PdbYaml.h
+33-2957 files not shown
+35-31413 files

LLVM/project b771021.github/workflows libc-fullbuild-tests.yml

[libc][ci] Clean up libc-fullbuild-tests precommit CI. (#200520)

- Pin containers.
- Cleaner names for different targets and options.
- Add Build Test step.
- Skip shared tests and death tests.
DeltaFile
+56-51.github/workflows/libc-fullbuild-tests.yml
+56-511 files

LLVM/project aa1cf32llvm/include/llvm/IR ValueHandle.h, llvm/unittests/IR ValueHandleTest.cpp

[IR] Fix PoisoningVH relocation of a poisoned handle (#200540)

In LLVM_ENABLE_ABI_BREAKING_CHECKS builds, when poisoned (`deleted()` or
`allUsesReplacedWith()`), a PoisoningVH is removed from its use list but
keeps its raw value pointer for identity, so its PrevPtr/Next are left
stale.

PoisoningVH has no move constructor, so relocating a value that embeds
one
falls back to the copy constructor, where `setRawValPtr` relinks with
the stale pointers and corrupts the use list.

This is a latent bug for any relocation of a PoisoningVH handle
but becomes load-bearing for #199615 , which relocating erase exercises
it via ScalarEvolution's BackedgeTakenInfo (its ExitNotTakenInfo holds a
PoisoningVH<BasicBlock>).

Fix by special casing the `Poisoned` case.
Aided By Claude Opus 4.8
DeltaFile
+34-0llvm/unittests/IR/ValueHandleTest.cpp
+18-3llvm/include/llvm/IR/ValueHandle.h
+52-32 files

LLVM/project 51256edllvm/include/llvm/IR DerivedTypes.h Type.h, llvm/lib/IR Type.cpp Use.cpp

[IR][NFC] Inline Type::isIntegerTy(n) (#200471)

Although this gets inlined in LTO builds, non-LTO builds benefit from
having isIntegerTy(n) defined in a header.

Co-authored-by: Nikita Popov <npopov at redhat.com>
DeltaFile
+8-0llvm/include/llvm/IR/DerivedTypes.h
+2-4llvm/include/llvm/IR/Type.h
+0-4llvm/lib/IR/Type.cpp
+1-0llvm/lib/IR/Use.cpp
+11-84 files

OpenBSD/src sF8mX84usr.bin/tmux screen-redraw.c

   Return empty ranges if line is below window.
VersionDeltaFile
1.127+17-13usr.bin/tmux/screen-redraw.c
+17-131 files

FreeBSD/ports 162530dgraphics/ImageMagick7 distinfo Makefile

graphics/ImageMagick7: Update to 7.1.2-24

Reported by:    portscout!
DeltaFile
+3-3graphics/ImageMagick7/distinfo
+1-1graphics/ImageMagick7/Makefile
+4-42 files

FreeBSD/ports 48cbdd0sysutils/debootstrap pkg-plist Makefile, sysutils/debootstrap/files patch-functions patch-debootstrap

sysutils/debootstrap: Update to 1.0.143

PR:             295265

Approved by:    nc (maintainer timeout)
DeltaFile
+32-19sysutils/debootstrap/files/patch-functions
+36-1sysutils/debootstrap/pkg-plist
+10-10sysutils/debootstrap/files/patch-debootstrap
+4-9sysutils/debootstrap/Makefile
+6-6sysutils/debootstrap/files/patch-scripts-gutsy
+3-5sysutils/debootstrap/files/patch-Makefile
+91-501 files not shown
+94-537 files

LLVM/project 92c7491llvm/lib/DebugInfo/PDB/Native PDBFileBuilder.cpp PDBFile.cpp, llvm/test/tools/llvm-pdbutil dxcontainer.test

Revert "Reapply "[PDB][llvm-pdbutil] Add DXContainer support for `pdb2yaml` a…"

This reverts commit 77800224eba1bd273c50fb1153945c38da507a52.
DeltaFile
+0-143llvm/test/tools/llvm-pdbutil/dxcontainer.test
+22-49llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
+10-40llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
+0-31llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp
+1-25llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
+0-7llvm/tools/llvm-pdbutil/PdbYaml.h
+33-2957 files not shown
+35-31413 files

FreeBSD/src 7f421c7share/mk bsd.sys.mk

bsd.sys.mk: also suppress gcc -Wc++1[47]-extensions warnings for >= 12

This is a direct commit to stable/14, which does not yet default to
C++17 for most in-tree programs. In some cases, this would trigger gcc
-Wc++1[47]-extensions warnings with libc++ 21.
DeltaFile
+2-0share/mk/bsd.sys.mk
+2-01 files

FreeBSD/ports 3da5d1cmath/py-bitmath distinfo Makefile

math/py-bitmath: Update version 1.3.3.1=>1.4.0.1

Changelog: https://github.com/timlnx/bitmath/releases/tag/1.4.0.1
DeltaFile
+3-3math/py-bitmath/distinfo
+1-2math/py-bitmath/Makefile
+4-52 files

FreeBSD/ports bb768aedevel/py-crc32c distinfo Makefile

devel/py-crc32c: Update version 2.7.1=>2.8

Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.8
DeltaFile
+3-3devel/py-crc32c/distinfo
+1-1devel/py-crc32c/Makefile
+4-42 files

FreeBSD/ports 8fc52b6devel/py-async_timeout Makefile distinfo

devel/py-async_timeout: Update version 4.0.3=>5.0.0

Changelog: https://github.com/aio-libs-abandoned/async-timeout/releases/tag/v5.0.0
DeltaFile
+6-5devel/py-async_timeout/Makefile
+3-3devel/py-async_timeout/distinfo
+9-82 files

FreeBSD/ports b1f828bfilesystems/sshfs distinfo Makefile

filesystems/sshfs: Update version 3.7.5=>3.7.6

Changelog: https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.6
DeltaFile
+3-3filesystems/sshfs/distinfo
+1-1filesystems/sshfs/Makefile
+4-42 files

FreeBSD/ports 16175e4devel/py-circuits Makefile distinfo

devel/py-circuits: Update version 3.2.3=>3.2.4

Changelog: https://github.com/circuits/circuits/releases/tag/3.2.4
DeltaFile
+4-4devel/py-circuits/Makefile
+3-3devel/py-circuits/distinfo
+7-72 files

FreeBSD/ports 7258b69devel/py-pipdeptree distinfo Makefile

devel/py-pipdeptree: Update version 2.35.2=>2.35.3

Changelog: https://github.com/tox-dev/pipdeptree/releases/tag/2.35.3
DeltaFile
+3-3devel/py-pipdeptree/distinfo
+1-1devel/py-pipdeptree/Makefile
+4-42 files

FreeBSD/ports f4d769cdatabases/pgagroal distinfo Makefile

databases/pgagroal: Update version 2.0.1=>2.0.2

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

FreeBSD/ports 28fffdbsecurity/rekor distinfo Makefile

security/rekor: Update version 1.5.1=>1.5.2

Changelog: https://github.com/sigstore/rekor/releases/tag/v1.5.2
DeltaFile
+5-5security/rekor/distinfo
+2-3security/rekor/Makefile
+7-82 files

FreeBSD/ports f743feadevel/py-ariadne distinfo Makefile

devel/py-ariadne: Update version 0.26.2=>0.27.0

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

FreeBSD/ports ea029easecurity/certificate_maker distinfo Makefile

security/certificate_maker: Update version 1.8.5=>1.8.6

Changelog: https://github.com/sigstore/fulcio/releases/tag/v1.8.6
DeltaFile
+5-5security/certificate_maker/distinfo
+1-2security/certificate_maker/Makefile
+6-72 files

FreeBSD/ports 22604d4finance/py-stripe distinfo Makefile

finance/py-stripe: Update version 3.2.0=>3.3.0

Changelog: https://github.com/stripe/stripe-python/releases/tag/v3.3.0
DeltaFile
+3-3finance/py-stripe/distinfo
+1-1finance/py-stripe/Makefile
+4-42 files

FreeBSD/ports eda68b7lang/guile3 pkg-plist Makefile, lang/guile3/files patch-libguile_Makefile.in

lang/guile3: Update version 3.0.10=>3.0.11

- Fixes regression [1]

Changelog: https://codeberg.org/guile/guile/src/tag/v3.0.11/NEWS

PR:             295700 , 282534 [1]
Reported by:    herbert at gojira.at, dinoex [1]
DeltaFile
+16-5lang/guile3/pkg-plist
+0-20lang/guile3/files/patch-libguile_Makefile.in
+1-7lang/guile3/Makefile
+3-3lang/guile3/distinfo
+20-354 files

FreeBSD/ports 5ad2a5fjava/visualvm distinfo pkg-plist

java/visualvm: Update version 2.2=>2.2.1

Changelog: https://github.com/oracle/visualvm/releases/tag/2.2.1
DeltaFile
+3-3java/visualvm/distinfo
+3-2java/visualvm/pkg-plist
+1-1java/visualvm/Makefile
+7-63 files

FreeBSD/ports 3e9aa9edatabases/redisjson distinfo Makefile.crates

databases/redisjson: Update version 8.6.0=>8.8.0

Changelog: https://github.com/RedisJSON/RedisJSON/releases/tag/v8.8.0
DeltaFile
+139-81databases/redisjson/distinfo
+68-39databases/redisjson/Makefile.crates
+1-2databases/redisjson/Makefile
+208-1223 files

FreeBSD/ports e0616d2devel/pickle Makefile

devel/pickle: Switch to llvm19
DeltaFile
+2-2devel/pickle/Makefile
+2-21 files

FreeBSD/ports 85ba213databases/redis-devel distinfo, databases/redis-devel/files patch-src-Makefile patch-redis.conf

databases/redis-devel: Update version 8f3b6990d=>2432f5527
DeltaFile
+6-6databases/redis-devel/files/patch-src-Makefile
+6-6databases/redis-devel/files/patch-redis.conf
+3-3databases/redis-devel/files/patch-deps-hiredis-Makefile
+3-3databases/redis-devel/distinfo
+2-2databases/redis-devel/files/patch-deps-hiredis-net.c
+2-2databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c
+22-221 files not shown
+24-247 files

FreeBSD/ports 99443fcdatabases/redis Makefile distinfo, databases/redis/files patch-deps_xxhash_Makefile patch-redis.conf

databases/redis: Update version 8.6.3=>8.8.0

- Add OPTION REDISBLOOM
- Create piddir at startup (tmpfs). [1]

Changelog: https://github.com/redis/redis/releases/tag/8.8.0

PR:             264500 [1]
Reported by:    bdrewery [1]
DeltaFile
+9-9databases/redis/files/patch-deps_xxhash_Makefile
+8-8databases/redis/Makefile
+5-5databases/redis/files/patch-redis.conf
+4-4databases/redis/files/patch-src_Makefile
+3-3databases/redis/distinfo
+3-3databases/redis/files/patch-deps_Makefile
+32-321 files not shown
+38-327 files

FreeBSD/ports 7d047d7databases Makefile, databases/redisbloom Makefile distinfo

databases/redisbloom: New port

RedisBloom adds a set of probabilistic data structures to Redis,
including Bloom filter, Cuckoo filter, Count-min sketch, Top-K, and
t-digest. Using this capability, you can query streaming data without
needing to store all the elements of the stream.

WWW: https://github.com/RedisBloom/RedisBloom
DeltaFile
+49-0databases/redisbloom/Makefile
+11-0databases/redisbloom/distinfo
+4-0databases/redisbloom/pkg-descr
+1-0databases/Makefile
+65-04 files

FreeBSD/ports d7e2a21databases/clickhouse distinfo Makefile

databases/clickhouse: Update version 26.1.1.912=>26.1.2.11

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.1.2.11-stable
DeltaFile
+5-5databases/clickhouse/distinfo
+1-1databases/clickhouse/Makefile
+1-1databases/clickhouse/Makefile.submodules
+7-73 files

FreeBSD/ports fcc7ddddatabases/freetds-devel distinfo Makefile

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

OpenBSD/ports jvaO3Rldevel/libgit2/libgit2 Makefile, devel/libgit2/libgit2/patches patch-src_util_integer_h

   Unbreak build on i386 with llvm 22.
VersionDeltaFile
1.1+34-0devel/libgit2/libgit2/patches/patch-src_util_integer_h
1.79+1-0devel/libgit2/libgit2/Makefile
+35-02 files