FreeBSD/ports ad0eac9databases Makefile, databases/rainfrog distinfo Makefile.crates

databases/rainfrog: Add new port

Rainfrog is a lightweight, terminal-based tool for interacting with databases.

Features:

  - efficient navigation via vim-like keybindings and mouse controls
  - query editor with keyword highlighting, session history, and favorites
  - quickly copy data, filter tables, and switch between schemas
  - shortcuts to view table metadata and properties
  - cross-platform (Android via termux, FreeBSD, Linux, MacOS, Windows)

Supported databases:

  - Postgres
  - MySQL
  - Sqlite
  - Redshift (via wire protocol of Postgres)
  - DuckDB

    [3 lines not shown]
DeltaFile
+1,003-0databases/rainfrog/distinfo
+500-0databases/rainfrog/Makefile.crates
+31-0databases/rainfrog/Makefile
+18-0databases/rainfrog/pkg-descr
+1-0databases/Makefile
+1,553-05 files

FreeBSD/src df68a09tests/sys/capsicum Makefile

tests: sys/capsicum/functional requires mqueuefs

Skip this test if mqueuefs isn't loaded.  Unfortunately, that will skip
the entire googletest test program, including test cases that don't
require mqueuefs.  But the test's own skipping logic doesn't work, and
we don't yet have a googletest-compatible require_kmods() function.

MFC after:      2 weeks
Sponsored by:   ConnectWise
Reviewed by:    emaste, ngie
Differential Revision: https://reviews.freebsd.org/D54902
DeltaFile
+1-0tests/sys/capsicum/Makefile
+1-01 files

FreeBSD/ports 2344463databases Makefile, databases/py-harlequin-postgres Makefile distinfo

databases/py-harlequin-postgres: Add new port

Postgres adapter for Harlequin, the SQL IDE for your Terminal.

https://github.com/tconbeer/harlequin-postgres
DeltaFile
+25-0databases/py-harlequin-postgres/Makefile
+3-0databases/py-harlequin-postgres/distinfo
+1-0databases/py-harlequin-postgres/pkg-descr
+1-0databases/Makefile
+30-04 files

FreeNAS/freenas f7fcb79src/middlewared/middlewared/alert/source ipmi_sel.py

Fix IPMI SEL ignore filter for Processor Presence detected
DeltaFile
+1-1src/middlewared/middlewared/alert/source/ipmi_sel.py
+1-11 files

FreeBSD/ports 45d63bedatabases Makefile, databases/py-harlequin-mysql Makefile distinfo

databases/py-harlequin-mysql: Add new port

MySQL/MariaDB adapter for Harlequin, the SQL IDE for your Terminal.

https://github.com/tconbeer/harlequin-mysql
DeltaFile
+25-0databases/py-harlequin-mysql/Makefile
+3-0databases/py-harlequin-mysql/distinfo
+1-0databases/py-harlequin-mysql/pkg-descr
+1-0databases/Makefile
+30-04 files

LLVM/project 5c213a9clang/lib/AST/ByteCode InterpBuiltin.cpp, clang/test/AST/ByteCode builtin-align-cxx.cpp

[clang][bytecode] Fix crash on __builtin_align_up with one-past-end pointers (#178652)

## Summary
Fix assertion failure when evaluating
`__builtin_align_up`/`__builtin_align_down`/`__builtin_is_aligned` with
one-past-end pointers like `&array[size]`.

## Root Cause
`getIndex()` calls `getOffset()` which asserts when `Offset ==
PastEndMark`. This happens for one-past-end element pointers.

## Fix
Check `isElementPastEnd()` before calling `getIndex()`. For past-end
pointers, use `getNumElems()` instead which gives the correct index
value.

## Test
Added test cases in `builtin-align-cxx.cpp` for one-past-end pointer
alignment.

Fixes #178647
DeltaFile
+4-1clang/lib/AST/ByteCode/InterpBuiltin.cpp
+3-0clang/test/AST/ByteCode/builtin-align-cxx.cpp
+7-12 files

FreeBSD/ports e71cbdfdatabases Makefile, databases/py-harlequin Makefile pkg-descr

databases/py-harlequin: Add new port

Harlequin is an easy, fast, and beautiful database client for the terminal.

It has all the features you'd expect from an SQL IDE, delightfully running
right in your terminal.

  - View tables, columns, and their types across one or more attached
    databases. Optionally view local files or S3 objects.
  - A full-featured editor: autocomplete, open, save, format, cut, copy, paste,
    and more. Supports multiple tabbed buffers!
  - View 1M+ results in an interactive table. Multiple queries loaded into
    separate tabs.
  - Full Screen
  - Export query results and configure the export using a helpful UI.
  - View a list of executed queries and a summary of results. Select to insert
    into a new buffer.

https://harlequin.sh/
DeltaFile
+32-0databases/py-harlequin/Makefile
+15-0databases/py-harlequin/pkg-descr
+3-0databases/py-harlequin/distinfo
+1-0databases/Makefile
+51-04 files

HardenedBSD/src 6594704release/scripts pkg-stage.sh

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+1-5release/scripts/pkg-stage.sh
+1-51 files

HardenedBSD/src 6ecfb92release/scripts pkg-stage.sh, sys/kern kern_synch.c kern_ktrace.c

Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master

Conflicts:
        release/scripts/pkg-stage.sh (unresolved)
DeltaFile
+21-6release/scripts/pkg-stage.sh
+13-14sys/netinet6/ip6_mroute.c
+11-15sys/kern/kern_synch.c
+16-2sys/kern/kern_ktrace.c
+6-7usr.bin/netstat/mroute6.c
+5-6usr.bin/netstat/mroute.c
+72-509 files not shown
+91-6215 files

FreeBSD/ports 9d93723textproc Makefile, textproc/py-textual-textarea Makefile pkg-descr

textproc/py-textual-textarea: Add new port

Textual-textarea is a text area (multi-line input) with syntax highlighting for
Textual.

It offers a full-featured text editor experience with VS-Code-like bindings, in
your Textual App:

  - Syntax highlighting and support for Pygments themes.
  - Move cursor and scroll with mouse or keys (including ctrl+arrow, PgUp/Dn,
    ctrl+Home/End).
  - Open (ctrl+o) and save (ctrl+s) files.
  - Cut (ctrl+x), copy (ctrl+c), paste (ctrl+u/v), optionally using the system
    clipboard.
  - Comment selections with ctrl+/.
  - Indent and dedent (optionally for a multiline selection) to tab stops with
    Tab and shift+Tab.
  - Automatic completions of quotes and brackets.
  - Select text by double-, triple-, or quadruple-clicking.

    [3 lines not shown]
DeltaFile
+24-0textproc/py-textual-textarea/Makefile
+18-0textproc/py-textual-textarea/pkg-descr
+3-0textproc/py-textual-textarea/distinfo
+1-0textproc/Makefile
+46-04 files

FreeBSD/ports 0223cbatextproc Makefile, textproc/py-textual-fastdatatable Makefile distinfo

textproc/py-textual-fastdatatable: Add new port

Textual-fastdatatable is a performance-focused reimplementation of Textual's
DataTable widget, with a pluggable data storage backend.

https://github.com/tconbeer/textual-fastdatatable
DeltaFile
+31-0textproc/py-textual-fastdatatable/Makefile
+3-0textproc/py-textual-fastdatatable/distinfo
+2-0textproc/py-textual-fastdatatable/pkg-descr
+1-0textproc/Makefile
+37-04 files

NetBSD/pkgsrc RrOqR8smail/imap-uw options.mk

   (mail/imap-uw) Fix build on NetBSD/9.4 for openssl 3.0
VersionDeltaFile
1.11+2-1mail/imap-uw/options.mk
+2-11 files

FreeBSD/src 0a3e7basys/powerpc/cpufreq pcr.c

cpufreq(4): Fix a typo in a source code comment

- s/transcation/transaction/

MFC after:      5 days
DeltaFile
+1-1sys/powerpc/cpufreq/pcr.c
+1-11 files

FreeBSD/src a17659fsys/dev/ath/ath_hal/ar5211 ar5211_reset.c

ath_hal(4): Fix a typo in a source code comment

- s/arithmatic/arithmetic/

MFC after:      5 days
DeltaFile
+1-1sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
+1-11 files

NetBSD/pkgsrc UQF56riwww/w3m Makefile.common

   (www/w3m) Fix build on NetBSD/9.4. gcc option -Wstring-compare related
VersionDeltaFile
1.85+5-1www/w3m/Makefile.common
+5-11 files

NetBSD/pkgsrc EQTqOBedevel/cargo-c Makefile

   (devel/cargo-c) Fix build on NetBSD/9.4 for openssl 3.0
VersionDeltaFile
1.33+2-1devel/cargo-c/Makefile
+2-11 files

FreeBSD/ports 237ddffmath/primecount distinfo Makefile

math/primecount: upgrade to v8.1

Release notes at https://github.com/kimwalisch/primecount/releases/tag/v8.1
DeltaFile
+3-3math/primecount/distinfo
+1-1math/primecount/Makefile
+4-42 files

FreeBSD/ports 5ff91bdmath/R-cran-misc3d distinfo Makefile

math/R-cran-misc3d: upgrade to 0.9-2
DeltaFile
+3-3math/R-cran-misc3d/distinfo
+3-2math/R-cran-misc3d/Makefile
+6-52 files

FreeBSD/ports ce37ef8textproc/ibus-typing-booster distinfo Makefile

textproc/ibus-typing-booster: upgrade to 2.30.2

Releases notes at https://github.com/mike-fabian/ibus-typing-booster/releases
DeltaFile
+3-3textproc/ibus-typing-booster/distinfo
+2-1textproc/ibus-typing-booster/Makefile
+5-42 files

FreeBSD/ports bedd0d2astro/py-jplephem distinfo Makefile

astro/py-jplephem: upgrade to 2.24
DeltaFile
+3-3astro/py-jplephem/distinfo
+1-1astro/py-jplephem/Makefile
+4-42 files

FreeBSD/ports a302f96devel/py-archinfo distinfo Makefile

devel/py-archinfo: Update 9.2.192 => 9.2.196

Commit log:
https://github.com/angr/archinfo/compare/v9.2.192...v9.2.196

PR:     292842
DeltaFile
+3-3devel/py-archinfo/distinfo
+1-1devel/py-archinfo/Makefile
+4-42 files

GhostBSD/ports 24c538bmultimedia/ffmpeg Makefile

multimedia/ffmpeg: Add SDL in OPTIONS_DEFAULT

Resolve ghostbsd/issues#340
DeltaFile
+4-5multimedia/ffmpeg/Makefile
+4-51 files

LLVM/project f162306llvm/lib/Transforms/InstCombine InstCombineCasts.cpp, llvm/test/Transforms/InstCombine bitcast-select-const-vector.ll copysign.ll

InstCombine: Fold bitcast of vector with constant to scalar

Fold bitcast (select cond, val, const) ->
  select cond, (bitcast val), (bitcast const)

Rocm device libs has an unfortunate amount of code that does bithacking
on the sign bit of double values by casting to <2 x i32> and operation
on the high element. This breaks value tracking optimizations on the
fp value.

The existing transform would only do this if the input to the select was
also a bitcast with a single use, and if it didn't convert between vector
and scalar.
DeltaFile
+58-0llvm/test/Transforms/InstCombine/bitcast-select-const-vector.ll
+8-1llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
+3-4llvm/test/Transforms/InstCombine/copysign.ll
+3-3llvm/test/Transforms/InstCombine/fold-bin-operand.ll
+72-84 files

OpenBSD/ports cjiKTVynet/tdesktop distinfo Makefile

   update to tdesktop 6.4.3
VersionDeltaFile
1.153+2-2net/tdesktop/distinfo
1.206+1-1net/tdesktop/Makefile
+3-32 files

FreeBSD/ports dc3fdc8x11-fonts/fnt Makefile distinfo

x11-fonts/fnt: Update 1.9 => 1.9.1, take maintainership

Changelog:
https://github.com/alexmyczko/fnt/releases/tag/1.9.1

PR:     292839
DeltaFile
+6-3x11-fonts/fnt/Makefile
+3-3x11-fonts/fnt/distinfo
+9-62 files

FreeNAS/freenas d3615c9src/middlewared/middlewared/api/v26_04_0 pool.py, src/middlewared/middlewared/plugins/failover_ event.py

Prefetch DDT/BRT on zpool import
DeltaFile
+63-0src/middlewared/middlewared/plugins/zfs/prefetch.py
+14-19src/middlewared/middlewared/plugins/pool_/dedup.py
+0-21src/middlewared/middlewared/plugins/zfs_/pool_actions.py
+5-5src/middlewared/middlewared/api/v26_04_0/pool.py
+2-2src/middlewared/middlewared/plugins/failover_/event.py
+84-475 files

LLVM/project 8904aa4mlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/include/mlir/Interfaces ControlFlowInterfaces.td

[mlir][Interfaces] Add `mustProgress` interface method + folding pattern
DeltaFile
+73-30mlir/lib/Interfaces/ControlFlowInterfaces.cpp
+51-0mlir/test/Dialect/SCF/canonicalize.mlir
+45-3mlir/lib/Dialect/SCF/IR/SCF.cpp
+38-0mlir/lib/Dialect/UB/IR/UBOps.cpp
+11-6mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+12-0mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
+230-397 files not shown
+264-4513 files

LLVM/project 871e165mlir/include/mlir/Dialect/SCF/IR SCFOps.td, mlir/include/mlir/Dialect/UB/IR UBOps.h

[mlir][Interfaces] Add `mustProgress` interface method + folding pattern
DeltaFile
+73-30mlir/lib/Interfaces/ControlFlowInterfaces.cpp
+51-0mlir/test/Dialect/SCF/canonicalize.mlir
+45-3mlir/lib/Dialect/SCF/IR/SCF.cpp
+38-0mlir/lib/Dialect/UB/IR/UBOps.cpp
+11-6mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
+12-0mlir/include/mlir/Dialect/UB/IR/UBOps.h
+230-397 files not shown
+262-4313 files

FreeBSD/ports bf62e93shells/powershell Makefile pkg-plist

shells/powershell: Install the lib/powershell/ref symlink

This fixes a error that happens when typing

Add-Type -TypeDefinition @"
using System;
"@ -Language CSharp

into PowerShell's prompt.

It is yet unclear if all .NET DLLs should actually be installed under /ref,
but this is still better than non-working Add-Type command.

Reported by:    Luke Brennan <lukebrennan at outlook.com>
DeltaFile
+2-0shells/powershell/Makefile
+1-0shells/powershell/pkg-plist
+3-02 files

FreeBSD/ports c26db9esecurity/py-social-auth-core Makefile, security/py-social-auth-core/files patch-pyproject.toml

security/py-social-auth-core: Allow build with py-google-auth 2.47.0+

- Bump PORTREVISION for package change

Approved by:    portmgr (blanket)
Obtained from:  https://github.com/python-social-auth/social-core/commit/58f5eafc5758dea40945b1c4ef71b4986dd3b6f1
                https://github.com/python-social-auth/social-core/commit/283cadd057cfca463358c2c81b9cef484ca74de9
DeltaFile
+12-3security/py-social-auth-core/files/patch-pyproject.toml
+2-1security/py-social-auth-core/Makefile
+14-42 files