FreeBSD/ports 74dba54mail/maildrop distinfo Makefile

mail/maildrop: Update to 4.0.1
DeltaFile
+3-3mail/maildrop/distinfo
+1-1mail/maildrop/Makefile
+4-42 files

FreeBSD/ports 654a7a0net/samba416 Makefile, net/samba416/files patch-source4_param_provision.c

net/samba416: Fix build with newer Python

PyEval_CallObjectWithKeywords() has been deprecated since Python 3.9 and
was removed in Python 3.13.  Add an upstream patch that replaces it with
PyObject_Call() and bump the upper Python version limit to 3.14.

Reviewed by:    kiwi
Differential Revision:  https://reviews.freebsd.org/D57713
DeltaFile
+48-0net/samba416/files/patch-source4_param_provision.c
+3-3net/samba416/Makefile
+51-32 files

OPNSense/plugins 43abff1net/frr Makefile, net/frr/src/opnsense/service/templates/OPNsense/Quagga ospf6d.conf

net/frr: sync with master
DeltaFile
+1-1net/frr/Makefile
+1-1net/frr/src/opnsense/service/templates/OPNsense/Quagga/ospf6d.conf
+2-22 files

OPNSense/plugins 82f6cc0net/frr Makefile

net/frr: bump
DeltaFile
+1-1net/frr/Makefile
+1-11 files

OPNSense/plugins 45e23ebnet/frr/src/opnsense/service/templates/OPNsense/Quagga ospf6d.conf

net/frr: Fix typo in ospf6d.conf prefix-list (ip -> ipv6)
DeltaFile
+1-1net/frr/src/opnsense/service/templates/OPNsense/Quagga/ospf6d.conf
+1-11 files

LLVM/project de045d5orc-rt/include/orc-rt SimplePackedSerialization.h

[orc-rt] Tidy up some SPS tag types. NFC. (#205038)

Replaces class definitions with decls for tag types that don't need a
body, and moves the SPSError tag down to just above it's
serialization-traits class.
DeltaFile
+5-5orc-rt/include/orc-rt/SimplePackedSerialization.h
+5-51 files

FreeBSD/ports 37206fadevel/nextest distinfo Makefile

devel/nextest: update 0.9.137 → 0.9.138
DeltaFile
+23-23devel/nextest/distinfo
+11-12devel/nextest/Makefile
+34-352 files

FreeBSD/ports b91596asysutils/mise distinfo Makefile

sysutils/mise: update 2026.6.11 → 2026.6.12
DeltaFile
+5-5sysutils/mise/distinfo
+2-2sysutils/mise/Makefile
+7-72 files

FreeBSD/ports f0ba682devel/stgit distinfo Makefile

devel/stgit: update 2.6.0 → 2.6.1
DeltaFile
+139-225devel/stgit/distinfo
+69-113devel/stgit/Makefile
+208-3382 files

FreeBSD/ports e68a6dedatabases/rqlite distinfo Makefile

databases/rqlite: update 10.2.3 → 10.2.4
DeltaFile
+5-5databases/rqlite/distinfo
+1-1databases/rqlite/Makefile
+6-62 files

LLVM/project 9f0b22cllvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchISelLowering.h, llvm/test/CodeGen/LoongArch/ir-instruction double-convert.ll float-convert.ll

[LoongArch] Custom scalar UINT_TO_FP and FP_TO_UINT with LSX instructions (#200901)

Using `vftintrz.lu.d` for converting scalar double/float values to
unsigned 64-bit integers, and `vffint.d.lu` vice versa.
DeltaFile
+51-2llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+7-26llvm/test/CodeGen/LoongArch/ir-instruction/double-convert.ll
+7-25llvm/test/CodeGen/LoongArch/ir-instruction/float-convert.ll
+1-0llvm/lib/Target/LoongArch/LoongArchISelLowering.h
+66-534 files

NetBSD/src 5sDU4Bksys/dev/pci if_ixl.c if_iavf.c

   s/successed/succeeded/ in counter label and remove underscore for consistency.
VersionDeltaFile
1.101+4-4sys/dev/pci/if_ixl.c
1.21+3-3sys/dev/pci/if_iavf.c
1.18+3-3sys/dev/pci/if_vmx.c
+10-103 files

LLVM/project 1092b2bllvm/docs AMDGPUAsyncOperations.rst

[AMDGPU] Improve the description of asyncmark semantics (#202579)

- The semantics of asyncmarks is now defined purely in terms of
sequences, without referring to the implementation.
- The examples incorrectly used (post)dominance. Fixed that with wording
in terms of asyncmark sequences.
DeltaFile
+122-71llvm/docs/AMDGPUAsyncOperations.rst
+122-711 files

LLVM/project 6a2128allvm/include/llvm/ProfileData SampleProfReader.h, llvm/lib/ProfileData SampleProfReader.cpp

[ProfileData] Lazy-load fixed-length MD5 name table (#202014)

When reading extensible binary format profiles with fixed-length MD5
name tables, the reader eagerly allocates and populates a
std::vector<FunctionId> to store the name table.  This eager loading
is particularly wasteful when ProfileIsCS is false, as we populate the
entire name table just to support lookups during profile ingestion,
even though we may only use a subset of the profile.  Since FunctionId
is 16 bytes on 64-bit systems, a name table containing 10 million MD5
hash values would consume 160MB of heap memory.

This patch implements lazy loading for the name table in extensible
binary format profiles when the fixed-length MD5 layout is used.

Specifically, this patch introduces SampleProfileNameTable to
encapsulate the name table representation, supporting both lazy
loading (pointing directly to the memory-mapped buffer) and eager
loading (using a vector).  Eager loading is retained as a fallback for
layouts that do not support O(1) random access (such as

    [11 lines not shown]
DeltaFile
+106-24llvm/include/llvm/ProfileData/SampleProfReader.h
+23-14llvm/lib/ProfileData/SampleProfReader.cpp
+129-382 files

NetBSD/pkgsrc-wip 5c1d1e0openbabel distinfo PLIST, openbabel/patches patch-CMakeLists.txt patch-doc_examples_static__executable_CMakeLists.txt

openbabel: update to 3.2.0 release

Upgrade candidate to biology/openbabel
(it should actually be chemistry and not biology ...)
DeltaFile
+4-36openbabel/patches/patch-CMakeLists.txt
+0-15openbabel/patches/patch-doc_examples_static__executable_CMakeLists.txt
+0-14openbabel/patches/patch-test_CMakeLists.txt
+5-8openbabel/distinfo
+0-12openbabel/patches/patch-scripts_CMakeLists.txt
+6-4openbabel/PLIST
+15-893 files not shown
+21-959 files

NetBSD/pkgsrc EaQmfyfdoc CHANGES-2026

   Updated multimedia/ffmpeg8, multimedia/ffplay8
VersionDeltaFile
1.3864+3-1doc/CHANGES-2026
+3-11 files

OpenBSD/src BPMKqaKsys/dev/usb umsm.c

   don't deactivate the whole usb device if attach can't find endpoints.

   r1.128 let umsm be greedy and attach to more interfaces on the same
   usb device, rather than just the first 4 interfaces. Qeuctel EM060K-GL
   modems have interfaces at 8 and 12, the first of which is umb but
   the 12th used to attach as ugen. umsm now tries to attach to interface
   12, but because it doesn't have the right set of endpoints the
   attach hits an error path and disable the device.

   this removes the usbd_deactivate call in the that error path, which
   leaves all the other endpoints working.

   this follows the advice of quectel. kevlo and i are talking about
   moving to the linux model of maintaining a much more comprehenive
   table of modems and which endpoints are supported, but this is an
   improvement in the mean time.

   ok kevlo@ deraadt@
VersionDeltaFile
1.131+1-2sys/dev/usb/umsm.c
+1-21 files

LLVM/project 776a626flang/lib/Optimizer/Transforms FIRToMemRef.cpp, flang/test/Transforms/FIRToMemRef slice-projected.mlir

[FIR] Route embox+projected slice through shapeVec in FIRToMemRef

The descriptor-strides path iterates source-rank dims but queries the
rank-reduced embox result box, miscompiling slices that collapse dims
(e.g. complex %re/%im on b(:,k)). For embox-derived boxes the underlying
storage is contiguous, so the shape-derived layout is both correct and
the natural place to encode "static shape information is available."

Drop the `|| hasProjectedSlice` carve-out from boxNeedsDescriptorStrides
so projection cases also take the shapeVec path. Non-embox boxes
(rebox, assumed-shape) still go through fir.box_dims because their
storage may be non-contiguous.

Fixes the SIGSEGV at -O0 -lro and miscompile at -O1 -lro on the Fujitsu
0086_0019 reproducer (complex(:,k)%re inside WHERE).

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
DeltaFile
+19-51flang/test/Transforms/FIRToMemRef/slice-projected.mlir
+2-13flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
+21-642 files

LLVM/project 03f9dceflang/test/Transforms/FIRToMemRef slice-projected.mlir

xxx
DeltaFile
+9-9flang/test/Transforms/FIRToMemRef/slice-projected.mlir
+9-91 files

NetBSD/pkgsrc zFtIIe7doc CHANGES-2026

   doc: Added devel/gitte version 0.7.0
VersionDeltaFile
1.3863+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lSdUihadevel Makefile

   devel/Makefile: + gitte
VersionDeltaFile
1.4639+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc QHFGMjHdevel/gitte distinfo cargo-depends.mk

   devel/gitte: import gitte-0.7.0

   A GTK4/libadwaita Git client for the GNOME desktop, written in
   Rust. It is heavily inspired by Git Tower and Magit.
VersionDeltaFile
1.1+1,046-0devel/gitte/distinfo
1.1+349-0devel/gitte/cargo-depends.mk
1.1+39-0devel/gitte/Makefile
1.1+13-0devel/gitte/PLIST
1.1+2-0devel/gitte/DESCR
+1,449-05 files

NetBSD/pkgsrc Fv2EKmJdoc CHANGES-2026

   doc: Updated www/p5-URI to 5.35
VersionDeltaFile
1.3862+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IXAykxzwww/p5-URI distinfo Makefile

   p5-URI: update to 5.35.

   5.35      2026-06-14 23:04:12Z
       - Strip leading zeros from port numbers in canonical URIs (GH#69) (GH#162)
VersionDeltaFile
1.52+4-4www/p5-URI/distinfo
1.92+3-3www/p5-URI/Makefile
+7-72 files

NetBSD/pkgsrc CiTPAevdoc CHANGES-2026 TODO

   doc: Updated security/p5-Crypt-OpenPGP to 1.21
VersionDeltaFile
1.3861+2-1doc/CHANGES-2026
1.27431+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc kcFNTTUsecurity/p5-Crypt-OpenPGP Makefile distinfo

   p5-Crypt-OpenPGP: update to 1.21.

   1.21 -- Wed Jun 17 22:39:19 ADT 2026

       [Changes since 1.19]
       - Re-release 1.20 with correct git repo

       [Detailed Changelog]
       - 0449b82 Increment version
       - 2616001 v1.20

   1.20 -- Tue Jun 16 05:17:00 ADT 2026

       [Changes since 1.19]
       - Moved to Crypt::DSA::GMP
       - Allow plaintext to be "false" @JRaspass
       - Replace two argument open
       - Several code improvements/modernizations @JRaspass


    [15 lines not shown]
VersionDeltaFile
1.51+4-5security/p5-Crypt-OpenPGP/Makefile
1.14+4-4security/p5-Crypt-OpenPGP/distinfo
+8-92 files

NetBSD/pkgsrc xwfF36wdoc CHANGES-2026

   doc: Added security/p5-Crypt-DSA-GMP version 0.02
VersionDeltaFile
1.3860+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YAkRPZYmultimedia/ffmpeg8 PLIST distinfo

   ffmpeg8 ffplay8: updated to 8.1.2

   8.1.2:
   swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd width
   swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd width
   avcodec/snowenc: fix SIGFPE in get_dc() when a block lies outside the plane
   avcodec/snowenc: fix out-of-bounds OBMC read in get_dc() for narrow planes
   (fforge/pr/23505) avformat/tls_gnutls:fix crash when connecting to peer
   libavcodec/jpeg2000htdec: remove trailing whitespace
   libavdevice/alsa.c: fix NULL pointer dereference
   avcodec/libjxlenc: check orientation tag metadata before reading
   avformat/icecast: reject CR/LF in metadata header values
   avfilter/avf_showspectrum: Fix allocation check
   avformat/sctp: add size check in sctp_read() matching sctp_write()
   avcodec/jpeg2000: Fix undefined behavior on ROI shift-up
   aacdec_usac_mps212: reject reserved freq_res value
   avcodec/aac/aacdec_usac_mps212: Off-by-one bounds check in ff_aac_ec_data_deci()
   Update for 8.1.2
   avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() for narrow planes

    [136 lines not shown]
VersionDeltaFile
1.5+8-8multimedia/ffmpeg8/PLIST
1.5+4-4multimedia/ffmpeg8/distinfo
1.5+2-2multimedia/ffmpeg8/Makefile.common
1.12+1-2multimedia/ffmpeg8/Makefile
+15-164 files

NetBSD/pkgsrc J89dFXusecurity Makefile

   security/Makefile: + p5-Crypt-DSA-GMP
VersionDeltaFile
1.1015+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc NzjGoNfsecurity/p5-Crypt-DSA-GMP Makefile DESCR

   security/p5-Crypt-DSA-GMP: import p5-Crypt-DSA-GMP-0.02

   Crypt::DSA::GMP is an implementation of the DSA (Digital Signature
   Algorithm) signature verification system. The implementation itself
   is pure Perl, with mathematics support from Math::BigInt::GMP and
   Math::Prime::Util::GMP.

   This package provides DSA signing, signature verification, and key
   generation.

   This module is backwards compatible with Crypt::DSA. It removes a
   number of dependencies that were portability concerns. Importantly,
   it follows FIPS 186-4 wherever possible, and has support for the
   new hash methods.
VersionDeltaFile
1.1+22-0security/p5-Crypt-DSA-GMP/Makefile
1.1+12-0security/p5-Crypt-DSA-GMP/DESCR
1.1+5-0security/p5-Crypt-DSA-GMP/distinfo
+39-03 files