LLVM/project 9a7ed4allvm/test/CodeGen/AMDGPU memory-legalizer-flat-singlethread.ll memory-legalizer-local-cluster.ll

AMDGPU: Replace tgsplit subtarget feature with attribute

This is a per-entrypoint property and has a corresponding
assembler directive, so it should not be baked into the
subtarget. I couldn't find much documentation on what this
actually does, so the description isn't great.

Fixes #204149

Co-authored-by: Claude Opus 4.6 <noreply at anthropic.com>
DeltaFile
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-singlethread.ll
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-local-cluster.ll
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-global-workgroup.ll
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-agent.ll
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-cluster.ll
+96-94llvm/test/CodeGen/AMDGPU/memory-legalizer-local-agent.ll
+576-56443 files not shown
+2,547-2,45249 files

LLVM/project bfd43f1llvm/test/tools/llvm-objdump/Offloading fatbin-coff-compress.test

Revert "[Object] Disable test on big endian (#205999)"

This reverts commit f6cc23dda19d5e0aab0a8946e6e9242992428b4e.

The compressed offload bundle header is now serialized and parsed as
little-endian regardless of host endianness (see the parent commit), so
fatbin-coff-compress.test no longer needs the host-byteorder-little-endian
guard and can run on big-endian hosts again.
DeltaFile
+1-2llvm/test/tools/llvm-objdump/Offloading/fatbin-coff-compress.test
+1-21 files

LLVM/project 734ffc7llvm/lib/Target/AMDGPU AMDGPUISelLowering.cpp SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU s-barrier-signal-var-gep.ll

[AMDGPU] Fold constant offsets into named barrier addresses

Allow isOffsetFoldingLegal to fold a constant offset into an LDS
named-barrier global, and include the node offset when materializing the
LDS address in LowerGlobalAddress. s_barrier_signal_var on a GEP'd named
barrier now selects the immediate form, matching a bare global and GlobalISel.
With object linking the offset folds into the relocation addend.

The barrier ID is derived from the address via (addr >> 4) & 0x3F, so a
byte offset that does not land on a 16-byte barrier boundary is still
valid: it simply selects the containing barrier. No alignment assertion
is needed, and such offsets must not crash the compiler (see the
misaligned test).

Change-Id: I639bc723eb001573585cc05d0ad19f2773054f21
Assisted-by: Cursor
DeltaFile
+8-6llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+4-8llvm/test/CodeGen/AMDGPU/s-barrier-signal-var-gep.ll
+8-0llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+20-143 files

LLVM/project 44efac1llvm/lib/Transforms/Vectorize VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize/VPlan buildvector-first-lane-only.ll

Revert "[VPlan] Replace first-lane uses of BuildVector. (#206566)"

This reverts commit f15288c2af25d0aca6516ca0b9a09d0ca90f5888.
DeltaFile
+9-5llvm/test/Transforms/LoopVectorize/VPlan/buildvector-first-lane-only.ll
+0-8llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+9-132 files

LLVM/project 1ec2a4bllvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes BottomUpVec.h, llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes BottomUpVec.cpp PassRegistry.def

[SBVec] Implement topDown/botUp vectorizers in unison

This patch introduces the `top-down-vec` pass to the Sandbox Vectorizer,
adding the ability to traverse use-def chains top-down to discover and
collect vectorization opportunities. Furthermore, this patch unifies
the two vectorizers into a single implementation to minimize code
duplication.
DeltaFile
+304-0llvm/test/Transforms/SandboxVectorizer/topdown_vec.ll
+158-21llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.cpp
+69-10llvm/test/Transforms/SandboxVectorizer/pack.ll
+51-1llvm/test/Transforms/SandboxVectorizer/external_uses.ll
+27-6llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h
+1-0llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/PassRegistry.def
+610-386 files

LLVM/project 1c4c6f7clang/include/clang/Driver OffloadBundler.h, clang/lib/Driver OffloadBundler.cpp

[Offload][NFC] Deduplicate CompressedOffloadBundle into llvm::object (#206741)

The compressed offload bundle (CCOB) format had two byte-for-byte
identical implementations: one in clang/lib/Driver/OffloadBundler.cpp
and the canonical one in llvm/lib/Object/OffloadBundle.cpp (already used
by llvm-objdump, comgr and others).

Remove the Clang-side copy (class declaration, compress/decompress/
tryParse, the RawCompressedBundleHeader union, getHeaderSize, the
formatWithCommas helper and the private timer group) and route the
driver through llvm::object::CompressedOffloadBundle, which is already
linked via the Object component.

The only API difference is the verbose-reporting channel (bool Verbose
vs. raw_ostream *VerboseStream); the driver now passes &llvm::errs()
when verbose output is requested, preserving the previous behavior.

No functional change intended.

Co-authored-by: mselehov <mselehov at amd.com>
DeltaFile
+9-347clang/lib/Driver/OffloadBundler.cpp
+0-36clang/include/clang/Driver/OffloadBundler.h
+9-3832 files

LLVM/project 276f45fllvm/test/CodeGen/AMDGPU s-barrier-signal-var-gep.ll

[AMDGPU][NFC] Pre-commit test for constant-offset named barrier signal_var (#205217)
DeltaFile
+258-0llvm/test/CodeGen/AMDGPU/s-barrier-signal-var-gep.ll
+258-01 files

FreeBSD/ports b9869c7net/py-lib389 Makefile

net/py-lib389: Pet portclippy and portfmt

Fix the Makefile and make portclippy happy.

Sponsored by:   Netzkommune GmbH
DeltaFile
+10-14net/py-lib389/Makefile
+10-141 files

FreeBSD/src cb8bda4sys/dev/evdev evdev.c

evdev: use a prometheus-safe label for ev_sysctl_tree

Prometheus doesn't allow spaces, let's normalize this to what we use
elsewhere for consistency.  The sysctl exporter could probably do this
itself, but let's decouple that from the immediate problem: matching the
label between the exported data and in-tree is nice for greppability.

PR:             296179
Reviewed by:    asomers, wulf
Differential Revision:  https://reviews.freebsd.org/D57966
DeltaFile
+1-1sys/dev/evdev/evdev.c
+1-11 files

FreeBSD/ports 0bf400fcomms/py-esptool distinfo Makefile

comms/py-esptool: Update to 5.3.1

Changes since 5.3.0:

    https://github.com/espressif/esptool/releases/tag/v5.3.1

Reported by:    github
DeltaFile
+3-3comms/py-esptool/distinfo
+1-1comms/py-esptool/Makefile
+4-42 files

FreeBSD/ports 8e36ec4net-mgmt/icinga2 distinfo pkg-plist

net-mgmt/icinga2: Update to 2.16.2

Reported by:    Alexander Klimov <alexander.klimov at icinga.com>
Security:       5b7cb356-749c-11f1-8a71-50ebf6bdf8e9
DeltaFile
+3-3net-mgmt/icinga2/distinfo
+2-2net-mgmt/icinga2/pkg-plist
+1-1net-mgmt/icinga2/Makefile
+6-63 files

FreeBSD/ports f96e9cbsecurity/vuxml/vuln 2026.xml

security/vuxml: Document net-mgmt/icinga2 vulnerabilities
DeltaFile
+33-0security/vuxml/vuln/2026.xml
+33-01 files

LLVM/project 246a7a0llvm/docs ReleaseNotes.md

[llvm] Add readobj call graph section flag to release notes (#206627)

llvm-readelf supports --call-graph-section which dumps the
experimental call graph section. Adding this to release notes.
DeltaFile
+1-0llvm/docs/ReleaseNotes.md
+1-01 files

LLVM/project 04079declang/lib/Headers/zos_wrappers math.h stdlib.h

[z/OS][Clang] Add wrapper headers to avoid macro name conflicts (#204472)

Some z/OS system headers define macros (e.g. __time, __math) that
conflict with user identifiers and break compilation. These wrappers include
the system headers and neutralize the problematic macros.
DeltaFile
+31-0clang/lib/Headers/zos_wrappers/math.h
+20-0clang/lib/Headers/zos_wrappers/stdlib.h
+19-0clang/lib/Headers/zos_wrappers/poll.h
+19-0clang/lib/Headers/zos_wrappers/string.h
+19-0clang/lib/Headers/zos_wrappers/time.h
+19-0clang/lib/Headers/zos_wrappers/variant.h
+127-012 files not shown
+201-018 files

LLVM/project 89f657eclang/lib/CIR/Dialect/Transforms/TargetLowering CIRABIRewriteContext.cpp, clang/test/CIR/Transforms/abi-lowering coerce-direct-offset.cir

[CIR] Honor Direct coercion offset in callconv

A Direct classification with a coerced type assumed the coerced value
started at byte 0 of the original aggregate.  On x86-64 SysV a 16-byte
record whose low eightbyte is NO_CLASS carries its live value in the high
eightbyte and is classified as getDirect(coerceType, offset=8); the
coercion path read and wrote the wrong eightbyte for that shape.

Add a directOffset to ArgClassification (with a getDirect(coerced, offset)
overload).  emitCoercionToMemory now applies the offset to the coerced
(scalar) side of the slot via a u8 ptr_stride before the typed view, so the
aggregate side stays at offset 0 while the scalar is read from / written to
the right bytes.  The offset is threaded through both emitCoercion overloads,
insertReturnCoercion, and the call-site and entry-block Direct arms.  Offset
0 takes the original plain-bitcast path and is byte-identical to before.

The Test target parser gains an optional direct_offset key so cir-opt can
inject this classification; coerce-direct-offset.cir covers the offset-8
return and argument plus an offset-0 negative case.
DeltaFile
+66-34clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRABIRewriteContext.cpp
+75-0clang/test/CIR/Transforms/abi-lowering/coerce-direct-offset.cir
+15-3mlir/lib/ABI/Targets/Test/TestTarget.cpp
+13-0mlir/include/mlir/ABI/ABIRewriteContext.h
+5-2mlir/include/mlir/ABI/Targets/Test/TestTarget.h
+174-395 files

FreeBSD/ports 3cab06dgames/fheroes2 distinfo Makefile

games/fheroes2: update to 1.1.17

Changelog:      https://github.com/ihhub/fheroes2/releases/tag/1.1.17
DeltaFile
+3-3games/fheroes2/distinfo
+1-1games/fheroes2/Makefile
+4-42 files

FreeBSD/ports 8d2aaf5www/nyxt/files patch-__build_idna_decode.lisp

www/nyxt: fix build on powerpc64le and possibly others

On powerpc64le (optimize debug) removes some optimizations that
by default remove dead code. Here in particular that dead code is also
incorrect and it causes:
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=612698 "main thread" RUNNING
                                                          {1001AB051C}>:
  COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "idna" "decode">
DeltaFile
+13-0www/nyxt/files/patch-__build_idna_decode.lisp
+13-01 files

FreeBSD/ports 4dfcc1bdevel/freebsd-sysroot pkg-plist.powerpc distinfo

devel/freebsd-sysroot: update to 14.4-RELEASE

Differential revision:  https://reviews.freebsd.org/D57446
Reviewed by:    mikael
DeltaFile
+633-627devel/freebsd-sysroot/pkg-plist.powerpc
+21-21devel/freebsd-sysroot/distinfo
+9-3devel/freebsd-sysroot/pkg-plist.aarch64
+9-2devel/freebsd-sysroot/pkg-plist.riscv64
+8-2devel/freebsd-sysroot/pkg-plist.armv7
+8-2devel/freebsd-sysroot/pkg-plist.i386
+688-6575 files not shown
+722-66711 files

FreeBSD/ports 2a67e70misc/py-paddlepaddle Makefile pkg-plist, misc/py-paddlepaddle/files patch-third__party_glog_src_stacktrace__powerpc-inl.h

misc/py-paddlepaddle: fix build on non-amd64

1. powerpc64le needs -DNO_WARN_X86_INTRINSICS for x86 headers inclusion.
2. powerpc* need glog patch, same as the one in ports.
3. pkg-plist hardcodes filename for 15.1-STABLE on amd64, use a hack
for that.
DeltaFile
+11-0misc/py-paddlepaddle/files/patch-third__party_glog_src_stacktrace__powerpc-inl.h
+8-1misc/py-paddlepaddle/Makefile
+1-1misc/py-paddlepaddle/pkg-plist
+20-23 files

FreeBSD/ports ca11c7bsysutils/fastfetch distinfo Makefile

sysutils/fastfetch: update to 2.65.2

Also fix XRANDR_BUILD_DEPENDS.

Changelog:      https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.2
DeltaFile
+3-3sysutils/fastfetch/distinfo
+2-2sysutils/fastfetch/Makefile
+5-52 files

FreeBSD/ports 55b2290audio/hts_engine-API pkg-plist

audio/hts_engine-API: fix pkg-plist

pkg-plist hardcoded a framework-managed line:
  @dir share/licenses/hts_engine-API-1.10
share/licenses/<pkg>/ is created automatically by the LICENSE
framework and must never be in pkg-plist.

Putting that line causes a packaging failure when DISABLE_LICENSES=yes
is set:
pkg-static: Unable to access .../share/licenses/hts_engine-API-1.10/: No such file or directory
DeltaFile
+0-1audio/hts_engine-API/pkg-plist
+0-11 files

FreeBSD/ports be9ff7dmail/thunderbird/files patch-third__party_xsimd_include_xsimd_types_xsimd__vsx__register.hpp

mail/thunderbird: fix build on powerpc64le

Already fixed in upstream xsimd:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/.build/gfx/thebes/Unified_cpp_gfx_thebes0.cpp:65:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/gfx/thebes/gfxAlphaRecovery.cpp:12:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/xsimd.hpp:63:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/memory/xsimd_aligned_allocator.hpp:27:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/config/xsimd_arch.hpp:19:
In file included from /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_all_registers.hpp:51:
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:61: error: cannot use 'long' with '__vector bool'
   67 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
      |                                                             ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:55: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]
   67 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
      |                                                       ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:52: error: cannot use 'long' with '__vector bool'
   68 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(long, long);
      |                                                    ^
/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-152.0/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:46: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]

    [6 lines not shown]
DeltaFile
+16-0mail/thunderbird/files/patch-third__party_xsimd_include_xsimd_types_xsimd__vsx__register.hpp
+16-01 files

FreeBSD/ports a6ef661www/firefox/files patch-third__party_xsimd_include_xsimd_types_xsimd__vsx__register.hpp

www/firefox: fix build on powerpc64le

Already fixed in upstream xsimd:
In file included from /wrkdirs/usr/ports/www/firefox/work/.build/gfx/thebes/Unified_cpp_gfx_thebes0.cpp:65:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/gfx/thebes/gfxAlphaRecovery.cpp:12:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/xsimd.hpp:63:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/memory/xsimd_aligned_allocator.hpp:27:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/config/xsimd_arch.hpp:19:
In file included from /wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/types/xsimd_all_registers.hpp:51:
/wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:61: error: cannot use 'long' with '__vector bool'
   67 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
      |                                                             ^
/wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:67:55: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]
   67 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(unsigned long, long);
      |                                                       ^
/wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:52: error: cannot use 'long' with '__vector bool'
   68 |         XSIMD_DECLARE_SIMD_BOOL_VSX_REGISTER(long, long);
      |                                                    ^
/wrkdirs/usr/ports/www/firefox/work/firefox-152.0.2/third_party/xsimd/include/xsimd/types/xsimd_vsx_register.hpp:68:46: warning: use of 'long' with '__vector' is deprecated [-Wdeprecated]

    [6 lines not shown]
DeltaFile
+16-0www/firefox/files/patch-third__party_xsimd_include_xsimd_types_xsimd__vsx__register.hpp
+16-01 files

LLVM/project 8a24902llvm/include/llvm/IR InstrTypes.h

Fix LLVM_ABI decoration
DeltaFile
+1-1llvm/include/llvm/IR/InstrTypes.h
+1-11 files

NetBSD/pkgsrc IsI2Vy8doc CHANGES-2026

   Updated audio/SDL2_mixer, audio/SDL3_mixer, games/rocksndiamonds, audio/libxmp, audio/xmp
VersionDeltaFile
1.4146+6-1doc/CHANGES-2026
+6-11 files

LLVM/project bd6adfelldb/test/Shell/SymbolFile/NativePDB local-variables.cpp

[lldb][Windows] Relax Filecheck requirements in local-variables.cpp (#205574)

When using `lldb-server` on Windows, lldb's output gets mangled with
lldb-server's info prints. This causes the `local-variables.cpp` test to
fail.

Relax that test by switching from `CHECK-NEXT` to `CHECK-DAG` where the
prints are emitted.

This is an alternative to
https://github.com/llvm/llvm-project/pull/205572.

rdar://181035363
DeltaFile
+2-2lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
+2-21 files

NetBSD/pkgsrc sVr8242audio/xmp distinfo Makefile, audio/xmp/patches patch-src_options.c

   xmp: updated to 4.3.0

   4.3.0 (20260508):
        Changes by Alice Rowan:
        - Support 24-bit and 32-bit output (requires libxmp 4.7.0+):
          AHI, ALSA, BeOS/Haiku, CoreAudio, NetBSD, OSS, PulseAudio,
          sndio, WinMM, AIFF, file, WAV.
        - Use XMP_MAX_SRATE as the limit for -f instead of 48000
          (requires libxmp 4.7.0+).
        - Amiga: automatically expand stack via stack cookie (OS 4),
          NewStackSwap (AROS), NewPPCStackSwap (MorphOS), or StackSwap
          (Workbench 2.04+). This feature can be disabled by defining
          XMP_NO_STACKSWAP at compile time.
        - Report pan value "---" for instruments/samples without
          a default panning value (sub->pan < 0).
        - Don't unmute muted IT channels unless explicitly unmuted by
          the -S/--solo option.
        - Haiku: Fix configure C++ compiler detection if CXX variable
          contains additional options.

    [10 lines not shown]
VersionDeltaFile
1.23+4-5audio/xmp/distinfo
1.71+2-2audio/xmp/Makefile
1.3+1-1audio/xmp/patches/patch-src_options.c
+7-83 files

NetBSD/pkgsrc kTszc4Vaudio/libxmp distinfo Makefile, audio/libxmp/patches patch-include_xmp.h

   libxmp: updated to 4.7.0

   4.7.0 (20260225):
        Changes by Alice Rowan:
        - Increase maximum sampling rate (XMP_MAX_SRATE) to 768000.
          This increases XMP_MAX_FRAMESIZE to 384000. The tick buffers are now
          allocated using the player-provided rate instead of XMP_MAX_FRAMESIZE:
          the frame info buffer may also be much smaller than XMP_MAX_FRAMESIZE.
          In case of existing software misusing the old XMP_MAX_FRAMESIZE, the
          minimum value for mixer_data->total_size is the old XMP_MAX_FRAMESIZE
          for now.
        - xmp_seek_time now always seeks (even if the position is the same
          as the current position) and uses the start row detected by the scan.
        - New function: xmp_seek_time_frame, which attempts to seek to the time
          requested by the caller within frame precision. This is achieved by
          using xmp_seek_time then repeatedly calling xmp_play_frame until the
          *next* frame contains the caller-requested time. The caller can then
          use xmp_play_frame/xmp_play_buffer to render the requested frame.
          WARNING: this is more computationally expensive than xmp_seek_time.

    [114 lines not shown]
VersionDeltaFile
1.15+4-5audio/libxmp/distinfo
1.18+2-2audio/libxmp/Makefile
1.3+1-1audio/libxmp/patches/patch-include_xmp.h
+7-83 files

LLVM/project 65334c0llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll clmul-sdnode.ll

Merge branch 'main' into users/kwyatt-ext/enum-sem-2
DeltaFile
+25,784-36,416llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+22,266-21,174llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+12,227-23,140llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
+13,779-6,871llvm/test/tools/llvm-mca/AArch64/Cortex/C1Ultra-sve-instructions.s
+10,260-9,388llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
+12,991-3,310llvm/test/MC/AMDGPU/gfx13_asm_vop3_dpp16.s
+97,307-100,29911,217 files not shown
+849,471-550,35611,223 files

NetBSD/pkgsrc 0TxCy2kgames/rocksndiamonds distinfo Makefile

   rocksndiamonds: updated to 4.4.2.3

   4.4.2.3

   This patch release fixes some bugs and improves some Diamond Caves related stuff:

   added checkbox to use optional EM/DC style player explosions
   changed killing player not before, but after digging land mine
   fixed highlighting player name after editing on names screen
   fixed a few potential string buffer overflow problems
VersionDeltaFile
1.49+4-4games/rocksndiamonds/distinfo
1.83+2-2games/rocksndiamonds/Makefile
+6-62 files