Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Jan 2021 04:26:12
14.2.11_3

|
jhale  |
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 |
14 Jan 2021 14:34:38
14.2.11_2

|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
03 Jan 2021 03:19:42
14.2.11_2

|
pkubaj  |
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 |
27 Dec 2020 21:34:47
14.2.11_2

|
pkubaj  |
net/ceph14: port to powerpc64
Remove SSE libs from pkg-plist
PR: 251827
Approved by: wjw@digiware.nl (maintainer) |
24 Dec 2020 15:58:47
14.2.11_2

|
fluffy  |
net/ceph14: update plist too for PYTHON_EXT_SUFFIX
Pointy hat to: fluffy |
24 Dec 2020 13:33:23
14.2.11_2

|
fluffy  |
net/ceph14: switch to PYTHON_EXT_SUFFIX
Allow to build with python39
Use binary_alias for sphinx-build |
07 Sep 2020 21:19:41
14.2.11_1

|
tobik  |
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 |
17 Aug 2020 20:15:50
14.2.11

|
flo  |
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 ) |
11 May 2020 23:51:58
14.2.9

|
dbaio  |
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 ) |
06 May 2020 14:37:37
14.2.9

|
fluffy  |
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 |
27 Apr 2020 18:29:20
14.2.8

|
fluffy  |
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/ |
31 Mar 2020 16:15:17
14.2.7_1

|
rene  |
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 |
18 Mar 2020 12:04:51
14.2.7_1

|
tobik  |
Fix more fallout for bundled rocksdb after the LLVM 10 import
In file included from rocksdb/utilities/backupable/backupable_db.cc:16:
rocksdb/util/channel.h:35:33: error: no matching constructor for initialization
of 'std::lock_guard<std::mutex>'
std::lock_guard<std::mutex> lk(lock_);
^ ~~~~~
/usr/include/c++/v1/__mutex_base:90:14: note: candidate constructor not viable:
1st argument ('const std::mutex') would lose const qualifier
explicit lock_guard(mutex_type& __m)
_LIBCPP_THREAD_SAFETY_ANNOTATION(acquire_capability(__m))
^
/usr/include/c++/v1/__mutex_base:100:5: note: candidate constructor not viable:
no known conversion from 'const std::mutex' to 'const
std::__1::lock_guard<std::__1::mutex>' for 1st argument
lock_guard(lock_guard const&) _LIBCPP_EQUAL_DELETE;
^
/usr/include/c++/v1/__mutex_base:94:5: note: candidate constructor not viable:
requires 2 arguments, but 1 was provided
lock_guard(mutex_type& __m, adopt_lock_t)
_LIBCPP_THREAD_SAFETY_ANNOTATION(requires_capability(__m))
^
1 error generated.
net/ceph* will still not build because Clang crashes but at least
it goes beyond the above error. |
24 Feb 2020 05:40:22
14.2.7_1

|
fluffy  |
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 |
19 Feb 2020 11:21:27
14.2.7

|
pi  |
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 |
11 Dec 2019 17:53:49
14.2.4_2

|
jbeich  |
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 |
10 Dec 2019 03:38:49
14.2.4_1

|
jhale  |
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> |
06 Dec 2019 13:50:34
14.2.4

|
fluffy  |
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) |
20 Nov 2019 14:56:08
14.2.4

|
antoine  |
Unbreak bulk -a with non default version of python3 |
25 Oct 2019 13:33:41
14.2.4

|
swills  |
net/ceph14: Fix build on 11.2
PR: 239415
Submitted by: Willem Jan Withagen <wjw@digiware.nl> (maintainer) |
23 Oct 2019 15:34:25
14.2.4

|
lwhsu  |
Add net/ceph14, Ceph delivers object, block, and file storage
Submitted by: wjw@digiware.nl
Differential Revision: https://reviews.freebsd.org/D21815 |