aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* security/libressl: Update to 3.6.2Bernard Spil2023-03-181-0/+17
| | | | * Major SHLIBVER update
* Mk/bsd.default-versions.mk: Change default version of RubyYasuhiro Kimura2023-03-151-0/+24
| | | | | | | | | | | | * Change default version of Ruby from 3.0 to 3.1. * Bump PORTREVISION of lang/ruby3[01]. They need to be rebuilt as only default ruby package includes ${PREFIX}/bin/ruby and ${PREFIX}/man/man1/ruby.1.gz symlinks. * Add entry about change of default Ruby version to UPDATING. PR: 268586 Exp-run by: antoine Approved by: meta (ruby, maintainer)
* security/openssl-devel: Rename to security/openssl30Bernard Spil2023-03-141-0/+7
| | | | | | | | * Align with the upstream "release" status * Avoid confusion with OpenSSL 3.1 Reported by: ngie Differential Revision: https://reviews.freebsd.org/D38938
* databases/sqlite3: reenable the DQS optionPavel Volkov2023-03-131-0/+12
| | | | | | | | | | | | Due to various ports not being prepared for this change (see 20230227 entry), the DQS option of databases/sqlite3 has been reenabled as a stop gap measure. It is scheduled to be disabled again for good no earlier than 20240101, giving downstream software authors more time to fix their queries. PR: 270064 Fixes: 47912ce2e613211aecf6ecdfc58681b7aca0df33 See also: PR 269889, 269966, 269950
* net-mgmt/unifi7: Fix upgrade stepsJuraj Lutter2023-03-131-6/+15
| | | | | | | As suggested, make the upgrade steps in pkg-message and UPDATING more accurate. PR: 270171
* net/dshell: Update to 3.2.2MANTANI Nobutaka2023-03-111-0/+9
|
* net-mgmt/unifi7: Update database dependency to mongodb44Juraj Lutter2023-03-101-0/+24
| | | | | | | As mongodb 3.6 is long out of support, switch to mongodb 4.4, even though not directly supported by upstream. See UPDATING entry for details about updating to this version.
* benchmarks/ddosify: Update to 0.15.0Gabriel M. Dutra2023-03-101-0/+8
| | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.15.0 Introducing engine modes: engine_mode is optional in the config file. * distinct-user mode simulates a new user for every iteration. * repeated-user mode can use pre-used user in subsequent iterations. * ddosify mode is the default mode of the engine. In this mode, the engine runs in its max capacity, and does not show user simulation behavior. Add breaking changes to UPDATING PR: 270078 Reported by: 0xdutra@gmail.com (maintainer)
* UPDATING: Add qt5-webengine upgrade instructionsKai Knoblich2023-03-061-0/+10
| | | | | Give users some advice about the upgrade for the recent update of www/qt5-webengine.
* UPDATING: add a note about accessiblity/atk and accessibility/at-spi2-atkTobias C. Berner2023-03-041-0/+14
| | | | PR: 269704
* databases/sqlite3: update to 3.41.0Pavel Volkov2023-02-271-0/+11
| | | | | | | | | | | | Disable option DQS by default. Add a note to UPDATING about this. See also: https://sqlite.org/quirks.html#dblquote Changelog: https://sqlite.org/releaselog/3_41_0.html PR: 269798 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38774
* lang/python: Revert "add bytecode trigger"Matthias Andree2023-02-271-17/+0
| | | | | | | | | This reverts commit c17ddfbf66e2801ec620d49979aca3d7077d7002. This causes breakage on several ports, and the next iteration requires a full exp-run. See: Differential Revision: https://reviews.freebsd.org/D34739
* mail/py-spf-engine: Update to 3.0.3Yasuhiro Kimura2023-02-271-0/+10
| | | | | | | | | * Since 3.0.0 spf-engine uses flit-core as build backend. So switch to use 'USE_PYTHON=pep517'. * Add entry to UPDATING as default configuration file path of pyspf-milter has changed. ChangeLog: https://git.launchpad.net/spf-engine/tree/CHANGES?h=3.0.3
* UPDATING: Add upgrade instructions for net-mgmt/netboxKai Knoblich2023-02-221-0/+11
| | | | | Give users some advice about the upgrade to the NetBox 3.4 release series.
* Mk/bsd.default-version.mk: Update default MySQL version to 8.0Jochen Neumeister2023-02-181-0/+22
| | | | | | | | Change the default version of MySQL to 8.0 PR: 269203 Exp-run-by: antoine Sponsored by: Netzkommune GmbH
* lang/python: add bytecode triggerCharlie Li2023-02-151-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Facilitates compiling, writing and removing bytecode files (.pyc) in site-packages after all pkg transactions have been completed. Technical details: https://wiki.freebsd.org/Python/CompiledPackages Fixes reports of Python port builds as root failing on filesystem violations due to bytecode file writes where the port did not include them in the package. For those ports/packages that currently package bytecode, some checksum mismatches on those files may occur. This is harmless and will be rectified, in large as part of a USE_PYTHON=distutils overhaul to reduce churn. While here, implement a long-standing todo item of letting lang/python ports use python.mk bits. Not only does this obviate duplicate variables in each Makefile, but SUB_LIST (also added) is used for these triggers. Co-authored by: tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D34739
* UPDATING: Fix typoCy Schubert2023-02-151-1/+1
| | | | | | It's not quite Back to the Future. Reset date to the present month. Reported by: vishwin
* sysutils/nut*: Make nut file ownership fixes optional with default enabledCy Schubert2023-02-141-0/+10
| | | | | | | | | | | | | | The nut file ownership fixups due to the UID/GID change from uucp/uucp to nut/nut may not be desireable for all users. Some users with custom file ownership may wish ownership to remain untouched. This revision to the nut family of ports/packages allows users to optionally disable automatic fixup of nut file ownership. While at it, rather than use a hardcoded string for user/group ownerships, use the set parameters in Makefile. PR: 269497 suggested by: dvl
* security/logcheck: Update to 1.4.1Yasuhiro Kimura2023-02-131-0/+10
| | | | ChangeLog: https://salsa.debian.org/debian/logcheck/-/blob/debian/1.4.1/debian/changelog
* mail/fetchmail: update to 6.4.36Corey Halpin2023-02-101-0/+7
| | | | | PR: 269424 Reported by: chalpin@cs.wisc.edu (maintainer)
* audio/jack: Update to 1.9.22 release.Florian Walpen2023-02-101-0/+7
| | | | | | | | | | | | | | | ChangeLog: https://github.com/jackaudio/jack2/releases/tag/v1.9.22 * The waf autooption --example-tools has been removed. * The example clients and tools are no longer part of the jack2 project. * Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs) * Fix build with python3.11+ * Fix compatibility with macOS 12+ * Fix ringbuffer thread safety on ARM PR: 269413 Reported by: dev@submerge.ch (maintainer)
* UPDATING: Fix typoPo-Chuan Hsieh2023-01-301-1/+1
| | | | | PR: 269252 Reported by: <p5B2EA84B3@t-online.de>
* UPDATING: Document nodejs changesPo-Chuan Hsieh2023-01-301-0/+27
|
* benchmarks/ddosify: Update to 0.13.0Gabriel M. Dutra2023-01-301-0/+7
| | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.13.0 * Merge remote-tracking branch 'origin/develop' into feat/concat-variables * Update README.md * change captureEnv to snake case * change csv parameters to snake case * change jsonPath to json_path * fix done channel send place in stdoutJson * get profile data from pprof package * inject both typed and concatenated vars * regexp, xpath, header_key * remove unnecessary comment * update benchmark jenkins file * update jenkinsfile * use atomic instead of mutex PR: 269216 Reported by: 0xdutra@gmail.com (maintainer)
* security/openvpn*: update to 2.6.0, keep openvpn25Matthias Andree2023-01-271-0/+10
| | | | | | | | | | | | | | | | | | | | | - copy openvpn to openvpn25, mark as deprecated and to expire March 31 - update openvpn to openvpn 2.6.0, highlights from Frank Lichtenheld's release announcement e-mail, slightly edited: * Data Channel Offload (DCO) kernel acceleration support for Windows, Linux, and FreeBSD [14]. * OpenSSL 3 support * Improved handling of tunnel MTU, including support for pushable MTU. * Outdated cryptographic algorithms disabled by default, but there are options to override if necessary. * Reworked TLS handshake, making OpenVPN immune to replay-packet state exhaustion attacks. * Added --peer-fingerprint mode for a more simplistic certificate setup and verification. * Improved protocol negotiation, leading to faster connection setup. ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.0/Changes.rst
* UPDATING: Fix typosYuri Victorovich2023-01-221-2/+2
|
* www/adguardhome: Move config and data files to a new locationYuri Victorovich2023-01-221-0/+12
| | | | | | | ... when these files are present at old locations. PR: 269083 Reported by: Jony Hudson <bsd@j-star.org>
* UPDATING: Add comment about restarting devdCy Schubert2023-01-181-0/+4
| | | | | | | | | Restarting devd will adjust UPS USB devices to their new UID/GID. This must be performed prior to restarting nut following an upgrade. PR: 268960 Reported by: vvd@unislabs.com Fixes: 02c038c8cc15469c27b4b8ec24ae8b75d587262f
* sysutils/nut*: Use a dedicated UID and GIDCy Schubert2023-01-171-0/+8
| | | | | | | | | | | | | To reduce conflicts with other packages and improve security, avoid using the uucp UID and GID. This avoids potential conflicts with the net/freebsd-uucp port. Users who wish to continue using the uucp user and group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf. PR: 268960 Reported by: delphij MFH: 2023Q1
* sysutils/graylog: update to 5.0.2Dave Cottlehuber2023-01-111-0/+8
| | | | | | | | | | - support JAVA_HOME - accept additional java parameters in rc.conf - OpenJDK17 is now required - remove unsupported JVM tunables Reported by: Einar Bjarni Halldórsson <einar@isnic.is> Differential Revision: https://reviews.freebsd.org/D37979
* UPDATING: Advise mail/spamassassin users of the removal of HashCashCy Schubert2023-01-041-0/+8
| | | | | The spamassassin HashCash plugin has been deprecated for a while now. It was finally removed in spamassassin 4.0.0.
* sysutils/zrepl: update to 0.6.0Artyom Davidov2022-12-261-0/+13
| | | | | | | Changes: https://github.com/zrepl/zrepl/releases/tag/v0.6.0 PR: 268058 Approved by: maintainer timeout
* net-mgmt/unbound_exporter: Update to 0.4.1Thomas Morper2022-12-201-0/+8
| | | | | | | | | | | | | | * Update to 0.4.1 * Update repo location * Simplify Makefile by using GO_MODULE rather than GH_TUPLE * Add missing SUB_LIST to Makefile * Re-factor init script Changes: https://github.com/letsencrypt/unbound_exporter/releases/tag/v0.4.1 PR: 267609 PR: 265255 Approved by: aduitsis@cpan.org (maintainer timeout, > 1 month)
* UPDATING: Add entry about possible runtime error of security/clamav and the ↵Yasuhiro Kimura2022-12-151-0/+18
| | | | | | | solution PR: 268069 Reported by: many
* devel/py-proxmoxer: Update to 2.0.0Einar Bjarni Halldórsson2022-12-091-0/+23
| | | | | | | | | | - add UPDATING notes - pytest testunit in progress ChangeLog: https://github.com/proxmoxer/proxmoxer/blob/develop/CHANGELOG.md PR: 268036
* textproc/kibana8: Add new portJuraj Lutter2022-11-261-0/+22
| | | | Kibana is a visualisation tool for elasticsearch.
* Mk/bsd.default-versions.mk: Change PHP default version to 8.1Muhammad Moinur Rahman2022-11-261-1/+17
| | | | | | | | | | | Switching php DEFAULT_VERSION from 8.0 to 8.1. php 8.0 Active support ends on 2022-11-26. This will not be merged in quarterly. PR: 266854 Tested by: antoine Approved by: ale Relnotes: https://www.php.net/supported-versions.php Sponsored by: Bounce Experts
* x11-wm/jwm: Update to 2.4.3John Grafton2022-11-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://joewing.net/projects/jwm/ New Features * Mouse bindings are now configurable * Added key bindings * Added ~/.config/jwm/jwmrc as the new default location for per-user configuration * Maximized windows once again have borders and can be resized * The placement of window buttons is now configurable * Restored automatic tray "autohide" functionality using autohide="on" * Added support for CDATA to the XML parser * Moved the group and list attributes to the TaskListStyle tag * Added key bindings to resize a window from a specific corner or side * Add Type tag to Group Bug Fixes * Don't SetDefaultCursor in AddClientToWindow * Use pango to address font fixes * Fix for large titles that are centered or right aligned * Fix tooltip delay Updated Translations * Portuguese * Portuguese Brazil * Turkish * Spanish * Danish * Lithuanian Add UPDATING entry due to config changes. PR: 267931 Reported by: john.grafton@runbox.com (maintainer)
* UPDATING: Fix some typosykla2022-10-181-1/+1
| | | | | | According to https://cgit.freebsd.org/ports/commit/?id=e025129daf0d7006391e5311f20ec6102fb3d889 , the date of this line should be 2021 not 2020. Pull Request: https://github.com/freebsd/freebsd-ports/pull/134
* devel/schilybase: update to 2022-10-16Robert Clausecker2022-10-181-0/+7
| | | | | | | | | | ChangeLog: http://fuz.su/pub/schilytools/AN-2022-10-16.txt This commit creates a new port archivers/tartest splitted off from archivers/star. misc/schilytools depends now on this new port. PR: 267131 Reported by: fuz@fuz.su (maintainer)
* UPDATING: document solr version 8 and 9Matthias Fechner2022-10-161-0/+15
|
* UPDATING: Add note for gstreamer1 1.20.3 update and build requirementsThomas Zander2022-10-151-0/+14
|
* UPDATING: Fix some typosMarc Fonvieille2022-10-151-3/+3
|
* devel/websvn: update to 2.8.0Michael Osipov2022-10-141-0/+10
| | | | | PR: 266996 Reported by: michael.osipov@siemens.com (maintainer)
* security/acme.sh: Change crontab and add newsyslogDan Langille2022-10-111-0/+16
| | | | | | | | | | | | | | | | | | This update may break your install if you were using a symlink to %%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead, a log rotation configuration is now installed to etc/cron.d/acme.sh.sample you should modify etc/cron.d/acme.sh to needs. The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample and you you should update etc/newsyslog.d/acme.sh to suit your needs. This file has long been part of the port, but was never installed. Neither the log rotation nor the crontab are active until you remove the comments. While here, several portclippy updates Reported by: marck
* UPDATING: Mention PORTS_READLINE option in the recent bash updateEmanuel Haupt2022-10-021-0/+24
|
* UPDATING: Mention audio/strawberry flavorsMatthias Andree2022-10-011-0/+9
|
* UPDATING: format a few entriesDan Langille2022-09-291-5/+5
| | | | These entries did not have two spaces before AFFECTS/AUTHOR
* graphics/bmeps: Update to 4.34.1Fernando Apesteguía2022-09-291-0/+6
| | | | | | | | | | | | https://sourceforge.net/p/dktools/wiki/change%20log/#4330-2022-02-18 The former bmpp program was renamed to bitmap2pp, the former dkct program was renamed to dkcpre. Add UPDATING entry. PR: 266652 Reported by: takefu@airport.fm (maintainer)
* security/libressl: Update to 3.5.3Bernard Spil2022-09-251-0/+17
| | | | | * Make sure you check https://wiki.freebsd.org/LibreSSL/3.5 and UPDATING