Commit graph

2336 commits

Author SHA1 Message Date
Niclas Zeising
01dfed0607 Add UPDATING entry for xorg-server
Add UPDATING entry for xorg-server, detailing the change of device
configuration backend.

Reminded by:	linimon, grembo
PR:		196678 (for tracking)
2020-02-20 22:26:53 +00:00
Li-Wen Hsu
76606c8e0b Reduce the duplicated 'nss' in include and lib path
From jbeich:
This appeared after r78824 which failed to adjust do-install.  Arch, Debian,
Gentoo, OpenBSD use include/nss/, Fedora uses include/nss3/, NetBSD/PkgSrc
uses include/nss/nss/.

PR:		243835
Reviewed by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D23424
2020-02-07 13:32:00 +00:00
Adam Weinberger
25ab2c090e vim: Update to patchlevel 205 and add PYTHON option
When python is built with DEBUG, vim fails to build. In fixing this
case, note that vim will now fail to build if python or vim is build
with DEBUG and the other isn't.

This also highlighted that python support is being kludged. The
PYTHON2 and PYTHON3 options have been combined into a single PYTHON
option that builds with the default python. Consequently, it is no
longer possible to build vim with both py2 and py3 support. I can't
name any modern high-usage python-based plugin that requires 2.7,
so hopefully this only messes up things for a very small minority.

Thanks to koobs for the prompt to combine these options. I've been
wanting to do this for a while now.

PR:		243606
Submitted by:	novel
2020-02-04 14:03:00 +00:00
Li-Wen Hsu
d450c53754 Remove trailing whitespace 2020-01-30 05:04:29 +00:00
Alexander Leidinger
00473bba01 Improve the 20191216 entry. This may or may not cover the 20200113 entry.
At least it covers some cases like gdb or gobject-introspection I
encountered.
2020-01-27 19:47:20 +00:00
Koop Mast
aa49f23a6d Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.

Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2

Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer)

Thanks to antoine@ for the exp-run.

PR:		239386
2020-01-26 17:42:36 +00:00
Danilo Egea Gondolfo
154da88196 - Update to 3.0.2
- Add UPDATING note about the incompatibility with Helm 2
2020-01-26 15:38:32 +00:00
Timur I. Bakeyev
725a401db4 Add a note about need of additional update of Samba-related ports in case of Python 3 upgrade. 2020-01-13 13:25:49 +00:00
Jan Beich
0b5bf13572 www/firefox: document Capsicum usage via UPDATING
PR:		243252
Reported by:	Jakub Lach
Analyzed by:	Greg V
2020-01-13 06:03:59 +00:00
Joseph Mingrone
ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00
Jimmy Olgeni
f695d8ef06 UPDATING: add note about net/gnatsd becoming net/nats-server. 2020-01-06 23:03:46 +00:00
Bernard Spil
ec9d22cc64 security/openssl111: Rename to openssl
- Honoring promise from DEPRECATED message
 - Unbreak people's builds

PR:		243014
MFH:		2020Q1
2020-01-01 16:42:44 +00:00
Fernando Apesteguía
b43583f747 sysutils/dsbmd: update to 1.10
From ChangeLog: https://freeshell.de/~mk/projects/dsbmd-relnotes.html

* The fuse daemon to mount MTP devices has been changed to sysutils/fusefs-jmtpfs
  (Entry added in UPDATING)

* The environment variables DSBMD_USB_UNIT and DSBMD_USB_ADDR has been added which
  can be used by commands in dsbmd.conf

PR:	242888
Submitted by:	mk@nic-nac-project.org (maintainer)
2019-12-26 21:09:28 +00:00
Jan Beich
7806f212ae Let users cleanup after r520872 2019-12-25 15:14:50 +00:00
Alexander Leidinger
eb41775d8d Add info about openhab2. 2019-12-22 11:58:33 +00:00
Alexander Leidinger
1591f2c89b Update the python entry with instructions for portmaster users. 2019-12-21 12:20:15 +00:00
Antoine Brodin
9e65389496 Add some instructions that may help the python upgrade 2019-12-17 09:40:51 +00:00
Antoine Brodin
95f5e3f5f3 Add updating entry for python 2019-12-16 06:46:58 +00:00
Bernard Spil
2715ded668 mail/nextcloud-mail: Update to 0.20.0 2019-12-04 16:04:09 +00:00
Kai Knoblich
cd672417a0 net/py-urllib3: Update to 1.25.6
* 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
2019-11-26 18:37:58 +00:00
Muhammad Moinur Rahman
a9b56381c0 emulators/qemu: Updating version 3.1.1.1=>4.1.1
- 3.1.X branch has been moved to emulators/qemu31

Relnotes:	https://wiki.qemu.org/ChangeLog/4.1
2019-11-25 11:01:43 +00:00
Danilo G. Baio
677780dac1 irc/eggdrop: Update to 1.8.4
Changelog:	https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS
2019-11-24 18:57:21 +00:00
Sergey A. Osokin
89e0b04783 Repocopy the databases/redis to the databases/redis4 to update
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
2019-11-21 19:27:39 +00:00
Bradley T. Hughes
aa9a4716b0 www/node: Update 12.13.0 -> 13.0.0
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
2019-11-03 22:38:40 +00:00
Josh Paetzel
29c57298f2 Update to version 11.0.1
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
2019-10-29 14:36:04 +00:00
Kai Knoblich
12b38b8896 www/qt5-webengine: Update to 5.13.0
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
2019-10-26 22:00:04 +00:00
Alexey Dokuchaev
08775ad905 - Add a note about `x11/nvidia-driver' split in r515584
- Consistently spell "users" lowercased after "AFFECTS:"
2019-10-25 09:30:02 +00:00
Alexey Dokuchaev
1165986088 Some minor grammar and formatting fixes. 2019-10-25 08:50:18 +00:00
Koichiro Iwao
6365af8c08 UPDATING: Add category/portname for KDE Plasma Desktop in 20191016
as well as r514569.

PR:		241169
Submitted by:	Yuichiro NAITO (naito.yuichiro@gmail.com)
Approved by:	portmgr blanket
2019-10-21 04:42:37 +00:00
Tobias C. Berner
fb8cf9c78f Update KDE's Plasma Desktop to 5.17
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
2019-10-16 09:54:56 +00:00
Koichiro Iwao
c01fe1ce4a AFFECTS line should contain portcategory/portname
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
2019-10-16 01:26:18 +00:00
Guido Falsi
07af8949ed Fix typo. 2019-10-15 10:45:13 +00:00
Vsevolod Stakhov
e17ce1f9e4 mail/rspamd:
- 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>
2019-10-14 16:06:01 +00:00
Baptiste Daroussin
b09eabcaa7 groff: remove X11 option and dependency
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
2019-10-02 08:46:19 +00:00
Kai Knoblich
24c244e70f net-mgmt/netbox: Update to 2.6.5
* 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]
2019-09-30 14:55:03 +00:00
Muhammad Moinur Rahman
4ece99d6b2 emulators/qemu-devel: Update version 4.0.0=>4.1.0
- Merge 4.0.X branch into emulators/qemu40
- See UPDATING for more info
2019-09-27 17:55:47 +00:00
Guido Falsi
d1270daa7a - Make xfce4-session install the xscreensaver.desktop session startup
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>
2019-09-27 09:00:33 +00:00
Mateusz Piotrowski
a6b9524388 Update to v0.9.1
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
2019-09-20 15:09:18 +00:00
Rene Ladan
63008e23ae net-p2p/zetacoin: fix build with current boost.
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
2019-09-14 14:26:31 +00:00
Alexander Leidinger
9e587ead73 - Add update tool.
- Add update instructions (datastore needs to be updated).
 - Convert pkg-message to UCL format.
 - Rework plist generation target.
2019-09-11 17:53:23 +00:00
Matthias Fechner
47873781ad Switch default version of Ruby from 2.5 to 2.6.
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
2019-09-09 05:08:35 +00:00
Danilo G. Baio
ba1ace875f devel/py-fabric: Update to 2.5.0
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
2019-09-06 23:25:53 +00:00
Matthias Fechner
08a4a5d182 www/gitlab-ce: Upgrade to next major version 12.1
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/
2019-08-30 07:50:54 +00:00
Torsten Zuehlsdorff
c0b1049813 UPDATING: Correct and improve wording of PostgreSQL update
It stated "prevent" while i meant "preserve".

Submitted by:	David Magda <dmagda@ee.ryerson.ca>
2019-08-30 07:30:30 +00:00
Torsten Zuehlsdorff
a8cd58783a Switch default version of PostgreSQL from 9.5 to 11
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
2019-08-29 21:29:23 +00:00
Ashish SHUKLA
c8dbaf8856 - Update to 19.08
- Remove RIAK option as support is removed upstream
- Add a note to UPDATING for the same
2019-08-16 09:25:02 +00:00
Dmitry Marakasov
0c3d57ff0e Remove trailing whitespace 2019-08-14 19:59:17 +00:00
Mathieu Arnold
e44bccbf2d Add an entry for the Perl default version change. 2019-08-12 14:05:29 +00:00
Gerald Pfeifer
f6fce1e902 Fix tijl's address in the 20190710 entry. 2019-08-02 10:43:36 +00:00
Dan Langille
25bb2e697b HEADS UP: the data directory is moving from /var/spool to /var/db
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
2019-08-01 22:16:42 +00:00