aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* net/py-urllib3: Update to 1.25.6Kai Knoblich2019-11-261-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Convert the RUN_DEPENDS into separate OPTIONS as they are listed as extra dependencies in setup.py. Also set those as default that contain the previous RUN_DEPENDS to allow a clean transition. * Remove the Python-specific version limitation for security/py-certifi because it's required for all Python versions. * Also remove the info about the broken IPv6 support of net/py-socks (was broken in 1.5.7) and the relevant patch as both are obsolete. * Update the TEST_DEPENDS and add a "do-test" target to make future QA easier. Please note that a MFH won't be done as it didn't get an approval because there are too much changes to make it work in the 2019Q4 branch. [1] Notable changes since 1.22: * Require and validate certificates by default when using HTTPS. * Add mitigation for BPO-37428 affecting Python < 3.7.4 and OpenSSL 1.1.1+ which caused certificate verification to be enabled when using "cert_reqs=CERT_NONE". * Add TLSv1.3 support to CPython, pyOpenSSL and SecureTransport "SSLContext" implementations. https://github.com/urllib3/urllib3/blob/1.25.6/CHANGES.rst Exp-run by: antoine PR: 229322 [1] Reported by: Patrice Clement <monsieurp@gentoo.org> Security: 87270ba5-03d3-11ea-b81f-3085a9a95629 Notes: svn path=/head/; revision=518476
* emulators/qemu: Updating version 3.1.1.1=>4.1.1Muhammad Moinur Rahman2019-11-251-0/+14
| | | | | | | | | - 3.1.X branch has been moved to emulators/qemu31 Relnotes: https://wiki.qemu.org/ChangeLog/4.1 Notes: svn path=/head/; revision=518397
* irc/eggdrop: Update to 1.8.4Danilo G. Baio2019-11-241-0/+18
| | | | | | | Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS Notes: svn path=/head/; revision=518350
* Repocopy the databases/redis to the databases/redis4 to updateSergey A. Osokin2019-11-211-0/+14
| | | | | | | | | | | | the databases/redis port to the latest stable version, 5.0.6. PR: 241526 Reviewed by: portmgr (adamw) Approved by: portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D22336 Notes: svn path=/head/; revision=518107
* www/node: Update 12.13.0 -> 13.0.0Bradley T. Hughes2019-11-031-0/+15
| | | | | | | | | | | | Update to the latest major release of Node.js, regenerating patches with `make makepatch` while here. https://nodejs.org/en/blog/release/v13.0.0/ Sponsored by: Miles AS Notes: svn path=/head/; revision=516611
* Update to version 11.0.1Josh Paetzel2019-10-291-0/+11
| | | | | | | | | | | | | | | The biggest change is the removal of vmxnet from this package. This means you *must* be using the vmx driver included in FreeBSD or your networking will fail after this update. This is a danger for people who are running unsupported versions of FreeBSD but could also affect people who are running custom kernels that have removed vmx from them. This update reduces our patchset by taking advantage of patches submitted upstream. Sponsored by: Panzura Notes: svn path=/head/; revision=515982
* www/qt5-webengine: Update to 5.13.0Kai Knoblich2019-10-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under the hood runs Chromium 73.0.3683.105 with applied security fixes from Chrome up to version 74.0.3729.157. Most of the patches were synced with www/chromium 73.0.3683.103 (= r498089) with some re-added/modified patches from r497877 and r499210 to get also successful builds on aarch64. Some tweaking might still be needed to get positive build results on the armv7 architecture. Other notable changes: * GN keywords "use_system_{libusb,libcxx}" aren't used anymore thus both were removed from the FreeBSD specific qmake file "freebsd.pri". * In various GN files the OS is now identified as "freebsd" (prior it was "bsd") so "mkspecs/features/functions.prf" was changed accordingly. * The hook up of the sandbox feature is no longer excluded which led to some more patches (= patch-*crashpad* files) * Add "xorg" to USES as using USE_XORG alone is deprecated. Changelog: https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.13.0 Approved by: tcberner (kde) Differential Revision: https://reviews.freebsd.org/D22095 Notes: svn path=/head/; revision=515731
* - Add a note about `x11/nvidia-driver' split in r515584Alexey Dokuchaev2019-10-251-6/+15
| | | | | | | - Consistently spell "users" lowercased after "AFFECTS:" Notes: svn path=/head/; revision=515590
* Some minor grammar and formatting fixes.Alexey Dokuchaev2019-10-251-15/+14
| | | | Notes: svn path=/head/; revision=515587
* UPDATING: Add category/portname for KDE Plasma Desktop in 20191016Koichiro Iwao2019-10-211-1/+1
| | | | | | | | | | | as well as r514569. PR: 241169 Submitted by: Yuichiro NAITO (naito.yuichiro@gmail.com) Approved by: portmgr blanket Notes: svn path=/head/; revision=515080
* Update KDE's Plasma Desktop to 5.17Tobias C. Berner2019-10-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma 5.17 is the version where the desktop anticipates your needs. Night Color, the color-grading system that relaxes your eyes when the sun sets, has landed for X11. Your Plasma desktop also recognizes when you are giving a presentation, and stops messages popping up in the middle of your slideshow. If you are using Wayland, Plasma now comes with fractional scaling, which means that you can adjust the size of all your desktop elements, windows, fonts and panels perfectly to your HiDPI monitor. The best part? All these improvements do not tax your hardware! Plasma 5.17 is as lightweight and thrifty with resources as ever. Important startup change: With Plasma 5.17 the startup script has been renamed. People who use the .xinitrc method to start Plasma have to call the new binary. Previously: exec ck-launch-session startkde Change to: exec ck-launch-session startplasma-x11 Announcement: https://kde.org/announcements/plasma-5.17.0.php Notes: svn path=/head/; revision=514577
* AFFECTS line should contain portcategory/portnameKoichiro Iwao2019-10-161-4/+4
| | | | | | | | | | | | | | so that automated tools can parse it as easily as possible, according to Porter's handbook 11.2.1 [1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html PR: 241169 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> Approved by: portmgr blanket Notes: svn path=/head/; revision=514569
* Fix typo.Guido Falsi2019-10-151-1/+1
| | | | Notes: svn path=/head/; revision=514509
* mail/rspamd:Vsevolod Stakhov2019-10-141-0/+11
| | | | | | | | | | | | | | | | | | | | - Update to 2.0 - Add upstream patches to fix crash due to constructors init order - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Remove NO_SHARED CMake flag as it is on by default - Add notes to UPDATING mail/rspamd-devel: - Update to 2.1.a1.20191014 - Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade. - Add notes to UPDATING PR: 241204 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru> Reported by: Yasuhiro KIMURA <yasu at utahime.org> Notes: svn path=/head/; revision=514463
* groff: remove X11 option and dependencyBaptiste Daroussin2019-10-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | Now that groff is required for manpages that are not supported by mandoc the default dependency on X11 has become a big concern for many people. From now the entire X11 option has been removed as it is only needed for legacy part of groff that have little end user value. The other part that was dragging in all the X11 dependencies was the ghostscript dependency which is needed for 2 cases: 1. find the path of the urw fonts which is needed for pdf generation. the configure script has been patched to stop using ghostscript to find that path, but directly use the one provided. 2. the html driver which calls at runtime the gs binary along with some binaries provided by the netpbm package. Given how little use it is, add a message to tell the users to manually install ghostscript and netpbm as optional dependency if they do need to use groff -Thtml. Requested by: many Notes: svn path=/head/; revision=513559
* net-mgmt/netbox: Update to 2.6.5Kai Knoblich2019-09-301-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce EXAMPLES option which installs a sample rc script to the example location. Using the script will eliminate the need for sysutils/py-supervisor for those who run NetBox as a system service. [1] If there's a lot of interest it can also be installed in near future as regular rc script. * Consolidate keywords in pkg-message to avoid accidental deletion of these. Notable changes since 2.5.13: * Improved performance via Caching through Redis * Support for Power Panels and Feeds * Introduction of view-only permissions * Ability to create custom links under the admin UI * Support for Prometheus metrics * Many other enhancements and bug fixes https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md Submitted by: Thomas Kurschel (via private email) [1] Notes: svn path=/head/; revision=513395
* emulators/qemu-devel: Update version 4.0.0=>4.1.0Muhammad Moinur Rahman2019-09-271-0/+8
| | | | | | | | - Merge 4.0.X branch into emulators/qemu40 - See UPDATING for more info Notes: svn path=/head/; revision=513050
* - Make xfce4-session install the xscreensaver.desktop session startupGuido Falsi2019-09-271-0/+17
| | | | | | | | | | | | | | | file disabled by default - Modify name of program in .desktop file for xfce4-screensaver, so that the UI does not show two identical lines when both it and xscreensaver are installed - Add UPDATING note and update xfce4-session pkg-message to explain the issue to users PR: 240804, 240810, 240811 Submitted by: John <jlmales@gmail.com> Notes: svn path=/head/; revision=513008
* Update to v0.9.1Mateusz Piotrowski2019-09-201-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: - https://github.com/prometheus/pushgateway/releases/tag/v0.9.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.9.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.7.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.2 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.1 - https://github.com/prometheus/pushgateway/releases/tag/v0.5.0 - https://github.com/prometheus/pushgateway/releases/tag/v0.4.0 The new persistent storage format is not backwards compatible. See the changelogs for details. - Define LICENSE_FILE. - Switch to USES=go:modules - Simplify targets. - Fix a couple of typos and style issues in the service file - Improve readability of comments in the service file - Do not install /var/db/pushgateway by default. It is going to be created by the service anyway. PR: 233660 Approved by: maintainer Event: EuroBSDcon 2019 Hackathon Differential Revision: https://reviews.freebsd.org/D21729 Notes: svn path=/head/; revision=512417
* net-p2p/zetacoin: fix build with current boost.Rene Ladan2019-09-141-0/+15
| | | | | | | | | | | | Resurrect -nox11 slave port as -daemon slave port. Split off cli and tx utilities from main port into -utils slave port. PR: 237017 Submitted by: Daniel Morante Reported by: jbeich Notes: svn path=/head/; revision=512017
* - Add update tool.Alexander Leidinger2019-09-111-0/+8
| | | | | | | | | - Add update instructions (datastore needs to be updated). - Convert pkg-message to UCL format. - Rework plist generation target. Notes: svn path=/head/; revision=511830
* Switch default version of Ruby from 2.5 to 2.6.Matthias Fechner2019-09-091-0/+24
| | | | | | | | | | | | | | For detailed list of changes, please check the Ruby website: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ How to upgrade is described in UPDATING entry 20190909. Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240094 Thanks to: antoine, sunpoet Notes: svn path=/head/; revision=511605
* devel/py-fabric: Update to 2.5.0Danilo G. Baio2019-09-061-0/+22
| | | | | | | | | | | | | | | | | | | | Fabric 2 is not at 100% feature parity with 1.x! Some features have been explicitly dropped, but others simply have not been ported over yet, either due to time constraints or because said features need to be re-examined in a modern context. More information at: https://www.fabfile.org/upgrading.html#upgrading https://www.fabfile.org/upgrading.html#upgrade-specifics Changelog: https://www.fabfile.org/changelog.html Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D20683 Notes: svn path=/head/; revision=511379
* www/gitlab-ce: Upgrade to next major version 12.1Matthias Fechner2019-08-301-0/+11
| | | | | | | | | | | | | | | | | | | It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first. I recommand to go to version 11 as described in UPDATING entry 20190829. MySQL support was now completely removed upstream. Changelogs: https://about.gitlab.com/2019/07/22/gitlab-12-1-released/ https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/ https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/ https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/ https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/ https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/ https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/ Notes: svn path=/head/; revision=510253
* UPDATING: Correct and improve wording of PostgreSQL updateTorsten Zuehlsdorff2019-08-301-2/+2
| | | | | | | | | It stated "prevent" while i meant "preserve". Submitted by: David Magda <dmagda@ee.ryerson.ca> Notes: svn path=/head/; revision=510244
* Switch default version of PostgreSQL from 9.5 to 11Torsten Zuehlsdorff2019-08-291-0/+57
| | | | | | | | | | | | | | | | | | Two important changes arise with it: - Default user switches from "pgsql" to "postgres" - Default data-dir switches from "/usr/local/pgsql/data" to "/var/db/postgres/data11" Also add a migration procedure, which takes the user-switch into account by preventing it on database-side. Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239514 Thanks to: tobik, antoine, mfechner Sponsored by: Professionelles Bounce Management Notes: svn path=/head/; revision=510189
* - Update to 19.08Ashish SHUKLA2019-08-161-0/+9
| | | | | | | | - Remove RIAK option as support is removed upstream - Add a note to UPDATING for the same Notes: svn path=/head/; revision=509070
* Remove trailing whitespaceDmitry Marakasov2019-08-141-3/+3
| | | | Notes: svn path=/head/; revision=508965
* Add an entry for the Perl default version change.Mathieu Arnold2019-08-121-0/+8
| | | | Notes: svn path=/head/; revision=508737
* Fix tijl's address in the 20190710 entry.Gerald Pfeifer2019-08-021-1/+1
| | | | Notes: svn path=/head/; revision=507866
* HEADS UP: the data directory is moving from /var/spool to /var/dbDan Langille2019-08-011-0/+14
| | | | | | | | | | | | | to confirm to man hier. An entry has been added to UPDATING. Other changes: * configuration file is now chmod 640 * data diretory is now chmod 750 * create the missing /var/run/ot-recorder for the PID Notes: svn path=/head/; revision=507834
* net-im/py-matrix-synapse: Update to 1.2.1Kai Knoblich2019-07-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the EMAIL option and convert the dependencies of it as general runtime requirements. While I'm here: * Remove superfluous occurrences of "+=" from PLIST_SUB, SUB_LIST and the *_RUN_DEPENDS option helpers because there are no previous definitions of those variables. * Remove workaround for devel/py-msgpack from the post-patch target that is no longer required. * Do some cleanup and place variables to their intended locations. Changelog: * Note: The support for Python 2.7 was dropped with the 1.1.0 release! https://github.com/matrix-org/synapse/releases/tag/v1.2.1 PR: 239013 Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer) MFH: 2019Q3 Security: 38d2df4d-b143-11e9-87e7-901b0e934d69 Notes: svn path=/head/; revision=507532
* sysutils/py-borgmatic: move borgmatic's default config dir to ${PREFIX}Vinícius Zavam2019-07-171-0/+8
| | | | | | | PR: 239002 Notes: svn path=/head/; revision=506796
* On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made LinuxTijl Coosemans2019-07-101-0/+36
| | | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. Notes: svn path=/head/; revision=506352
* Fix a few typos in UPDATING.Jimmy Olgeni2019-07-071-10/+10
| | | | Notes: svn path=/head/; revision=506152
* Upgrade to www/gitlab-ce version 12.0.3.Matthias Fechner2019-07-071-0/+11
| | | | | | | | | | | | This is a major upgrade at required version 11.11.5 to be installed before. Make sure you follow the UPDATING entry. Changelog: https://about.gitlab.com/2019/06/22/gitlab-12-0-released/ Notes: svn path=/head/; revision=506124
* Update serviio to v2.0.Alexander Leidinger2019-07-051-0/+7
| | | | Notes: svn path=/head/; revision=505936
* Update default MySQL version to 5.7.Alex Dupre2019-07-011-0/+22
| | | | | | | | | | PR: 238365 Submitted by: ale Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=505549
* Add two entries about upgradinf from previous versions of Samba to Samba 4.10.Timur I. Bakeyev2019-06-301-1/+66
| | | | Notes: svn path=/head/; revision=505523
* Add a note about upgrading procedure for the talloc, tevent, tdb and ↵Timur I. Bakeyev2019-06-191-0/+25
| | | | | | | samba4[6-8]. Notes: svn path=/head/; revision=504602
* www/qt5-webengine: Enable support for WebRTC and video capture devicesKai Knoblich2019-06-131-0/+10
| | | | | | | | | | | | | | | | | | | | | | | When accessing video capture devices warnings like below are emitted [2]: [40533:463527936:0420/214650.072475:ERROR:create_video_capture_device_factory.cc(58)] Not implemented reached in std::unique_ptr<VideoCaptureDeviceFactory> media::(anonymous namespace)::CreatePlatformSpecificVideoCaptureDeviceFactory(scoped_refptr<base::SingleThreadTaskRunner>) Also websites that want to access the camera, microphone, etc. exhibit broken behavior, e.g. no dialogs to permit access on the desired capture devices come up. [1] Thus add the related patches from www/chromium [2] that enable support for video capture devices and explicitly activate the WebRTC feature. [1] PR: 236915 [1], 237423 [2] Submitted by: cmt [2] Reported by: thea20lineisameme@protonmail.com [1] Reviewed by: rakuco, tcberner (kde), Lorenzo Salvadore Approved by: tcberner (kde) Differential Revision: https://reviews.freebsd.org/D19900 Notes: svn path=/head/; revision=504068
* Upgrade net/routinator from 0.3.3 to O.4.0Rodrigo Osorio2019-06-111-1/+12
| | | | | | | | | | | | | | Change log: https://github.com/NLnetLabs/routinator/releases/tag/v0.4.0 If you have been using previous releases of net/routinator check UPDATING file. - Add an entry in UPDATING and fix typo in the previous entry PR: 238335 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=503968
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-041-0/+28
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=503475
* Update to d36b64d8a g20190531Thierry Thomas2019-06-021-0/+7
| | | | | | | | | | | | - Update to d36b64d8a g20190531 - pkg-plist cleanup - require intl extension - update UPDATING for possible restart PR: 238286 Submitted by: maintainer Notes: svn path=/head/; revision=503314
* sysutils/graylog: update 2.4.6 to 3.0.2Dave Cottlehuber2019-05-221-0/+19
| | | | | | | | | | | | | - align file locations to match new upstream config - amend messages and UPDATING to alert users - use upstream sample files for default configuration - MAINTAINER timeout Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20021 Notes: svn path=/head/; revision=502290
* Spell portupgrade(1) command correctly, consistently use plural form ofAlexey Dokuchaev2019-05-131-7/+7
| | | | | | | the word "users", and wrap one overly long line while I'm here. Notes: svn path=/head/; revision=501572
* Fix some typos and remove EOL whitespace.Alexey Dokuchaev2019-05-091-17/+17
| | | | Notes: svn path=/head/; revision=501116
* www/gitea: Update to 1.8.0Jochen Neumeister2019-05-061-0/+10
| | | | | | | | | | | | | | | Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/ - Add UPDATING PR: 237734 Submitted by: stb@lassitu.de (maintainer) MFH: 2019Q2 Security: a1de4ae9-6fda-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=500902
* www/node: Update 11.14.0 -> 12.0.0Bradley T. Hughes2019-04-241-0/+11
| | | | | | | | | | | | | | | | Update to the latest major release of Node.js, which includes many significant changes. Users are encouraced to read the release announcement before upgrading. https://nodejs.org/en/blog/release/v12.0.0/ Update minimum version requirements for dependencies. Regenerate patches with `make makepatch`. Sponsored by: Miles AS Notes: svn path=/head/; revision=499831
* Upgrade to 11.10.Matthias Fechner2019-04-231-0/+40
| | | | | | | | | | | | For full log see: https://about.gitlab.com/2019/04/22/gitlab-11-10-released/ WARNING, this release switches the path were the repositories are stored back to the default git home dir. Make sure you read the UPDATING 20190423 entry and follow the update maual very carefully! Notes: svn path=/head/; revision=499731