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/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/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/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

FreeBSD/ports d7f8048net/lavinmq distinfo Makefile

net/lavinmq: update to 2.6.9

- drop `--error-on-warnings` until LavinMQ next release fully supports
  Crystal 1.19.1 without 9 deprecation warnings

- https://github.com/cloudamqp/lavinmq/blob/v2.6.9/CHANGELOG.md

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+5-5net/lavinmq/distinfo
+3-3net/lavinmq/Makefile
+8-82 files

FreeBSD/ports 4ccbdcblang/crystal pkg-plist Makefile

lang/crystal: update to 1.19.1

- https://github.com/crystal-lang/crystal/blob/release/1.19/CHANGELOG.md

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+828-46lang/crystal/pkg-plist
+6-27lang/crystal/Makefile
+3-3lang/crystal/distinfo
+837-763 files

FreeBSD/ports 04b7363sysutils/podman Makefile, sysutils/podman/files podman_service.in

sysutils/podman: Allow setting ownership on auto-created socket

The podman_service daemon auto-creates a socket on startup, along with
parent directory, and is always run as root. It is often useful to have
another proxy like haproxy or nginx provide more sophisticed security,
and these daemons do not need root privileges.

Approved by:    dfr
Reported by:    pat at patmaddox.com
Tested by:      arrowd
Differential Revision:  https://reviews.freebsd.org/D55455
DeltaFile
+42-5sysutils/podman/files/podman_service.in
+1-0sysutils/podman/Makefile
+43-52 files

FreeBSD/ports a1ab3d1net/amqpcat distinfo Makefile

net/amqpcat: update to 1.1.0

- https://github.com/cloudamqp/amqpcat/releases/tag/v1.1.0

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+3-3net/amqpcat/distinfo
+1-1net/amqpcat/Makefile
+4-42 files

FreeBSD/ports 3637bdefilesystems/versitygw distinfo Makefile

filesystems/versitygw: update to 1.3.1

- https://github.com/versity/versitygw/releases/tag/v1.3.1
- https://github.com/versity/versitygw/releases/tag/v1.3.0
DeltaFile
+5-5filesystems/versitygw/distinfo
+1-2filesystems/versitygw/Makefile
+6-72 files

FreeBSD/ports 7add8c9devel/R-cran-cyclocomp distinfo Makefile

devel/R-cran-cyclocomp: Update to 1.1.2

Changelog: https://cran.r-project.org/web/packages/cyclocomp/news/news.html
DeltaFile
+3-3devel/R-cran-cyclocomp/distinfo
+1-1devel/R-cran-cyclocomp/Makefile
+4-42 files

FreeBSD/ports 3fa91f5security/vuxml/vuln 2026.xml

security/vuxml: Document OpenSSL 3.5/3.6 vulnerability
DeltaFile
+33-0security/vuxml/vuln/2026.xml
+33-01 files

FreeBSD/ports a5726edgraphics/py-colour Makefile, graphics/py-colour/files patch-setup.py

graphics/py-colour: remove deprecated d2to1

d2to1 has been deprecated and archived for years, and its functionality
has been subsumed into plain setuptools.

While here, switch to USE_PYTHON=pep517

PR: 293782
Approved by: Martin Neubauer (maintainer)
DeltaFile
+16-0graphics/py-colour/files/patch-setup.py
+4-3graphics/py-colour/Makefile
+20-32 files

FreeBSD/ports f513d4fdevel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and patch update to 18.9.2

Changes:        https://about.gitlab.com/releases/2026/03/11/patch-release-gitlab-18-9-2-released/
Security:       0236eab0-1d62-11f1-88f8-2cf05da270f3
(cherry picked from commit be0fcc223124379be8b268089db49c45f38bd408)
DeltaFile
+13-13devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5www/gitlab-workhorse/distinfo
+5-5net/gitlab-agent/distinfo
+5-5www/gitlab-pages/distinfo
+1-1www/gitlab/Makefile.common
+35-356 files

FreeBSD/ports be05193security/trivy distinfo Makefile

security/trivy: update to 0.69.3

Changes:        https://github.com/aquasecurity/trivy/releases/tag/v0.69.3
(cherry picked from commit 963373df70d351b0aa0ee2e23e3685330a10fe55)
DeltaFile
+5-5security/trivy/distinfo
+1-1security/trivy/Makefile
+6-62 files