pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 5.5.54:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03a9fc87af06
branches:  trunk
changeset: 355829:03a9fc87af06
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 19:22:57 2016 +0000

description:
Changes 5.5.54:

Security Notes
--------------
Incompatible Change: These changes were made to mysqld_safe:
* Unsafe use of rm and chown in mysqld_safe could result in privilege escalation. chown now can be used only when the target directory is /var/log. An incompatible change is that if the directory for 
the Unix socket file is missing, it is no longer created; instead, an error occurs. Due to these changes, /bin/bash is required to run mysqld_safe on Solaris. /bin/sh is still used on other 
Unix/Linux platforms.
* The --ledir option now is accepted only on the command line, not in option files.
* mysqld_safe ignores the current working directory.

Other related changes:
* Initialization scripts that invoke mysqld_safe pass --basedir explicitly.
* Initialization scripts create the error log file only if the base directory is /var/log or /var/lib.
* Unused systemd files for SLES were removed.

Bugs Fixed

diffstat:

 databases/mysql55-client/Makefile.common |   4 ++--
 databases/mysql55-client/distinfo        |  10 +++++-----
 databases/mysql55-server/PLIST           |   3 +--
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 1dd0586af84a -r 03a9fc87af06 databases/mysql55-client/Makefile.common
--- a/databases/mysql55-client/Makefile.common  Mon Dec 12 19:21:33 2016 +0000
+++ b/databases/mysql55-client/Makefile.common  Mon Dec 12 19:22:57 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.55 2016/10/12 16:57:30 adam Exp $
+# $NetBSD: Makefile.common,v 1.56 2016/12/12 19:22:57 adam Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
 
-DISTNAME=      mysql-5.5.53
+DISTNAME=      mysql-5.5.54
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.5/}
 
diff -r 1dd0586af84a -r 03a9fc87af06 databases/mysql55-client/distinfo
--- a/databases/mysql55-client/distinfo Mon Dec 12 19:21:33 2016 +0000
+++ b/databases/mysql55-client/distinfo Mon Dec 12 19:22:57 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2016/10/12 16:57:30 adam Exp $
+$NetBSD: distinfo,v 1.54 2016/12/12 19:22:57 adam Exp $
 
-SHA1 (mysql-5.5.53.tar.gz) = ecebbb96dd6663eb35278d112cb06a855c3c1537
-RMD160 (mysql-5.5.53.tar.gz) = b0f4dd9428f7b2a71fd1ae5697231a20b2943c33
-SHA512 (mysql-5.5.53.tar.gz) = b69344149fbb7955221ba961a760ce963271eee732a5009b5ddf202c86af3532042c0a438dcbc38828bdc55a1a6e61ae0c2b1ced90bd3af59ebb1ac030c1069f
-Size (mysql-5.5.53.tar.gz) = 21035716 bytes
+SHA1 (mysql-5.5.54.tar.gz) = a1089abcd5d4b8d34d5bbc5c13acb8919bc63ba0
+RMD160 (mysql-5.5.54.tar.gz) = 3a7d23268aee5dc19fe6d07df2b1f27c21be253a
+SHA512 (mysql-5.5.54.tar.gz) = 885e21a59cf7e835dd1ca7254889fc4e5762fdebbb1e625465ef7fa3be6533d48091b68a6d1f2de0297270cfd0ca7e8e643fc2e0b7fc14325f48708e7a55460b
+Size (mysql-5.5.54.tar.gz) = 21041949 bytes
 SHA1 (sphinx-2.2.11-release.tar.gz) = 34e83f43de0e69e258bf749ea00348c60a51632a
 RMD160 (sphinx-2.2.11-release.tar.gz) = 5804b4cce64bc03fa20bac26c7391cd661cecc77
 SHA512 (sphinx-2.2.11-release.tar.gz) = cf1a262a5b0fbf0bd2827ec6ec629edeaf709ce855a6e7b509b65342baaeb26c02717ca63f1578d32c83d21e2fd6d1e92dceb34660e6351b93cd96fd4e623689
diff -r 1dd0586af84a -r 03a9fc87af06 databases/mysql55-server/PLIST
--- a/databases/mysql55-server/PLIST    Mon Dec 12 19:21:33 2016 +0000
+++ b/databases/mysql55-server/PLIST    Mon Dec 12 19:22:57 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2016/10/12 16:57:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.46 2016/12/12 19:22:57 adam Exp $
 bin/innochecksum
 bin/my_print_defaults
 bin/myisam_ftdump
@@ -1324,7 +1324,6 @@
 share/mysql/test/std_data/bug19371.MYD
 share/mysql/test/std_data/bug19371.MYI
 share/mysql/test/std_data/bug19371.frm
-share/mysql/test/std_data/bug20683959loaddata.txt
 share/mysql/test/std_data/bug30435_10k_items.txt
 share/mysql/test/std_data/bug30435_5k.txt
 share/mysql/test/std_data/bug33029-slave-relay-bin.000001



Home | Main Index | Thread Index | Old Index