Age | Commit message (Collapse) | Author |
|
Please note, that this version changes the installation path.
Make sure you follow the upgrade manual very carefully:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md
Changes: https://about.gitlab.com/releases/2024/04/18/gitlab-16-11-released/
(cherry picked from commit 57a5a76f292efabc53b79e24fb66cf1d8c42ecd2)
|
|
- Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI
- AUR tracks Xwayland releases, so cannot help with rebases
- Sway should probably adopt force_zero_scaling from Hyprland >= 0.27
[1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197
This reverts commit 843e295cf33f9d2652c7b2e0d4ea0b2bc14e9c59.
This reverts commit dce99729d741f14bc81d941d29b70a8a7147298c.
(cherry picked from commit 2e435f459ff0a25e517011514c441c2a437ed79c)
(cherry picked from commit fbcb0d3c6b59caadf68ffa97af9e4f2125091852)
(cherry picked from commit 11eda6e334c128d5f30dccb893304b432168ca04)
(cherry picked from commit cf9a573044ba56652587a96f820a37fcaf36e428)
|
|
MFH: 2024Q2
(cherry picked from commit 7915eb5cbe18153b51601e2b524e96363daf067c)
|
|
Following the mail/spamassassin update in 16e8b4502b4a, users must
run sa-update to download the latest spamassassin rules. Failure to
do so will result in sa-spamd failing on a syntax error while reading
its rules.
|
|
- Port was updated to the most recent version.
- Extra patches for fixing netlink headers were prepared (see PR 277618).
- The default flavor of the port for FreeBSD 14.0 and later is now "netlink".
The rtsock flavor is still available as bird2-rtsock.
There is no change for FreeBSD versions < 14.0. Here we still use rtsock
as a default flavor.
Changelog: https://bird.network.cz/pipermail/bird-users/2024-March/017468.html
https://bird.network.cz/pipermail/bird-users/2024-March/017517.html
PR: 277891
|
|
Make ports' UPDATING file useful again for ports users of perl5
and restore upgrade instructions updating record 20231017.
|
|
|
|
And also switch default MongoDB dependency from 4.0 to 5.0
Release notes: https://community.ui.com/releases/r/network/8.1.113
|
|
|
|
|
|
BREAKING CHANGES:
www/redmine50 will stop working. At the moment there is no redmine 5.1.X
in the tree. So users of redmine should utilize the following in their
relevant make.conf file:
DEFAULT_VERSIONS=ruby=3.1
PR: 244427
Approved by: portmgr (exp-run)
|
|
The port databases/xtrabackup8 upgraded to version 8.0.35-30
and renamed to databases/xtrabackup80 in preparation for upcoming
incompatible branch databases/xtrabackup81, to avoid confusion.
Drop unused dependency on libncurses.
The update based on maintainer's submittion.
PR: 277088
Tested by: Eugene M. Zheganin (maintainer)
Approved by: Eugene M. Zheganin (maintainer)
|
|
Next trim will happen after 13-STABLE reaches EOL.
Approved by: portmgr
|
|
A new major version of the tarantool has been released.
databases/tarantool renamed to databases/tarantool2.
2.11 is an LTS version and it is advisable to leave the
option to install it.
Signed-off-by: Pavel Balaev <mail@void.so>
|
|
As active support of php81 ends on 25th November, 2023 it's time to
switch the default version to 8.2.
See https://www.php.net/supported-versions.php for more details.
PR: 274463
Approved by: portmgr (exp-run)
|
|
|
|
* Major upgrade, rebuild all dependent ports
|
|
PR: 253566
Approved by: jrm (mentor), otis (mentor), lev
Release Notes: https://subversion.apache.org/docs/release-notes/1.14
Differential Revision: https://reviews.freebsd.org/D42348
|
|
* entry was added and subsequently removed
Reported by: Fabian Wenk
|
|
- Check UPDATING for compat with older 1.6.x
PR: 271429
Reviewed by: chadf@triularity.org
Changes: https://github.com/phaag/nfdump/releases
|
|
re: https://github.com/librenms/librenms/releases/tag/23.10.0
See also UPDATING re crontab issue which this update fixes.
|
|
|
|
* Change default version of Ghostscript from 9 to 10
* Add entry about change of default Ghostscript version to UPDATING
PR: 273864
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D42351
|
|
* Add missing dependency, mail/py-authres
* Update needed dependency versions
* Add UPDATING info about new version
Changelog: https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/NEWS.html#news-3-3-9
PR: 274669
|
|
|
|
|
|
The entry dated 20181213 suggests
portmaster -f `pkg shlib -qR libperl.so.5.26`
to force an update or re-installation of all ports that directly
depend on the given library. This command leads to excessive and
unnecessary port builds, though, since the -f option is passed
down to the up-to-date checks of all dependencies, causing them
to be rebuilt, too.
The correct command is:
portmaster `pkg shlib -qR libperl.so.5.26`
Reported by: rkoberman@gmail.com (Kevin Oberman)
|
|
PR: ports/264255
Exp-run by: antoine
|
|
|
|
* OpenSSL 1.1.1 is EoL, update to new LTS version
* Aligns with upcoming OpenSSL version in 14.0
|
|
|
|
Changes:
https://github.com/pendulum-project/ntpd-rs/releases/tag/v1.0.0
|
|
At first make sure you finished the upgrade to 16.3.x!
While running the database migration step, an error can happen.
So maybe test this at first in a test instance and/or have a backup ready.
You should not need it, but for this update it is better to have it ;)
A fix is described in the upgrade manual:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md#database-migration-fails
The problem itself is described here:
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8227
But as everyone has a different name for the foreign key that causes this problem
a corrected migration step does maybe not fix the problem for all users.
This is the reason I described steps in the upgrade manual to fix it for all users
and not wait for a upstream migration fix that does maybe not fix it, like this one:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132686
This version and all further version will not be made available in quartely branch 2023Q4
to give the users the possibilty to first upgrade to required 16.3 version which is
in quarterly branch 2023Q4 available.
Changelog:
https://about.gitlab.com/releases/2023/09/22/gitlab-16-4-released/
https://about.gitlab.com/releases/2023/09/28/security-release-gitlab-16-4-1-released/
|
|
Port reorganized as a metaport. Each component can be installed
separately or selected as an option via the metaport. Components
were moved to net-p2p/transmission-components.
See MOVED for additional information.
Also fixes log-level typo in rc file and description errors
PR: 273841, 274054 274065
Reported by: Anton Saietskii <vsasjason@gmail.com>
Reported by: Matt <lazeraman@gmail.com>
Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Differential Revision: https://reviews.freebsd.org/D41975
|
|
The main composer port contains old and long EOLed/deprecated version
1.x of the software.
Move the devel/php-composer2 port over, dropping it, and update to
latest version.
Please check UPDATING entry 20230930, to correctly update use
"pkg install phpXX-composer" (replacing XX with the PHP shorthand
version you're using)
PR: 274160
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Security: 33922b84-5f09-11ee-b63d-0897988a1c07
|
|
After the update x11-themes/adwaita-icon-theme update to version
42.0 (commit 14ac2cbef6484e85669c99a5a8388ea4627f029f) XFCE is not
compatible with it anymore, due to icons being renamed/removed from
the theme.
To work around this, change the default icon theme installed with
XFCE to x11-themes/xfce-icons-elementary.
Users with XFCE desktops already configured to use adwaita-icon-theme
need to install another theme and switch to it manually using the
XFCE settings "appearance" application, see UPDATING entry 20230924.
PR: 274057
|
|
*Fixes flavor conflicts in Bug 273841
*Patches to build with libfmt>=10.0. Bug 273887
*Adds log-location and log-level options. Bug 269392
*Fixes build errors arising from pkg-plist issues. Bug 273836
See UPDATING for additional information on the usage of flavors.
PR: 273841, 273887, 269392, 273836
Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Reported by: diizzy, dereckson@gmail.com
Reported by: Igor Pavlov <igor.arabesc.pavlov@gmail.com>
|
|
This change replaces flavors with a new default port option for X11.
Compared to GS 9 port the X11 device driver is now integrated into GS instead
of being dynamically loaded which is not in conformance with new GS 10 approach.
The flavors approach creates conflicting dependencies with other ports which
cannot be solved this time with the ports framework.
See PRs 270989 and 272541 for details.
PR: 272541
Tested by: kib
|
|
In Authoritative Server 4.8, the LMDB backend gains a new Lightning
Stream-compatible schema, which requires a data migration (this is
automatic, and there is no migration back to the old schema). LMDB
backend users should pay extra attention to the Upgrade Notes at
https://doc.powerdns.com/authoritative/upgrading.html.
Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2
PR: 273709
|
|
Give users some advice about the upgrade to the NetBox 3.6 release
series.
|
|
PR: 273058
Exp-run by: antoine
|
|
Sponsored by: The FreeBSD Foundation
|
|
The rc.d script lost the runtime user handling and the piddir was not
set which caused warnings in the prestart routine.
Noticed by: Martin ehk <rehak@tekkirk.org>
|
|
Sponsored by: Serenity Cybersecurity, LLC
|
|
|
|
Reported by: Dan Langille
|
|
https://github.com/zeek/zeek/releases/tag/v6.0.0
This is the latest major version number Long-Term Support (LTS)
release of Zeek.
The NETMAP option has been removed; it was too difficult to build
it without zeek being installed in %%PREFIX%%. The consensus was
that this was a rarely used feature, please reach out to me if need
this (I've done some work on a new security/zeek-netmap port that
is probably the right way forward).
When I upgraded zeek on my systems I found some cruft left over
from previous versions. The way I recommend upgrading from 5.0.9
to 6.0.0 is:
service zeek stop
pkg delete -fy zeek py311-zkg
[clean up leftover files in /usr/local/lib/zeek]
pkg install -y zeek
service zeek deploy
Changes:
- Zeek now treats private address space (i.e., non-routable IP
address ranges) as local by default
- Telemetry centralization and Prometheus exposition is not enabled
by default anymore
- Custom source tarballs require a repo-info.json file.
- Plugin authors should raise the minimum required CMake version
to 3.15 to ensure compatibility with new CMake scaffolding
included in this release
- Zeek container images are not pushed to the zeekurity organization
anymore
- The error message returned when using bro_init, bro_done, and
bro_script_loaded events is now removed
Reported by: Tim Wojtulewicz
|
|
* Add entry to UPDATING.
* Pet portclippy.
ReleaseNotes: https://github.com/redis/redis/blob/7.2.0/00-RELEASENOTES
|
|
For symmetry reasons the Qt5 package has been renamed to kdsoap-qt5.
Users might need to manually intervene using
> pkg delete -f kdsoap
before re-installing this package.
As co-installability is not properly supported upstream, use cmake to
install the headers to PREFIX/include/KDSoap${QT_VER}.
|
|
Major changes 0.45:
* add env_proxy property to AnyEvent::WebSocket::Client
* Compatibility with 0.22
Major changes 0.47:
* Add max_fragments attribute ot AnyEvent::WebSocket::Client
* Add max_fragments attribute ot AnyEvent::WebSocket::Connection
Major changes 0.49:
* Fixed a bug where adding next_message callback within a next_message
callback was called immediately with the same message
Major changes 0.51:
* You may now overide the host and port when using the
AnyEvent::WebSocket::Client's connect method.
Major changes 0.53:
* Add missing timeout from test that could otherwise hang with a
broken combination of Debian Buster / Net::SSLeay / AnyEvent.
Major changes 0.54:
* Delay loading AnyEvent::Connector until needed
Major changes 0.55:
* Fix the default code for close to be 1000
WARNING: change in behavior
Full changelog: https://metacpan.org/dist/AnyEvent-WebSocket-Client/changes
|