Commit graph

2783 commits

Author SHA1 Message Date
Marc Fonvieille
155bbc8492 UPDATING: fix a typo. 2025-04-19 10:13:21 +02:00
Gleb Popov
614644e616 Framework: Switch LINUX_DEFAULT to rl9 for all arches except i386
Differential Revision: https://reviews.freebsd.org/D49632
Approved by:	portmgr (bapt)
2025-04-09 13:30:50 +03:00
Gleb Popov
a4db1fde82 UPDATING: State that manual intervention is no longer required when installing glib 2025-04-04 22:11:59 +03:00
Dmitry Wagin
a3187a20c8 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
2025-04-04 19:55:19 +02:00
Gleb Popov
2b0da956a0 UPDATING: Add entry regarding glib20 update 2025-04-03 10:46:45 +03:00
Christoph Moench-Tegeder
7eb19a67e0 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.
2025-03-27 20:09:11 +01:00
Muhammad Moinur Rahman
993771b186
*/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
2025-03-25 19:11:13 +01:00
Nicola Vitale
dfdc0baa01
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.
2025-03-21 10:54:03 +01:00
Charlie Li
e129c081e3
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
2025-03-17 00:04:29 -04:00
Lexi Winter
acc7dc88f9 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)
2025-03-16 11:19:27 +01:00
Michael Osipov
6cbfa0518c 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
2025-03-12 10:02:37 +01:00
Ronald Klop
c8877d2477
databases/mongodb80: add flavor for RPI-compatible version
Similar to commit 5ceff01406 for mongodb70.
No revision bump as the default flavor does not change.
2025-03-11 18:42:45 +01:00
Michael Osipov
9537b42930 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
2025-03-10 13:10:01 +01:00
Rodrigo Osorio
19732369bd UPDATING: Add upgrade instructions for comms/ser2net 2025-02-19 11:01:11 +01:00
Ronald Klop
5ceff01406
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
2025-02-18 10:00:27 +01:00
Rene Ladan
366bb97713 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
2025-02-16 17:26:25 +01:00
Kai Knoblich
2bc8c570f2 UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 4.2 release
series.
2025-02-08 10:51:47 +01:00
Matthias Fechner
7040041239 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>'
2025-02-05 10:22:45 +02:00
Tobias C. Berner
b44569f137 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>
2025-02-03 20:02:42 +03:00
Matthias Andree
d8c76b9857 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
2025-01-31 22:03:50 +01:00
Bernard Spil
4a23ccad18 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
2025-01-25 13:10:19 +01:00
Robert Clausecker
835ff72a54 net/onedrive: update to 2.5.2
Changelog: https://github.com/abraunegg/onedrive/blob/v2.5.2/changelog.md
2025-01-17 13:34:01 +01:00
Olivier Certner
adeaae6054
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:          dafb538b3f ("devel/libkiwix: Update to 14.0.0")
MFH:            2025Q1
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48396
2025-01-10 14:19:12 +01:00
Marc Fonvieille
569a11f438 UPDATING: fix some typos. 2025-01-10 08:19:17 +01:00
Juraj Lutter
aaf0188361 comms/zigbee2html: Update to 2.0.0
Update to 2.0.0, see

  https://github.com/Koenkk/zigbee2mqtt/discussions/24198

and/or UPDATING entry for details.
2025-01-08 10:56:49 +01:00
Koichiro Iwao
df5ed26f95 net/xrdp-devel: Update to 0.10.80.b20241229 4c8c773
While here,
- Change config file directory to PREFIX/etc/xrdp to
  PREFIX/etc/xrdp-devel
- Pet portclippy
- Sort pkg-plist
2024-12-30 01:02:15 +09:00
Koichiro Iwao
10ec490f25 net/xrdp: Update to 0.10.2
While here,
- Add UPDATING entry
- Switch to release tarball which includes submodules
- Correct origin for libx264.so
2024-12-25 00:01:39 +09:00
Nuno Teixeira
7ebff0e5da deskutils/treesheets: Update to 1.0.20241202
Upstream changed binary name from treesheets to TreeSheets

ChangeLog:
1163768306...1212547922
2024-12-03 11:00:57 +00:00
Koichiro Iwao
2846450082 net/gdrive: ressurect port and update to the successor
WWW: https://github.com/glotlabs/gdrive
2024-12-02 23:10:06 +09:00
Dave Cottlehuber
6924dfdf7e databases/couchdb3: update to 3.4.2, resolve PR282217
- include QuickJS engine
- support xxHash for data integrity checksums
- improved mango keys-only indexes
- https://blog.couchdb.org/2024/10/22/3-4-2/
- https://docs.couchdb.org/en/stable/whatsnew/3.4.html

- ensure snappy NIF is compiled without optimisations to avoid
    corrupted documents under newer clang versions, used in
    in 14.1-RELEASE (see PR282217 for details)

Sponsored by:	SkunkWerks, GmbH

PR:		282217
2024-11-22 17:27:52 +00:00
Denis Shaposhnikov
03e8423f08 filesystems/zrepl-dsh2dsh: update to 0.9.1
Upgrading needs to modify configuration file:

  /usr/local/etc/zrepl/zrepl.yml

Please read more about this change here:
https://github.com/dsh2dsh/zrepl?tab=readme-ov-file#breaking-changes

Changelogs:
https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.10
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.0
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.1

PR:		282784
2024-11-18 01:57:54 +01:00
Lexi Winter
a3b2656e21 databases/prometheus-postgres-exporter: update to 0.16.0
- the maintainer address is updated
 - a new pkg-message is added to document the breaking change in the log
   format when upgrading the package.

upstream release notes:

---o<---
BREAKING CHANGES:

The logging system has been replaced with log/slog from the stdlib. This
change is being made across the prometheus ecosystem. The logging output
has changed, but the messages and levels remain the same. The ts label
for the timestamp has bewen replaced with time, the accuracy is less,
and the timezone is not forced to UTC. The caller field has been replaced
by the source field, which now includes the full path to the source file.
The level field now exposes the log level in capital letters.

* [CHANGE] Replace logging system #1073
* [ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector #1027
* [ENHANCEMENT] Add roles collector and connection limit metrics to database collector #997
* [ENHANCEMENT] Excluded databases log messgae is now info level #1003
* [ENHANCEMENT] Add active_time to stat_database collector #961
* [ENHANCEMENT] Add slot_type label to replication_slot collector #960
* [BUGFIX] Fix walreceiver collectore when no repmgr #1086
* [BUGFIX] Remove logging errors on replicas #1048
* [BUGFIX] Fix active_time query on postgres>=14 #1045
---o<---

PR:		255100
2024-11-14 09:43:26 +01:00
Bernard Spil
cff251c080 devel/apr1: Switch to bdb from base
* Requires rebuilding bdb databases (if any)

Reported by:	ngie, rfyu28uyeg_snkmail.com
Differential Revision:	https://reviews.freebsd.org/D40366
2024-11-10 12:47:26 +01:00
Alan Somers
b039f2e46b lang/rust: enable SSE2 by default on i386
Upstream Rust always requires SSE2 for x86.  But back in 2017[^1][^2] we
patched lang/rust to disable SSE2 for i386.  At the time, it was
reported that some people were still using non-SSE2 capable hardware.
More recently, LLVM bugs have been discovered[^3][^4] that can result in
rounding bugs and reduced accuracy when using f64 on non-SSE hardware.
In weird cases, they can even cause wilder unpredictable behavior, like
segfaults.

Revert our change for the sake of Pentium 4 (and later) users.  But add
an SSE2 option.  Disabling it will allow the port to be used on Pentium
3 and older CPUs.

[^1]: d65b2886b1
[^2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415
[^3]: https://github.com/rust-lang/rust/issues/114479
[^4]: https://github.com/llvm/llvm-project/issues/44218

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D47227
2024-11-09 15:45:49 -07:00
Corey Halpin
6f60247b9b mail/fetchmail: make OPIE and RPA optional, UPDATING info added
Fix a build failure on FreeBSD 14+ with OPIE (now in ports) enabled and
NLS disabled, by adding ${LOCALBASE}/include to the compiler's path.

OPIE and RPA have been made optional because both have significant security
problems. OPIE support was not provided by the port on 14.x until the update
to 6.5.0, when it was briefly re-activated. Because of its security flaws, it
has now been disabled by default on both 13.x and 14.x.

RPA is currently enabled by default, but this will change in a future update.

PR:		282444
Reported by:	Helge Oldach
2024-11-05 21:24:07 +01:00
Bernard Spil
928370d52b security/libressl: Update to 4.0.0
* Bumps major SHLIBVER
2024-10-19 17:24:10 +02:00
Dan Langille
fcf5729c07 UPDATING: add space after AFFECTS:
This convention seems to be required by more than just FreshPorts.
2024-10-06 11:10:19 +00:00
Rodrigo Osorio
c27d2322b0 www/c-icap: update to 0.6.3
Switch c-icap server from branch 5.X to 6.X

Full changelog:
  0.6.2 changelog:
   - link c-icap server binaries with the math library
   - Add new records to c-icap.magic, which are required for virus
     scan service.
  0.6.1 changelog:
   - Internal web server for use with services
   - Improved statistics and statistics API
   - Support histograms creation from statistic values
   - The pthread inter-process locking scheme
   - The new lmdb_tables module, to provide support for lmdb based
     lookup tables
   - Extended changes and fixes to the ldap support module
   - The ci_server_shared_memblob_* functions to access small memory
     blocks which are shared across c-icap processes.
   - Many fixes/improvements and new API functions.
  0.6.0 changelog:
   - Support for lmdb based databases as an alternate to BerkeleyDB.
   - Improved info service to show c-icap statistics
   - Internal web server
   - The pthread inter-process locking scheme.
   - New development APIs: c-icap server shared memblocks, flat arrays
   - C-icap statistics for server and services: Time based statistics,
     histograms, API to retrieve statistics values, improved update operations
2024-10-06 11:38:55 +02:00
Mateusz Piotrowski
b263f2f695 UPDATING: Document name changes of sysutils/nq's helper programs 2024-09-30 21:27:58 +02:00
Ronald Klop
3f41069bec
databases/mongodb50: deprecate, EOL from October 2024
See https://www.mongodb.com/legal/support-policy/lifecycles.
Please use databases/mongodb60.

There are no ports dependent upon this port.

See UPDATING for instructions on upgrading.
2024-09-27 15:04:30 +02:00
Marc Fonvieille
e8950a2ba6 UPDATING: fix a typo 2024-09-18 08:43:44 +02:00
Alexander Leidinger
36e211c572 security/{clamav,clamav-lts}: Fix filename of the rc script to comply to the rc scripting recommendations
PR:		280135
2024-09-12 12:59:14 +09:00
Derek Schrock
6f192cd6ff www/tt-rss: Simplify ttrssd rc script
ttrssd rc script has a check if a local database is ready such that at
startup ttrssd will wait 10 seconds for a database connection.

With daemon you can restart the child process with a delay such that the
rc script can be simplified to use command and command_args.

PR:		279803
Author:		Derek Schrock <dereks@lifeofadishwasher.com>
Reviewed-by:	cy
Differential Revision:	https://reviews.freebsd.org/D45618
2024-09-08 09:40:10 +02:00
Muhammad Moinur Rahman
442de7e408
lang/php82: Update version 8.2.22=>8.2.23
- Rename rc script to comply to the rc scripting recommendations [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.23

PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
2024-08-30 10:18:53 +02:00
Cy Schubert
5e33d17093 devel/binutils: Remove autodependency on devel/elfutils
Users who manually pre-install devel/elfutils and subsequently
manually build and install binutils must now enable the dependency.

The previous commit provided the option but also didn't change the
implied (autodetect) behavior. This change now disables elfutils
autodetection. Users must now explicitly enable the option if they
were previously relying on autodetection.

Requested by:	mat, jrm
2024-08-29 08:05:48 -07:00
Cy Schubert
4fd6dc1d3c UPDATING: Fix typo in email address 2024-08-29 08:05:48 -07:00
Alexander Leidinger
c9f63c5c71 dns/acme-dns: make service jails aware
Add a basic config for service jails and rename the start script
to make it comply to the rc-docs.

PR:		279625
Approved by:	maintainer
2024-08-24 14:47:11 +02:00
Yasuhiro Kimura
7580d4274e UPDATING: Fix another typo
Reported by:	pi (via private mail)
Fixes:		6bcc3e5648 databases/redis: Update to 7.4.0
2024-08-16 20:06:17 +09:00
Yasuhiro Kimura
4e85b09d92 UPDATING: Fix typo
Reported by:	Giacomo Olgeni (via private mail)
Fixes:		6bcc3e5648 databases/redis: Update to 7.4.0
2024-08-16 18:51:17 +09:00
Yasuhiro Kimura
6bcc3e5648 databases/redis: Update to 7.4.0
* Update license information. Since 7.4 upstream distributes source
  files under dual license of Redis Source Available License
  v2 (RSALv2) and Server Side Public License v1 (SSPLv1).
* Add entry to UPDATING.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.4.0
2024-08-16 11:48:45 +09:00