Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146260949
D9027.id23552.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D9027.id23552.diff
View Options
Index: databases/mysql57-server/Makefile
===================================================================
--- databases/mysql57-server/Makefile
+++ databases/mysql57-server/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME?= mysql
-PORTVERSION= 5.7.15
-PORTREVISION?= 1
+PORTVERSION= 5.7.17
+PORTREVISION?= 0
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
Index: databases/mysql57-server/distinfo
===================================================================
--- databases/mysql57-server/distinfo
+++ databases/mysql57-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473858917
-SHA256 (mysql-boost-5.7.15.tar.gz) = 7342a3a3e40878378dfaee252d42a3a5b06c58237f49c2544424d27316738945
-SIZE (mysql-boost-5.7.15.tar.gz) = 60583907
+TIMESTAMP = 1483356681
+SHA256 (mysql-boost-5.7.17.tar.gz) = b75bba87199ef6a6ccc5dfbcaf70949009dc12089eafad8c5254afc9002aa903
+SIZE (mysql-boost-5.7.17.tar.gz) = 61480982
Index: databases/mysql57-server/files/patch-sql_json__dom.h
===================================================================
--- databases/mysql57-server/files/patch-sql_json__dom.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- sql/json_dom.h.orig 2016-03-28 18:06:12 UTC
-+++ sql/json_dom.h
-@@ -368,7 +368,7 @@ struct Json_key_comparator
- Json_object class.
- */
- typedef std::map<std::string, Json_dom *, Json_key_comparator,
-- Malloc_allocator<std::pair<std::string, Json_dom *> > > Json_object_map;
-+ Malloc_allocator<std::pair<const std::string, Json_dom *> > > Json_object_map;
-
- /**
- Represents a JSON container value of type "object" (ECMA), type
Index: databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc
===================================================================
--- databases/mysql57-server/files/patch-storage_innobase_buf_buf0buf.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/innobase/buf/buf0buf.cc.orig 2016-03-28 18:06:12 UTC
-+++ storage/innobase/buf/buf0buf.cc
-@@ -338,7 +338,7 @@ typedef std::map<
- const byte*,
- buf_chunk_t*,
- std::less<const byte*>,
-- ut_allocator<std::pair<const byte*, buf_chunk_t*> > >
-+ ut_allocator<std::pair<const byte* const, buf_chunk_t*> > >
- buf_pool_chunk_map_t;
-
- static buf_pool_chunk_map_t* buf_chunk_map_reg;
Index: databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc
===================================================================
--- databases/mysql57-server/files/patch-storage_innobase_dict_dict0stats.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/innobase/dict/dict0stats.cc.orig 2016-03-28 18:06:12 UTC
-+++ storage/innobase/dict/dict0stats.cc
-@@ -139,7 +139,7 @@ then we would store 5,7,10,11,12 in the
- typedef std::vector<ib_uint64_t, ut_allocator<ib_uint64_t> > boundaries_t;
-
- /** Allocator type used for index_map_t. */
--typedef ut_allocator<std::pair<const char*, dict_index_t*> >
-+typedef ut_allocator<std::pair<const char* const, dict_index_t*> >
- index_map_t_allocator;
-
- /** Auxiliary map used for sorting indexes by name in dict_stats_save(). */
Index: databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc
===================================================================
--- databases/mysql57-server/files/patch-storage_innobase_sync_sync0debug.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/innobase/sync/sync0debug.cc.orig 2016-03-28 18:06:12 UTC
-+++ storage/innobase/sync/sync0debug.cc
-@@ -1702,7 +1702,7 @@ private:
- const void*,
- File,
- std::less<const void*>,
-- ut_allocator<std::pair<const void*, File> > >
-+ ut_allocator<std::pair<const void* const, File> > >
- Files;
-
- typedef OSMutex Mutex;
Index: databases/mysql57-server/pkg-plist
===================================================================
--- databases/mysql57-server/pkg-plist
+++ databases/mysql57-server/pkg-plist
@@ -24,7 +24,9 @@
lib/mysql/plugin/adt_null.so
lib/mysql/plugin/auth.so
lib/mysql/plugin/auth_test_plugin.so
+lib/mysql/plugin/connection_control.so
lib/mysql/plugin/daemon_example.ini
+lib/mysql/plugin/group_replication.so
%%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so
lib/mysql/plugin/keyring_file.so
lib/mysql/plugin/libdaemon_example.so
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 4:59 AM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29142660
Default Alt Text
D9027.id23552.diff (4 KB)
Attached To
Mode
D9027: update databases/mysql57-server and databases/mysql57-client to 5.7.17
Attached
Detach File
Event Timeline
Log In to Comment