notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/ceph14/Makefile
SVNWeb

Number of commits found: 45

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Tue, 24 Jan 2023
[ 09:32 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:0abe5fe20a2752a08e737b73d70335d752b3e310  commit hash:0abe5fe20a2752a08e737b73d70335d752b3e310  commit hash:0abe5fe20a2752a08e737b73d70335d752b3e310  0abe5fe 
net/ceph14: fix build with Boost-1.81
Mon, 16 Jan 2023
[ 19:32 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:b24a84bb026ad448a0d9bf307dbfed830d7003a8  commit hash:b24a84bb026ad448a0d9bf307dbfed830d7003a8  commit hash:b24a84bb026ad448a0d9bf307dbfed830d7003a8  b24a84b 
net/ceph14: temporary mark as BROKEN due incompatibility with Boost-1.81
Sat, 31 Dec 2022
[ 14:52 Rene Ladan (rene) search for other commits by this committer ]    commit hash:e80bca6425f5f5f6d4c13135f3814500d11dd0f7  commit hash:e80bca6425f5f5f6d4c13135f3814500d11dd0f7  commit hash:e80bca6425f5f5f6d4c13135f3814500d11dd0f7  e80bca6 
all: undeprecate www/py-pyjwt1 and consumers

py-pyjwt1 only uses expired security/py-pycrypto as a test dependency
and according to the source code it is not even mentioned as a
requirement, but according to the port Makefile some tests are
skipped without it.
Mon, 19 Dec 2022
[ 09:31 Thierry Thomas (thierry) search for other commits by this committer ]    commit hash:2af489c04c7079c98287d0aa27e62fc008e0493e  commit hash:2af489c04c7079c98287d0aa27e62fc008e0493e  commit hash:2af489c04c7079c98287d0aa27e62fc008e0493e  2af489c  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
Fri, 30 Sep 2022
[ 20:06 Rene Ladan (rene) search for other commits by this committer ]    commit hash:f483fd1a89b2e07136c03d4180e7478c67b9e716  commit hash:f483fd1a89b2e07136c03d4180e7478c67b9e716  commit hash:f483fd1a89b2e07136c03d4180e7478c67b9e716  f483fd1 
all: deprecate ports depending on expired py-pyjwt1
Fri, 16 Sep 2022
[ 03:56 Jason E. Hale (jhale) search for other commits by this committer ]    commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661  commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661  commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661  5a19c08  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 10:26 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  commit hash:b86221feeafaacbff38b27dd5999866460e3a67b  b86221f  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
cleanup: remove trailing whitepaces
Fri, 12 Aug 2022
[ 14:46 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  4cf39de  (Only the first 10 of 722 ports in this commit are shown above. View all ports for this commit)
*/*: bump all consumers after recent boost upgrade
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  commit hash:6a378e5659b93de6dbe8956246fb3bf971677624  6a378e5  (Only the first 10 of 1159 ports in this commit are shown above. View all ports for this commit)
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 22 May 2022
[ 20:17 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:b082b3d13e8c4872b73fb681eb99b261926ac9cd  commit hash:b082b3d13e8c4872b73fb681eb99b261926ac9cd  commit hash:b082b3d13e8c4872b73fb681eb99b261926ac9cd  b082b3d  (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Tue, 1 Feb 2022
[ 15:22 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:c2f30dc007f6818732c4a12b15955568bc7a66bc  commit hash:c2f30dc007f6818732c4a12b15955568bc7a66bc  commit hash:c2f30dc007f6818732c4a12b15955568bc7a66bc  c2f30dc 
net/ceph14: Upgrade with new dashboard install, and minor dependency fix (+)

Install instructions were incomplete and did not work for others.
Also added a required python dependancy

PR:		261649
Sponsored by:	Netzkommune GmbH.
Thu, 13 Jan 2022
[ 13:52 Danilo G. Baio (dbaio) search for other commits by this committer ]    commit hash:0290f284f4285c2f5d98bdeeb85868503639af02  commit hash:0290f284f4285c2f5d98bdeeb85868503639af02  commit hash:0290f284f4285c2f5d98bdeeb85868503639af02  0290f28 
Change a few ports to use the most recent version of pyjwt

Reviewed by:	olgeni, yuri, sunpoet, ultima and kai
Differential Revision: https://reviews.freebsd.org/D33797
Sun, 5 Dec 2021
[ 18:04 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:30f5003a33eaba30e73fb74b8cb90afc1a6da078  commit hash:30f5003a33eaba30e73fb74b8cb90afc1a6da078  commit hash:30f5003a33eaba30e73fb74b8cb90afc1a6da078  30f5003 
net/ceph14: update to 14.2.22 release (+)

Upgrade Ceph14/Nautilus to the latest version.

Maintainer notes:
  Fixed a few compilation errors so gcc is no longer required.
  Developemnt takes place with Clang, so gcc should not be needed.
  Added a few more required modules
  Update the way of installing the dashboard

Committer note:
  Limit supported Python versions as range 3.8-3.9,
  some dependencies still not support py310+ yet.

PR:	260238
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH
Wed, 20 Oct 2021
[ 16:13 Stefan Eßer (se) search for other commits by this committer ]    commit hash:0ffa3803fab582c57b7378cd7cbd149c9f12b54d  commit hash:0ffa3803fab582c57b7378cd7cbd149c9f12b54d  commit hash:0ffa3803fab582c57b7378cd7cbd149c9f12b54d  0ffa380 
net/ceph14: Add CPE information

Approved by:	portmgr (blanket)
Mon, 4 Oct 2021
[ 17:10 Rainer Hurling (rhurlin) search for other commits by this committer Author: Goran Mekic ]    commit hash:e6ec12f6646f71fe84268d21f3a6901191ebf60e  commit hash:e6ec12f6646f71fe84268d21f3a6901191ebf60e  commit hash:e6ec12f6646f71fe84268d21f3a6901191ebf60e  e6ec12f  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
www/py-pyjwt: Rename to www/py-pyjwt1

To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.

PR:		254038
Mon, 2 Aug 2021
[ 04:41 Xin LI (delphij) search for other commits by this committer ]    commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  3ba73da  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
Wed, 21 Jul 2021
[ 18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:287cd8ad71d23e31948296cb773d3ebaaed14641  commit hash:287cd8ad71d23e31948296cb773d3ebaaed14641  commit hash:287cd8ad71d23e31948296cb773d3ebaaed14641  287cd8a  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
Tue, 18 May 2021
[ 00:45 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:67ce935d463c530750afb8e4485c83aeb7bc30f8  commit hash:67ce935d463c530750afb8e4485c83aeb7bc30f8  commit hash:67ce935d463c530750afb8e4485c83aeb7bc30f8  67ce935 
net/ceph14: update to 14.2.21 release

Introduce option WITH_TESTS which covers all test/debug tools. Currently
disabled due to linking errors

PR: 255763 (based on)
Approved by: maintainer (implicit)
Mon, 17 May 2021
[ 17:40 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:3ec8232c088aec6c60ad749b24b516b06289a188  commit hash:3ec8232c088aec6c60ad749b24b516b06289a188  commit hash:3ec8232c088aec6c60ad749b24b516b06289a188  3ec8232 
net/ceph14: mark BROKEN (does not link)

Approved by:	portmgr blanket
Tue, 11 May 2021
[ 12:41 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:50ea41c1535f68834fe08a1a2625eb0f930f3bca  commit hash:50ea41c1535f68834fe08a1a2625eb0f930f3bca  commit hash:50ea41c1535f68834fe08a1a2625eb0f930f3bca  50ea41c 
net/ceph14: unbreak build after recent API changes in archivers/snappy

Snappy now drops own rewrite for cstdint types such as uint32_t
Bump PORTREVISION to force rebuid with new snappy API changes

Pointyhat to:   vanilla (for skip consumers' testbuilds)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 22 Mar 2021
[ 15:13 mat search for other commits by this committer ] Original commit   Revision:568966
Fix an obscure sed message while going through check-plist.

The obscure message being:
sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\)

Thanks to:	kevans
Tue, 19 Jan 2021
[ 04:26 jhale search for other commits by this committer ] Original commit   Revision:562021 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
security/cryptopp: Update to 8.4.0

Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
Thu, 14 Jan 2021
[ 14:34 dbaio search for other commits by this committer ] Original commit   Revision:561562 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Sun, 3 Jan 2021
[ 03:19 pkubaj search for other commits by this committer ] Original commit   Revision:559984
net/ceph14: fix build on powerpc64le

Requires updating assembly sources that upstream uses from
https://github.com/antonblanchard/crc32-vpmsum to build with clang.

Approved by:	tier 2 blanket
Sun, 27 Dec 2020
[ 21:34 pkubaj search for other commits by this committer ] Original commit   Revision:559430
net/ceph14: port to powerpc64

Remove SSE libs from pkg-plist

PR:		251827
Approved by:	wjw@digiware.nl (maintainer)
Thu, 24 Dec 2020
[ 13:33 fluffy search for other commits by this committer ] Original commit   Revision:559086
net/ceph14: switch to PYTHON_EXT_SUFFIX

Allow to build with python39
Use binary_alias for sphinx-build
Mon, 7 Sep 2020
[ 21:19 tobik search for other commits by this committer ] Original commit   Revision:547943 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
devel/libfmt: Update to 7.0.3

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
Mon, 17 Aug 2020
[ 20:15 flo search for other commits by this committer ] Original commit   Revision:545185
Update to 14.2.11

Release info:
We're happy to announce the availability of the eleventh release in the
Nautilus series. This release brings a number of bugfixes across all
major components of Ceph. We recommend that all Nautilus users upgrade
to this release.

Notable Changes
---------------
* RGW: The `radosgw-admin` sub-commands dealing with orphans --
  `radosgw-admin orphans find`, `radosgw-admin orphans finish`,
  `radosgw-admin orphans list-jobs` -- have been deprecated. They
  have not been actively maintained and they store intermediate
  results on the cluster, which could fill a nearly-full cluster.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 May 2020
[ 14:37 fluffy search for other commits by this committer ] Original commit   Revision:534177
net/ceph14: security update to 14.2.9

CVE-2020-1759: Fixed nonce reuse in msgr V2 secure mode
CVE-2020-1760: Fixed XSS due to RGW GetObject header-splitting

PR:		246019
Submitted by:	fluffy
Approved by:	maintainer
Relnotes:	https://ceph.io/releases/v14-2-9-nautilus-released/
Security:	5b6bc863-89dc-11ea-af8b-00155d0a0200
Security:	CVE-2020-1759, CVE-2020-1760
Mon, 27 Apr 2020
[ 18:29 fluffy search for other commits by this committer ] Original commit   Revision:533161
net/ceph14: Update to 14.2.8, enable libcephfs to be built

PR:		244675
Submitted by:	fluffy, Willem Jan Withagen (based on)
Approved by:	Willem Jan Withagen (maintainer)
Relnotes:	https://ceph.io/releases/v14-2-8-nautilus-released/
Tue, 31 Mar 2020
[ 16:15 rene search for other commits by this committer ] Original commit   Revision:529986 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Clean up ports after FreeBSD 12.0 reached end-of-life.

emulators/mesen is left out for now, as it breaks on 11.3

Submitted by:	rene
Reviewed by:	jbeich, zeising
X-Differential Revision:	https://reviews.freebsd.org/D24211
Mon, 24 Feb 2020
[ 05:40 fluffy search for other commits by this committer ] Original commit   Revision:526954
net/ceph14: fix build issues

- restore accidentally deleted patchfiles
- fix python3.7+ detection
- fix plist issues
- declare ncurses dependency
- add instruction for npm use for dashboard

Submitted by:	fluffy
Discussed with:	pi, Willem Jan Withagen (maintainer)
Approved by:	maintainer
Wed, 19 Feb 2020
[ 11:21 pi search for other commits by this committer ] Original commit   Revision:526506 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
net/ceph14: upgrade 14.2.4 -> 14.2.7

PR:		244099
Submitted by:	Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Relnotes:	https://ceph.io/releases/v14-2-5-nautilus-released/
		https://ceph.io/releases/v14-2-6-nautilus-released/
		https://ceph.io/releases/v14-2-7-nautilus-released/
Security:	CVE-2020-1699, CVE-2020-1700
MFH:		2020Q1
Sponsored by:	Nepustil.net
Wed, 11 Dec 2019
[ 17:53 jbeich search for other commits by this committer ] Original commit   Revision:519824 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Tue, 10 Dec 2019
[ 03:38 jhale search for other commits by this committer ] Original commit   Revision:519643 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update security/cryptopp to 8.2.0

Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
Fri, 6 Dec 2019
[ 13:50 fluffy search for other commits by this committer ] Original commit   Revision:519142
net/ceph14: allow to build with py36+, indeed.

No PORTREVISION bump, port was always unable to build for py3[78]

PR:		242071
Submitted by:	fluffy
Approved by:	maintainer (timeout, >2 weeks)
Wed, 20 Nov 2019
[ 14:56 antoine search for other commits by this committer ] Original commit   Revision:518029
Unbreak bulk -a with non default version of python3
Fri, 25 Oct 2019
[ 13:33 swills search for other commits by this committer ] Original commit   Revision:515610
net/ceph14: Fix build on 11.2

PR:		239415
Submitted by:	Willem Jan Withagen <wjw@digiware.nl> (maintainer)
Wed, 23 Oct 2019
[ 15:34 lwhsu search for other commits by this committer ] Original commit   Revision:515266 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add net/ceph14, Ceph delivers object, block, and file storage

Submitted by:	wjw@digiware.nl
Differential Revision:	https://reviews.freebsd.org/D21815

Number of commits found: 45