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:
Pietro Cerutti
2016-10-21 13:36:14 +00:00
parent f13359d72a
commit 604dfbef8e
4 changed files with 5 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cassandra-cpp-driver
PORTVERSION= 2.4.3
PORTVERSION= 2.5.0
CATEGORIES= databases
MAINTAINER= gahr@FreeBSD.org

View File

@@ -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

View File

@@ -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,