Commit Graph

522784 Commits

Author SHA1 Message Date
Antoine Brodin
fe17d062e8 MFH: r551728
Mark BROKEN everywhere

c++ -DHAVE_CONFIG_H -I.  -I./src -I. -isystem /usr/local/include -Wall -Werror -fno-exceptions -fno-rtti -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -I/usr/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include -MT src/schwanenlied/crypto/obfsclient-base32.o -MD -MP -MF src/schwanenlied/crypto/.deps/obfsclient-base32.Tpo -c -o src/schwanenlied/crypto/obfsclient-base32.o `test -f 'src/schwanenlied/crypto/base32.cc' || echo './'`src/schwanenlied/crypto/base32.cc
In file included from src/schwanenlied/crypto/base32.cc:34:
In file included from ./src/schwanenlied/crypto/base32.h:37:
In file included from ./src/schwanenlied/crypto/utils.h:40:
In file included from ./src/schwanenlied/common.h:47:
./src/ext/easylogging++.h:1119:84: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
        str.erase(str.begin(), std::find_if(str.begin(), str.end(), std::not1(std::ptr_fun<int, int>(&std::isspace))));
                                                                                   ^
/usr/include/c++/v1/functional:1107:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from src/schwanenlied/crypto/base32.cc:34:
In file included from ./src/schwanenlied/crypto/base32.h:37:
In file included from ./src/schwanenlied/crypto/utils.h:40:
In file included from ./src/schwanenlied/common.h:47:
./src/ext/easylogging++.h:1126:73: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
        str.erase(std::find_if(str.rbegin(), str.rend(), std::not1(std::ptr_fun<int, int>(&std::isspace))).base(), str.end());
                                                                        ^
/usr/include/c++/v1/functional:1107:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^

Reported by:	pkg-fallout
2020-10-08 18:07:14 +00:00
Antoine Brodin
ca8c795956 MFH: r551726
Mark BROKEN everywhere

memmem.c:81:25: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                        sp++;
                        ^
memmem.c:77:17: note: previous statement is here
                if (*sp == *pp)
                ^

Reported by:	pkg-fallout
2020-10-08 18:04:03 +00:00
Antoine Brodin
e422bb7ea5 MFH: r551724
Mark BROKEN

Reported by:	pkg-fallout
2020-10-08 18:01:40 +00:00
Antoine Brodin
1b3b057931 MFH: r551722
Mark BROKEN

c++ -o obj/x86_64-unknown-freebsd12.1/fea/data_plane/ifconfig/ifconfig_get_sysctl.os -c -pipe -fstack-protector-strong -fno-strict-aliasing -O3 -g3 -W -Wall -Wwrite-strings -Wno-cast-qual -Wno-sign-compare -Wpointer-arith -Woverloaded-virtual -DXORP_BUILDINFO -fPIC -DXRL_PF=120 -DXORP_VERSION=1.8.5 -DBOOST_DISABLE_THREADS -I/usr/local/include -Iobj/x86_64-unknown-freebsd12.1 -I. -I. fea/data_plane/ifconfig/ifconfig_get_sysctl.cc
In file included from fea/data_plane/ifconfig/ifconfig_get_sysctl.cc:35:
In file included from /usr/include/net/if_var.h:83:
/usr/include/sys/lock.h:68:15: error: reference to 'thread' is ambiguous
                            struct thread **owner);
                                   ^
/usr/include/sys/lock.h:42:8: note: candidate found by name lookup is 'thread'
struct thread;
       ^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
                       ^

Reported by:	pkg-fallout
2020-10-08 18:00:03 +00:00
Piotr Kubaj
07f548e401 MFH: r551705
irc/eggdrop-devel: fix build on GCC architectures

Use C99 mode:
.././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (fix build blanket)
2020-10-08 13:14:32 +00:00
Piotr Kubaj
0a08c8ee26 MFH: r551703
sysutils/edid-decode: fix build on GCC architectures

Use C++11 compiler:
edid-decode.cpp: In member function 'std::string edid_state::dtd_type(unsigned int)':
edid-decode.cpp:195: error: 'to_string' is not a member of 'std'

Approved by:	portmgr (fix build blanket)
2020-10-08 12:55:05 +00:00
Jan Beich
24459600ea MFH: r551687
www/py-flexget: update to 3.1.72

Changes:	https://github.com/Flexget/Flexget/compare/v3.1.71...v3.1.72
Approved by:	ports-secteam (fluffy)
2020-10-08 02:00:53 +00:00
Jan Beich
295fd4d8ca MFH: r551681
emulators/citra: update to s20201004

Changes:	aced133a3...1c8461fde
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-10-08 00:40:17 +00:00
Jan Beich
283e8ba09a MFH: r551678
emulators/{citra,yuzu}: update OSS patches

Changes:	b594641...cc85508
Approved by:	ports-secteam blanket (reliability fix)
2020-10-08 00:39:49 +00:00
Jan Beich
f8d18e9a7f MFH: r551677
gecko: update OSS patches

Changes:	b594641...cc85508
Approved by:	ports-secteam blanket
2020-10-08 00:38:52 +00:00
Danilo G. Baio
7b84ffac84 MFH: r551606
sysutils/duplicity: Update to 0.8.16

Changelog:	https://launchpad.net/duplicity/+milestone/0.8.16

Approved by:	ports-secteam (fluffy)
2020-10-07 23:23:39 +00:00
Danilo G. Baio
9344180e12 MFH: r551605
devel/ipython5: Use newest version of pygments

The pinned dependency 'pygments<2.6' is only necessary to solve an issue with
Python 2.7, and devel/ipython5 is now python3.5+ only. [1] [2]

This fixes a conflict introduced on ports r549076 and r549418 between
textproc/py-pygments and textproc/py-pygments-25 when building at least
textproc/py-sphinx and math/sage.

1 - https://github.com/ipython/ipython/pull/12174
2 - https://github.com/ipython/ipython/issues/12173

PR:		249131, 250074, 250144
Reported by:	thierry, swills
Approved by:	python (with hat)

Approved by:	ports-secteam (fluffy)
2020-10-07 23:22:25 +00:00
Craig Leres
b3e697eef4 MFH: r551667
security/zeek: Update to 3.0.11 to fix memory leaks and potential DOS:

    https://github.com/zeek/zeek/releases/tag/v3.0.11

 - A memory leak in multipart MIME code has potential for remote
   exploitation and cause for Denial of Service via resource
   exhaustion.

Other fixes:

 - Fix incorrect RSTOS0 conn_state determinations

Reported by:	Jon Siwek
Security:	769a4f60-9056-4c27-89a1-1758a59a21f8

Approved by:	ports-secteam (joneum)
2020-10-07 21:49:05 +00:00
Danilo G. Baio
e08140e566 MFH: r551668
graphics/libexif: Update MAINTAINER

Pass MAINTAINER'ship to sunpoet, missed in ports r551526.

PR:		250105

Approved by:	ports-secteam (blanket: consistent port/package metadata)
2020-10-07 21:46:27 +00:00
Fernando Apesteguía
6e08597648 MFH: r551641
devel/gh: Update to 1.1.0

From ChangeLog: https://github.com/cli/cli/releases/v1.1.0

Features
 * Support GH_PAGER environment override for PAGER
 * Disable terminal pager when its value is set to cat
 * repo view: add option to specify a branch
 * repo view: render :emoji: syntax as emoji characters

Bugs
  * Fix pr create when branch was already pushed to a non-base remote
  * pr status/view/create: fix API-related failures with GitHub Enterprise
    Server
  * Fix markdown rendering when terminal pager is enabled
  * repo create: respect repo name input given in interactive prompt
  * auth login: display correct hostname in Personal Access Token instructions
  * auth login: document minimum required token scopes
  * pr checkout: fix running on detached HEAD
  * pr merge: default to "no" for "delete branch after merge" prompt
  * gist list: switch to GraphQL API to improve fetching
         - support fetching more than 100 gists
         - list gists ordered by creation time, descending
         - for machine-readable output, serialize timestamps in RFC 3339 format
         - ensure newlines in gist description are rendered as spaces
 * gist view/edit: fix passing Gist URL as argument
 * gist edit: check ownership before editing
 * gist edit: avoid updating gist when the contents haven't changed
 * repo garden: fix for repositories with only a few commits
 * repo garden: restore tty settings on exit
 * Fix reading the current git branch name when it contains a non-breaking space
 * Document gh config set pager ... option
 * Fix .tar upload tests on different OSs

PR:	250176
Submitted by:	vulcan@wired.sh (maintainer)

Approved by:	ports-secteam (blanket, bugfix release)
2020-10-07 13:54:01 +00:00
Matthias Fechner
86adcc61c0 MFH: r551560 r551623
Update location for depedency codahale:hdrhistogram.
The source was moved from:
https://github.com/codahale/hdrhistogram
to
https://github.com/HdrHistogram/hdrhistogram-go

PR:		250140
Reported by:	hakan@siktas.com

Update location for depedency codahale:hdrhistogram.
The source was moved from:
https://github.com/codahale/hdrhistogram
to
https://github.com/HdrHistogram/hdrhistogram-go

PR:		250140
Reported by:	gergely.czuczy@harmless.hu

Approved by:	ports-secteam (fluffy)
2020-10-07 12:46:34 +00:00
Sunpoet Po-Chuan Hsieh
a3de80ddf3 MFH: r551526
Update to 0.6.22

- Update MASTER_SITES
- Use USES=localbase
- Strip shared library
- Convert to options target helper
- Update WWW
- Take maintainership

Changes:	https://github.com/libexif/libexif/releases
PR:		250105
Submitted by:	sunpoet (myself)
Approved by:	dbaio (maintainer)
Security:	cff0b2e2-0716-11eb-9e5d-08002728f74c

Approved by:	ports-secteam (joneum)
2020-10-07 08:08:59 +00:00
Fernando Apesteguía
665de38e2b MFH: r551616
multimedia/emby-server: Update to 4.5.1.0

ChangeLog: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.5.1.0

PR:	249921
Submitted by:	driesm.michiels@gmail.com (maintainer)

Approved by:	ports-secteam (blanket, bugfix release)
2020-10-07 05:41:25 +00:00
Jan Beich
22e1704986 MFH: r551614
graphics/libplacebo: update description

https://code.videolan.org/videolan/libplacebo/-/commit/f9e587502de0

Approved by:	ports-secteam blanket
2020-10-07 04:56:02 +00:00
Thomas Zander
dad8b183e2 MFH: r551542
Update to upstream version 51.0.0

Details:
- New features and bugfixes, see
  https://mkvtoolnix.download/doc/NEWS.md

Approved by:	ports-secteam(fluffy)
2020-10-06 20:57:08 +00:00
Ryan Moeller
135c8914f7 MFH: r551500
sysutils/openzfs*: Update to fix 12.1-REL build

Bump to 79f0935fa for header changes to fix the package build on FreeBSD 12.1

PR:		ports/250001
Reported by:	tleavitt@alumni.usc.edu
Reviewed by:	wg
Approved by:	wg (ports)
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D26656

Approved by:	ports-secteam (implicit, build fix)
2020-10-06 20:27:37 +00:00
Christoph Moench-Tegeder
b743b9ca4d MFH: r551568
update mail/thunderbird to 78.3.2 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.3.2/releasenotes/

Approved by:	portmgr (blanket: web browser alike)
2020-10-06 09:57:26 +00:00
Koichiro Iwao
0f230fe945 MFH: r551492
devle/ruby-build: Update to 20201005

Add Ruby 2.7.2

This update enables to install Ruby 2.7.2 which includes the fix of
CVE-2020-25613 [1].

[1] https://www.ruby-lang.org/en/news/2020/10/02/ruby-2-7-2-released/

Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20201005

Approved by:	portmgr blanket
2020-10-06 06:15:45 +00:00
Jan Beich
78bf4d122a MFH: r551502
multimedia/intel-media-sdk: update to 20.3.0

Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-20.3.pre6...intel-mediasdk-20.3.0
Reported by:	Repology
Approved by:	ports-secteam (joneum)
2020-10-06 00:30:15 +00:00
Kyle Evans
5cfecd3fbc MFH: r551474
devel/bmake: disable cmd-interrupt test in batch builds

This fixes the build under modern poudriere, but continues to run the test
in all other environments so that we *can* catch issues here if they arise.

The breakage should get fixed on the poudriere or base sh(1) side, but this
will not necessarily be done soon.

Reported by:	mjg
Approved by:	portmgr (implicit, bulk fix)

Approved by:	ports-secteam (implicit, build fix)
2020-10-05 12:24:29 +00:00
Mikael Urankar
4595722a6d MFH: r551315
sysutils/terraform: update to 0.13.4

Update to 0.13.4 which fixes a crash at runtime:
netpoll: break fd ready for -2

PR:		244785
Submitted by:	a.milevsky@gmail.com
Reported by:	many
Approved by:	lifanov (maintainer timeout, 6 months)

Approved by:	ports-secteam (fluffy)
2020-10-05 06:05:17 +00:00
Mateusz Piotrowski
223d189981 MFH: r551440
x11-wm/compiz: Fix compiz-manager texture size parsing error

compiz-manager doesn't cover the possibility of duplicate output from
glxinfo at line 238, which causes check_texture_size() to fail. Let's fix
it by limiting the number of output lines to 1.

PR:		247476
Submitted by:	Vladimir Bychik
Approved by:	maintainer (Chris Hutchinson)

Approved by:	ports-secteam (fluffy)
2020-10-04 23:08:37 +00:00
Mateusz Piotrowski
32e49333c7 MFH: r551328
x11/gdm: Install gconftool-2 as it is needed by pkg-install

Before this patch, the following error could be observed during the
installation of the port:

  ===> Creating homedir(s)
  /bin/sh: gconftool-2: not found
  chown: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
  chmod: /usr/local/etc/gdm/home/.gconf.mandatory/*.xml: No such file or directory
  GDM is installed.

Specifying USE_GNOME+=gconf2 seems to fix the error messages.

(BTW, for some reason the gconf2 dependency was removed in r372768.)

Approved by:	portmgr blanket

Approved by:	ports-secteam (fluffy)
2020-10-04 23:07:43 +00:00
Mateusz Piotrowski
b314331430 MFH: r551327
x11/gdm: Fix pkg-message

pkg-message does not contain %%PREFIX%% anymore, so a sed(1) call is not
necessary. In addition to that, passing pkg-message though fmt(1) was
breaking the UCL inside causing pkg-message to not be displayed at all.

Approved by:	portmgr blanket

Approved by:	ports-secteam (fluffy)
2020-10-04 23:05:24 +00:00
Kyle Evans
eaeea2a90d MFH: r551458
devel/arm-none-eabi-newlib: unbreak after include-fixed removal

We're now operating on more standards-compliant headers.  Defining
__LONG_LONG_SUPPORTED is a little hacky, but some backflips are needed to
assume a C99 build. For now, just make it work so that we can get the
definition from sys/limits.h as needed.

Approved by:	ports-secteam (implicit, build fix)
2020-10-04 20:50:19 +00:00
Tobias C. Berner
68f834a8b2 MFH: r551357
deskutils/kdeconnect-kde: add upstreams mitigations for CVE-2020-26164

From https://kde.org/info/security/advisory-20201002-1.txt:
	Solution
	========

	KDE Connect 20.08.2 patches several code paths that could result in a DoS.
	You can apply these patches on top of 20.08.1:
	f183b5447b
	b279c52101
	d35b88c1b2
	b496e66899
	5310eae85d
	721ba9faaf
	ae58b9dec4
	66c768aa9e
	85b691e40f
	48180b4655

Security:	CVE-2020-26164

Approved by:	ports-secteam (joneum)
2020-10-04 06:56:15 +00:00
Tobias C. Berner
48679794ba MFH: r551337
devel/jetbrains-phpstorm: Update to 2020.2.2

Release notes:
	https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2020.2.2+Release+Notes

PR:		249983
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)

Approved by:	ports-secteam (joneum)
2020-10-04 06:51:49 +00:00
Tobias C. Berner
a330e0ebc7 MFH: r551336
devel/upnp: update to 1.14.0

Update to newer release which contains a fix for CVE-2020-13848:
	c805c1de11

Security:	CVE-2020-13848

Approved by:	ports-secteam (joneum)
2020-10-04 06:50:47 +00:00
Glen Barber
ff1d16fdc1 MFH: r551334
Add MANIFESTs for 12.2-RC1.
Remove MANIFESTs for 12.2-BETA3.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-10-03 17:46:54 +00:00
Jan Beich
78cb7ba8f5 MFH: r551240
graphics/mesa-devel: update to 20.2.b.2078

Changes:	5e8791a0bf...8427e56067
Approved by:	ports-secteam (fluffy)
2020-10-03 00:32:26 +00:00
Yuri Victorovich
91aa1becd6 MFH: r551238
graphics/electricsheep: Update 2.7 -> 3.0.2.20191005; Fix build

Approved by:	ports-secteam (fluffy)
2020-10-02 23:00:45 +00:00
Jan Beich
7a1cd0fa3a MFH: r551236
emulators/citra: update to s20200930

- Re-enable system boost, following emulators/yuzu

Changes:	a576eb633...aced133a3
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-10-02 21:59:19 +00:00
Matthias Fechner
9b882817e2 MFH: r551209
Security update to 13.4.2.
Changelog:
https://about.gitlab.com/releases/2020/10/01/security-release-13-4-2-release/

Security:	a3495e61-047f-11eb-86ea-001b217b3468

Approved by:	ports-secteam (fluffy)
2020-10-02 19:21:58 +00:00
Danilo G. Baio
ed3529c2e3 MFH: r550885 r550886
sysutils/py-azure-cli-core: Update to 2.12.1

sysutils/py-azure-cli: Update to 2.12.1

Changelog:	https://pypi.org/project/azure-cli/2.12.1/

Approved by:	ports-secteam (blanket: bugfix release)
2020-10-02 00:22:11 +00:00
Baptiste Daroussin
6a234d2561 MFH: r550869
Revert the upgrade to 2.0.0 it is not backward compatible
and break minixmlto in some cases

bump portepoch

PR:		250028
Reported by:	Stefan Ehmann <shoesoft@gmx.net>
2020-10-01 19:50:02 +00:00
Thierry Thomas
c0df4ba108 Upgrade to r121.
Release notes at <https://github.com/mrdoob/three.js/releases/tag/r121>.
2020-10-01 18:04:17 +00:00
Jason W. Bacon
359243cc0a sysutils/ganglia-monitor-core: Upgrade to 3.7.2, disable python modules
Ganglia python modules require python 2.x, which is being removed from
the ports tree.  Ganglia is no longer being developed upstream and upgrading
to python 3 appears to be fairly involved.  Hence, I'm disabling python
modules in order to keep the port alive through the python 2 removal.

PR:             249772
Reported by:    swills
2020-10-01 18:00:56 +00:00
Kurt Jaeger
ccc89e5b67 www/caddy: update 2.1.1 -> 2.2.0
- Full support for ZeroSSL, a new ACME CA that is a viable alternative
  to Let's Encrypt.
- We now have full control over our ACME stack! By replacing our
  previous underlying ACME library (lego) with ACMEz, Caddy can offer:
  - faster config reloads
  - more efficient cert management at scale
  - a more intuitive configuration experience
  - lighter builds
  - structured logs that are consistent with Caddy's other logs
    (which you have fine-grained control over).
  - (we no longer suffer from the limitations still shared by other
    lego-based ACME clients)
- Integrated support for Prometheus metrics.
- HTTP/2 server push has been re-introduced, this time better than it
  was in Caddy 1.
- Warning: The logfmt log encoder has been deprecated and will be removed.
- Customizable DNS resolver for reverse proxy
- Latest HTTP/3 version
- Numerous bug fixes and other enhancements! Notable bug fixes related to:
  - ACME DNS challenge providers
  - Custom resolvers for the DNS challenge
  - ACME EAB (External Account Binding)
  - Panic recovery
  - Startup time when managing lots of certificates
  - Correct port for active health checks (reverse_proxy module)
  - Windows paths
  - File hiding logic (file_server module)
  - Bidirectional streaming (reverse_proxy module; specifically
    benefits v2ray use)
  - More consistent, structured error logging when produced from
    HTTP code in Go's standard library
  - New placeholders and log fields, especially pertaining to TLS,
    ACME, and HTTP

PR:		249916, 249099
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
Relnotes:	https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-10-01 17:57:06 +00:00
Stefan Eßer
ae3db00711 Fix build with -fno-common 2020-10-01 17:19:57 +00:00
Romain Tartière
3db9ed2c2d Update to 4.0.41
Release notes:
https://github.com/puppetlabs/facter/releases/tag/4.0.41

With hat:	puppet
2020-10-01 16:53:42 +00:00
Romain Tartière
ac071186b4 Update to 2.30.0
ChangeLog:
https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-2300-2020-09-30

With hat:	puppet
2020-10-01 16:48:10 +00:00
Emanuel Haupt
48e258e550 Update to 1.5.9
PR:		248598
Approved by:	daniel@shafer.cc (maintainer)
2020-10-01 16:40:20 +00:00
Tobias C. Berner
159f205b48 news/nzbhydra2: Update to 2.29.1
Changelog can be viewed at:
	https://github.com/theotherp/nzbhydra2/blob/master/changelog.md

Submitted by:	Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26625
2020-10-01 16:13:50 +00:00
Tobias C. Berner
e40eb9d1bc archivers/php-brotli: Update to 0.11.1
Changelog:
	https://github.com/kjdev/php-ext-brotli/commits/master

Submitted by:	Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26626
2020-10-01 16:06:22 +00:00
Sergey A. Osokin
4a69c27e9a Actually add the patch for r550845. 2020-10-01 15:46:30 +00:00