Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2012 08:22:00 +0200 (CEST)
From:      Radim Kolar <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@sendmail.cz
Subject:   ports/167728: [PATCH] databases/cassandra: update to 1.0.10
Message-ID:  <201205090622.q496M0ET034756@fbsd8.localdomain>
Resent-Message-ID: <201205090710.q497ABZU013812@freefall.freebsd.org>

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

>Number:         167728
>Category:       ports
>Synopsis:       [PATCH] databases/cassandra: update to 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 09 07:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd8.localdomain 8.3-RELEASE FreeBSD 8.3-RELEASE #1: Wed Apr 11 20:27:44 CEST 2012
>Description:
- Update to 1.0.10
1.0.10
 * fix maxTimestamp to include row tombstones (CASSANDRA-4116)
 * avoid streaming empty files with bulk loader if sstablewriter errors out
   (CASSANDRA-3946)
 * support PropertyFileSnitch in bulk loader (CASSANDRA-4145)
 * add auto_snapshot option allowing disabling snapshot before drop/truncate
   (CASSANDRA-3710)
 * allow short snitch names (CASSANDRA-4130)
 * cqlsh: guess correct version of Python for Arch Linux (CASSANDRA-4090)
 * (CLI) properly handle quotes in create/update keyspace commands (CASSANDRA-4129)
 * Avoids possible deadlock during bootstrap (CASSANDRA-4159)
 * fix stress tool that hangs forever on timeout or error (CASSANDRA-4128)
 * Fix super columns bug where cache is not updated (CASSANDRA-4190)
 * stress tool to return appropriate exit code on failure (CASSANDRA-4188)
 * fix compaction NPE when out of disk space and assertions disabled
   (CASSANDRA-3985)

Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- cassandra-1.0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/Makefile ./Makefile
--- /usr/ports/databases/cassandra/Makefile	2012-04-12 08:49:16.000000000 +0200
+++ ./Makefile	2012-05-09 07:11:25.704811477 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cassandra
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	databases java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	cassandra/${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/distinfo ./distinfo
--- /usr/ports/databases/cassandra/distinfo	2012-04-12 08:49:16.000000000 +0200
+++ ./distinfo	2012-05-09 07:12:31.124739086 +0200
@@ -1,2 +1,2 @@
-SHA256 (apache-cassandra-1.0.9-bin.tar.gz) = 0c0597b4e5f5b6eff66d1b9c98ab806be9d2f38c95d5c968407914f5c76fcde1
-SIZE (apache-cassandra-1.0.9-bin.tar.gz) = 11276193
+SHA256 (apache-cassandra-1.0.10-bin.tar.gz) = bcaad3192cfd650f643b97bdc7e695da425a3bbc6db6c80c9ce9f0210872dc9d
+SIZE (apache-cassandra-1.0.10-bin.tar.gz) = 11280335
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/pkg-plist ./pkg-plist
--- /usr/ports/databases/cassandra/pkg-plist	2012-04-12 08:49:16.000000000 +0200
+++ ./pkg-plist	2012-05-09 07:13:15.602271380 +0200
@@ -1768,9 +1768,9 @@
 %%CQL%%%%DATADIR%%/pylib/cqlshlib/wcwidth.pyc
 %%CQL%%%%DATADIR%%/pylib/cqlshlib/wcwidth.py
 %%DATADIR%%/lib/antlr-3.2.jar
-%%DATADIR%%/lib/apache-cassandra-1.0.9.jar
-%%DATADIR%%/lib/apache-cassandra-clientutil-1.0.9.jar
-%%DATADIR%%/lib/apache-cassandra-thrift-1.0.9.jar
+%%DATADIR%%/lib/apache-cassandra-1.0.10.jar
+%%DATADIR%%/lib/apache-cassandra-clientutil-1.0.10.jar
+%%DATADIR%%/lib/apache-cassandra-thrift-1.0.10.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
--- cassandra-1.0.10.patch ends here ---

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



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