non port: net/ceph14/Makefile |
SVNWeb
|
Number of commits found: 45 |
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
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) ] 0abe5fe
net/ceph14: fix build with Boost-1.81
|
Mon, 16 Jan 2023
|
[ 19:32 Dima Panov (fluffy) ] b24a84b
net/ceph14: temporary mark as BROKEN due incompatibility with Boost-1.81
|
Sat, 31 Dec 2022
|
[ 14:52 Rene Ladan (rene) ] 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) ] 2af489c (Only the first 10 of 54 ports in this commit are shown above. )
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081
|
Fri, 30 Sep 2022
|
[ 20:06 Rene Ladan (rene) ] f483fd1
all: deprecate ports depending on expired py-pyjwt1
|
Fri, 16 Sep 2022
|
[ 03:56 Jason E. Hale (jhale) ] 5a19c08 (Only the first 10 of 13 ports in this commit are shown above. )
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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
[ 10:26 Tobias C. Berner (tcberner) ] b86221f (Only the first 10 of 99 ports in this commit are shown above. )
cleanup: remove trailing whitepaces
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
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 )
|
Sun, 22 May 2022
|
[ 20:17 Dima Panov (fluffy) ] b082b3d (Only the first 10 of 280 ports in this commit are shown above. )
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
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) ] 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) ] 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) ] 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) ] 0ffa380
net/ceph14: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 4 Oct 2021
|
[ 17:10 Rainer Hurling (rhurlin) Author: Goran Mekic ] e6ec12f (Only the first 10 of 26 ports in this commit are shown above. )
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) ] 3ba73da (Only the first 10 of 55 ports in this commit are shown above. )
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) ] 287cd8a (Only the first 10 of 34 ports in this commit are shown above. )
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) ] 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) ] 3ec8232
net/ceph14: mark BROKEN (does not link)
Approved by: portmgr blanket
|
Tue, 11 May 2021
|
[ 12:41 Dima Panov (fluffy) ] 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 22 Mar 2021
|
[ 15:13 mat ]
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
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 ] (Only the first 10 of 85 ports in this commit are shown above. )
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 ]
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 ]
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 ]
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 ] (Only the first 10 of 24 ports in this commit are shown above. )
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 ]
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 )
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
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 )
|
Wed, 6 May 2020
|
[ 14:37 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
|
Mon, 27 Apr 2020
|
[ 18:29 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/
|
Tue, 31 Mar 2020
|
[ 16:15 rene ] (Only the first 10 of 17 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 11 ports in this commit are shown above. )
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 ] (Only the first 10 of 417 ports in this commit are shown above. )
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 ] (Only the first 10 of 15 ports in this commit are shown above. )
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 ]
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 ]
Unbreak bulk -a with non default version of python3
|
Fri, 25 Oct 2019
|
[ 13:33 swills ]
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 ] (Only the first 10 of 18 ports in this commit are shown above. )
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 |