Commit Graph

2574 Commits

Author SHA1 Message Date
Juraj Lutter
5c04c7fff0 UPDATING: Fix typos in 20210805 for sysutils/beats7
Reported by:	dvl
2021-08-05 21:03:11 +02:00
Juraj Lutter
4d2b3e8552 UPDATING: Document sysutils/beats7 breaking change
Reported by:	bgdnlp <freebsd.org@neant.ro>
PR:		257309
2021-08-05 18:00:17 +02:00
Kevin Oberman
40207d07ff UPDATING: Fix instructions for OpenLDAP entry.
The package names do not have versions in them, so make it match the
reality.

PR:		ports/257540
2021-08-01 12:14:13 -07:00
Xin LI
974e13b501 net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
2021-08-01 01:32:35 -07:00
Tobias C. Berner
5c8adda949 multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- To make it possible to easily import mlt-7 move the current port to
  a versioned directory.

- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
  version:

  	USES=mlt:6

  will get you a dependency on multimedia/mlt6, while

	USES=mlt:7

  will get you a dependency on the soon to be added multimedia/mlt7

- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
  a leaner package if required

- Bump consumers after rename of the dependency
2021-07-30 20:14:36 +02:00
Thierry Thomas
2a57daeb2f x11/rxvt-unicode: add a message into UPDATING
-pe keysym-list doesn't work in 9.26. Upstream is aware of this and say
it'll be fixed in the next release.

PR:		257146
Reported by:	Mason Loring Bliss <mason (at) blisses.org>
2021-07-21 17:06:43 +02:00
Loïc Bartoletti
be86c4fe23 misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
2021-07-04 18:55:16 +02:00
Alexander Leidinger
81c83fa60e misc/openhab: update to 3.1.0
Release notes:	https://www.openhab.org/blog/2021-06-28-openhab-3-1-release.html
2021-06-28 11:14:05 +02:00
Kevin Bowling
aa133a965a UPDATING: clarify mesa-libs and nvidia-driver conflicts
PR:		246767
Reported by:	jbeich
2021-06-22 13:13:01 -07:00
Matthias Fechner
afee04dae9 www/gitlab-ce: Added a note that you must upgrade at first to 13.12.
Version 14.0.0 drops SQL migration scripts, so upgrade to 13.12 is
required, otherwise you must recreate the advanced search index.
2021-06-21 09:33:44 +02:00
Alexander Leidinger
207827e2a8 misc/openhab: new v3 based upon copy from openhab2
- copy openhab2* to openhab (follow upstream)
- update to 3.0.2
- remove update script (no auto migration from v2, scrip may come back
  later, if needed)
- use openhab instead openhabvX directories (follow upstream)
- use openjdk 11 (new requirement)
- add UPDATING entry for users which may want to switch to v3
2021-06-20 11:06:12 +02:00
Kevin Bowling
f0559e8734 UPDATING: Add notes for mesa-libs on portmaster/portupgrade
PR:		246767
2021-06-17 07:15:22 -07:00
Matthias Andree
80fdf5e385 UPDATING: fix spelink
whish->wish
2021-05-23 12:34:55 +02:00
Thierry Thomas
7e3a028cf0 www/tt-rss: Update to g20210423 e8f78181f
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>
2021-05-23 12:09:58 +02:00
Dan Langille
3d486f6300 FFECTS -> AFFECTS for security/bitwarden_rs entry
Correct spelling of AFFECTS
2021-05-16 17:47:37 +00:00
Michael Reifenberger
cd80f4c4bf security/bitwarden_rs: Rename to security/vaultwarden
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
2021-05-16 16:58:54 +02:00
Palle Girgensohn
c9932c0b01 UPDATING: fix bad speling 2021-05-15 11:57:12 +02:00
Palle Girgensohn
ab83f2b4bb databases/postgresql??-*: Upgrade to latest version
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/
2021-05-15 11:12:17 +02:00
Mateusz Piotrowski
e025129daf sysutils/ansible: Update to 3.3.0
Changes:	https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst
2021-05-12 20:45:53 +02:00
Boris Samorodov
3a525228ba devel/pycharm-ce: Update to version 2021.1.1
- update to version 2021.1.1;
- the supported java version has been switched to version 11.
2021-05-08 00:40:52 +03:00
Kai Knoblich
3185130dad UPDATING: Adjust Python 3.7 -> 3.8 instructions for portmaster
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
2021-05-07 15:26:34 +02:00
Olli Hauer
efa868ac95 mail/postfix35 add new port
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
2021-05-06 19:09:50 +02:00
Mateusz Piotrowski
21c6122ebd sysutils/terraform: Update to 0.15.1 2021-05-05 17:44:10 +02:00
Mateusz Piotrowski
c79126a2b9 UPDATING: Heads-up regarding Terraform update 2021-05-05 17:24:39 +02:00
Fernando Apesteguía
626f25dc09 Revert "www/tt-rss: Update to g20210423 e8f78181f"
This reverts commit ca4d4d01cf.

Requested by maintainer.
2021-04-30 17:49:01 +02:00
Fernando Apesteguía
ca4d4d01cf www/tt-rss: Update to g20210423 e8f78181f
PR:	255476
Reported by:	dereks@lifeofadishwasher.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D30030
2021-04-30 10:38:10 +02:00
Mateusz Piotrowski
3a4ce00818 x11-fonts/iosevka: Update to 6.0.1
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
2021-04-26 18:17:57 +02:00
Kai Knoblich
210ee04dd3 *: Add UPDATING entry of the Python 3.7 to 3.8 switchover
Add appropriately adapted upgrading instructions that have resulted
from the experience gained from the previous (Python 3.6 to 3.7)
switchover.

PR:		253815
2021-04-25 20:54:27 +02:00
Bradley T. Hughes
bc3d0937d0 www/node: Update 15.14.0_1 -> 16.0.0
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
2021-04-20 21:29:53 +00:00
Emanuel Haupt
a0fcd3d707 shells/bash:Prefix '/etc/inputrc' in bundled readline and documentation
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
2021-04-16 20:07:43 +02:00
Neel Chauhan
74285196e1 x11-fonts/oldschool-pc-fonts: update to 2.2 and set MAINTAINER to submitter
PR:		255060
Submitted by:	Evgeniy Khramtsov <evgeniy AT khramtsov DOT org>
2021-04-14 13:17:14 -07:00
Matthias Andree
dfa4eee037 UPDATING: Revise OpenEXR/ilmbase/Imath info. 2021-04-14 00:32:46 +02:00
Matthias Andree
e9f871d147 UPDATING: Document OpenEXR/Imath 3.0. 2021-04-12 02:33:35 +02:00
Serhii (Sergey) Kozlov
132212e166 devel/py-RPyC: Update to 5.0.1
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
2021-04-11 14:40:04 +00:00
Mathieu Arnold
5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00
Guido Falsi
313aa231df www/phpvirtualbox: Update to 6.1, Add legacy port
www/phpvirtualbox copied to www/phpvirtualbox-legacy.

PR:		254079
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com>
2021-04-06 13:09:25 +02:00
Adam Weinberger
e2718638e3 www/caddy: Change all caddy runtime locations
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.
2021-03-28 19:34:02 +00:00
Bernhard Froehlich
5f8c9fe574 net/wireguard: Fix instructions, kernel module is loaded by ifconfig automatically (magic?!) 2021-03-22 13:54:21 +00:00
Bernhard Froehlich
9dbb09756f net/wireguard: Updating and fallback instructions for wireguard kernel support 2021-03-22 12:42:09 +00:00
Dmitry Marakasov
ca2eb5c646 security/strongswan: use "vici" interface instead of deprecated "stroke" by default
Add UPDATING entry with migration instruction.

PR:		249865
Submitted by:	driesm.michiels@gmail.com
Approved by:	strongswan@nanoteq.com (maintainer)
2021-03-17 19:12:31 +00:00
Li-Wen Hsu
c7a06ef58b Add updating notes for net-mgmt/phpipam 1.4.1
PR:		248655
Submitted by:	Marko Cupać <marko.cupac@mimar.rs>
2021-03-13 19:00:41 +00:00
Sergey A. Osokin
5416d86007 Repo-copy textproc/redisearch to textproc/redisearch16 and
update to the recent stable version v2.0.
2021-03-10 22:11:41 +00:00
Guido Falsi
42d8425b62 - Update VirtualBox OSE to 6.1.18
- 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
2021-03-09 18:27:36 +00:00
Joseph Mingrone
1abbf87c92 editors/emacs-devel: Update to 2021-03-02 commit, 20596a5 2021-03-02 19:37:26 +00:00
Marc Fonvieille
4ce0ad2630 Fix some typos. 2021-02-22 17:25:40 +00:00
Mark Linimon
03ecbb08f6 Wordsmithing. 2021-02-20 17:49:04 +00:00
Thierry Thomas
2c6113414c Add a notice about the split of math/py-mathics into several ports. 2021-02-20 09:17:49 +00:00
Adriaan de Groot
14a3d89c67 Update games/mangband to latest upstream release
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
2021-02-18 23:20:29 +00:00
Rodrigo Osorio
eefde745d9 audio/spotifyd: upgrade to 0.3.0 and fix panic after rust update
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] a352eab53e

PR:		251968
Submitted by:	<nick.rozhkov@gmail.com>
2021-02-12 10:41:53 +00:00
Tobias C. Berner
adcb1b482a UPDATING: document graphics/opencv-core removal
PR:		253116
2021-02-09 11:18:56 +00:00
Chris Rees
75d316ed18 Update to 5.4.3-3
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
2021-02-08 17:01:28 +00:00
Sergey A. Osokin
665302ab56 Change the default location for NGINX Unit's state directory has changed.
It was moved from /usr/local/libexec/unit to /var/db/unit in order to
avoid write operations on /usr/local filesystem.

Bump PORTREVISION.
2021-02-04 23:01:49 +00:00
Kai Knoblich
83d92bffcf net-mgmt/netbox: Update to 2.10.3
* 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
2021-01-24 12:20:49 +00:00
Mikael Urankar
4f82459d8d net-im/matterircd: Update to 0.22.0
PR:		252668
Submitted by:	norrland@nullbyte.se
2021-01-14 16:49:25 +00:00
Sergey A. Osokin
e8029e4846 Update databases/redis to the recent stable version 6.0.10.
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.
2021-01-13 16:13:24 +00:00
Marc Fonvieille
6f3f036e85 Typos fixing. 2021-01-10 12:44:44 +00:00
Greg Lewis
02b9f23c02 Fix a typo 2021-01-09 21:16:14 +00:00
Kurt Jaeger
a7c5ce311f mail/dovecot: update 2.3.11.3 -> 2.3.13, fix CVE in non-default config
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
2021-01-06 14:58:35 +00:00
Dave Cottlehuber
aa336976bc sysutils/graylog: update to 4.0 and change license to SSPL
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
2021-01-06 13:32:23 +00:00
Guido Falsi
b2f2269daf Welcome XFCE 4.16 to the FreeBSD ports tree!
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
2021-01-02 16:36:33 +00:00
Dmitry Marakasov
02911bdd9e Cleanup whitespace 2020-12-28 15:35:47 +00:00
Jan Beich
600fc28011 www/py-flexget: rename to flexget and clean up
- 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
2020-12-28 14:32:14 +00:00
Kai Knoblich
223e08d1be www/qt5-webengine: Update to 5.15.2
* Under the hood runs Chromium 83.0.4103.122 with security fixes up to
  version 86.0.4240.183 and patches were taken from r540991 of www/chromium.

* Also adjust some patches to avoid hardcoding of ${LOCALBASE} and remove a
  redundant blank line.

Changelog:

* [QTBUG-84632] Warn about QtWebengineProcess launching from network share
                on Windows.
* [QTBUG-85363] Handle non-ASCII names for PulseAudio
* [QTBUG-85494] Fix regression crash when not handling
                QQuickWebEngineNewViewRequest
* [QTBUG-85817] Fix crashes on resize
* [QTBUG-86672] Fix remapped menu key being mapped back to menu key
* [QTBUG-86945] Fix crash when opening a PDF in debug build on windows.
* [QTBUG-87129] Mention node.js build-time dependency
* The QtWebEngineProcess now has a version number
* The old compositor has been removed and can no longer be restored using
  command line argument.

Approved by:	tcberner (kde)
Differential Revision:	https://reviews.freebsd.org/D27587
2020-12-19 07:57:02 +00:00
Rene Ladan
8a45ee228f Remove graphics/jpeg which has expired in favor of graphics/jpeg-turbo
Update qa checks and add a note to UPDATING to help users migrate.
Differential Revision:	https://reviews.freebsd.org/D27425
2020-12-01 19:12:47 +00:00
Kurt Jaeger
6ed25dffef UPDATING: add note about databases/cego 2.45.x -> 2.46.x 2020-11-28 19:30:21 +00:00
Matthias Fechner
a053d04ce3 Switch default version of Ruby from 2.6 to 2.7.
For detailed list of changes, please check the Ruby website:
https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
https://www.ruby-lang.org/en/news/2020/10/02/ruby-2-7-2-released/

How to upgrade is described in UPDATING entry 20201128.

PR:		244787
Submitted by:	meta@
Exp-Run:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244787
Thanks to:	antoine, meta
2020-11-28 14:54:11 +00:00
Rainer Hurling
f5f167a6ff UPDATING: New entry for net-mgmt/pushgateway data format migration
Approved by:	tcberner (mentor), 0mp
Differential Revision:	https://reviews.freebsd.org/D27192
2020-11-12 16:45:49 +00:00
Kai Knoblich
dbb65ebd01 net-mgmt/netbox: Update to 2.9.8
* Limit the version ranges of the required Python packages and use very
  narrow ranges for those ones, which often cause regressions.

  That is because upstream already uses fixed Python package dependencies
  for a while and had relaxed them for a short period of time.

  However, because it led to regressions when some Python packages were
  updated during that time, upstream has been using fixed package
  dependencies again since then.

Changelog since 2.7.12:

It contains many bugfixes/enhancements and the following new features:

* Object-Based Permissions
* Background Execution of Scripts & Reports
* Named Virtual Chassis
* Changes to Tag Creation
* Dedicated Model for VM Interfaces
* REST API Endpoints for Users and Groups
* Remote Authentication Support
* Plugins

https://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.9.md
https://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.8.md
2020-11-10 09:11:35 +00:00
Dan Langille
489a4e63ff Update to 0.2.4
re https://github.com/dlangille/SamDrucker/releases/tag/0.2.4

See UPDATING for database schema changes
2020-11-06 16:53:31 +00:00
Li-Wen Hsu
4d4fc02959 Fix UPDATING 20200210 net-im/prosody entry
PR:		245053
Submitted by:	Thomas Morper <thomas@beingboiled.info>
2020-11-05 09:28:28 +00:00
Matthias Andree
dec3c81ea9 Update security/openvpn 2.5. For 2.3 peers, update your configuration,
...see ports/UPDATING or the
ChangeLog: https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-25

Avoid LibreSSL (IGNORE_SSL).
INSTALL_DATA -> INSTALL_MAN for documentation.
Rearrange Makefile according to portclippy.
2020-10-30 20:36:01 +00:00
Bradley T. Hughes
fd2545d237 www/node: Update 14.14.0 -> 15.0.0
Update to the latest major release of Node.js, which includes many
significant changes. Users are encouraged to read the release notes
before upgrading.

https://nodejs.org/en/blog/release/v15.0.0/

While here, refresh existing patches with `make makepatch`, removing
some powerpc* related patches that have been adopted/reworked upstream
in V8.

Remove the dependency on dns/c-ares and use the bundled version
instead, since Node.js has adopted a change to c-ares that has not yet
been released. The dependency will be re-added once dns/c-ares has
been updated to a release that contains support for CAA DNS records.

An UPDATING entry has also been added to include a notice about this
major version upgrade, and steps users can take to continue using the
v14.x line, which is now LTS.

Sponsored by:	Miles AS
2020-10-29 21:32:52 +00:00
Muhammad Moinur Rahman
5238ef4e5a emulators/qemu: Update version 4.2.1=>5.0.1
- Add OPTION DEBUG
2020-10-26 01:30:57 +00:00
Sergey A. Osokin
4a0482f68b Remove renamed port. 2020-10-21 16:18:00 +00:00
Fernando Apesteguía
1cb552851f sysutils/rundeck3: Update to 3.3.4
ChangeLog: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.4.html

PR:	250446
Submitted by:	daniel.tihanyi@tetragir.com (maintainer)
2020-10-19 16:19:15 +00:00
Baptiste Daroussin
102009bb99 Document libsoup-gnome merge into libsoup 2020-10-12 14:24:09 +00:00
Emmanuel Vadot
57ce68a0c0 graphics/mesa*: Update to 20.2
Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.

Reviewed by:	x11 (zeising@)
Differential Revision:	https://reviews.freebsd.org/D26682
2020-10-12 08:30:54 +00:00
Mateusz Piotrowski
7433a94b32 sysutils/tenshi: Update to 0.17
- Assume maintainership
- Drop coreutils from dependencies; tenshi works fine now with FreeBSD tail
- Get tarballs from to GitHub; this is where upstream moved
- Install configuration files in upstream default location
2020-10-06 09:17:46 +00:00
Matthias Andree
a53a4d6751 mail/fetchmail: avoid rc.conf overriding daemon interval, many other fixes
Authors: CH = Corey Halpin, MA = Matthias Andree

- fetchmail's rc script now queries the daemon interval from the
  configuration, and falls back to the rc.conf value if given. [CH]
- Similarly, the logging facility will be taken from the configuration [MA]
- Add documentation to the rcfile's header comments. [MA]
- Drop support for fetchmail_home_prefix in rc.conf, and query the
  respective users' home directories with getent instead. [MA]
- In the rc scripts, redirect input from /dev/null so it will not ask
  for passwords. [MA]
- Add support for the typical 12.1 rc.conf ${name}_... keywords. [MA]
- Make script execution easier to follow by simplifying if...else logic. [CH]
- Fix rcscript's exit code to be 1 if one of the per-user calls fails. [CH]
- Add relevant notes to UPDATING. [MA]

PR:		249860
Submitted by:	Corey Halpin (maintainer)
Reported by:	Chris James (on fetchmail-users mailing list)
Approved by:	Corey Halpin (maintainer)
2020-10-05 19:09:17 +00:00
Mateusz Piotrowski
9e034b4c83 Update to 4.6
The most important changes are described in the MIGRATING document:
- https://modules.readthedocs.io/en/v4.6.0/MIGRATING.html

Release notes:
- https://modules.readthedocs.io/en/v4.6.0/NEWS.html
- https://timeline.noticeable.io/cbzeG7wTvAIqj21zbUmx/posts/modules-4-6-0-released

PR:		249978
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2020-10-02 19:18:40 +00:00
Cy Schubert
f15a5caf53 Rename rc.conf variables syslog_ng_config and syslog_ng_pid to
syslog_ng_flags and syslog_ng_pidfile respecively, making them
consistent with the rest of the ports tree.

PR:		249984
Submitted by:	Boris Korzun <drtr0jan@yandex.ru>
Reviewed by:	Peter Czanik (syslog-ng upstream)
2020-09-29 17:04:50 +00:00
Rainer Hurling
9fca277d19 UPDATING: Correct the dirname database/* to databases/*
In UPDATING, all sections which contain "database/..." instead of "databases/..." in the 'AFFECTS:' line, utilities like 'pkg updating' can't automatically display those sections.

The postgresql sections in particular have information that would be useful for casual use of "pkg updating". One work-around, of course, is to use "pkg updating database/postgresql"

While here, also correct some more occurrences.

PR:		249881
Submitted by:	rhurlin
Reported by:	Keith White <kwhite@site.uottawa.ca>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26557
2020-09-26 09:44:47 +00:00
Danilo G. Baio
4f0824ca40 Typo 2020-09-24 22:52:01 +00:00
Ryan Steinmetz
aae2e4b660 - Convert PYTHON support to use python 3.x
- Add note to UPDATING

PR:		249743
Submitted by:	Steve Wills <swills@FreeBSD.org>
2020-09-24 22:20:29 +00:00
Kevin Bowling
9b844386c0 Add an UPDATING entry for PostgreSQL default version change to 12
PR:		248657
Reported by:	tz
Sponsored by:	BBOX.io
2020-09-22 19:57:07 +00:00
Christoph Moench-Tegeder
ba9052fd39 update mail/thunderbird to 78.2.2
See https://support.mozilla.org/en-US/kb/new-thunderbird-78 for major
changes in Thunderbird 78, the release announcement in
https://blog.thunderbird.net/2020/07/whats-new-in-thunderbird-78/ and
https://blog.thunderbird.net/2020/09/openpgp-in-thunderbird-78/ info
for OpenPGP users. Also check UPDATING 20200918.
Current release notes are in
https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/

PR:		249346
Submitted by:	jbeich
2020-09-18 10:02:23 +00:00
Torsten Zuehlsdorff
f00a6cc80b Switch default version of PHP from 7.2 to 7.4.
7.2 does not receive any bugfixes anymore. Also the security fixes will
end at 2020-11-30.
Since PHP 7.3 will only receive bugfixes for the next 2 month, we
switch directly to 7.4

PR:		248074
Sponsored by:	Bounce Experts
2020-09-13 22:03:38 +00:00
Joseph Mingrone
bea2b0b802 editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.

Port changes:

- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
  turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
  included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
  deskutils/howm, which now build

Submitted by:	HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D23966
2020-08-12 18:30:06 +00:00
Mathieu Arnold
c3deb01ad1 Update the default Perl version to 5.32.
PR:		247826
Submitted by:	mat
Exp-run by:	antoine
2020-08-03 12:56:29 +00:00
Dan Langille
538b425cc3 Fix double logging
HEADS UP: See UPDATING for changes affecting your upgrade.
          New installs not affected.

This patch adds a new rc_variable: librenms_daemonflags

The -T option is gone as that will force a log to syslog, doubling up on log
entries.

A new APP_LOG setting has been added to the .env file. Please update and
move your logs.  See UPDATING.

PR:		246598
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-07-26 17:48:41 +00:00
Emanuel Haupt
2d5b16833b Amend bash entry from 20200716 with a solution for a know problem that occurs
after an incomplete base update.

PR:	248209 (motivated by)
2020-07-24 06:28:49 +00:00
Dan Langille
aab2a6b0ce Update to 1.65.1
This upgrade disables polling via cronjob.
You must now use the Dispatcher.  See UPDATING
2020-07-20 21:35:34 +00:00
Muhammad Moinur Rahman
5698b5b669 emulators/qemu: Update version 4.1.1=>4.2.1
- Add OPTION CAPSTONE [1]

PR:		247870 [1]
Reported by:	amdmi3 [1]
2020-07-18 19:41:59 +00:00
Emanuel Haupt
f95000d408 Cleanly decouple bash from base by reading profile from $LOCALBASE/etc/
instead of from /etc.

Document this change in UPDATING and provide a migration strategy.

PR:		247934 (based on)
Submitted by:	Michael Osipov <michael.osipov@siemens.com>
2020-07-16 17:14:53 +00:00
Torsten Zuehlsdorff
6d23d80a69 mail/php7[2-4]-imap: change client from cclient to panda-cclient
There are some reports about PHP crashes, when using php-imap
(especially with OpenSSL and TSL 1.3). All this problems went away,
when using the panda-cclient instead of the old cclient.

Therefore we make the panda-cclient the new default,
but still allow cclient in order to allow backwards compatibility.

Special thanks to bofh for figuring out the complex details and
the solution!

Special thanks to Jason for being patience and
helpful about so many months!

Reported by:	Jason de Cordoba <jason@aventia.pw>
Reviewed by:	bofh
Sponsored by:	Bounce Experts
2020-07-13 13:32:27 +00:00
Pietro Cerutti
fe37710e43 UPDATING: document www/baikal's configuration changes 2020-06-16 09:28:40 +00:00
Mark Linimon
ee44698ab2 Fix obvious typo. 2020-06-13 15:27:58 +00:00
Dima Panov
80234f2564 - Note changed OPTIONS and defaults for editors/libreoffice 2020-06-13 15:11:18 +00:00
Bradley T. Hughes
acc13b95af UPDATING: add note about www/node upgrade to 14.0.0
Sponsored by:	Miles AS
2020-06-12 04:17:12 +00:00
Bernhard Froehlich
30cd6aede7 www/radicale:
- Update to 2.1.12
- Please follow UPDATING instructions because you need to export the
storage with radicale 1.1.6 before updating
2020-06-02 20:51:14 +00:00
Kirill Ponomarev
af84cfffe3 Update py-salt to version 3000 and repo copy py-salt to py-salt-2019.
We decided to run both versions for a while until 2019 is EOL and give people
the possibility to run newest 3000 version.

Approved by:	maintainer
2020-06-02 11:23:53 +00:00
Danilo G. Baio
49387ba716 Add mail/py-spf-engine, Deprecate mail/postfix-policyd-spf-python
Give time to users to change their env

The new port is the successor, it supports milter feature and its
config file is in another path.

PR:		244424
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-05-31 13:49:28 +00:00
Bernard Spil
df65d80432 UPDATING: Notify users about changes in MariaDB 10.4 config
MFH:		2020Q2
2020-05-26 10:13:16 +00:00
Niclas Zeising
675e7676fe UPDATING: fix typo in converters/libiconv title.
PR:		240954
Reported by:	Yuichiro NAITO
2020-05-25 17:06:33 +00:00
Niclas Zeising
75887e7adc converters/libiconv: Update to 1.16
Update converters/libiconv to 1.16.
This update removes the extra patches for CP932 and EUCJP-MS, as they are
not compatible with this release.
Add an UPDATING entry for this change.
ABI/API stable, no need to bump dependent ports:
https://abi-laboratory.pro/index.php?view=timeline&l=libiconv

PR:		240954
Submitted by:	Yuichiro NAITO
Exp-run by:	antoine
Approved by:	maintainer timeout (gnome@)
2020-05-18 18:31:59 +00:00
Gleb Popov
a84a002264 x11/sddm: Switch SDDM user's HOME directory from /usr/local/etc/sddm/home to
/var/lib/sddm, as sddm(5) man page requests.

PR:		244756
Reviewed by:	tcberner, adridg
2020-05-17 08:21:04 +00:00
Michael Gmelin
1373a7ea7f Update arcanist(-lib) and phabricator to the latest stable versions.
PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
2020-05-15 18:07:15 +00:00
Matthias Andree
0874b694d6 Delete misguided mailman information.
Upstream has always told users not to modify installed files, but
to use a sitedir/ sub directory instead.
2020-05-07 20:06:58 +00:00
Hiroki Tagato
b452e4b5c9 - Rename port to net-im/purple-rocketchat from net-im/pidgin-rocketchat
- Update to 0.0.20190416
- Make portclippy happy
- Provide instructions to prevent pidgin from being autoremoved during update

PR:		244924
Submitted by:	tobias.rehbein@web.de
Approved by:	mizhka@gmail.com (maintainer), ehaupt (mentor)
2020-05-05 07:55:32 +00:00
Gleb Popov
19c26acbf0 Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR:		244784
Submitted by:	Evilham <contact@evilham.com> (some ports)
2020-05-04 18:08:10 +00:00
Dan Langille
830eec636e Add support for polling as a service
Two new options

* PYPOLLER  - default, deprecated, needs Python 2.7
* PYSERVICE - Dispatcher service, recompile required

HEADS UP HEADS UP

Polling via cron job is now deprecated. Please use the Dispatcher.

LibreNMS will be dropping support for PHP 7.1 and Python 2 in the next release
expected May 31 2020.  see https://community.librenms.org/t/dropping-support-for-php-7-1-and-python-2/11851

Your existing crontab entries for the PYPOLLER option will be going away.

You can migrate to the PYSERVICE option of LibreNMS now.

PR:		246105
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-05-03 19:31:28 +00:00
Danilo G. Baio
ef7e6a7678 Improve entry for Python 3.7 upgrade
Portmaster instruction fails under default root shell.

PR:		242964
Reported by:	Robert William Vesterman <bob@vesterman.com>
2020-05-01 21:08:51 +00:00
Florian Smeets
83fdaa64aa Update to 3.0.2 2020-05-01 07:20:28 +00:00
Muhammad Moinur Rahman
5c1325ff70 sysutils/ansible: Update version 2.8.11=>2.9.7
- Create sysutils/ansible28 from sysutils/ansible
- Set EXPIRATION_DATE to 20200530 for ansible23 ansible24 ansible25 and
  ansible26 as they are no longer maintained by upstream
- Bump ansible23 ansible24 ansible25 ansible26 and ansible27 for CONFLICTS
  with ansible28

PR:             241734
Submitted by:   ncrogers@gmail.com
Approved by:    portmgr (maintainer-timeout)
2020-04-28 20:46:07 +00:00
Jan Beich
3d71a8bf02 x11-servers/xwayland-devel: drop advice obsoleted by r528071
MFH:		2020Q2 (confusing cruft removal)
2020-04-28 10:36:08 +00:00
Baptiste Daroussin
6f9493fae2 Fix typo and explain how to change the group for the user tests using pw(8) 2020-04-23 08:05:19 +00:00
Brooks Davis
1c71c2d5a0 Create and use a tests group for the tests user.
Nobody but nobody should be a member of the nobody group.

PR:		245107
Approved by:	maintainer timeout
Sponsored by:	DARPA
2020-04-22 18:01:16 +00:00
Matthias Andree
7260ea29bb UPDATING: caution users to backup templates/ before update when updating mail/mailman from 2.1.29* or older.
MFH: 2020Q2 (only documentation update after r531981/MFH 531727)
2020-04-17 23:09:54 +00:00
Bryan Drewery
50be8d32ae Note an upgrade issue with OpenSSH 8.2 2020-04-08 22:02:46 +00:00
Muhammad Moinur Rahman
0a74f33882 net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently

Approved by:	ume (private mail)
2020-04-08 10:59:28 +00:00
Tobias C. Berner
03b42c8190 x11/fontconfig: improve UPDATING (r530561)
Reported by:	adamw
2020-04-04 04:32:51 +00:00
Tobias C. Berner
442473fe3e x11-fonts/fontconfig: update to 2.13.92
Fontconfig 2.13.1 generated .uuid files in the fonts directory which where
not properly registered to the packages. To clean them up, please execute the
following command:

        find %%LOCALBASE%%/share/fonts -type f -name .uuid -delete

By switching to this RC, the dependency on libuuid can be droped again, and the
issue of registering uuid is moot.

PR:		239167
Exp-run by:	antoine
Submitted by:	lightside <lightside@gmx.com>
MFH:		2020Q2
2020-04-03 20:02:24 +00:00
Alexander Leidinger
e60ff63988 Update sonarqube ports to the most revent version:
- sonarqube-community: 8.2
 - sonarqube-ant-task: 2.7.0.1612
 - sonar-scanner-cli: 4.3.0.2102
2020-03-26 10:03:49 +00:00
Niclas Zeising
d09304c07d x11/libxkbcommon: swtch to legacy rules on 11
x11/libxkbcommon was switched to use evdev rules in r528813, but FreeBSD 11
still needs the legacy rules.  Switch back to the legacy rules, but only on
FreeBSD 11.
Adjust the UPDATING entry to indicate that the switch to evdev rules by
default is only on FreeBSD 12 and later, and that FreeBSD 11 still uses the
legacy rules.
2020-03-23 20:55:08 +00:00
Tobias C. Berner
62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00
Niclas Zeising
a529835de3 UPDATING: Fix another typo
Fix another typo in UPDATING

Reported by:	pkubaj
2020-03-21 00:00:38 +00:00
Niclas Zeising
57ad9fe12d UPDATING: wordsmith and fix typos 2020-03-20 23:43:44 +00:00
Niclas Zeising
13d4989f6b x11/libxkbcommon: Switch to evdev rules by default
Switch x11/libxkbcommon to use evdev rules rather than legacy rules by
default, to improve support for keyboards when using evdev.
For users using the legacy configuration, or running xorg on FreeBSD 11,
please consult UPDATING for instructions in case of issues.

PR:		244354 [1]
Submitted by:	jbeich (fix)
Reported by:	Patricio Villar [1]
Differential Revision:	https://reviews.freebsd.org/D23860
2020-03-20 23:39:37 +00:00
Dmitri Goutnik
5946948a6b net-im/slack-term: Update to 0.5.0
- Add UPDATING entry about config file location change
- Pet portclippy

Changes:	https://github.com/erroneousboat/slack-term/releases/tag/v0.5.0
Reported by:	portscout
2020-03-16 16:38:01 +00:00
Dan Langille
6f9892cbd5 Fix my typo:
In other to simplify
becomes
In order to simplify

Reported by:	Reed (via private email)
2020-03-09 15:17:17 +00:00
Niclas Zeising
121ae90af1 graphics/mesa-libs: Change default to use DRI3
Change the default mesa configuration to use DRI3 rather than the older DRI2
interface.  This should improve performance somewhat, and alleviates the need
for the FIXDRM option in x11-servers/xorg-server.

Remove the FIXDRM option from x11-servers/xorg-server.

Add an UPDATING entry for the change.

For users of graphics/drm-legacy-kmod or the base graphics drivers, this might
cause regressions.  If you experience problems when running OpenGL applications
please force the use of the DRI2 backend by setting the LIBGL_DRI3_DISABLE
environment variable to 1 before starting any OpenGL application.  This is
easiest done by adding it to your shell startup file or .xinitrc.

Add UPDATING entry for xorg-server, detailing the change of device
configuration backend.

PR:		196678, 244306 (for tracking)
2020-03-08 19:27:27 +00:00
Jochen Neumeister
b28de03516 Add entry for MySQL 8.0 about mysql_upgrade
Sponsored by:	Netzkommune GmbH
2020-03-06 08:26:32 +00:00
Kurt Jaeger
baee6b2d5e net-im/prosody: refactor and move to lua 5.2
- Use Lua 5.2 and drop support for the dead LuaJIT.
- Explicitly state all required configure options
  as the "freebsd" preset has some of them wrong.
- Do not install the example certs as they clutter the
  config directory and nobody should ever use them.
  They can be recreated with prosodyctl if needed.
- Remove the broken "daemonize" option from the rc script,
  handle all actions with "prosodyctl" instead.
- Change data directory from /usr/local/var/lib/prosody to
  /var/db/prosody and include instructions in UPDATING
- Install the prosody migrator
- Use arc4random

PR:		241619
Submitted by:	thomas@beingboiled.info
Reviewed by:	lx (maintainer), Sascha Biberhofer <ports@skyforge.at>
Approved by:	lx (maintainer timeout)
2020-03-04 19:47:53 +00:00
Dan Langille
6d40a7d6fe Update to 1.61
While here, adjust the webserver options (see PR)

NOTE: upgrading existing installations will break unless you read UPGRADING
and follow the instructions.

In short:

* Apache / mod_php is no longer an option
* config.php needs entries added manually

We are jumping a few versions here:

* https://github.com/librenms/librenms/releases/tag/1.61
* https://github.com/librenms/librenms/releases/tag/1.60
* https://github.com/librenms/librenms/releases/tag/1.59
* https://github.com/librenms/librenms/releases/tag/1.58.1
* https://github.com/librenms/librenms/releases/tag/1.58

PR:		235949
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-03-03 16:25:33 +00:00
Matthias Fechner
7d421b43ec textproc/apache-solr: security related update to 8.4.1
Switch java version to current LTS version.

MFH:		2020Q1
Security:	e59cb761-5ad8-11ea-abb7-001b217b3468
2020-02-29 13:17:59 +00:00
Kai Knoblich
9cdba54864 net-mgmt/netbox: Update to 2.7.7
* Remove the "post-patch" target because the "requirements.txt" is only used
  for installations via devel/py-pip.

Notable changes since 2.6.12:

* Bulk import of device components via CSV files
* External file storage support (FTP, S3, SFTP, etc.)
* Rack elevations rendered by SVG (= Scalable Vector Graphics)
* Separate configuration for Webhooks and Cache databases via Redis
* Add ability to clone objects (pre-populate form fields)
* Toggle config context display between JSON and YAML
* Add support for Redis Sentinel
* Further cable and port types
* Many other enhancements and bugfixes

https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md
2020-02-25 22:19:07 +00:00
Niclas Zeising
1f47c5f9ad UPDATING: improve xorg-server entry
Improve the xorg-server entry a bit, add a note about needing
xf86-input-libinput and x11/libinput, since they seem to not always be
installed when people have custom configs or options.
2020-02-23 10:51:48 +00:00
Sunpoet Po-Chuan Hsieh
6c110f2260 Document the split of GNU SASL (gsasl) 2020-02-23 08:08:03 +00:00
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