Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 02:10:02 GMT
From:      Patrick Abeya <wombat@marsupial.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188248: [PATCH] databases/cassandra 1.2.16
Message-ID:  <201404040210.s342A2sO042114@cgiserv.freebsd.org>
Resent-Message-ID: <201404040220.s342K0Xw075577@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188248
>Category:       ports
>Synopsis:       [PATCH] databases/cassandra 1.2.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 02:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Abeya
>Release:        FreeBSD 10.0-RELEASE
>Organization:
>Environment:
FreeBSD wallaby 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
 * Add UNLOGGED, COUNTER options to BATCH documentation (CASSANDRA-6816)
 * add extra SSL cipher suites (CASSANDRA-6613)
 * fix nodetool getsstables for blob PK (CASSANDRA-6803)
 * Add CMSClassUnloadingEnabled JVM option (CASSANDRA-6541)
 * Catch memtable flush exceptions during shutdown (CASSANDRA-6735)
 * Don't attempt cross-dc forwarding in mixed-version cluster with 1.1 
   (CASSANDRA-6732)
 * Fix broken streams when replacing with same IP (CASSANDRA-6622)
 * Fix upgradesstables NPE for non-CF-based indexes (CASSANDRA-6645)
 * Fix partition and range deletes not triggering flush (CASSANDRA-6655)
 * Fix mean cells and mean row size per sstable calculations (CASSANDRA-6667)
 * Compact hints after partial replay to clean out tombstones (CASSANDRA-6666)
 * Log USING TTL/TIMESTAMP in a counter update warning (CASSANDRA-6649)
 * Don't exchange schema between nodes with different versions (CASSANDRA-6695)
 * Use real node messaging versions for schema exchange decisions 
   (CASSANDRA-6700)
 * IN on the last clustering columns + ORDER BY DESC yield no results 
   (CASSANDRA-6701)
 * Fix SecondaryIndexManager#deleteFromIndexes() (CASSANDRA-6711)
 * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
 * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
 * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
 * Fix bootstrapping when there is no schema (CASSANDRA-6685)
 * Fix truncating compression metadata (CASSANDRA-6791)
 * Fix SSTable not released if stream session fails before starts (CASSANDRA-6818)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 350058)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cassandra
-PORTVERSION=	1.2.15
+PORTVERSION=	1.2.16
 CATEGORIES=	databases java
 MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	cassandra/${PORTVERSION}
Index: distinfo
===================================================================
--- distinfo	(revision 350058)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (apache-cassandra-1.2.15-bin.tar.gz) = 9b35afb9d0fee7ac52858b4018ecf8bc69d7ad58049303a2ee8d44b8592b258b
-SIZE (apache-cassandra-1.2.15-bin.tar.gz) = 16877671
+SHA256 (apache-cassandra-1.2.16-bin.tar.gz) = 5ff7a844fca5ec326729001703aaca436543e560485ac50a1c9a5185c205ec46
+SIZE (apache-cassandra-1.2.16-bin.tar.gz) = 16880266
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 350058)
+++ pkg-plist	(working copy)
@@ -50,9 +50,9 @@
 %%CQL%%%%DATADIR%%/pylib/cqlshlib/cql3handling.pyc
 %%CQL%%%%DATADIR%%/pylib/cqlshlib/util.pyc
 %%DATADIR%%/lib/antlr-3.2.jar
-%%DATADIR%%/lib/apache-cassandra-1.2.15.jar
-%%DATADIR%%/lib/apache-cassandra-clientutil-1.2.15.jar
-%%DATADIR%%/lib/apache-cassandra-thrift-1.2.15.jar
+%%DATADIR%%/lib/apache-cassandra-1.2.16.jar
+%%DATADIR%%/lib/apache-cassandra-clientutil-1.2.16.jar
+%%DATADIR%%/lib/apache-cassandra-thrift-1.2.16.jar
 %%DATADIR%%/lib/avro-1.4.0-fixes.jar
 %%DATADIR%%/lib/avro-1.4.0-sources-fixes.jar
 %%DATADIR%%/lib/commons-cli-1.1.jar


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040210.s342A2sO042114>