summaryrefslogtreecommitdiff
path: root/UPDATING
AgeCommit message (Collapse)Author
2023-01-30benchmarks/ddosify: Update to 0.13.0Gabriel M. Dutra
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)
2023-01-27security/openvpn*: update to 2.6.0, keep openvpn25Matthias Andree
- 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
2023-01-22UPDATING: Fix typosYuri Victorovich
2023-01-22www/adguardhome: Move config and data files to a new locationYuri Victorovich
... when these files are present at old locations. PR: 269083 Reported by: Jony Hudson <bsd@j-star.org>
2023-01-17UPDATING: Add comment about restarting devdCy Schubert
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
2023-01-17sysutils/nut*: Use a dedicated UID and GIDCy Schubert
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
2023-01-11sysutils/graylog: update to 5.0.2Dave Cottlehuber
- 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
2023-01-04UPDATING: Advise mail/spamassassin users of the removal of HashCashCy Schubert
The spamassassin HashCash plugin has been deprecated for a while now. It was finally removed in spamassassin 4.0.0.
2022-12-26sysutils/zrepl: update to 0.6.0Artyom Davidov
Changes: https://github.com/zrepl/zrepl/releases/tag/v0.6.0 PR: 268058 Approved by: maintainer timeout
2022-12-20net-mgmt/unbound_exporter: Update to 0.4.1Thomas Morper
* 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)
2022-12-15UPDATING: Add entry about possible runtime error of security/clamav and the ↵Yasuhiro Kimura
solution PR: 268069 Reported by: many
2022-12-09devel/py-proxmoxer: Update to 2.0.0Einar Bjarni Halldórsson
- add UPDATING notes - pytest testunit in progress ChangeLog: https://github.com/proxmoxer/proxmoxer/blob/develop/CHANGELOG.md PR: 268036
2022-11-26textproc/kibana8: Add new portJuraj Lutter
Kibana is a visualisation tool for elasticsearch.
2022-11-25Mk/bsd.default-versions.mk: Change PHP default version to 8.1Muhammad Moinur Rahman
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
2022-11-24x11-wm/jwm: Update to 2.4.3John Grafton
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)
2022-10-18UPDATING: Fix some typosykla
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
2022-10-18devel/schilybase: update to 2022-10-16Robert Clausecker
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)
2022-10-16UPDATING: document solr version 8 and 9Matthias Fechner
2022-10-15UPDATING: Add note for gstreamer1 1.20.3 update and build requirementsThomas Zander
2022-10-15UPDATING: Fix some typosMarc Fonvieille
2022-10-14devel/websvn: update to 2.8.0Michael Osipov
PR: 266996 Reported by: michael.osipov@siemens.com (maintainer)
2022-10-11security/acme.sh: Change crontab and add newsyslogDan Langille
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
2022-10-02UPDATING: Mention PORTS_READLINE option in the recent bash updateEmanuel Haupt
2022-10-01UPDATING: Mention audio/strawberry flavorsMatthias Andree
2022-09-29UPDATING: format a few entriesDan Langille
These entries did not have two spaces before AFFECTS/AUTHOR
2022-09-29graphics/bmeps: Update to 4.34.1Fernando Apesteguía
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)
2022-09-25security/libressl: Update to 3.5.3Bernard Spil
* Make sure you check https://wiki.freebsd.org/LibreSSL/3.5 and UPDATING
2022-09-19shells/bosh: Add UPDATING entryNeel Chauhan
2022-09-18mail/roundcube: Update to 1.6.0Bernard Spil
PR: 265653 Approved by: Maintainer timeout
2022-09-10UPDATING: Add entry for devel/cmakeDaniel Engberg
Installing devel/cmake-core or devel/cmake-man results in conflicts if system already have devel/cmake installed prior to this change PR: 266323 Reported by: se, dougs@dawnsign.com Approved by: kde (tcberner) Differential Revision: https://reviews.freebsd.org/D36512
2022-09-09emulators/qemu: Update version 7.0.0=>7.1.0Muhammad Moinur Rahman
- Unbreak on latest HEAD [1] Users who want to stick with 7.0.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which installs only a subset of entire qemu. Reported by: jhb [1] Relnotes: https://wiki.qemu.org/ChangeLog/7.1
2022-09-03UPDATING: Add entry for editors/vim and the Great Vimrc UntanglingAdam Weinberger
2022-09-03archivers/py-borgbackup: update to 1.2.2+man+test, preserve 1.1Matthias Andree
Take maintainership, because original maintainer asked for a new maintainer, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816#c10 ¡Muchas gracias, José! Thanks for maintaining the port thus far. If there is a potential maintainer who is using BorgBackup at scale, I will be happy to pass maintainership on. Update to v1.2.2 [1, was for 1.2.1], preserve the earlier 1.1.18 version (also with manpages and self-tests added, hence bumping PORTREVISION) as py-borgbackup11, and document this in UPDATING. ChangeLog: https://www.borgbackup.org/releases/borg-1.2.html Add self-tests [1] to both 1.1 and 1.2, including - a smoke test in post-install in order to always run it - "make test" support (requires network access for tox) PR: 264816 [1] Reported by: rob2g2-freebsd@bitbert.com [1] Add manual pages to both 1.1 and 1.2. [2] PR: 263269 [2] Reported by: courtney.hicks1@icloud.com [2]
2022-09-01mail/rainloop: Update to 1.17.0Yasuhiro Kimura
Since only one edition "legacy" is provided under MIT license now, * Remove mail/rainloop-community port and add entry to MOVED and UPDATING. * Use '=' rather than '?=' for PKGNAMESUFFIX and COMMENT. * Update license information. * Remove patch-rainloop_v_1.16.0_app_libraries_MailSo_Base_HtmlUtils.php that is included in upstream.
2022-08-31UPDATING: Add entry for x11/xscreensaverFelix Palmen
Warn about crashing pam_exec.so on 13.1-RELEASE prior to -p1. PR: 264361 Approved by: tcberner (mentor)
2022-08-25UPDATING: add entry for net/xrdp after xorg upgradeKoichiro Iwao
PR: 265728
2022-08-15net/keycloak: Upgrade to 19.0.1Fernando Apesteguía
ChangeLog: https://www.keycloak.org/2022/07/keycloak-1901-released PR: 265072 Reported by: yonas.yanfa@gmail.com (maintainer)
2022-08-08UPDATING: updating x11-servers/xorg-server from a portStefan Eßer
Mention that the new library dependency x11/libxcvt cannot be installed unless the previous version of xorg-server has been deinstalled.
2022-08-07news/inn: Update to 2.7.0Kevin Bowling
See https://lists.isc.org/pipermail/inn-announce/2022-July/000015.html
2022-07-28devel/maven-wrapper: massively update port, align with devel/mavenMichael Osipov
- Submitter changes MAINTAINER to his @apache.org address - Bump version to 2 - Use ETCDIR wherever possible - Also install mvnDebug - Burry long dead M2_HOME in favor of MAVEN_HOME which will *never* be propagated PR: 265028, 265025
2022-07-11security/stunnel: Drop privs by default, update PID file locationRyan Steinmetz
- Document changes in UPDATING PR: 249151 Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
2022-06-28*/*: Remove expired erlang and elixir portsDave Cottlehuber
The rebar, rebar3 and mix tools are now more than a decade old, and are the preferred ways to fetch and install specific erlang and elixir modules, aside from core compilers, documentation, and custom build tools. See UPDATING and MOVED for details. https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update archivers/erlang-snappy converters/erlang-base64url databases/elixir-calecto databases/elixir-db_connection databases/elixir-ecto databases/elixir-geo databases/elixir-mariaex databases/elixir-postgrex databases/elixir-timex_ecto databases/erlang-couchbeam databases/erlang-epgsql databases/erlang-eredis devel/elixir-apex devel/elixir-bson devel/elixir-cachex devel/elixir-calendar devel/elixir-combine devel/elixir-conform devel/elixir-connection devel/elixir-coverex devel/elixir-crontab devel/elixir-csv devel/elixir-decimal devel/elixir-deppie devel/elixir-dialyze devel/elixir-distillery devel/elixir-estree devel/elixir-eternal devel/elixir-exactor devel/elixir-excoveralls devel/elixir-exjsx devel/elixir-exprotobuf devel/elixir-gen_stage devel/elixir-gettext devel/elixir-inflex devel/elixir-libring devel/elixir-math devel/elixir-msgpax devel/elixir-nadia devel/elixir-nats devel/elixir-nimble_csv devel/elixir-paratize devel/elixir-plug devel/elixir-poison devel/elixir-quantum devel/elixir-smppex devel/elixir-timex devel/elixir-trailing_format_plug devel/elixir-tzdata devel/elixir-unsafe devel/erlang-bbmustache devel/erlang-certifi devel/erlang-cuttlefish devel/erlang-erlware_commons devel/erlang-gen_smtp devel/erlang-getopt devel/erlang-goldrush devel/erlang-hut devel/erlang-jobs devel/erlang-jsx devel/erlang-katana devel/erlang-lager devel/erlang-lager_syslog devel/erlang-meck devel/erlang-metrics devel/erlang-parse_trans devel/erlang-providers devel/erlang-ssl_verify_fun devel/erlang-unicode_util_compat dns/erlang-idna misc/elixir-mime misc/elixir-uuid misc/erlang-mimerl misc/erlang-mimetypes net/elixir-kafka_ex net/elixir-oauth2 net/erlang-ranch security/elixir-comeonin security/elixir-comeonin_i18n security/elixir-jose security/erlang-fast_tls security/erlang-jose textproc/elixir-earmark textproc/elixir-funnel textproc/elixir-sweet_xml textproc/erlang-edown textproc/erlang-fast_xml textproc/erlang-p1_utils textproc/erlang-yamerl www/elixir-html_entities www/elixir-html_sanitize_ex www/elixir-httpoison www/elixir-httpotion www/elixir-joken www/elixir-maru www/elixir-phoenix www/elixir-phoenix_ecto www/elixir-phoenix_html www/elixir-phoenix_pubsub www/elixir-webassembly www/erlang-cowboy www/erlang-cowlib www/erlang-hackney www/erlang-ibrowse www/erlang-mochiweb www/erlang-mochiweb-basho www/erlang-webmachine PR: 263694 Reviewed by: olgeni@FreeBSD.org Approved by: erlang (with hat) Sponsored by: SkunkWerks, GmbH
2022-06-26Mk/bsd.default-versions.mk: Switch default Python version to 3.9VVD
PR: 261703 Reported by: VVD Tested by: exp-run by antoin@ Approved by: maintainer’s time-out
2022-06-25sysutils/fusefs-bindfs: Update to 1.16.1Leon Dietrich
Changes: * Added --map-{passwd,group}-rev (PR #113 by @sshilovsky, thanks!) * Fixed build on FreeBSD Full Changelog: https://bindfs.org/docs/ChangeLog.utf8.txt PR: 264889
2022-06-23science/gramps: Optional dependency on py-bsddb3Benjamin Takacs
databases/py-bsddb3 is deprecated. Make science/gramps use py-bsddb3 as an option to facilitate the migration and remove the DEPRECATE note since it does not apply anymore. Add UPDATING note with instructions for the migration. While here pet linters. PR: 264529 Reported by: nimaje+fbz@bureaucracy.de
2022-06-20www/selenium: Update to 4.1.3Einar Bjarni Halldórsson
ChangeLog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.1.0 Add UPDATING note to warn about parameter change in rc.conf PR: 263081 Reported by: einar@isnic.is Approved by: daniel@blodan.se (maintainer)
2022-06-16UPDATING: Add upgrade instructions for net-mgmt/netboxKai Knoblich
Give users some advice about the upgrade to the NetBox 3.2 release series.
2022-06-08devel/autoconf: update to 2.71Tijl Coosemans
- Copy devel/autoconf to devel/autoconf2.69. - Update devel/autoconf to 2.71. - Allow ports to use 2.69 with USES=autoreconf:2.69. PR: 258046 Exp-run by: antoine
2022-06-07security/openssh-portable: Update to 9.0p1Bryan Drewery
Changes: https://www.openssh.com/txt/release-9.0 PR: 264211
2022-06-02sysutils/graylog: update to 4.3.1Dave Cottlehuber
Changelog: https://docs.graylog.org/docs/changelog Reported by: Charles Gonçalves <charles@freebsdbrasil.com.br> Sponsored by: FreeBSD Brasil Sponsored by: SkunkWerks, GmbH Tested by: <If someone else tested the change.>