notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: UPDATING

Number of commits found: 2859 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Friday, 8 May 2026
21:49 Michael Osipov (michaelo) search for other commits by this committer
shells/bash-completion: Don't depend on shells/bash{,-static}

Depending on the shell itself during build time create a large dependency
chain. E.g., using the pc file of this port requires bash being built although
technically not required at all. Have the user install bash as a direct
dependency.

PR:		292501
Tested by:	michaelo
Approved by:	sunpoet (maintainer)
commit hash: 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a commit hash: 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a commit hash: 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a commit hash: 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a 7e4be0d
Saturday, 25 Apr 2026
23:35 Bryan Drewery (bdrewery) search for other commits by this committer
security/openssh-portable: Fix PermitRootLogin default to "no"

This matches what is reported in pkg-message.

PR:		267170
Reported by:	SimpleRezo
commit hash: fad4f7d3cf4db1a8cf6a748c0bdc9d6d0b3321a1 commit hash: fad4f7d3cf4db1a8cf6a748c0bdc9d6d0b3321a1 commit hash: fad4f7d3cf4db1a8cf6a748c0bdc9d6d0b3321a1 commit hash: fad4f7d3cf4db1a8cf6a748c0bdc9d6d0b3321a1 fad4f7d
22:26 Bryan Drewery (bdrewery) search for other commits by this committer
security/openssh-portable: Disable X11Forwarding by default.

This syncs with src and upstream.

Submitted by:	jlduran
Differential Revision:	https://reviews.freebsd.org/D53268
commit hash: 1c7000b1d4b8cc460d939bfd567ab3ec6e40bdcc commit hash: 1c7000b1d4b8cc460d939bfd567ab3ec6e40bdcc commit hash: 1c7000b1d4b8cc460d939bfd567ab3ec6e40bdcc commit hash: 1c7000b1d4b8cc460d939bfd567ab3ec6e40bdcc 1c7000b
Saturday, 18 Apr 2026
20:18 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: revert to single package without Python dependency

Restore the previous setup with a single net/rsync package that includes
the rrsync script but does not depend on Python.

Users who require the rrsync script must install Python separately,
as indicated in the install message.

Bump PORTREVISION

This reverts commit fc42790ae011acedf0195c7d31b1cf63b8c02155.
This reverts commit f02bc3be718072b75bd291f81f66b7f15865f535.

PR:		286073
commit hash: b350a4db575c9bea83ec5d7028066aa7bf91a9bb commit hash: b350a4db575c9bea83ec5d7028066aa7bf91a9bb commit hash: b350a4db575c9bea83ec5d7028066aa7bf91a9bb commit hash: b350a4db575c9bea83ec5d7028066aa7bf91a9bb b350a4d
Tuesday, 14 Apr 2026
14:21 Joseph Mingrone (jrm) search for other commits by this committer
UPDATING: Add guidance to 20260411 Elisp entry for unclean builds

The new text helps users avoid conflicts when building in an unclean
environment.

Reported by:	rhurlin
Sponsored by:	The FreeBSD Foundation
commit hash: 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 commit hash: 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 commit hash: 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 commit hash: 68c8d4070d4a132d0fbd5f75307fd3d7beac4221 68c8d40
Monday, 13 Apr 2026
04:32 Cy Schubert (cy) search for other commits by this committer
sysutils/ansible: Update to 13.5.0

Absible 12 make significant changes. See porting guide at
	https://docs.ansible.com/projects/ansible/devel/porting_guides/porting_guide_12.html
commit hash: 2bf152f274d481597dce6b262afc357a797f77d1 commit hash: 2bf152f274d481597dce6b262afc357a797f77d1 commit hash: 2bf152f274d481597dce6b262afc357a797f77d1 commit hash: 2bf152f274d481597dce6b262afc357a797f77d1 2bf152f
04:31 Cy Schubert (cy) search for other commits by this committer
sysutils/py-ansible-core: Switch to py-ansible-core219

Switch to ansible-core 2.19 as the default ansible-core.

See ansible-core porting guide at
	https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
commit hash: 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf commit hash: 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf commit hash: 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf commit hash: 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf 85a1b44
Saturday, 11 Apr 2026
16:03 Joseph Mingrone (jrm) search for other commits by this committer
Emacs Lisp ports framework: Overhaul

This overhaul introduces four key changes to the elisp ports framework:

1. Remove support for packaged byte-compiled elisp.

   The primary motivation is to remove a large number of flavor-specific
   packages and to simplify the ports tree.  As an example, supporting
   byte-compiled elisp for devel/tablist required six packages, one for
   each flavor of editors/emacs and editors/emacs-devel.  With over 100
   elisp ports and requests for new Emacs flavors, this was
   unmanageable.

2. Install configuration to integrate with Emacs's native compilation
   machinery, allowing elisp from ports to be compiled into the standard
   cache under the user's home directory.

   This matches the behavior of GNU ELPA packages and generally results
   in a faster experience.  Speedups vary depending on the
   characteristics of the elisp code, but are often reported to be 2.5
   to 5 times faster than byte-compiled code.

3. Perform byte compilation on the target host, but only when native
   compilation is unavailable.  Compilation is initiated when Emacs
   starts, and the resulting .elc files are cached under the user's
   home directory.

4. Load all autoload files installed by FreeBSD elisp ports.  This
   mirrors what package.el does for ELPA packages, ensuring that
   autoloaded functions are available without requiring users to
   explicitly load each package.

Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.

Reviewed by:	ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
		mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
		rhurlin
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56001
commit hash: bc45b7ec889c7662bbbc64d26b00424db8dcb741 commit hash: bc45b7ec889c7662bbbc64d26b00424db8dcb741 commit hash: bc45b7ec889c7662bbbc64d26b00424db8dcb741 commit hash: bc45b7ec889c7662bbbc64d26b00424db8dcb741 bc45b7e
Sunday, 5 Apr 2026
20:00 Daniel Engberg (diizzy) search for other commits by this committer Author: Matthias Andree
security/openvpn: Update to 2.7.1

This changes installed scripts, openvpn-client.up and .down scripts
are no longer installed into libexec/, but instead a dns-updown script
is placed into libexec/openvpn/ (all under $PREFIX).

Based on a patch provided by Marek Zarychta.

Changelog:	https://github.com/OpenVPN/openvpn/releases/tag/v2.7.1

PR:		293138, 286263
commit hash: 51f1036a07509a1e3eb50cf6e7904a88f55bb451 commit hash: 51f1036a07509a1e3eb50cf6e7904a88f55bb451 commit hash: 51f1036a07509a1e3eb50cf6e7904a88f55bb451 commit hash: 51f1036a07509a1e3eb50cf6e7904a88f55bb451 51f1036
Sunday, 29 Mar 2026
14:52 Joseph Mingrone (jrm) search for other commits by this committer
UPDATING: Add note for java/openjdk{25,26} package renames

The jre-flavored packages were renamed in ad618043f3d.  Instruct users
on how to rename their installed packages, so `pkg upgrade` will
correctly replace them with the new package names.

Reviewed by:	haraldei
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56123
commit hash: bf266886c6f81836c6ef66ef3326ebd5d0b74e02 commit hash: bf266886c6f81836c6ef66ef3326ebd5d0b74e02 commit hash: bf266886c6f81836c6ef66ef3326ebd5d0b74e02 commit hash: bf266886c6f81836c6ef66ef3326ebd5d0b74e02 bf26688
Saturday, 28 Mar 2026
01:37 Kevin Bowling (kbowling) search for other commits by this committer Author: Tomoaki AOKI
x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs,
graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to
595.58.03

Update to latest Production Branch of drivers 595.58.03:
https://www.nvidia.com/en-us/drivers/details/265873/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/265870/

Also bump -devel variant to match with master ports, as Production
Branch [PB] of drivers have now higher version than New Feature
Branch [NFB] of drivers.

As this update drops a bunch of old (pre-Turing generation of
architectures) GPUs as done in -devel variants updated 20260103,
add -580 variant of legacy branch of driver.

Currently, this is exactly the same version before this update.
(580.142)

PR:		294038
Differential Revision:	https://reviews.freebsd.org/D56077
commit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9b commit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9b commit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9b commit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9b b35026e
Thursday, 26 Mar 2026
17:25 Jochen Neumeister (joneum) search for other commits by this committer
Mk/bsd.default-version.mk: Update default MySQL version to 8.4

Change the default version of MySQL to 8.4

PR:	291336
Exp-run-by:	antoine
Sponsored by:	Netzkommune GmbH
commit hash: f480e2504bc59ec49c52c4606fcf0be87324d04c commit hash: f480e2504bc59ec49c52c4606fcf0be87324d04c commit hash: f480e2504bc59ec49c52c4606fcf0be87324d04c commit hash: f480e2504bc59ec49c52c4606fcf0be87324d04c f480e25
01:07 Joseph Mingrone (jrm) search for other commits by this committer
math/coq: Remove USES=emacs and associated flavors

Upstream removed all elisp files in 2018:
https://github.com/rocq-prover/rocq/commit/41d597866d4f79fe5109c25c6f5cc57d0ebf7f0f

Since there will no longer be coq-emacs_* packages, add an UPDATING
entry with migration instructions.

Sponsored by: The FreeBSD Foundation
commit hash: dbcf335fdbcb8b3006b70cbb26bb3ab5f998e857 commit hash: dbcf335fdbcb8b3006b70cbb26bb3ab5f998e857 commit hash: dbcf335fdbcb8b3006b70cbb26bb3ab5f998e857 commit hash: dbcf335fdbcb8b3006b70cbb26bb3ab5f998e857 dbcf335
Wednesday, 25 Mar 2026
13:37 Lexi Winter (ivy) search for other commits by this committer
net-mgmt/ping_exporter: Update to 1.2.0

Upstream release notes:
https://github.com/czerwonk/ping_exporter/releases/tag/v1.2.0

BREAKING CHANGE: The configuration file format has changed.
Refer to the above link for migration details.

Reviewed by:	arrowd
Approved by:	arrowd (ports)
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D56079
commit hash: e5d6620d84c69ea311746e8270e6a94a75910d77 commit hash: e5d6620d84c69ea311746e8270e6a94a75910d77 commit hash: e5d6620d84c69ea311746e8270e6a94a75910d77 commit hash: e5d6620d84c69ea311746e8270e6a94a75910d77 e5d6620d
Wednesday, 4 Mar 2026
09:20 Kai Knoblich (kai) search for other commits by this committer
UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 4.5 release
series.
commit hash: e07b9ec2502a72d117372a9142c6cdf42563cb85 commit hash: e07b9ec2502a72d117372a9142c6cdf42563cb85 commit hash: e07b9ec2502a72d117372a9142c6cdf42563cb85 commit hash: e07b9ec2502a72d117372a9142c6cdf42563cb85 e07b9ec
Monday, 2 Mar 2026
05:09 Kevin Bowling (kbowling) search for other commits by this committer
UPDATING: Clarify pgsql18 upgrades

With --no-data-checksums for a bridge, pg_checksums, and future intentions.
commit hash: 99ad4dfae3378e5fe8ce27ccc8a17cd24555a38a commit hash: 99ad4dfae3378e5fe8ce27ccc8a17cd24555a38a commit hash: 99ad4dfae3378e5fe8ce27ccc8a17cd24555a38a commit hash: 99ad4dfae3378e5fe8ce27ccc8a17cd24555a38a 99ad4df
03:08 Kevin Bowling (kbowling) search for other commits by this committer
Mk/bsd.default-versions.mk: Update to PostgreSQL 18

See UPDATING for upgrade advice

PR:		291156
Approved by:	antoine (exp-run)
commit hash: b3067b15e58e432938a6e9a07809b1ecea4c4cb6 commit hash: b3067b15e58e432938a6e9a07809b1ecea4c4cb6 commit hash: b3067b15e58e432938a6e9a07809b1ecea4c4cb6 commit hash: b3067b15e58e432938a6e9a07809b1ecea4c4cb6 b3067b1
Friday, 27 Feb 2026
16:37 Dirk Meyer (dinoex) search for other commits by this committer
net-im/gotosocial: update to 0.21.0

PR: 293451
commit hash: d9985eaad5e4feef500a4dfb347205e4485e7c15 commit hash: d9985eaad5e4feef500a4dfb347205e4485e7c15 commit hash: d9985eaad5e4feef500a4dfb347205e4485e7c15 commit hash: d9985eaad5e4feef500a4dfb347205e4485e7c15 d9985ea
Thursday, 26 Feb 2026
21:26 Vladimir Druzenko (vvd) search for other commits by this committer Author: Jamie Landeg-Jones
sysutils/symon: Improve port, take maintainership

- Convert to modern OPTIONS.
- Add record to UPDATING about options.
- "Samplefy" configs.
- Fix warnings from portclippy.
- "Unbreak" on 15+ - disable PF support (patches gratefully received!).

PR:		292366
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
commit hash: b98dccb9351011b852d603905dab1968f3af8585 commit hash: b98dccb9351011b852d603905dab1968f3af8585 commit hash: b98dccb9351011b852d603905dab1968f3af8585 commit hash: b98dccb9351011b852d603905dab1968f3af8585 b98dccb9
08:00 Ronald Klop (ronald) search for other commits by this committer
Mk/bsd.default-versions.mk: bump java default to 21

After an extensive time of testing OpenJDK 21 LTS is now the default
java version on FreeBSD.
Some major ports already used Java 21 and some olders ports are now
pinned to OpenJDK 8 or other versions.

For armv6/armv7 OpenJDK 11 is the latest version with support
for these platforms on FreeBSD.

Thanks to everybody involved in making Java a vivid environment on
FreeBSD.

PR:	272855
Relnotes:	yes
commit hash: 17e021a44eccbfd4fbef6352436f6d7c06a517a6 commit hash: 17e021a44eccbfd4fbef6352436f6d7c06a517a6 commit hash: 17e021a44eccbfd4fbef6352436f6d7c06a517a6 commit hash: 17e021a44eccbfd4fbef6352436f6d7c06a517a6 17e021a
Saturday, 7 Feb 2026
03:26 Joseph Mingrone (jrm) search for other commits by this committer
devel/freebsd-git-arc: Improve discoverability with new port name

Split the old devel/freebsd-git-devtools port into two separate ports,
including this one, to improve discoverability.

Requested by:	adrian, ziaee
Reviewed by:	des, ziaee
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D55129
commit hash: dc36452454ab6f1edd35857d71bcd6140f16817c commit hash: dc36452454ab6f1edd35857d71bcd6140f16817c commit hash: dc36452454ab6f1edd35857d71bcd6140f16817c commit hash: dc36452454ab6f1edd35857d71bcd6140f16817c dc36452
Monday, 2 Feb 2026
17:56 Nuno Teixeira (eduardo) search for other commits by this committer
www/bluefish: Update to 2.4.0

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_4_0/ChangeLog
commit hash: 0e43143f0b2566c895a3ecfd06fc8932bb7556af commit hash: 0e43143f0b2566c895a3ecfd06fc8932bb7556af commit hash: 0e43143f0b2566c895a3ecfd06fc8932bb7556af commit hash: 0e43143f0b2566c895a3ecfd06fc8932bb7556af 0e43143
Tuesday, 27 Jan 2026
02:34 Charlie Li (vishwin) search for other commits by this committer
Revert "textproc/libxml2*: update to 2.15.1, split -core"

The design of this update was repeatedly rejected in the linked PR
with a prescribed different design. This commit is therefore
unauthorised.

This reverts commit 099bd713e09ebdd02d73fde770c50706f980404f.

With hat: desktop (textproc/libxml2), gnome (USES=gnome)
PR: 291316
commit hash: 5137742117b09d8dc550eb7b67dde5ab902fcdbf commit hash: 5137742117b09d8dc550eb7b67dde5ab902fcdbf commit hash: 5137742117b09d8dc550eb7b67dde5ab902fcdbf commit hash: 5137742117b09d8dc550eb7b67dde5ab902fcdbf 5137742
Monday, 26 Jan 2026
21:47 Matthias Andree (mandree) search for other commits by this committer
textproc/libxml2*: update to 2.15.1, split -core

libxml2 now requires xsltproc from libxslt to build,
yet libxslt depends on libxml2,
so we need to break a dependency cycle.
documentation needed to be split out to a separate port.

libxml2 has therefore been split into two ports,
* libxml2 builds the documentation (unless disabled),
* library and executables in libxml2-core.

Pull in one contributor patch suggested by the former libxml2 maintainer
to address one downstream security issue in recent libxslt versions.

This should address arrowd@'s hint that installing libxml2 should
provide a full-featured package.

While here, deprecate libxml2-python according to upstream plans, we
have very few users in the ports tree, and expire end of 2026Q1.

PR:		291316
commit hash: 099bd713e09ebdd02d73fde770c50706f980404f commit hash: 099bd713e09ebdd02d73fde770c50706f980404f commit hash: 099bd713e09ebdd02d73fde770c50706f980404f commit hash: 099bd713e09ebdd02d73fde770c50706f980404f 099bd71
Sunday, 25 Jan 2026
20:11 Vladimir Druzenko (vvd) search for other commits by this committer Author: mjl
dns/ddclient: Update 3.11.2 => 4.0.0

Changelog:
https://github.com/ddclient/ddclient/releases/tag/v4.0.0

This release moves the default configuration file location from
/usr/local/etc/ to /usr/local/etc/ddclient/.  Please move your
existing ddclient.conf to the new location before restarting ddclient.

- Fix warnings from portclippy.
- Parametrize ddclient with PORTNAME.
- Simplify and optimize do-install.
- Move docs installation to do-install-DOCS-on.

PR:		292669
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
commit hash: 5a132e3b9a8382c7ebdccf876c728f6f34d31e40 commit hash: 5a132e3b9a8382c7ebdccf876c728f6f34d31e40 commit hash: 5a132e3b9a8382c7ebdccf876c728f6f34d31e40 commit hash: 5a132e3b9a8382c7ebdccf876c728f6f34d31e40 5a132e3
Friday, 16 Jan 2026
09:43 Jimmy Olgeni (olgeni) search for other commits by this committer
UPDATING: Fix typos
commit hash: 37767a759abd66bc693e22eab6f6ccc766492435 commit hash: 37767a759abd66bc693e22eab6f6ccc766492435 commit hash: 37767a759abd66bc693e22eab6f6ccc766492435 commit hash: 37767a759abd66bc693e22eab6f6ccc766492435 37767a7
Thursday, 15 Jan 2026
19:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
UPDATING: Document lang/cython* and USE_PYTHON=cython* changes

lang/cython has been updated to 3.2.4.
USE_PYTHON=cython* has been updated to reflect lang/cython* changes.
commit hash: def125ba8280dece1bbcec3cc57b80674a4b4baf commit hash: def125ba8280dece1bbcec3cc57b80674a4b4baf commit hash: def125ba8280dece1bbcec3cc57b80674a4b4baf commit hash: def125ba8280dece1bbcec3cc57b80674a4b4baf def125b
Friday, 9 Jan 2026
16:46 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Allow for use of mariadb

Remove the run-time dependency upon a mysql client.

This update allows the mysql client to be removed and replaced by a
mariadb client.
PR:		292266
commit hash: 00cf03dc769d7974c52b2e41f90b52b289ea45c7 commit hash: 00cf03dc769d7974c52b2e41f90b52b289ea45c7 commit hash: 00cf03dc769d7974c52b2e41f90b52b289ea45c7 commit hash: 00cf03dc769d7974c52b2e41f90b52b289ea45c7 00cf03d
Saturday, 3 Jan 2026
07:27 Kevin Bowling (kbowling) search for other commits by this committer Author: Tomoaki AOKI
x11/nvidia-driver-devel, x11/nvidia-kmod-devel, x11/linux-nvidia-libs-devel,
graphics/nvidia-drm*-kmod-devel, graphics/externalplatform,
graphics/egl-wayland, graphics/egl-x11 : Update to 590.48.01

Update "-devel" variants to latest New Feature Branch [NFB]
of drivers 590.48.01:
https://www.nvidia.com/en-us/drivers/details/259269/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/259267/

! Important note !

As already notified by HEADSUP at freebsd-ports ML [1],
this version drops support for a bunch of old GPUs
prior to Turing Generation of the architecture.

Anyone using dropped GPUs need to switch to master ports,
currently at 580.119.02.

Note that once 590 series or later drivers become Production
Branch of drivers, new legacy branch -580 would be created.

See "Appendix A. Supported NVIDIA GPU Products" in README [2]
whether or not your GPU is still supported or not before
upgrading.

While here, update underlying EGL components as below:
graphics/externalplatform: 1.2.1
graphics/egl-wayland     : 1.1.20

And added one more EGL component that Linux version already has:
graphics/egl-x11

One more EGL component to come in the future if it is tagged
with non-RC number on hopefully next driver ports upgrade.

[1] https://lists.freebsd.org/archives/freebsd-ports/2025-December/008804.html
[2]
https://us.download.nvidia.com/XFree86/FreeBSD-x86_64/590.48.01/README/supportedchips.html

PR:		292027
Differential Revision:	https://reviews.freebsd.org/D54414
commit hash: b4e7c457571f6241f3a4cf4cbff0db5160f03eeb commit hash: b4e7c457571f6241f3a4cf4cbff0db5160f03eeb commit hash: b4e7c457571f6241f3a4cf4cbff0db5160f03eeb commit hash: b4e7c457571f6241f3a4cf4cbff0db5160f03eeb b4e7c45
Sunday, 28 Dec 2025
17:36 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/rsync: Fix stealth dependency on Python

net/rsync includes a Python script installed as sbin/rrsync
without declaring a dependency on Python.

Adds a port option, PYTHON, that controls whether rrsync is
installed and adds the necessary dependency and remove the
pkg-message who advises that Python might be needed.

By default this option is off (updating the package will remove rrsync).

PR:		286073
Reported by:	Christian Ullrich <chris@chrullrich.net>
commit hash: f02bc3be718072b75bd291f81f66b7f15865f535 commit hash: f02bc3be718072b75bd291f81f66b7f15865f535 commit hash: f02bc3be718072b75bd291f81f66b7f15865f535 commit hash: f02bc3be718072b75bd291f81f66b7f15865f535 f02bc3b
Tuesday, 9 Dec 2025
07:46 Juraj Lutter (otis) search for other commits by this committer
net-mgmt/unifi10: Add new port

Add version 10.x of UniFi controller. See UPDATING entry for details.

Release notes:	https://community.ui.com/releases/r/network/10.0.160
commit hash: 7d6bfe80fab9ba9d506dc4aef8e79b04073792e4 commit hash: 7d6bfe80fab9ba9d506dc4aef8e79b04073792e4 commit hash: 7d6bfe80fab9ba9d506dc4aef8e79b04073792e4 commit hash: 7d6bfe80fab9ba9d506dc4aef8e79b04073792e4 7d6bfe8
Monday, 1 Dec 2025
19:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
**php**: Switch PHP default to 8.4

Tested by:	Local exp-run
Approved by:	portmgr (blanket)
commit hash: f22d3fff36a83b0fcf88a8146b449f7802c6aca6 commit hash: f22d3fff36a83b0fcf88a8146b449f7802c6aca6 commit hash: f22d3fff36a83b0fcf88a8146b449f7802c6aca6 commit hash: f22d3fff36a83b0fcf88a8146b449f7802c6aca6 f22d3ff
19:07 Joseph Mingrone (jrm) search for other commits by this committer
sysutils/tmux: Document requirement to restart tmux after upgrading

PR:		291325
Reported by:	freebsd@bengrimm.net
Sponsored by:	The FreeBSD Foundation
commit hash: 458a737a70fdcd2882396967fcd19d2632400847 commit hash: 458a737a70fdcd2882396967fcd19d2632400847 commit hash: 458a737a70fdcd2882396967fcd19d2632400847 commit hash: 458a737a70fdcd2882396967fcd19d2632400847 458a737
Sunday, 30 Nov 2025
07:18 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
UPDATING: Document node{22,24,25} changes

www/node{22,24,25} now requires databases/sqlite3 with SESSION enabled.
commit hash: 1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 commit hash: 1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 commit hash: 1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 commit hash: 1ca84c7f4b456bbbbd5b204070d09904e42e0ef2 1ca84c7
Thursday, 13 Nov 2025
05:30 Zsolt Udvari (uzsolt) search for other commits by this committer
deskutils/fet: Update to 7.5.6

Now removes Qt5 flavor so remove it entirely.

Changelog: https://lalescu.ro/liviu/fet/news.html
commit hash: ff38dac0b6f33a939cfa1cace4e4c083dbcf91cb commit hash: ff38dac0b6f33a939cfa1cace4e4c083dbcf91cb commit hash: ff38dac0b6f33a939cfa1cace4e4c083dbcf91cb commit hash: ff38dac0b6f33a939cfa1cace4e4c083dbcf91cb ff38dac
Wednesday, 5 Nov 2025
20:52 Guido Falsi (madpilot) search for other commits by this committer
net/unison: Update to 2.53.8

With this release unison added an install target.

This install target always installs the text only executable as
unison, and the UI as unison-gui. The port is modified to follow
suit.

pkg-message has been modified to document this change when upgrading,
and an entry is added to UPDATING.
commit hash: 7e264485651ef980f26a90d1945c2793198899b4 commit hash: 7e264485651ef980f26a90d1945c2793198899b4 commit hash: 7e264485651ef980f26a90d1945c2793198899b4 commit hash: 7e264485651ef980f26a90d1945c2793198899b4 7e26448
Sunday, 19 Oct 2025
04:13 Yasuhiro Kimura (yasu) search for other commits by this committer
UPDATING: Document possible build error of seculity/clamav and how to work
around it

PR:		290150
Reported by:	Piotr Zmudzinsk, Xavier Humbert, Sigi, Fabian Wenk
commit hash: aaa3390aa3d3e0fae4b4f994857b92e6ae40ba2b commit hash: aaa3390aa3d3e0fae4b4f994857b92e6ae40ba2b commit hash: aaa3390aa3d3e0fae4b4f994857b92e6ae40ba2b commit hash: aaa3390aa3d3e0fae4b4f994857b92e6ae40ba2b aaa3390
Thursday, 16 Oct 2025
15:27 Michael Osipov (michaelo) search for other commits by this committer
devel/nexus2-oss: Update port for javaservicewrapper-3.6.3

Approved by:	jrm (mentor), otis (mentor)
Differential Revision:	https://reviews.freebsd.org/D53121
commit hash: 02f1aa59dc803a5ee8a88f7a61a20cda28af3df4 commit hash: 02f1aa59dc803a5ee8a88f7a61a20cda28af3df4 commit hash: 02f1aa59dc803a5ee8a88f7a61a20cda28af3df4 commit hash: 02f1aa59dc803a5ee8a88f7a61a20cda28af3df4 02f1aa5
15:27 Michael Osipov (michaelo) search for other commits by this committer
sysutils/javaservicewrapper: Update port to 3.6.3

Approved by:	jrm (mentor), otis (mentor)
Differential Revision:	https://reviews.freebsd.org/D53120
commit hash: 5426e2cf6aea98128a53060ea1e5d915da60cc8f commit hash: 5426e2cf6aea98128a53060ea1e5d915da60cc8f commit hash: 5426e2cf6aea98128a53060ea1e5d915da60cc8f commit hash: 5426e2cf6aea98128a53060ea1e5d915da60cc8f 5426e2c
09:01 Ă„lven (alven) search for other commits by this committer Author: mew14930xvi
ports/UPDATING: Fix date

PR:		290264
Approved by:	db@ (Mentor, implicit)
Approved by:	portmgr@ (blanket)

Fixes:	8da6606fb6aa * security/libressl: Update to 4.2.0
commit hash: 849586a9fce50f56bce14a67a3ac5271bfe60a8d commit hash: 849586a9fce50f56bce14a67a3ac5271bfe60a8d commit hash: 849586a9fce50f56bce14a67a3ac5271bfe60a8d commit hash: 849586a9fce50f56bce14a67a3ac5271bfe60a8d 849586a
Wednesday, 15 Oct 2025
17:02 Bernard Spil (brnrd) search for other commits by this committer
security/libressl: Update to 4.2.0
commit hash: 8da6606fb6aadcb882d91cbd909c518320d197c8 commit hash: 8da6606fb6aadcb882d91cbd909c518320d197c8 commit hash: 8da6606fb6aadcb882d91cbd909c518320d197c8 commit hash: 8da6606fb6aadcb882d91cbd909c518320d197c8 8da6606
Saturday, 11 Oct 2025
05:50 Dirk Meyer (dinoex) search for other commits by this committer
net-im/gotosocial: update to 0.20.0

Added migration note
PR: 290102
commit hash: 02e6239d1a42eb86d6c35b0de2a9a596468e93a4 commit hash: 02e6239d1a42eb86d6c35b0de2a9a596468e93a4 commit hash: 02e6239d1a42eb86d6c35b0de2a9a596468e93a4 commit hash: 02e6239d1a42eb86d6c35b0de2a9a596468e93a4 02e6239
Wednesday, 1 Oct 2025
06:07 Kevin Bowling (kbowling) search for other commits by this committer Author: Tomoaki AOKI
x11/nvidia-driver: Split kmod into x11/nvidia-kmod

Split out kmod part of x11/nvidia-driver into x11/nvidia-kmod,
including slave ports, to allow FreeBSD-kmods repo builders building
nvidia-related kmod ports.

In this update,

* split out *.ko from x11/nvidia-driver[-304|-340|-390|470|-devel]
  into corresponding x11/nvidia-kmod[-304|-340|-390|470|-devel],

* switch dependency of graphics/nvidia-drm-*-kmod upon
  x11/nvidia-driver[-devel] to newly introduced
  x11/nvidia-kmod[-devel],

* make x11/nvidia-driver[-304|-340|-390|470|-devel] depend upon
  newly introduced x11/nvidia-kmod[-304|-340|-390|470|-devel],

* bump consumers directly depending upon x11/nvidia-driver*
  as of dependency switches,

* and hook x11/nvidia-kmod[-304|-340|-390|470|-devel] to build.

Note that upgrading x11/nvidia-driver* from monolithic version
requires deinstallation of x11/nvidia-driver* before starting,
as both previous version of x11/nvidia-driver* and newly introduced
x11/nvidia-kmod* installs *.ko into same place.

PR:		288314
Approved by:	bapt (kmod repo)
Differential Revision:	https://reviews.freebsd.org/D52178
commit hash: f4e907a492584bc31f9f3aa100a98a4e918dc7f4 commit hash: f4e907a492584bc31f9f3aa100a98a4e918dc7f4 commit hash: f4e907a492584bc31f9f3aa100a98a4e918dc7f4 commit hash: f4e907a492584bc31f9f3aa100a98a4e918dc7f4 f4e907a
Monday, 29 Sep 2025
15:57 Dave Cottlehuber (dch) search for other commits by this committer
sysutils/py-mitogen: update to 0.3.27

Ansible 12 has deprecated third-party strategy plugins. This is
currently how Mitogen integrates with Ansible (e.g.
ANSIBLE_STRATEGY=mitogen_linear). Running Ansible 12 + Mitogen will
currently print a deprecation warning

Changelog:	https://github.com/mitogen-hq/mitogen/blob/master/docs/changelog.rst#v0327-2025-08-20
Sponsored by:	SkunkWerks, GmbH
commit hash: db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 commit hash: db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 commit hash: db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 commit hash: db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 db7ac3f
Saturday, 20 Sep 2025
08:48 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix two typos.
commit hash: b0d328928234260420a3ed46e0e78323fc57b4b3 commit hash: b0d328928234260420a3ed46e0e78323fc57b4b3 commit hash: b0d328928234260420a3ed46e0e78323fc57b4b3 commit hash: b0d328928234260420a3ed46e0e78323fc57b4b3 b0d3289
Wednesday, 17 Sep 2025
20:35 Florian Smeets (flo) search for other commits by this committer
mail/pflogsumm: Update to 1.1.12
commit hash: 044c3fc1f64d5b5f0a59033d82949fc8cb1d58b1 commit hash: 044c3fc1f64d5b5f0a59033d82949fc8cb1d58b1 commit hash: 044c3fc1f64d5b5f0a59033d82949fc8cb1d58b1 commit hash: 044c3fc1f64d5b5f0a59033d82949fc8cb1d58b1 044c3fc
Monday, 8 Sep 2025
08:26 Michael Osipov (michaelo) search for other commits by this committer
www/mod_wsgi4: Move to www/mod_wsgi, and upgrade port to 5.0.2

PR:		288402
Approved by:	jrm (mentor), douglas@douglasthrift.net (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D52139
commit hash: fe18c1474b8b4c39defd8a85387543fcb018f418 commit hash: fe18c1474b8b4c39defd8a85387543fcb018f418 commit hash: fe18c1474b8b4c39defd8a85387543fcb018f418 commit hash: fe18c1474b8b4c39defd8a85387543fcb018f418 fe18c14
Thursday, 28 Aug 2025
13:01 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb70: 7.0.23

Includes patch to implement waitable atomics for FreeBSD for
https://jira.mongodb.org/browse/SERVER-81797.
This patch is developed by me. It did not go through QA of MongoDB Inc.
I asked to upstream the patch but they don't want to take responsibilty
for code they don't run themselves. (Which I can understand from their
perspective.)
https://github.com/mongodb/mongo/pull/1607#issuecomment-2996276435
https://jira.mongodb.org/browse/SERVER-99225
Anyway, this has run without errors for a while on my Raspberry Pi +
net-mgmt/unifi9.
I don't have full QA in place and could only do limited testing. I can't
take any responsibilty for the quality of the patch.

Make backups and test for yourself in your setup before upgrading
any critical production environment.

Changes:
https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.23---aug-13--2025

Announcement:
https://www.mongodb.com/community/forums/t/mongodb-7-0-23-is-released/327242?u=r_k
commit hash: 2236885f4e45ece08506ad9da22c9a0232cfbf8b commit hash: 2236885f4e45ece08506ad9da22c9a0232cfbf8b commit hash: 2236885f4e45ece08506ad9da22c9a0232cfbf8b commit hash: 2236885f4e45ece08506ad9da22c9a0232cfbf8b 2236885
Friday, 22 Aug 2025
13:37 Eugene Grosbein (eugen) search for other commits by this committer
UPDATING: update perl5 default to 5.42

mat@ forgot to update UPDATING after recent bump of defaults,
so do this for him.
commit hash: 10d810ec97b3c0a520b634df3f39fd64bf1e4123 commit hash: 10d810ec97b3c0a520b634df3f39fd64bf1e4123 commit hash: 10d810ec97b3c0a520b634df3f39fd64bf1e4123 commit hash: 10d810ec97b3c0a520b634df3f39fd64bf1e4123 10d810e
Wednesday, 20 Aug 2025
09:01 Cy Schubert (cy) search for other commits by this committer
Revert "security/py-fail2ban: Remove unneeded filter.d files"

While some users want the upstream sshd filters to have the
contents the BSD sshd filters, others use them as is. Revert
this change. Let users decide which to use.

PR:	288849

This reverts commit d906503fb22992a7a92d46365b9f2af31454dee6.
commit hash: 4571fd63f19cf52ca1db8568fee7b5a1f2d49400 commit hash: 4571fd63f19cf52ca1db8568fee7b5a1f2d49400 commit hash: 4571fd63f19cf52ca1db8568fee7b5a1f2d49400 commit hash: 4571fd63f19cf52ca1db8568fee7b5a1f2d49400 4571fd6
Friday, 15 Aug 2025
11:25 Dan Langille (dvl) search for other commits by this committer
net/syncthing: Update to 2.0.1

Single-dash long options are no longer supported. -home must be given
as --home. Please review any syncthing_args in rc.conf settings.

* https://github.com/syncthing/syncthing/releases/tag/v2.0.1
* https://github.com/syncthing/syncthing/releases/tag/v2.0.0
commit hash: 22506da25a26b9e2a9da8736ce6ce77563dedd7e commit hash: 22506da25a26b9e2a9da8736ce6ce77563dedd7e commit hash: 22506da25a26b9e2a9da8736ce6ce77563dedd7e commit hash: 22506da25a26b9e2a9da8736ce6ce77563dedd7e 22506da
Thursday, 14 Aug 2025
00:58 Cy Schubert (cy) search for other commits by this committer
security/py-fail2ban: Remove unneeded filter.d files

There is some confusion whether to use the sshd.conf, bsd-sshd.conf.
or the bsd-sshd-session.conf filters. bsd-sshd-session.conf is the
correct and only filter to use on FreeBSD systems. Using the others
will result in incorrect operation on a FreeBSD system with a supported
sshd installed.

PR:		288849
commit hash: d906503fb22992a7a92d46365b9f2af31454dee6 commit hash: d906503fb22992a7a92d46365b9f2af31454dee6 commit hash: d906503fb22992a7a92d46365b9f2af31454dee6 commit hash: d906503fb22992a7a92d46365b9f2af31454dee6 d906503
Monday, 4 Aug 2025
13:01 Ă„lven (alven) search for other commits by this committer Author: Paavo-Einari Kaipila
databases/adminer: Introduce flavors and adopt the port

Signed-off-by: Paavo-Einari Kaipila <pave@freebsd.org>

PR:		288648
Approved by:	yuri@ (Mentor)
commit hash: 7c7071826a28c5174eb98e9530c9431946a3d478 commit hash: 7c7071826a28c5174eb98e9530c9431946a3d478 commit hash: 7c7071826a28c5174eb98e9530c9431946a3d478 commit hash: 7c7071826a28c5174eb98e9530c9431946a3d478 7c70718
Monday, 28 Jul 2025
14:45 Dan Langille (dvl) search for other commits by this committer
www/privatebin: Update to 2.0.0

This release changes configuration defaults including switching the
template and removing legacy features.  These are upstream changes.

See https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.0
commit hash: 3248bfa9e1275d86adfef510b75cf1c529623046 commit hash: 3248bfa9e1275d86adfef510b75cf1c529623046 commit hash: 3248bfa9e1275d86adfef510b75cf1c529623046 commit hash: 3248bfa9e1275d86adfef510b75cf1c529623046 3248bfa
Sunday, 20 Jul 2025
11:10 Florian Smeets (flo) search for other commits by this committer
www/phpmyfaq: Update to 4.0.9

This is a major upgrade please take a look at
https://phpmyfaq.readthedocs.io/en/4.0/update/ before upgrading

Changes:	https://www.phpmyfaq.de/changelog
commit hash: 0c77340fa0ed0203b62ef19f0c2b6f914e52faa7 commit hash: 0c77340fa0ed0203b62ef19f0c2b6f914e52faa7 commit hash: 0c77340fa0ed0203b62ef19f0c2b6f914e52faa7 commit hash: 0c77340fa0ed0203b62ef19f0c2b6f914e52faa7 0c77340
Thursday, 10 Jul 2025
23:24 Koichiro Iwao (meta) search for other commits by this committer Author: Juan David Hurtado G.
sysutils/bastille: update to version 1.0.20250714

This release has potentially breaking changes that are noted, but will
depend on the user configuration. See the release announcement [1] for
more detail.

[1] https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714

PR:		288111
commit hash: efb4697a0075b3b4cfe028426841d6a997082625 commit hash: efb4697a0075b3b4cfe028426841d6a997082625 commit hash: efb4697a0075b3b4cfe028426841d6a997082625 commit hash: efb4697a0075b3b4cfe028426841d6a997082625 efb4697
Tuesday, 8 Jul 2025
19:26 Michael Osipov (michaelo) search for other commits by this committer
shells/bash: Enable SYSBASHRC option by default

Approved by:	jrm (mentor),  ehaupt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D51201
commit hash: 4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 commit hash: 4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 commit hash: 4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 commit hash: 4376ee25eef8bb380a5d1430d4cd12a6c9b6f092 4376ee2
Monday, 30 Jun 2025
13:52 Matthias Andree (mandree) search for other commits by this committer
mail/bogofilter-bdb: Remove expired port.

We had to transfer and clean up a few bits from bogofilter-bdb
to bogofilter (the LMDB) based port, and I am also adding an UPDATING
entry.
commit hash: 507cbd804002f1606b6636bf0d02177eeb471ea4 commit hash: 507cbd804002f1606b6636bf0d02177eeb471ea4 commit hash: 507cbd804002f1606b6636bf0d02177eeb471ea4 commit hash: 507cbd804002f1606b6636bf0d02177eeb471ea4 507cbd8
Sunday, 29 Jun 2025
17:34 MANTANI Nobutaka (nobutaka) search for other commits by this committer
japanese/anthy: Remove it and its consumers

japanese/anthy uses Debian Project's fork of Anthy as the upstream
(https://salsa.debian.org/debian/anthy). The development of the upstream
has stopped for five years. There is a newer fork, anthy-unicode
(https://github.com/fujiwarat/anthy-unicode) and we have its port
japanese/anthy-unicode.

japanese/anthy-unicode has become the replacement of japanese/anthy.

japanese/kasumi and japanese/uim-anthy have been removed.
japanese/kasumi-unicode and japanese/uim-anthy-unicode have become their
replacements.

japanese/fcitx-anthy, japanese/fcitx5-anthy, and japanese/ibus-anthy
have been unflavorized in accordance with the removal of japanese/anthy.

japanese/scim-anthy has been modified to support japanese/anthy-unicode.

CONFLICTS_INSTALL has been removed because there is no conflict now.
commit hash: c4a81f1b8ddc9bfdc6f5041b3852a6bce2385ec6 commit hash: c4a81f1b8ddc9bfdc6f5041b3852a6bce2385ec6 commit hash: c4a81f1b8ddc9bfdc6f5041b3852a6bce2385ec6 commit hash: c4a81f1b8ddc9bfdc6f5041b3852a6bce2385ec6 c4a81f1
Friday, 27 Jun 2025
21:43 Jason E. Hale (jhale) search for other commits by this committer
finance/ktoblzcheck: Update to 1.59

The bank data is now a separate project to thematically distinguish it
from the libraries and applications, and to simplify the build system:
finance/ktoblzcheck-data
commit hash: fb53adf40f97e6cd8bff22820aca6090d6162f28 commit hash: fb53adf40f97e6cd8bff22820aca6090d6162f28 commit hash: fb53adf40f97e6cd8bff22820aca6090d6162f28 commit hash: fb53adf40f97e6cd8bff22820aca6090d6162f28 fb53adf
Sunday, 22 Jun 2025
06:55 Kai Knoblich (kai) search for other commits by this committer
UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 4.3 release
series.
commit hash: 0e4f77f4392b35499195f39660c5648c86cf35c0 commit hash: 0e4f77f4392b35499195f39660c5648c86cf35c0 commit hash: 0e4f77f4392b35499195f39660c5648c86cf35c0 commit hash: 0e4f77f4392b35499195f39660c5648c86cf35c0 0e4f77f
Friday, 20 Jun 2025
15:37 Nicola Vitale (nivit) search for other commits by this committer
UPDATING: Add a note about upgrading x11/swww
commit hash: bab9958300df0c481bbdd6eda6809a60a89ffde8 commit hash: bab9958300df0c481bbdd6eda6809a60a89ffde8 commit hash: bab9958300df0c481bbdd6eda6809a60a89ffde8 commit hash: bab9958300df0c481bbdd6eda6809a60a89ffde8 bab9958
Friday, 13 Jun 2025
11:47 Michael Osipov (michaelo) search for other commits by this committer
*/*: Rename WEBSOCKET option

The WEBSOCKETS option has been renamed to WEBSOCKET to match the name from
RFC 6455, other ports and the description from Mk/bsd.options.desc.mk.

Approved by:	otis (mentor)
commit hash: e4109927e2608347ccdd0667efe02cd8a7fc555e commit hash: e4109927e2608347ccdd0667efe02cd8a7fc555e commit hash: e4109927e2608347ccdd0667efe02cd8a7fc555e commit hash: e4109927e2608347ccdd0667efe02cd8a7fc555e e410992
Tuesday, 10 Jun 2025
14:31 Michael Osipov (michaelo) search for other commits by this committer
devel/git: Rename HTMLDOCS option into canonical DOCS option

Let users globally decide whether they want to have these docs in their ports.

This change has also discovered a bug where parts of the documentation where
not installed at all.

Approved by:	otis (mentor), garga (maintainer)
Differential Revision:	https://reviews.freebsd.org/D50776
commit hash: a4ac5a4c35cd86fb16c00c867a55c90697f326ab commit hash: a4ac5a4c35cd86fb16c00c867a55c90697f326ab commit hash: a4ac5a4c35cd86fb16c00c867a55c90697f326ab commit hash: a4ac5a4c35cd86fb16c00c867a55c90697f326ab a4ac5a4
13:19 Michael Osipov (michaelo) search for other commits by this committer
security/krb5-12{0,1}: Consolidate KRB5_{PDF,HTML} options into canonical DOCS
option

Let users globally decide whether they want to have these docs in their ports.

PR:		287340
Approved by:	otis (mentor), cy (maintainer)
Differential Revision:	https://reviews.freebsd.org/D50775
commit hash: 40efd24799a566015d0e093273d52ac82bf58e43 commit hash: 40efd24799a566015d0e093273d52ac82bf58e43 commit hash: 40efd24799a566015d0e093273d52ac82bf58e43 commit hash: 40efd24799a566015d0e093273d52ac82bf58e43 40efd24
Friday, 6 Jun 2025
13:52 Ronald Klop (ronald) search for other commits by this committer
net-mgmt/unifi9: update MongoDB dependency from 6.0 to 7.0.

- MongoDB 6.0 is deprecated and going EOL in a few months.
- Add flavor -armv80a which uses mongodb70-armv80a for non-LSE ARM64 systems.
- See UPDATING for instructions.

PR:	286943
Approved by:	maintainer timeout
commit hash: 477f5c5263676c6c7c475a01a7be3c0564fa77d3 commit hash: 477f5c5263676c6c7c475a01a7be3c0564fa77d3 commit hash: 477f5c5263676c6c7c475a01a7be3c0564fa77d3 commit hash: 477f5c5263676c6c7c475a01a7be3c0564fa77d3 477f5c5
Thursday, 29 May 2025
07:41 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix a typo.
commit hash: 9a1033c074d5e8edbb391a59bbbf045767d6c3a4 commit hash: 9a1033c074d5e8edbb391a59bbbf045767d6c3a4 commit hash: 9a1033c074d5e8edbb391a59bbbf045767d6c3a4 commit hash: 9a1033c074d5e8edbb391a59bbbf045767d6c3a4 9a1033c
Tuesday, 20 May 2025
11:36 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb60: start announcing EOL date of August 2025

added a warning a bit early so it is also in the 2025Q3 branch
see https://www.mongodb.com/legal/support-policy/lifecycles

- pet portfmt
commit hash: 57bf12b49c0b3b61f3a51fa9e8edb5d0075f5fbb commit hash: 57bf12b49c0b3b61f3a51fa9e8edb5d0075f5fbb commit hash: 57bf12b49c0b3b61f3a51fa9e8edb5d0075f5fbb commit hash: 57bf12b49c0b3b61f3a51fa9e8edb5d0075f5fbb 57bf12b
Monday, 19 May 2025
15:12 Cy Schubert (cy) search for other commits by this committer
UPDATING: Note orpnaning of screen sessions

PR:	286743
commit hash: 68042c2be4390fab15a24993a3a8eff913f0f794 commit hash: 68042c2be4390fab15a24993a3a8eff913f0f794 commit hash: 68042c2be4390fab15a24993a3a8eff913f0f794 commit hash: 68042c2be4390fab15a24993a3a8eff913f0f794 68042c2
Wednesday, 14 May 2025
11:42 Mathieu Arnold (mat) search for other commits by this committer
Mk/bsd.default-versions.mk: update perl5 default to 5.40

PR:	286309
commit hash: 0705456957d603c191057574a235e68c4b2b6ffd commit hash: 0705456957d603c191057574a235e68c4b2b6ffd commit hash: 0705456957d603c191057574a235e68c4b2b6ffd commit hash: 0705456957d603c191057574a235e68c4b2b6ffd 0705456
Tuesday, 13 May 2025
10:02 Koichiro Iwao (meta) search for other commits by this committer Author: Derek Schrock
www/tt-rss: Update to g20250427 f097c5ed97

- Update to g20250427 f097c5ed97 [1]
- UPDATING entry for future mysql removal [2].

[1]
https://gitlab.tt-rss.org/tt-rss/tt-rss/-/compare/bfdfea88b988778db59fb112bbd07a4cd2aefd69...f097c5ed97671f66be71e52c13917c23528ba308
[2] https://community.tt-rss.org/t/support-for-mysql-is-no-more/6897

PR:		286734
commit hash: 6dd3dc2b6556d296e16f7a8680de22dfafffde03 commit hash: 6dd3dc2b6556d296e16f7a8680de22dfafffde03 commit hash: 6dd3dc2b6556d296e16f7a8680de22dfafffde03 commit hash: 6dd3dc2b6556d296e16f7a8680de22dfafffde03 6dd3dc2
Saturday, 10 May 2025
08:00 Kevin Bowling (kbowling) search for other commits by this committer
net-p2p/bitcoin[-daemon,-utils]: Update to 29.0

IMPORTANT:
29.x is the last release series that will support the legacy BDB wallet
format.  We are already doing this awkwardly since the format is BDB 4.8
and we are building with BDB 5.  This will be removed in 30.0 later this
year.

Instructions:
https://github.com/bitcoin/bitcoin/blob/29.x/doc/managing-wallets.md#migrating-legacy-wallets-to-descriptor-wallets

This release switches to CMake which results in a major refacoring of
the port and underlying build.  The result seems good, but please
provide feedback if there are any unexpected changes or problems.

This release dropped UPnP support due to security concerns.  NAT-PMP is
implemented as an alternative.

Reviewed by:	arrowd (previous revision)
Differential Revision:	https://reviews.freebsd.org/D50265
commit hash: 1813f80d00439fc904940b154e3fb5bb44cddd9f commit hash: 1813f80d00439fc904940b154e3fb5bb44cddd9f commit hash: 1813f80d00439fc904940b154e3fb5bb44cddd9f commit hash: 1813f80d00439fc904940b154e3fb5bb44cddd9f 1813f80
Tuesday, 6 May 2025
18:34 Kevin Bowling (kbowling) search for other commits by this committer
Mk/bsd.default-versions.mk: Update to PostgreSQL 17

See UPDATING for upgrade advice

PR:		283788
Approved by:	antoine (exp-run)
commit hash: bcb73b4107fc6d0d3b01c39e6382277d25192919 commit hash: bcb73b4107fc6d0d3b01c39e6382277d25192919 commit hash: bcb73b4107fc6d0d3b01c39e6382277d25192919 commit hash: bcb73b4107fc6d0d3b01c39e6382277d25192919 bcb73b4
Saturday, 3 May 2025
12:29 Vladimir Druzenko (vvd) search for other commits by this committer Author: Juan David Hurtado G
sysutils/bastille: Update 0.13.20250126 => 0.14.20250420

Changelog:
https://github.com/BastilleBSD/bastille/releases/tag/0.14.20250420

- Transfer maintainership.
- Add co-maintainer Barry McCormick <snarfingcode666@gmail.com>.
- Pet portclippy.

PR:		286251
Approved by:	Christer Edwards <christer.edwards@gmail.com> (former maintainer)
commit hash: 007879177db8a0020a8fb4dfe7a43e88252e5ee4 commit hash: 007879177db8a0020a8fb4dfe7a43e88252e5ee4 commit hash: 007879177db8a0020a8fb4dfe7a43e88252e5ee4 commit hash: 007879177db8a0020a8fb4dfe7a43e88252e5ee4 0078791
07:40 Bernard Spil (brnrd) search for other commits by this committer
security/libressl: Update to 4.1.0

NOTE: You must rebuild all ports depending on LibreSSL
commit hash: fb46f304e5a2548b5782baca5a15052fbf873cc0 commit hash: fb46f304e5a2548b5782baca5a15052fbf873cc0 commit hash: fb46f304e5a2548b5782baca5a15052fbf873cc0 commit hash: fb46f304e5a2548b5782baca5a15052fbf873cc0 fb46f30
Friday, 2 May 2025
13:07 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis: Update to 8.0.0

* Update license information. Since 8.0 redis is distributed under
  triple license of (a) the Redis Source Available License v2 (RSALv2)
  or (b) the Server Side Public License v1 (SSPLv1) or (c) the GNU
  Affero General Public License v3 (AGPLv3).
* Add entry to UPDATING.

ChangeLog:	https://github.com/redis/redis/releases/tag/8.0.0
commit hash: db935a52efe689c18afa98357f2dc228014d003d commit hash: db935a52efe689c18afa98357f2dc228014d003d commit hash: db935a52efe689c18afa98357f2dc228014d003d commit hash: db935a52efe689c18afa98357f2dc228014d003d db935a5
Saturday, 19 Apr 2025
08:13 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix a typo.
commit hash: 155bbc84922baa04d6a294b5943ae10707f3deb0 commit hash: 155bbc84922baa04d6a294b5943ae10707f3deb0 commit hash: 155bbc84922baa04d6a294b5943ae10707f3deb0 commit hash: 155bbc84922baa04d6a294b5943ae10707f3deb0 155bbc8
Wednesday, 9 Apr 2025
10:30 Gleb Popov (arrowd) search for other commits by this committer
Framework: Switch LINUX_DEFAULT to rl9 for all arches except i386

Differential Revision: https://reviews.freebsd.org/D49632
Approved by:	portmgr (bapt)
commit hash: 614644e616caf7f4893a1e358bb75fda9aebca13 commit hash: 614644e616caf7f4893a1e358bb75fda9aebca13 commit hash: 614644e616caf7f4893a1e358bb75fda9aebca13 commit hash: 614644e616caf7f4893a1e358bb75fda9aebca13 614644e
Friday, 4 Apr 2025
19:11 Gleb Popov (arrowd) search for other commits by this committer
UPDATING: State that manual intervention is no longer required when installing
glib
commit hash: a4db1fde8259cbf8c555e64c25fb5c142f152aca commit hash: a4db1fde8259cbf8c555e64c25fb5c142f152aca commit hash: a4db1fde8259cbf8c555e64c25fb5c142f152aca commit hash: a4db1fde8259cbf8c555e64c25fb5c142f152aca a4db1fd
17:55 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Dmitry Wagin
devel/jetbrains-clion: Update to 2024.3.5

ChangeLog: https://youtrack.jetbrains.com/articles/CPP-A-230654386

PR:		283208
Reported by:	dmitry.wagin@ya.ru
commit hash: a3187a20c8aea2ca5d432209dd9bb8cc12fffab2 commit hash: a3187a20c8aea2ca5d432209dd9bb8cc12fffab2 commit hash: a3187a20c8aea2ca5d432209dd9bb8cc12fffab2 commit hash: a3187a20c8aea2ca5d432209dd9bb8cc12fffab2 a3187a2
Thursday, 3 Apr 2025
07:46 Gleb Popov (arrowd) search for other commits by this committer
UPDATING: Add entry regarding glib20 update
commit hash: 2b0da956a02500132de39bbd5b13a7c93062139f commit hash: 2b0da956a02500132de39bbd5b13a7c93062139f commit hash: 2b0da956a02500132de39bbd5b13a7c93062139f commit hash: 2b0da956a02500132de39bbd5b13a7c93062139f 2b0da95
Thursday, 27 Mar 2025
19:09 Christoph Moench-Tegeder (cmt) search for other commits by this committer
mail/thunderbird: update to 137.0 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/137.0/releasenotes/

Mention the big upgrade and the new thunderbird-esr port in UPDATING.
commit hash: 7eb19a67e08cec39e733e1ffd8c63898bdfa7992 commit hash: 7eb19a67e08cec39e733e1ffd8c63898bdfa7992 commit hash: 7eb19a67e08cec39e733e1ffd8c63898bdfa7992 commit hash: 7eb19a67e08cec39e733e1ffd8c63898bdfa7992 7eb19a6
Tuesday, 25 Mar 2025
18:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/tex*: Update version 20240312=>20250308

- devel/tex-kpathsea: Update version 6.4.0=>6.4.1
- devel/tex-libtexluajit: Update version 2.1.0=>2.1.81742
- print/tex-ptexenc: Update version 1.4.6=>1.5.1
- korean/ko.TeX: Replace @exec/@unexec with @postexec/@postunexec

Sponsored by: Nepustil
commit hash: 993771b186bca2a5de9fa00f7f6788763306417c commit hash: 993771b186bca2a5de9fa00f7f6788763306417c commit hash: 993771b186bca2a5de9fa00f7f6788763306417c commit hash: 993771b186bca2a5de9fa00f7f6788763306417c 993771b
Friday, 21 Mar 2025
09:54 Nicola Vitale (nivit) search for other commits by this committer
UPDATING: Add a note for users of mail/oama < 0.15

Starting from version 0.15 oama saves credential files in the
$XDG_STATE_HOME/oama directory. This is a breaking change.
commit hash: dfdc0baa01ad99bea38bfa7edb389ae4d069a77e commit hash: dfdc0baa01ad99bea38bfa7edb389ae4d069a77e commit hash: dfdc0baa01ad99bea38bfa7edb389ae4d069a77e commit hash: dfdc0baa01ad99bea38bfa7edb389ae4d069a77e dfdc0ba
Monday, 17 Mar 2025
04:04 Charlie Li (vishwin) search for other commits by this committer
graphics/gdk-pixbuf-extra: add default-disabled loaders

With the new port, remove OTHERS from graphics/gdk-pixbuf2, and add
corresponding helper to USES=gnome. Ports using the affected loaders
should declare USE_GNOME=gdkpixbufextra.

PR: 285185
commit hash: e129c081e39271edac0d7b8aa174930f4317a796 commit hash: e129c081e39271edac0d7b8aa174930f4317a796 commit hash: e129c081e39271edac0d7b8aa174930f4317a796 commit hash: e129c081e39271edac0d7b8aa174930f4317a796 e129c08
Sunday, 16 Mar 2025
10:19 Robert Clausecker (fuz) search for other commits by this committer Author: Lexi Winter
sysutils/snmp_exporter: update to 0.28.0

Assign maintainership to submitter.

changes since the previous port version (0.20.0) are too numerous to
list here but can be found at the GitHub releases page:

  https://github.com/prometheus/snmp_exporter/releases

this release introduces a breaking change in the configuration file
format.  to address this:

- add a new pkg-message that explains the situation on upgrade.

- add an UPDATING entry to warn ports users about the change.

- add a new port called 'sysutils/snmp_exporter20' containing the old
  0.20.0 version; users who don't want to immediately update their
  configuration can instead switch to this new port to continue using
  the old version.

PR:		282759
Approved by:	fabian.freyer@physik.tu-berlin.de (maintainer timeout)
commit hash: acc7dc88f94413568e8feba7e03db323a28b69dd commit hash: acc7dc88f94413568e8feba7e03db323a28b69dd commit hash: acc7dc88f94413568e8feba7e03db323a28b69dd commit hash: acc7dc88f94413568e8feba7e03db323a28b69dd acc7dc8
Wednesday, 12 Mar 2025
09:02 Michael Osipov (michaelo) search for other commits by this committer
net/samba4{19,20}: Rework manpages handling

* Rename option MANDOC to MANPAGES to match with other ports and
  Mk/bsd.options.desc.mk.
* Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man.
* Properly disable manpages generation since XSLTPROC was set to true(1) WAF
  always assumed xsltproc(1) to work and if any automatic dependency pulled in
  textproc/docbook-xsl, manpages were generated even if explicitly disabled.

PR:		281415
Approved by:	jrm (mentor), mikael, 0mp
Differential Revision:	https://reviews.freebsd.org/D49299
commit hash: 6cbfa0518c353ea2fe937c6cdea92326922d34c3 commit hash: 6cbfa0518c353ea2fe937c6cdea92326922d34c3 commit hash: 6cbfa0518c353ea2fe937c6cdea92326922d34c3 commit hash: 6cbfa0518c353ea2fe937c6cdea92326922d34c3 6cbfa05
Tuesday, 11 Mar 2025
17:42 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb80: add flavor for RPI-compatible version

Similar to commit 5ceff01406677 for mongodb70.
No revision bump as the default flavor does not change.
commit hash: c8877d2477f97f39282254327f5a7ca1f5221c12 commit hash: c8877d2477f97f39282254327f5a7ca1f5221c12 commit hash: c8877d2477f97f39282254327f5a7ca1f5221c12 commit hash: c8877d2477f97f39282254327f5a7ca1f5221c12 c8877d2
Monday, 10 Mar 2025
12:10 Michael Osipov (michaelo) search for other commits by this committer
www/wget2: Rename HTTP2 option

The default NGHTTP2 option has been renamed to HTTP2 to match the option
name in ftp/curl and the description from Mk/bsd.options.desc.mk.

Approved by:	jrm (mentor), amdmi3 (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D49117
commit hash: 9537b429308c8b5914b7ab273effe36a022df14a commit hash: 9537b429308c8b5914b7ab273effe36a022df14a commit hash: 9537b429308c8b5914b7ab273effe36a022df14a commit hash: 9537b429308c8b5914b7ab273effe36a022df14a 9537b42
Wednesday, 19 Feb 2025
10:01 Rodrigo Osorio (rodrigo) search for other commits by this committer
UPDATING: Add upgrade instructions for comms/ser2net
commit hash: 19732369bde054aceac5069f49faa2a9505aaeff commit hash: 19732369bde054aceac5069f49faa2a9505aaeff commit hash: 19732369bde054aceac5069f49faa2a9505aaeff commit hash: 19732369bde054aceac5069f49faa2a9505aaeff 1973236
Tuesday, 18 Feb 2025
09:00 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb70: add flavor for RPI-compatible version

The default flavor is the upstream supported version. For older
ARM CPUs we have an -armv80a flavor now. MongoDB is known to be used by
net-mgmt/unifi* users on this hardware. MongoDB 6.0 is planned to go out
of support in July 2025 [1], so this is preparation to make MongoDB 7.0
the default dependency for Unifi.

[1] https://www.mongodb.com/legal/support-policy/lifecycles
commit hash: 5ceff01406677e022b4e6d0bb424f5ac39d874b0 commit hash: 5ceff01406677e022b4e6d0bb424f5ac39d874b0 commit hash: 5ceff01406677e022b4e6d0bb424f5ac39d874b0 commit hash: 5ceff01406677e022b4e6d0bb424f5ac39d874b0 5ceff01
Sunday, 16 Feb 2025
16:26 Rene Ladan (rene) search for other commits by this committer
UPDATING: avoid references to pruned entries.

Reword some texts if the packages in question are long gone,
inline referenced text otherwise.

PR:		277370
PR:		284071
commit hash: 366bb97713c109f66ac94ac3a21da2e78be96a74 commit hash: 366bb97713c109f66ac94ac3a21da2e78be96a74 commit hash: 366bb97713c109f66ac94ac3a21da2e78be96a74 commit hash: 366bb97713c109f66ac94ac3a21da2e78be96a74 366bb97
Saturday, 8 Feb 2025
09:51 Kai Knoblich (kai) search for other commits by this committer
UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 4.2 release
series.
commit hash: 2bc8c570f2e0f3d528152c2e707e97d7dac776d9 commit hash: 2bc8c570f2e0f3d528152c2e707e97d7dac776d9 commit hash: 2bc8c570f2e0f3d528152c2e707e97d7dac776d9 commit hash: 2bc8c570f2e0f3d528152c2e707e97d7dac776d9 2bc8c57
Wednesday, 5 Feb 2025
08:22 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: fix error uninitialized constant
ActiveSupport::LoggerThreadSafeLevel::Logger

The upgrade of gem concurrent-ruby to 1.3.5 made a bug in activesupport visible.
The bug seems to be fixed for rails 7.1 and 7.2 but not 7.0 which gitlab uses.
https://github.com/rails/rails/pull/49372
https://github.com/rails/rails/issues/54260

So we import the Logger to fix the error message:
bundler: failed to load command: puma (/usr/local/bin/puma)
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in
`<module:LoggerThreadSafeLevel>': uninitialized constant
ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)

    Logger::Severity.constants.each do |severity|
          ^^^^^^^^^^
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:9:in
`<module:ActiveSupport>'
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:8:in
`<top (required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_silence.rb:5:in
`<top (required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger.rb:3:in
`<top (required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support.rb:29:in
`<top (required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/all.rb:3:in
`<top (required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from /usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils.rb:4:in
`<top (required)>'
        from
/usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils/all.rb:3:in
`require_relative'
        from
/usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils/all.rb:3:in `<top
(required)>'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from
<internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in
`require'
        from /usr/local/www/gitlab/lib/gitlab/cluster/lifecycle_events.rb:3:in
`<top (required)>'
        from /usr/local/www/gitlab/config/puma.rb:38:in `require_relative'
        from /usr/local/www/gitlab/config/puma.rb:38:in `_load_from'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/dsl.rb:135:in
`instance_eval'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/dsl.rb:135:in
`_load_from'
        from
/usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in
`block in load'
        from
/usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in
`each'
        from
/usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in
`load'
        from
/usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/launcher.rb:56:in
`initialize'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/cli.rb:66:in
`new'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/cli.rb:66:in
`initialize'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/bin/puma:8:in `new'
        from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/bin/puma:8:in `<top
(required)>'
        from /usr/local/bin/puma:25:in `load'
        from /usr/local/bin/puma:25:in `<top (required)>'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:59:in
`load'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:59:in
`kernel_load'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:23:in
`run'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:452:in `exec'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/command.rb:28:in
`run'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
`invoke_command'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor.rb:538:in
`dispatch'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:35:in
`dispatch'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/base.rb:584:in
`start'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:29:in `start'
        from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/exe/bundle:28:in
`block in <top (required)>'
        from
/usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/friendly_errors.rb:117:in
`with_friendly_errors'
        from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/exe/bundle:20:in
`<top (required)>'
        from /usr/local/bin/bundle:25:in `load'
        from /usr/local/bin/bundle:25:in `<main>'
commit hash: 7040041239ce22d96504ce6e732b4f45eaedc875 commit hash: 7040041239ce22d96504ce6e732b4f45eaedc875 commit hash: 7040041239ce22d96504ce6e732b4f45eaedc875 commit hash: 7040041239ce22d96504ce6e732b4f45eaedc875 7040041
Monday, 3 Feb 2025
17:02 Gleb Popov (arrowd) search for other commits by this committer Author: Tobias C. Berner
KDE: It goes to 6!

This megacommit merges all the work from
https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6
Specifically:
- KDE Plasma 6 ports updated to 6.2.5
- KDE Applications ports updated to 24.12.0
- Development ports of KDE Applications removed
- A lot of various ports switched to Qt 6 by default
- Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable
  with their 6 counterparts

PR:		284351
Exp-run by:	antoine
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/341

Co-authored-by:	Max Brazhnikov <makc@FreeBSD.org>
Co-authored-by:	Kenneth Raplee <kenrap@kennethraplee.com>
Co-authored-by:	Jason E. Hale <jhale@FreeBSD.org>
Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>
commit hash: b44569f1372dcc68678d82143c83da4df54afde7 commit hash: b44569f1372dcc68678d82143c83da4df54afde7 commit hash: b44569f1372dcc68678d82143c83da4df54afde7 commit hash: b44569f1372dcc68678d82143c83da4df54afde7 b44569f
Friday, 31 Jan 2025
21:03 Matthias Andree (mandree) search for other commits by this committer
security/easy-rsa: report weak build-ca crypto on CA private keys

By adding to UPDATING and pkg-message, and bumping PORTREVISION so
as to trigger updates that show these messages so that
easyrsa users can re-encrypt their CA private keys with AES instead of
Triple-DES.

It is pointless to add vuln.xml, supported port branch versions,
main and 2025Q1, already carry a bugfixed Easy-RSA version.

Reported by:	pkelsey@
Security:	CVE-2024-13454
MFH:		2025Q1
commit hash: d8c76b98576f28d468d2aa9ecd6b7d8cad93046f commit hash: d8c76b98576f28d468d2aa9ecd6b7d8cad93046f commit hash: d8c76b98576f28d468d2aa9ecd6b7d8cad93046f commit hash: d8c76b98576f28d468d2aa9ecd6b7d8cad93046f d8c76b9
Saturday, 25 Jan 2025
12:10 Bernard Spil (brnrd) search for other commits by this committer
www/apache24: Update to 2.4.63

 * This removes the experimental mod_tls module,
   use www/mod_tls instead.

Differential Revision:	https://reviews.freebsd.org/D48514
commit hash: 4a23ccad18878cedfd16466801e57bcd1c84d5dc commit hash: 4a23ccad18878cedfd16466801e57bcd1c84d5dc commit hash: 4a23ccad18878cedfd16466801e57bcd1c84d5dc commit hash: 4a23ccad18878cedfd16466801e57bcd1c84d5dc 4a23cca
Friday, 17 Jan 2025
12:34 Robert Clausecker (fuz) search for other commits by this committer
net/onedrive: update to 2.5.2

Changelog: https://github.com/abraunegg/onedrive/blob/v2.5.2/changelog.md
commit hash: 835ff72a5483dfe8e9ccf356d88d92529241addc commit hash: 835ff72a5483dfe8e9ccf356d88d92529241addc commit hash: 835ff72a5483dfe8e9ccf356d88d92529241addc commit hash: 835ff72a5483dfe8e9ccf356d88d92529241addc 835ff72
Friday, 10 Jan 2025
13:19 Olivier Certner (olce) search for other commits by this committer
devel/kiwix-tools: Depend on devel/libkiwix13

This will allow updating devel/libkiwix to 14.0.0 again without breaking
the build of devel/kiwix-tools, whose latest released version at time of
this writing requires libkiwix 13.

This is a maintainer update (olce.freebsd.ports@certner.fr).

Reviewed by:    jrm
Fixes:          dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0")
MFH:            2025Q1
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48396
commit hash: adeaae60540e4a81967f02e9abae1e1051ea655f commit hash: adeaae60540e4a81967f02e9abae1e1051ea655f commit hash: adeaae60540e4a81967f02e9abae1e1051ea655f commit hash: adeaae60540e4a81967f02e9abae1e1051ea655f adeaae6
07:19 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix some typos.
commit hash: 569a11f438f5e209404780bf5e085a56a56647e7 commit hash: 569a11f438f5e209404780bf5e085a56a56647e7 commit hash: 569a11f438f5e209404780bf5e085a56a56647e7 commit hash: 569a11f438f5e209404780bf5e085a56a56647e7 569a11f

Number of commits found: 2859 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]