non port: databases/cassandra3/Makefile |
SVNWeb
|
Number of commits found: 25 |
Tue, 4 Apr 2023
|
[ 18:10 Muhammad Moinur Rahman (bofh) ] 4cda17a (Only the first 10 of 57 ports in this commit are shown above. )
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
|
Wed, 11 Jan 2023
|
[ 17:36 Fernando Apesteguía (fernape) Author: Angelo Polo ] 0c267ac
databases/cassandra3: Update to 3.11.14
ChangeLog:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.11.14
PR: 267624
Reported by: language.devel@gmail.com
MFH: 2023Q1 (security fixes)
Relnotes:
Security: CVE-2022-42003
CVE-2022-4200
CVE-2022-25857
CVE-2019-2684
CVE-2020-7238
CVE-2022-2482
CVE-2021-44521
CVE-2015-0886
|
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 )
|
Wed, 20 Apr 2022
|
[ 15:02 Mikael Urankar (mikael) Author: Angelo Polo ] 81ab4a3
databases/cassandra3: Fix build
Add missing patches.
PR: 261220
|
Thu, 17 Feb 2022
|
[ 19:43 Neel Chauhan (nc) Author: Angelo Polo ] 5ebca6f
databases/cassandra3: Fix dependency resolution
PR: 261220
|
Tue, 18 Jan 2022
|
[ 20:01 Neel Chauhan (nc) Author: Angelo Polo ] 70cc8bb (Only the first 10 of 11 ports in this commit are shown above. )
databases/cassandra3: Update to 3.11.11
PR: 261220
|
Sat, 25 Sep 2021
|
[ 20:28 Bernhard Froehlich (decke) ] 1d7f925
databases/cassandra3: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 29 Aug 2021
|
[ 14:54 Alexey Dokuchaev (danfe) ] adb7b06 (Only the first 10 of 34 ports in this commit are shown above. )
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Sat, 13 Feb 2021
|
[ 17:47 nc ]
databases/cassandra3: Use my username for the LOCAL distfile
PR: 253312
MFH: 2021Q1
|
Wed, 10 Feb 2021
|
[ 02:07 nc ]
databases/cassandra3: Update to 3.11.10
Changes:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.11.10
PR: 253312
Submitted by: Angelo Polo <language.devel AT gmail DOT com> (maintainer)
MFH: 2021Q1 (bugfix release)
|
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
|
Tue, 17 Nov 2020
|
[ 22:06 rene ]
databases/cassandra3: update to 3.11.9
The port now uses Python 3 so unexpire it.
PR: 249595
Submitted by: maintainer
Reported by: swills (py27 overview)
|
Fri, 24 Jul 2020
|
[ 15:47 mikael ]
databases/cassandra3: fix build on aarch64 (Java OutOfMemory during build)
increase memory 256 (default) to 512 MB
PR: 247997
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: Angelo Polo <language.devel@gmail.com> (maintainer)
|
Mon, 8 Jun 2020
|
[ 04:41 kevans ] (Only the first 10 of 29 ports in this commit are shown above. )
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(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 )
|
Sat, 2 May 2020
|
[ 19:48 pi ] (Only the first 10 of 22 ports in this commit are shown above. )
New port: databases/cassandra4: Highly scalable distributed database
Apache Cassandra is a free and open-source distributed database.
It is a Java-based, highly scalable, eventually consistent, wide
column store. Cassandra database clusters are masterless with no
single point of failure. Replication can be configured across
multiple data centers.
Originally influenced by Dynamo and BigTable, Cassandra was initially
developed at and open sourced by Facebook before becoming a top-level
Apache project.
The CQL query language offers SQL-like data access and management.
Drivers are available for a number of languages.
This is an ALPHA version! It is not intended for production use.
WWW: https://cassandra.apache.org/
PR: 246081
Submitted by: Angelo Polo <language.devel@gmail.com>
Reviewed by: yuri
|
Sun, 8 Mar 2020
|
[ 18:37 tcberner ]
databases/cassandra3: Update to 3.11.6
PR: 244501
Submitted by: Angelo Polo <language.devel@gmail.com> (maintainer)
|
[ 17:01 antoine ] (Only the first 10 of 187 ports in this commit are shown above. )
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Wed, 18 Dec 2019
|
[ 02:27 yuri ]
databases/cassandra3: Update 3.11.4 -> 3.11.5
PR: 242692
Submitted by: language.devel@gmail.com (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 20 Mar 2019
|
[ 16:13 yuri ]
databases/cassandra3: Update 3.11.3 -> 3.11.4
PR: 236128
Submitted by: Angelo Polo <language.devel@gmail.com> (maintainer)
|
Sat, 16 Feb 2019
|
[ 17:11 antoine ]
Fix build with DEFAULT_VERSIONS=python=3.6
PR: 234633
|
Mon, 28 Jan 2019
|
[ 06:12 yuri ] (Only the first 10 of 24 ports in this commit are shown above. )
New port: databases/cassandra3: Highly scalable distributed database
Versions 1.X and 2.X existed previously, but were removed due to build issues.
PR: 226377
Submitted by: Angelo Polo <language.devel@gmail.com>
|
Number of commits found: 25 |