databases/cassandra-cpp-driver: update to 2.5.0, bump dependents
https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cassandra-cpp-driver
|
||||
PORTVERSION= 2.4.3
|
||||
PORTVERSION= 2.5.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1472472474
|
||||
SHA256 (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = d3364d1b8bc71ec4409ff7432f10d1edbdb1329ab8315418858561065b024bdf
|
||||
SIZE (cassandra-cpp-driver-2.4.3_GH0.tar.gz) = 593974
|
||||
TIMESTAMP = 1477056270
|
||||
SHA256 (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 0ed0c5543d551a7ab864cd8c93ba4e49a37a7a9d8b174ecfc6e27f5c5fbf018d
|
||||
SIZE (cassandra-cpp-driver-2.5.0_GH0.tar.gz) = 604581
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- src/uuids.cpp.orig 2016-08-22 18:07:08 UTC
|
||||
+++ src/uuids.cpp
|
||||
@@ -121,7 +121,7 @@ CassError cass_uuid_from_string_n(const
|
||||
const char* pos = str;
|
||||
char buf[16];
|
||||
|
||||
- static const char hex_to_half_byte[256] = {
|
||||
+ static const signed char hex_to_half_byte[256] = {
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||
Reference in New Issue
Block a user