Update to 5.6.17-66.0

This commit is contained in:
Florian Smeets 2014-06-12 18:06:53 +00:00
parent a2226fc7e0
commit f03e531775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357625
7 changed files with 10 additions and 48 deletions

View File

@ -1,11 +0,0 @@
--- extra/yassl/taocrypt/include/misc.hpp.orig
+++ extra/yassl/taocrypt/include/misc.hpp
@@ -124,7 +124,7 @@
// no gas on these systems ?, disable for now
-#if defined(__sun__) || defined (__APPLE__)
+#if defined(__sun__) || defined (__APPLE__) || defined(__clang__)
#define TAOCRYPT_DISABLE_X86ASM
#endif

View File

@ -1,11 +0,0 @@
--- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200
+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200
@@ -73,7 +73,7 @@
CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(
size_type n, const void *)
{
- if (n > max_size())
+ if (n > AlignedAllocator<T>::max_size())
return 0;
if (n == 0)
return 0;

View File

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME?= percona
DISTVERSION= 5.6.16-64.1
DISTVERSION= 5.6.17-66.0
PORTREVISION?= 0
CATEGORIES= databases ipv6
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${DISTVERSION}/source/tarball/
PKGNAMESUFFIX?= 56-server
DISTNAME= percona-server-5.6.16-64.1
DISTNAME= percona-server-5.6.17-66.0
MAINTAINER= flo@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)

View File

@ -1,2 +1,2 @@
SHA256 (percona-server-5.6.16-64.1.tar.gz) = 63676705126aeb7898ed48c4110230547eb093060a32d7b089246b293d18a4e8
SIZE (percona-server-5.6.16-64.1.tar.gz) = 34451178
SHA256 (percona-server-5.6.17-66.0.tar.gz) = 645bb6f59d0478ac315a2a0a4e64fa3fc5a240547d464b274b2026643111fe98
SIZE (percona-server-5.6.17-66.0.tar.gz) = 34093487

View File

@ -1,11 +0,0 @@
--- extra/yassl/taocrypt/include/misc.hpp.orig
+++ extra/yassl/taocrypt/include/misc.hpp
@@ -124,7 +124,7 @@
// no gas on these systems ?, disable for now
-#if defined(__sun__) || defined (__APPLE__)
+#if defined(__sun__) || defined (__APPLE__) || defined(__clang__)
#define TAOCRYPT_DISABLE_X86ASM
#endif

View File

@ -1,11 +0,0 @@
--- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200
+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200
@@ -73,7 +73,7 @@
CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(
size_type n, const void *)
{
- if (n > max_size())
+ if (n > AlignedAllocator<T>::max_size())
return 0;
if (n == 0)
return 0;

View File

@ -26,14 +26,20 @@ bin/resolve_stack_dump
bin/resolveip
lib/mysql/libmysqld.a
lib/mysql/plugin/adt_null.so
lib/mysql/plugin/audit_log.so
lib/mysql/plugin/auth.so
lib/mysql/plugin/auth_test_plugin.so
lib/mysql/plugin/daemon_example.ini
lib/mysql/plugin/handlersocket.so
lib/mysql/plugin/libdaemon_example.so
lib/mysql/plugin/libfnv1a_udf.so
lib/mysql/plugin/libfnv_udf.so
lib/mysql/plugin/libmurmur_udf.so
lib/mysql/plugin/mypluglib.so
lib/mysql/plugin/qa_auth_client.so
lib/mysql/plugin/qa_auth_interface.so
lib/mysql/plugin/qa_auth_server.so
lib/mysql/plugin/scalability_metrics.so
lib/mysql/plugin/semisync_master.so
lib/mysql/plugin/semisync_slave.so
lib/mysql/plugin/validate_password.so