aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* UPDATING: fix spelinkMatthias Andree2021-05-231-1/+1
| | | | whish->wish
* www/tt-rss: Update to g20210423 e8f78181fThierry Thomas2021-05-231-0/+11
| | | | | | | | | | | | | | | | | | | This update adds a new plugin installer and removes the web based installer. - Update to g20210423 (e8f78181f). - New config.php syntax. - Removeal of web installer. - New web based plug installer. - web plugin installer requires git. - pkg-message changes due to web installer removal. - ttrssd update to handle database schema upgrades. - ttrssd use daemon and cleanup. - UPDATING for config.php changes. - pkg-plist cleanup. PR: 255476 Reported by: Derek Schrock (maintainer) Differential Revision: <https://reviews.freebsd.org/D30030>
* FFECTS -> AFFECTS for security/bitwarden_rs entryDan Langille2021-05-161-1/+1
| | | | Correct spelling of AFFECTS
* security/bitwarden_rs: Rename to security/vaultwardenMichael Reifenberger2021-05-161-0/+7
| | | | | | | | | bitwarden_rs has been renamed to vaultwarden upstream. Update to 1.21.0 accordingly. Add UPDATING entry PR: 255912, 255912 Reported by: Adrien freebsd@asdrip.fr
* UPDATING: fix bad spelingPalle Girgensohn2021-05-151-1/+1
|
* databases/postgresql??-*: Upgrade to latest versionPalle Girgensohn2021-05-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released! The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.3, 12.7, 11.12, 10.17, and 9.6.22. This release closes three security vulnerabilities and fixes over 45 bugs reported over the last three months. Security fixes in this release: CVE-2021-32027: Buffer overrun from integer overflow in array subscripting calculations CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING Also plenty of bug fixes. See the release note for details. Changes to the port: Make sure we use the matching version of llvm. This fixes a problem with the llvm version string not being monotonically increasing with the version number. [1] Better pkg message about checksums for postgresql 12+. [2] [4] Adjust login class parameter to adhere to the documentation in rc.subr(8) [3]: The rc.conf parameter for the login class of the postgresql daemon has changed name from postgresql_class to postgresql_login_class, since rc.subr(8) states that the parameter should be named ${name}_login_class. Allow parallel builds. [5] Correct the directory name for the user postgres in pkg message. [6] PR: 250824 [1], 253558 [2], 236060 [3], 233106 [4], 230656 [5] PR: 226674 [6] Submitted by: Michael Zhilin [2], Michael Zhilin [3], Dmitry Chestnykh [4] Submitted by: Steve Wills [5], knezour [6] Security: 76e0bb86-b4cb-11eb-b9c9-6cc21735f730 Security: 62da9702-b4cc-11eb-b9c9-6cc21735f730 Release notes: https://www.postgresql.org/docs/release/
* sysutils/ansible: Update to 3.3.0Mateusz Piotrowski2021-05-121-0/+9
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst
* devel/pycharm-ce: Update to version 2021.1.1Boris Samorodov2021-05-071-0/+6
| | | | | - update to version 2021.1.1; - the supported java version has been switched to version 11.
* UPDATING: Adjust Python 3.7 -> 3.8 instructions for portmasterKai Knoblich2021-05-071-2/+2
| | | | | | | | Some ports, which use PYTHON_PKGNAMESUFFIX for their package name (e.g. devel/scons), must also be taken into account when portmaster is used. PR: 255663 Reported by: nork@ninth-nine.com, Rozhuk Ivan
* mail/postfix35 add new portOlli Hauer2021-05-061-0/+14
| | | | | | Postfix 3.6 requires minimum OpenSSL 1.1.1, this port is an alternative for FreeBSD 11 users using 'OpenSSL base' and will be removed if FreeBSD 11 is EoL
* sysutils/terraform: Update to 0.15.1Mateusz Piotrowski2021-05-051-2/+4
|
* UPDATING: Heads-up regarding Terraform updateMateusz Piotrowski2021-05-051-0/+9
|
* Revert "www/tt-rss: Update to g20210423 e8f78181f"Fernando Apesteguía2021-04-301-13/+0
| | | | | | This reverts commit ca4d4d01cf0aaa7cac65c813b188687825a7cce2. Requested by maintainer.
* www/tt-rss: Update to g20210423 e8f78181fFernando Apesteguía2021-04-301-0/+13
| | | | | | PR: 255476 Reported by: dereks@lifeofadishwasher.com (maintainer) Differential Revision: https://reviews.freebsd.org/D30030
* x11-fonts/iosevka: Update to 6.0.1Mateusz Piotrowski2021-04-261-0/+8
| | | | | | | | | This commits switches the port from using TTF files to using TTC files. As a result, the default package is no longer over 4 GB, but 1.6 GB instead. The downside is that options of the port are less granular now. Changes: https://github.com/be5invis/Iosevka/releases/tag/v6.0.1
* *: Add UPDATING entry of the Python 3.7 to 3.8 switchoverKai Knoblich2021-04-251-0/+27
| | | | | | | | Add appropriately adapted upgrading instructions that have resulted from the experience gained from the previous (Python 3.6 to 3.7) switchover. PR: 253815
* www/node: Update 15.14.0_1 -> 16.0.0Bradley T. Hughes2021-04-201-0/+11
| | | | | | | | | Upgrade to the latest major vesrion of Node.js. Regenerate patches since some have been adopted upstream, while others needed refreshing. https://nodejs.org/en/blog/release/v16.0.0/ Sponsored by: Miles AS
* shells/bash:Prefix '/etc/inputrc' in bundled readline and documentationEmanuel Haupt2021-04-161-0/+8
| | | | | | | | | Bundled readline now will use LOCALBASE/etc/inputrc as its ultimate default inputrc file (instead of /etc/inputrc). This puts these ports in line with what devel/readline has been doing recently (since 20210103). PR: 255126 Submitted by: olivier.freebsd@free.fr
* x11-fonts/oldschool-pc-fonts: update to 2.2 and set MAINTAINER to submitterNeel Chauhan2021-04-141-0/+9
| | | | | PR: 255060 Submitted by: Evgeniy Khramtsov <evgeniy AT khramtsov DOT org>
* UPDATING: Revise OpenEXR/ilmbase/Imath info.Matthias Andree2021-04-131-9/+9
|
* UPDATING: Document OpenEXR/Imath 3.0.Matthias Andree2021-04-121-0/+24
|
* devel/py-RPyC: Update to 5.0.1Serhii (Sergey) Kozlov2021-04-111-0/+9
| | | | | | New branch has some incompatibilities with 4.x, please check out the changelog before upgrading: https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* www/phpvirtualbox: Update to 6.1, Add legacy portGuido Falsi2021-04-061-0/+12
| | | | | | | www/phpvirtualbox copied to www/phpvirtualbox-legacy. PR: 254079 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com>
* www/caddy: Change all caddy runtime locationsAdam Weinberger2021-03-281-0/+18
| | | | | | | | | | | | | | | | | | | | | | | Thanks to work by scf, the caddy rc(8) script has been completely rewritten and substantially improved, though this necessitated changing all runtime locations. Most importantly: - The runtime log now lives in /var/log/caddy/ instead of /var/log, so that the logdir can be null-mounted - Automatic SSL certs are now stored in /var/db/caddy/data/caddy, instead of /root/.local/share/caddy Caddy uses freedesktop.org's XDG base dir specification, which conflicts quite spectacularly with FreeBSD's hier(7). The most sensible thing to do was to put the runtime data stores into /var/db/caddy, though XDG needs XDG_DATA_HOME and XDG_CONFIG_HOME to be separate dirs and caddy will create a .../caddy subdir in each of them. Notes: svn path=/head/; revision=569408
* net/wireguard: Fix instructions, kernel module is loaded by ifconfig ↵Bernhard Froehlich2021-03-221-8/+6
| | | | | | | automatically (magic?!) Notes: svn path=/head/; revision=568962
* net/wireguard: Updating and fallback instructions for wireguard kernel supportBernhard Froehlich2021-03-221-0/+18
| | | | Notes: svn path=/head/; revision=568955
* security/strongswan: use "vici" interface instead of deprecated "stroke" by ↵Dmitry Marakasov2021-03-171-0/+16
| | | | | | | | | | | | | default Add UPDATING entry with migration instruction. PR: 249865 Submitted by: driesm.michiels@gmail.com Approved by: strongswan@nanoteq.com (maintainer) Notes: svn path=/head/; revision=568683
* Add updating notes for net-mgmt/phpipam 1.4.1Li-Wen Hsu2021-03-131-0/+11
| | | | | | | | PR: 248655 Submitted by: Marko Cupać <marko.cupac@mimar.rs> Notes: svn path=/head/; revision=568273
* Repo-copy textproc/redisearch to textproc/redisearch16 andSergey A. Osokin2021-03-101-0/+18
| | | | | | | update to the recent stable version v2.0. Notes: svn path=/head/; revision=568050
* - Update VirtualBox OSE to 6.1.18Guido Falsi2021-03-091-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the ports (repocopied) - Add back extra patch removed in r528258, actually required to build DEBUG kmod - Correctly define WITH_DEBUG when enabling the DEBUG option, so binaries are not stripped Please note that this new version supports only amd64 CPUs. If you need to use older hardware please install the legacy ports. Note that moving VM snapshots across major updates is unsupported, it's strongly suggested to properly shutdown VMs before upgrading, please check UPDATING for further details. This update is the result of work from many people, and thanks to all who gave feedback and tested things. Patch based on work from: Mario Lobo <lobo@bsd.com.br> and jkim. PR: 234878 Submitted by: kunda <chitty_cloud@me.com> Approved by: vbox (implicit) Reviewed by: decke Tested by: jwb, martin ilavsky <ilavsky.martin@gmail.com>, Mario Lobo <lobo@bsd.com.br> Relnotes: https://www.virtualbox.org/wiki/Changelog-6.1 Differential Revision: https://reviews.freebsd.org/D28871 Notes: svn path=/head/; revision=567950
* editors/emacs-devel: Update to 2021-03-02 commit, 20596a5Joseph Mingrone2021-03-021-0/+9
| | | | Notes: svn path=/head/; revision=566976
* Fix some typos.Marc Fonvieille2021-02-221-2/+2
| | | | Notes: svn path=/head/; revision=566316
* Wordsmithing.Mark Linimon2021-02-201-2/+2
| | | | Notes: svn path=/head/; revision=566176
* Add a notice about the split of math/py-mathics into several ports.Thierry Thomas2021-02-201-0/+9
| | | | Notes: svn path=/head/; revision=566151
* Update games/mangband to latest upstream releaseAdriaan de Groot2021-02-181-0/+9
| | | | | | | | | | | | | | Unmark BROKEN, generate patches for the bits (duplicate symbols) that broke the build, (these have been submitted upstream), massage messages and such. Changing version **DOES** mean that you can't connect to older servers, so include UPDATING to try to avoid people losing games (killed by pkg upgrade is so much more disheartening than killed by a Greater basilisk). Reported by: linimon Notes: svn path=/head/; revision=566008
* audio/spotifyd: upgrade to 0.3.0 and fix panic after rust updateRodrigo Osorio2021-02-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | Major changes: - Changed the config format from ini to TOML Make sure to update your config file accordingly[1]. - Expose volume trough dbus - Add an option to disable dbus Introduce two temporary patches to : - Fix panic reported in upstream bug system #719[2] - fixed in future - Fix compilation issue with FreeBSD (Merged after 0.3.0[3] release) [1] https://github.com/Spotifyd/spotifyd/blob/master/docs/src/config/File.md [2] https://github.com/Spotifyd/spotifyd/issues/719 [3] https://github.com/Spotifyd/spotifyd/pull/796/commits/a352eab53eef0ecafe1ddb07a43ff2b3ab54f123 PR: 251968 Submitted by: <nick.rozhkov@gmail.com> Notes: svn path=/head/; revision=565003
* UPDATING: document graphics/opencv-core removalTobias C. Berner2021-02-091-0/+11
| | | | | | | PR: 253116 Notes: svn path=/head/; revision=564780
* Update to 5.4.3-3Chris Rees2021-02-081-0/+8
| | | | | | | | | | | | | Several changes in virus detection code Output to stdout/stderr when running in foreground mode ... and much more: https://raw.githubusercontent.com/MailScanner/v5/3c2329/changelog Notes: svn path=/head/; revision=564727
* Change the default location for NGINX Unit's state directory has changed.Sergey A. Osokin2021-02-041-0/+8
| | | | | | | | | | It was moved from /usr/local/libexec/unit to /var/db/unit in order to avoid write operations on /usr/local filesystem. Bump PORTREVISION. Notes: svn path=/head/; revision=564068
* net-mgmt/netbox: Update to 2.10.3Kai Knoblich2021-01-241-0/+12
| | | | | | | | | | | | | | | | | | | * Prune obsolete update instructions/notes for NetBox releases prior 2.7. Notable changes since 2.9.11: It contains many bugfixes/enhancements and the following new features: * Route Targets * REST API bulk deletion * REST API bulk update * Reimplementation of custom fields * Improved cable trace performance https://github.com/netbox-community/netbox/blob/v2.10.3/docs/release-notes/version-2.10.md Notes: svn path=/head/; revision=562467
* net-im/matterircd: Update to 0.22.0Mikael Urankar2021-01-141-0/+20
| | | | | | | | PR: 252668 Submitted by: norrland@nullbyte.se Notes: svn path=/head/; revision=561572
* Update databases/redis to the recent stable version 6.0.10.Sergey A. Osokin2021-01-131-0/+14
| | | | | | | | | | | | | | | Update CONFLICTS for: o) databases/redis4 o) databases/redis5 o) databases/redis o) databases/redis-devel Connect databases/redis5 to the build. Bump PORTREVISIONs for dependant ports. Notes: svn path=/head/; revision=561486
* Typos fixing.Marc Fonvieille2021-01-101-2/+2
| | | | Notes: svn path=/head/; revision=561063
* Fix a typoGreg Lewis2021-01-091-1/+1
| | | | Notes: svn path=/head/; revision=560893
* mail/dovecot: update 2.3.11.3 -> 2.3.13, fix CVE in non-default configKurt Jaeger2021-01-061-0/+7
| | | | | | | | | | | | | | | | | | mail/dovecot-pigeonhole: update 0.5.11 -> 0.5.13 - please note: option VPOPMAIl was removed from upstream PR: 252415 Submitted by: Evilham <contact@evilham.com> Reviewed by: fluffy Approved by: ler (maintainer) MFH: 2021Q1 Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html https://dovecot.org/pipermail/dovecot-news/2021-January/000449.html Security: CVE-2020-24386, CVE-2020-25275 Notes: svn path=/head/; revision=560527
* sysutils/graylog: update to 4.0 and change license to SSPLDave Cottlehuber2021-01-061-0/+7
| | | | | | | | | | | | | graylog 4.0 and higher now use a new license, the SSPL. For more details, see https://www.graylog.org/post/graylog-v4-0-licensing-sspl Submitted by: Charles Gonçalves <charles@freebsdbrasil.com.br> Reviewed by: dch (maintainer) Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D27253 Notes: svn path=/head/; revision=560510
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-021-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream announce: https://xfce.org/about/news/?post=1608595200 This XFCE release dropped support for GTK2 plugins and also dropped GTK2 from all components. WARNING: please check UPDATING before upgrading your packages. In case of problems also read the libexo pkg-message. Due to this some panel plugins and libraries will be removed since they cannot compile anymore: - print/xfce4-print - x11/xfce4-quicklauncher-plugin - x11/xfce4-wmdock-plugin - x11-toolkits/libxfce4gui These further components also fail to build or work and are being marked BROKEN, deprecated and marked for removal: - science/xfce4-equake-plugin - x11/xfce4-embed-plugin - deskutils/orage - deskutils/xfce4-volumed [1] deskutils/xfce4-notes-plugin will be also marked BROKEN, but there is active development in it's upstream repository and a fixed release is expected soon. deskutils/xfce4-generic-slider will also be marked broken, since it fails to compile. [2] Thanks also to riggs, Olivier Duchateau <duchateau.olivier@gmail.com> and the people in Approved and Reviewed lines below for help and contributions. Reviewed by: woodsb02 Approved by: sergey.dyatko@gmail.com (maintainer) [1], ehaupt [2] Differential Revision: https://reviews.freebsd.org/D27846 Notes: svn path=/head/; revision=559953
* Cleanup whitespaceDmitry Marakasov2020-12-281-5/+4
| | | | Notes: svn path=/head/; revision=559491
* www/py-flexget: rename to flexget and clean upJan Beich2020-12-281-0/+14
| | | | | | | | | | | - Update COMMENT and pkg-descr from upstream - Drop py- suffix because standalone and only for default python - Drop out-of-date "Created by": everything changed since r321564 - Drop PORTEPOCH as package name changed - Sort variables Notes: svn path=/head/; revision=559480