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)
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 14ac2cbef6) 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
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>
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
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
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.
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
As part of the regular trimming of older information from MOVED and
UPDATING; an entry from 20161103 were trimmed which has been referenced
by other entries for upgrading the perl. Merge those information in the
current UPDATING file and also update the reference pointers.
Reported by: herbert@gojira.at
Approved by: portmgr (blanket)
- Update to g20230509 11946f014
- Move php database drivers a post install operation allowing the port
to support both databases without having to make option changes or
rebuilds.
- Update ttrssd to check for the configured driver
PR: 271397
changelog:
https://www.mongodb.com/docs/manual/release-notes/4.4/
Please read the release notes: Some past releases have critical issues.
Followed an upstream chagne in mongod.conf about removal of 2 settings. See
UPDATING.
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/
Please read the release notes: Some past releases have critical issues.
Followed an upstream chagne in mongod.conf about removal of 2 settings. See UPDATING.