Age | Commit message (Collapse) | Author |
|
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
|
|
PR: 271984
Exp-run by: antoine
|
|
|
|
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
|
|
- https://elixir-lang.org/blog/2023/06/19/elixir-v1-15-0-released/
Note that Elixir now *requires* OTP25+ or better at runtime.
For the -devel flavour you are still free to choose OTP25 or
OTP26, but the default OTP24 from lang/erlang will *not* work.
|
|
|
|
For more details look on 20230618 in UPDATING
|
|
- Update rc.d script to include migrate target
- Add an UPDATING note for upgrade
- Add a pkg-message for upgrade
|
|
sq split to security/sequoia-sq. More programs to be ported later.
FFI deprecated upstream and removed from the port.
PR: 256877
Approved by: phryk-ports[at]wzff[dot]de (maintainer, transfer)
Event: SouthEast LinuxFest 2023
|
|
trivial version bump
one patchfiles is included in the source now
poudriere stage-qa: ok
Changes:
https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.6---may-12--2023
Please read the release notes: Some past releases have critical issues.
Followed an upstream change in mongod.conf about removal of 2 settings. See
UPDATING 20230416.
|
|
Give users some advice about the upgrade to the NetBox 3.5 release
series.
|
|
While here, fix install instructions.
New features:
* ACLs portctl_no and portctl_only for limiting port control targets
* Config setting portctl_nowaps to prevent port control on WAP ports
* Feature to gather SNMP Walk, use as Pseudo Device, and Browse Objects
* Added SSHCollector::Platform::ASAContext
* new addpseudodevice worker action
* option to display vlan names instead of numbers in device ports
* renumber device option in the device details web page
* add option in device ports sidebar to hide vlan 1002-1005
* Group Cisco subinterfaces in Device Ports view (like LAG)
* add FortiOS SSH collector implementation from @jpvelders
* make Port VLAN mismatch respect setting hiding VLAN 1002-1005
* make VLAN hiding and VLAN names configurable options and move to port
properties sidebar section
* new discover_routed_neighbors setting to skip adding next-hops for discovery
* new setting macsuck_no_deviceport to ignore nodes on a device port
* implement ignore_deviceports and hide_deviceports settings
* implement multi tenancy with tenant_databases setting
* add worker to collect various PortAccessEntity (NAC) attributes
* API Endpoints to submit arpnip and macsuck results
* custom fields on devices and ports in the web from config
* sidebar support for custom reports with bind params; add show_sidebar setting
* support for FQDN node search while domain_suffix is set; add fallback to
IPv4 host lookup search
* implement ignore_layers, force_macsuck, force_arpnip config settings
Many bug fixes and enhancements too, see https://metacpan.org/dist/App-Netdisco/changes for full list
PR: 271329
Reported by: einar@isnic.is
|