1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

2439 Commits

Author SHA1 Message Date
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