FreeBSD/ports 4f22c19graphics/libplacebo distinfo Makefile

graphics/libplacebo: update to 7.360.1

Changes:        https://code.videolan.org/videolan/libplacebo/-/tags/v7.360.1
Reported by:    GitHub (watch releases)
DeltaFile
+7-7graphics/libplacebo/distinfo
+3-3graphics/libplacebo/Makefile
+10-102 files

FreeBSD/src 277830brelease/tools ec2.conf

EC2: Don't use unicode in boot loader

The boot loader menu is disabled by default in EC2, but if it is ever
turned on, the default (unicode) output breaks EC2's web interface to
the serial console.

Set loader_menu_frame="ascii" instead.

MFC after:      3 days
Sponsored by:   Amazon
DeltaFile
+3-1release/tools/ec2.conf
+3-11 files

FreeBSD/src 4a80559. Makefile.inc1

Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools"

This reverts commit 858f53dd43ecb84cf2597229e9dbda2f242d9dd6.

It is not clear to me why building from Linux or MacOS fails to build
the toolchain, so reintroduce the long-standing slightly-broken
toolchain until that can be determined.

Reported by:    vexeduxr, jrtc27
DeltaFile
+1-0Makefile.inc1
+1-01 files

FreeBSD/src 512e189sys/netinet6 in6_pcb.c

inpcb: remove a completely outdated comment
DeltaFile
+0-11sys/netinet6/in6_pcb.c
+0-111 files

FreeBSD/src 77e0c9csys/netinet in_pcb.c

inpcb: in in_pcbbind() use bool for anonport
DeltaFile
+2-1sys/netinet/in_pcb.c
+2-11 files

FreeBSD/src 78c4f82usr.sbin/jail command.c

jail: fix crash with startup commands on a jail without name

Jail name is optional, thus don't try setenv(NULL).

Fixes:  d8f021add40c321c4578da55dae52fb93c7ccb5f
DeltaFile
+2-2usr.sbin/jail/command.c
+2-21 files

FreeBSD/ports 4587ae5sysutils Makefile, sysutils/logstash93 Makefile distinfo

sysutils/logstash93: New port version 9.3.1

Server-side data ingestion and transformation tool (9.3.x version).

Release Notes:
https://www.elastic.co/docs/release-notes/logstash#logstash-9.3.1-release-notes

PR:             293760
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+5-5sysutils/logstash93/Makefile
+3-3sysutils/logstash93/distinfo
+1-1sysutils/logstash93/files/pkg-message.in
+1-0sysutils/Makefile
+10-94 files

FreeBSD/ports 7e21fcbsysutils/logstash93 Makefile pkg-descr, sysutils/logstash93/files logstash.in pkg-message.in

sysutils/logstash93: Repo copy from sysutils/logstash92

PR:             293760
Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
DeltaFile
+117-0sysutils/logstash93/files/logstash.in
+92-0sysutils/logstash93/Makefile
+25-0sysutils/logstash93/files/pkg-message.in
+17-0sysutils/logstash93/files/logstash.conf.sample
+11-0sysutils/logstash93/files/patch-config_logstash.yml
+3-0sysutils/logstash93/pkg-descr
+265-01 files not shown
+268-07 files

FreeBSD/ports 3803e88sysutils/logstash92 Makefile distinfo, sysutils/logstash92/files logstash.in

sysutils/logstash92: Update 9.2.3 => 9.2.6

Release Notes:
https://www.elastic.co/docs/release-notes/logstash#logstash-9.2.6-release-notes

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download due
  to the HTTP error "Forbidden 403".
- Sort USES.
- Adjust JAVA_VERSION to supported LTS 25, 21 and 17.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Fix warnings from portclippy.
- Add possibility to use custom user/group.
- Replace RM of bundled JDK and *.bat files with
  EXTRACT_AFTER_ARGS=--exclude.
- Merge CHMODs.
- Replace %%PREFIX%% with %%LOCALBASE%% in rc.d script - bash installed

    [5 lines not shown]
DeltaFile
+27-25sysutils/logstash92/Makefile
+6-6sysutils/logstash92/files/logstash.in
+3-3sysutils/logstash92/distinfo
+36-343 files

FreeBSD/ports b76e9cbsysutils/logstash91 Makefile distinfo, sysutils/logstash91/files logstash.in

sysutils/logstash91: Update 9.1.9 => 9.1.10

Release Notes:
https://www.elastic.co/docs/release-notes/logstash#logstash-9.1.10-release-notes

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download due
  to the HTTP error "Forbidden 403".
- Sort USES.
- Adjust JAVA_VERSION to supported LTS 25, 21 and 17.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Fix warnings from portclippy.
- Add possibility to use custom user/group.
- Replace RM of bundled JDK and *.bat files with
  EXTRACT_AFTER_ARGS=--exclude.
- Merge CHMODs.
- Replace %%PREFIX%% with %%LOCALBASE%% in rc.d script - bash installed

    [5 lines not shown]
DeltaFile
+27-25sysutils/logstash91/Makefile
+6-6sysutils/logstash91/files/logstash.in
+3-3sysutils/logstash91/distinfo
+36-343 files

FreeBSD/ports 85dce12x11/libX11 distinfo Makefile

x11/libX11: update: 1.8.12 -> 1.8.13

<ChangeLog>

 * Ignore XkbMapNotify events that don't belong to the core keyboard (!293)
 * xkb: Fix invalid level names count for key types without level names (!292)
 * xkb: Fix default key types (!292)
 * Drop vestiges of OS/2 support (!291)
 * xkb: fix include of config.h and drop unused DEBUG check (!290)
 * xcb_io: fix build with configure --disable-xthreads (#232, !289)
 * Improve man page formatting (!286)
 * imDefIc: Clear fabricated state on unfocus. (!283)
 * Avoid memory leak in XKeysymToString (!282)

</ChangeLog>

PR:             293045
Exp-run by:     antoine
Approved by:    x11 (maintainer, timeout >2 weeks)

    [2 lines not shown]
DeltaFile
+3-3x11/libX11/distinfo
+1-1x11/libX11/Makefile
+4-42 files

FreeBSD/src c70f382libexec/rtld-elf/aarch64 reloc.c

rtld-elf: Remove stray _exit prototype for aarch64

It's not clear why this is here. It's existed since the very first
version of rtld-elf for aarch64 but has never been used, and anything
actually using exit or _exit should be using rtld_libc.h's #define that
aliases them to __sys_exit.

Fixes:  047c6e3ae6ab ("Add the arm64 code to the runtime linker. It's not able to be built as we still need libc_pic for a few things, but this is expected to be ready soon.")
DeltaFile
+0-2libexec/rtld-elf/aarch64/reloc.c
+0-21 files

FreeBSD/src 703901bsys/dev/ichwd i6300esbwd.c

i6300esbwd: Set error appropriately on event

Per the watchdog driver contract, if the driver successfully arms the
watchdog it must set error to 0, and if it's unable to arm the watchdog
it must leave error alone.

Sponsored by:   Hewlett Packard Enterprise
DeltaFile
+2-1sys/dev/ichwd/i6300esbwd.c
+2-11 files

FreeBSD/ports 8293be6databases/cego distinfo Makefile

databases/cego: update 2.54.9 -> 2.54.16

- rework tableset verification procedure
- removed logback.xml to avoid logging side effects
- Added admin command "verify locks" to perform a test aquire
  of all lock manager locks read and write
- Fix CegoQueryHelper::maxFieldSize.
  The returned size must be at least MAX_NULL_LEN
- CegoTableManager::checkBTreeIntegrity support for allowDuplicateNull
  feature ( multiple null values in unique btree )
- CegoLockHandler, check for unlock methods to check for lockId == 0
- Completed verify locks command with missing pool, querycache, tablecache,
  db and xml locks
- CegoClient: query abort via interrupt character fixed
DeltaFile
+3-3databases/cego/distinfo
+1-1databases/cego/Makefile
+4-42 files

FreeBSD/ports 3c10abcaudio/subtui distinfo Makefile

audio/subtui: Update to 2.11.1

Changelog: https://github.com/MattiaPun/SubTUI/releases/tag/v2.11.1
DeltaFile
+5-5audio/subtui/distinfo
+1-1audio/subtui/Makefile
+6-62 files

FreeBSD/ports cd97f5edevel/heimdall Makefile, devel/heimdall/files patch-heimdall_source_BridgeManager.h

devel/heimdall: fix flashing on some samung tablet

Heimdall sends at some empty OUT transfers (as for the ODIN protocol)
with a 100ms timeou. The device is busy writing on the flash at that
point and NACKs OUT tokens for more than 100ms. The result is the empty
transfers times out. and since this is a required ODIN protocol marker,
the transfers fails.

Make sure those empty out transfers get a longer timeout.
DeltaFile
+11-0devel/heimdall/files/patch-heimdall_source_BridgeManager.h
+1-1devel/heimdall/Makefile
+12-12 files

FreeBSD/src fa34136share/misc committers-ports.dot

committers-ports.dot: Add new committer (mce)

Update Mentor and Mentee Information.

Reviewed by: osa, fluffy (mentors)
Approved by: fluffy (mentor)
Differential Revision: https://reviews.freebsd.org/D55839
DeltaFile
+3-0share/misc/committers-ports.dot
+3-01 files

FreeBSD/ports 78f17acsecurity/kanidm distinfo Makefile.crates

security/kanidm: Update to 1.9.2

ChangeLog: https://github.com/kanidm/kanidm/releases/tag/v1.9.2

Approved by:    bofh@ (implicit)
DeltaFile
+147-145security/kanidm/distinfo
+72-71security/kanidm/Makefile.crates
+3-0security/kanidm/pkg-plist.server
+1-1security/kanidm/Makefile
+223-2174 files

FreeBSD/src a1fa147sys/netinet6 nd6_nbr.c

ndp: fix late KASSERT in nd6_queue_timer

Reviewed by:    glebius
Fixes:          7f3b46fe54f1 ("ndp: Add support for Gratuitous...")
Differential Revision: https://reviews.freebsd.org/D55844
DeltaFile
+4-2sys/netinet6/nd6_nbr.c
+4-21 files

FreeBSD/ports cafb50csecurity/openssl35 Makefile, security/openssl35/files patch-CVE-2026-2673

security/openssl35: Security update for CVE-2026-2673

Security:       ee1e6a24-1eeb-11f1-81da-8447094a420f
DeltaFile
+487-0security/openssl35/files/patch-CVE-2026-2673
+1-0security/openssl35/Makefile
+488-02 files

FreeBSD/ports b553676devel/nextpnr-devel distinfo Makefile

devel/nextpnr-devel: Update to 2026-03-12
DeltaFile
+3-3devel/nextpnr-devel/distinfo
+2-2devel/nextpnr-devel/Makefile
+3-1devel/nextpnr-devel/pkg-descr
+8-63 files

FreeBSD/ports 18c942dwww/freenginx-acme Makefile

www/freenginx-acme: fix a group name used for freenginx

While I'm here, make portlint(1) happy.

PR:             293781
Sponsored by:   tipi.work
DeltaFile
+5-5www/freenginx-acme/Makefile
+5-51 files

FreeBSD/ports fe89b0bsysutils/logstash8 Makefile distinfo, sysutils/logstash8/files logstash.in

sysutils/logstash8: Update 8.19.9 => 8.19.12

Release Notes:
https://www.elastic.co/guide/en/logstash/8.19/logstash-8-19-10.html
https://www.elastic.co/guide/en/logstash/8.19/logstash-8-19-11.html
https://www.elastic.co/guide/en/logstash/8.19/logstash-8-19-12.html

Improve port:
- Replace PORTVERSION with DISTVERSION.
- Add LOCAL/vvd/elastic to MASTER_SITES for those who can't download due
  to the HTTP error "Forbidden 403".
- Sort USES.
- Adjust JAVA_VERSION to supported LTS 25, 21 and 17.
- Parametrize "logstash" with "${PORTNAME}".
- Adjust CONFLICTS.
- Fix warnings from portclippy.
- Add possibility to use custom user/group.
- Replace RM of bundled JDK and *.bat files with
  EXTRACT_AFTER_ARGS=--exclude.

    [5 lines not shown]
DeltaFile
+26-24sysutils/logstash8/Makefile
+3-3sysutils/logstash8/distinfo
+2-2sysutils/logstash8/files/logstash.in
+31-293 files

FreeBSD/ports 017ebc5devel/nextpnr Makefile distinfo, devel/nextpnr/files patch-bba_CMakeLists.txt

devel/nextpnr: Update to 0.10

Changelog: https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.10

While here, also enable the himbaechel architecture as well as adding
support for the GateMate micro-architecture via prjpeppercorn.
DeltaFile
+12-13devel/nextpnr/Makefile
+5-5devel/nextpnr/files/patch-bba_CMakeLists.txt
+3-3devel/nextpnr/distinfo
+5-0devel/nextpnr/pkg-plist
+3-2devel/nextpnr/pkg-descr
+28-235 files

FreeBSD/ports 9433af0textproc/py-regex distinfo Makefile

textproc/py-regex: Upgrade to 2026.2.28

PR:             293785
Approved by:    fax at nohik.ee (maintainer)
Changelog:      https://github.com/mrabarnett/mrab-regex/blob/2026.2.28/changelog.txt
DeltaFile
+3-3textproc/py-regex/distinfo
+1-1textproc/py-regex/Makefile
+4-42 files

FreeBSD/ports 120a5d5textproc/elasticsearch7 Makefile, textproc/elasticsearch7/files elasticsearch.in

textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS

Also:
- Respect ETCDIR substitution in rc.d script.
- Replace RM of bundled JDK, jna.jar and modules/x-pack/x-pack-ml files
  with EXTRACT_AFTER_ARGS=--exclude.
- Replace ${JAVASHAREDIR} with ${LOCALBASE}/share/java -
  JAVASHAREDIR=PREFIX/share/java, but devel/jna installed in LOCALBASE.

Approved by:    blanket (fix runtime)
MFH:            2026Q1

(cherry picked from commit fa14dfb0869642be99a46161a09455a20aeddf00)
DeltaFile
+12-6textproc/elasticsearch7/Makefile
+6-6textproc/elasticsearch7/files/elasticsearch.in
+18-122 files

FreeBSD/ports fac1343sysutils/logstash7 Makefile, sysutils/logstash7/files logstash.in

sysutils/logstash7: Fix runtime with non-default USERS/GROUPS

Also:
- Respect LOGSTASH_HOME and ETCDIR substitutions in rc.d script.
- Replace RM of bundled JDK and *.bat files with
  EXTRACT_AFTER_ARGS=--exclude.

Approved by:    blanket (fix runtime)
MFH:            2026Q1

(cherry picked from commit f5c624428d6d4ab4738395d0cbabd6bbb246c526)
DeltaFile
+8-5sysutils/logstash7/Makefile
+5-5sysutils/logstash7/files/logstash.in
+13-102 files

FreeBSD/ports fa14dfbtextproc/elasticsearch7 Makefile, textproc/elasticsearch7/files elasticsearch.in

textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS

Also:
- Respect ETCDIR substitution in rc.d script.
- Replace RM of bundled JDK, jna.jar and modules/x-pack/x-pack-ml files
  with EXTRACT_AFTER_ARGS=--exclude.
- Replace ${JAVASHAREDIR} with ${LOCALBASE}/share/java -
  JAVASHAREDIR=PREFIX/share/java, but devel/jna installed in LOCALBASE.

Approved by:    blanket (fix runtime)
MFH:            2026Q1
DeltaFile
+12-6textproc/elasticsearch7/Makefile
+6-6textproc/elasticsearch7/files/elasticsearch.in
+18-122 files

FreeBSD/ports f5c6244sysutils/logstash7 Makefile, sysutils/logstash7/files logstash.in

sysutils/logstash7: Fix runtime with non-default USERS/GROUPS

Also:
- Respect LOGSTASH_HOME and ETCDIR substitutions in rc.d script.
- Replace RM of bundled JDK and *.bat files with
  EXTRACT_AFTER_ARGS=--exclude.

Approved by:    blanket (fix runtime)
MFH:            2026Q1
DeltaFile
+8-5sysutils/logstash7/Makefile
+5-5sysutils/logstash7/files/logstash.in
+13-102 files

FreeBSD/ports 0bf2974devel/shards distinfo Makefile

devel/shards: update to 0.20.0

- https://github.com/crystal-lang/shards/blob/v0.20.0/CHANGELOG.md

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+3-3devel/shards/distinfo
+2-3devel/shards/Makefile
+5-62 files