FreeBSD/ports f352effsecurity/gnutls distinfo Makefile

security/gnutls: Update to 3.8.12

PR:             293509
(cherry picked from commit 5c5feb91e15de2d5ebba4b881f2f93635cffa7de)
DeltaFile
+5-5security/gnutls/distinfo
+1-1security/gnutls/Makefile
+1-1security/gnutls/pkg-plist
+7-73 files

FreeBSD/ports 52e37a0archivers/7-zip Makefile

archivers/7-zip: Add ASM option for amd64

to build with jwasm and enable it by default.

PR:             292864
DeltaFile
+6-1archivers/7-zip/Makefile
+6-11 files

FreeBSD/ports f7bc9c9archivers/7-zip Makefile

archivers/7-zip: drop unused dependency

PR:             293375
Reported by:    Evgenii Khramtsov
DeltaFile
+3-5archivers/7-zip/Makefile
+3-51 files

FreeBSD/ports 5c5feb9security/gnutls distinfo Makefile

security/gnutls: Update to 3.8.12

PR:             293509
DeltaFile
+5-5security/gnutls/distinfo
+1-1security/gnutls/Makefile
+1-1security/gnutls/pkg-plist
+7-73 files

FreeBSD/ports 2ee95b9math/libsemigroups distinfo pkg-plist

math/libsemigroups: upgrade to v3.5.1

Releases notes at https://github.com/libsemigroups/libsemigroups/releases
DeltaFile
+3-3math/libsemigroups/distinfo
+2-1math/libsemigroups/pkg-plist
+1-1math/libsemigroups/Makefile
+6-53 files

FreeBSD/ports 7004a58graphics/cimg distinfo Makefile

graphics/cimg: upgrade to v.3.7.2
DeltaFile
+3-3graphics/cimg/distinfo
+1-1graphics/cimg/Makefile
+4-42 files

FreeBSD/ports 0a5b7c0www/threejs pkg-plist distinfo

www/threejs: upgrade to r183

Release notes at https://github.com/mrdoob/three.js/releases/tag/r183
DeltaFile
+9-8www/threejs/pkg-plist
+3-3www/threejs/distinfo
+1-1www/threejs/Makefile
+13-123 files

FreeBSD/ports 1e8f856emulators/mame pkg-plist Makefile

emulators/mame: Update 0.284 => 0.286

Release Notes:
https://www.mamedev.org/?p=560

Sort plist.

PR:     293508
DeltaFile
+30-19emulators/mame/pkg-plist
+3-5emulators/mame/Makefile
+3-3emulators/mame/distinfo
+36-273 files

FreeBSD/ports 6bd3d23security/aws-c-auth distinfo Makefile

security/aws-c-auth: Update to 0.10.0

ChangeLog: https://github.com/awslabs/aws-c-auth/releases/tag/v0.10.0
DeltaFile
+3-3security/aws-c-auth/distinfo
+1-1security/aws-c-auth/Makefile
+4-42 files

FreeBSD/ports b372975devel/aws-sdk-cpp distinfo Makefile

devel/aws-sdk-cpp: Update to 1.11.760

ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.749...1.11.760
DeltaFile
+3-3devel/aws-sdk-cpp/distinfo
+1-1devel/aws-sdk-cpp/Makefile
+4-42 files

FreeBSD/ports b8f7f00math/R-cran-xts distinfo Makefile

math/R-cran-xts: Update to 0.14.2

- Switch WWW to canonical form

ChangeLog: https://cran.r-project.org/web/packages/xts/news/news.html
DeltaFile
+3-3math/R-cran-xts/distinfo
+2-2math/R-cran-xts/Makefile
+5-52 files

FreeBSD/ports bfef2fadatabases/sabiql Makefile, databases/sabiql/files patch-src_infra_export_dot.rs

databases/sabiql: Fix opening E-R diagrams

- Add a patch to allow opening generated E-R diagrams via xdg-open
- Bump PORTREVISION
DeltaFile
+11-0databases/sabiql/files/patch-src_infra_export_dot.rs
+3-0databases/sabiql/Makefile
+14-02 files

FreeBSD/ports 36a3d28math/octave Makefile

math/octave: restrict required java version to 11+ (+)

octave require java-1.9+ to build java bindings and skip it if found java-1.8

checking for Java version... 1.8.0_482
configure: WARNING: Java version is too old (< 1.9).  Octave will not be able to call Java methods.
...
pkg-static: Unable to access file /usr/ports/math/octave/work/stage/usr/local/share/octave/11.1.0/m/java/octave.jar:No such file or directory

Reported by:    root at dc365.ru
Approved by:    portmgr blanket
DeltaFile
+1-0math/octave/Makefile
+1-01 files

FreeBSD/ports 74b43bbeditors/emacs-devel distinfo Makefile

editors/emacs-devel: Update to latest git snapshot
DeltaFile
+3-3editors/emacs-devel/distinfo
+2-2editors/emacs-devel/Makefile
+1-0editors/emacs-devel/pkg-plist
+6-53 files

FreeBSD/doc 40089f5website/content/en/usergroups _index.adoc

Fix meetup link

Reviewed by:    carlavilla
Differential Revision:  https://reviews.freebsd.org/D52061
DeltaFile
+1-1website/content/en/usergroups/_index.adoc
+1-11 files

FreeBSD/src 5ddfd1dusr.bin/diff3 diff3.c

diff3: bump version to the date when the GNU diff3 compat was reached
DeltaFile
+1-1usr.bin/diff3/diff3.c
+1-11 files

FreeBSD/src 5df6acabin/ed io.c ed.h

ed: add unicode support for the l (list) command

Use mbrtowc()/iswprint()/wcwidth() in put_tty_line() so that
the l command displays valid multibyte characters as-is instead
of escaping each byte as octal.

Column wrapping now correctly accounts for character display
width (including double-width CJK characters).

Invalid or incomplete UTF-8 sequences and non-printable
characters are still escaped as octal.

Differential Revision:  https://reviews.freebsd.org/D55365
DeltaFile
+53-19bin/ed/io.c
+2-0bin/ed/ed.h
+55-192 files

FreeBSD/src 7c2c2c2bin/ed/tests ed_test.sh

ed: add unicode test cases to ATF test suite

Including examples in Cyrillic suggested by kib@

Differential Revusion:  https://reviews.freebsd.org/D55364
DeltaFile
+333-0bin/ed/tests/ed_test.sh
+333-01 files

FreeBSD/ports cdded15security/osv-scanner distinfo Makefile

security/osv-scanner: Update to 2.3.3

ChangeLog:
https://github.com/google/osv-scanner/releases/tag/v2.3.3
DeltaFile
+5-5security/osv-scanner/distinfo
+2-3security/osv-scanner/Makefile
+7-82 files

FreeBSD/ports c47c519net-im/qTox distinfo Makefile

net-im/qTox: update 1.18.3-20251212 → 1.18.4

Reported by:    portscout
DeltaFile
+3-3net-im/qTox/distinfo
+1-3net-im/qTox/Makefile
+4-62 files

FreeBSD/ports 395292btextproc/castxml distinfo Makefile

textproc/castxml: update 0.6.13 → 0.7.0

Reported by:    portscout
DeltaFile
+3-3textproc/castxml/distinfo
+2-2textproc/castxml/Makefile
+5-52 files

FreeBSD/ports 5f0e789www/py-starlette-context distinfo Makefile

www/py-starlette-context: update 0.4.0 → 0.5.1

Reported by:    portscout
DeltaFile
+3-3www/py-starlette-context/distinfo
+2-2www/py-starlette-context/Makefile
+5-52 files

FreeBSD/ports 4b48372www/cpp-httplib Makefile distinfo

www/cpp-httplib: update 0.34.0 → 0.35.0

Reported by:    portscout
DeltaFile
+4-4www/cpp-httplib/Makefile
+3-3www/cpp-httplib/distinfo
+7-72 files

FreeBSD/ports f9fc143net/py-pook distinfo Makefile

net/py-pook: update 2.1.3 → 2.1.5

Reported by:    portscout
DeltaFile
+3-3net/py-pook/distinfo
+1-1net/py-pook/Makefile
+4-42 files

FreeBSD/ports 5f9b55agraphics/art pkg-plist distinfo

graphics/art: update 1.26.1 → 1.26.2
DeltaFile
+5-1graphics/art/pkg-plist
+3-3graphics/art/distinfo
+1-2graphics/art/Makefile
+9-63 files

FreeBSD/ports d3a692emath/cvc5 distinfo Makefile

math/cvc5: update 1.3.2 → 1.3.3

Reported by:    portscout
DeltaFile
+3-3math/cvc5/distinfo
+2-3math/cvc5/Makefile
+5-62 files

FreeBSD/ports 4808e6ewww/py-sse-starlette distinfo Makefile, www/py-sse-starlette/files patch-pyproject.toml

www/py-sse-starlette: update 3.2.0 → 3.3.2

Reported by:    portscout
DeltaFile
+3-3www/py-sse-starlette/distinfo
+3-3www/py-sse-starlette/files/patch-pyproject.toml
+1-1www/py-sse-starlette/Makefile
+7-73 files

FreeBSD/ports 831edc6graphics/xournalpp distinfo Makefile

graphics/xournalpp: update 1.3.2 → 1.3.3

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

FreeBSD/ports 16fd614devel/glaze pkg-plist distinfo

devel/glaze: update 7.0.2 → 7.1.0

Reported by:    portscout
DeltaFile
+9-0devel/glaze/pkg-plist
+3-3devel/glaze/distinfo
+2-2devel/glaze/Makefile
+14-53 files

FreeBSD/ports c162736games/iqpuzzle Makefile distinfo

games/iqpuzzle: update 1.4.3 → 1.5.0

Reported by:    portscout
DeltaFile
+3-3games/iqpuzzle/Makefile
+3-3games/iqpuzzle/distinfo
+2-0games/iqpuzzle/pkg-plist
+8-63 files