pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysqltuner



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jan 16 12:43:17 UTC 2018

Modified Files:
        pkgsrc/databases/mysqltuner: Makefile PLIST distinfo

Log Message:
Updated databases/mysqltuner 1.6.0 to 1.7.2

MySQLTuner v1.7.2
 - Missing argument requirement for cvefile in mysqltuner help enhancement
 - typo, space missing before 'is' enhancement
 - [Questions] No recommendations for my problems Questions
 - Galera gcs.fc_factor is not evaluated correctly and reports an
   erroneous message.
 - Use of uninitialized value bug Test wanted
 - Unknown option: pfstat
 - Advice for performance schema given for wrong version?
 - CVE-2016-6663(<= 10.1.18) bug Help Wanted
 - binlog_cache_size
 - How to grant all necessary requirements? Questions
 - Disclosed password in ps uax output enhancement Questions
 - on mysql 5.7.17, the tuner is not working anymore. Test wanted
 - Argument "xxxM" isn't numeric in numeric ge (>=) bug Help Wanted
 - Perl Error bug Test wanted
 - Doesn't work for remote server on AWS bug Test wanted
 - Software doesn't escape SQL statements in basic_passwords.txt
   enhancement Test wanted
 - MEMORY tables returning as non-InnoDB (Galera Cluster)
 - bug (?) script fails on centos 6.8 due to a number of uninitialized
   vars Questions Wont be Fixed
 - MariaDB GTID mode bug Test wanted

v1.6.18
 - Galera metrics
 - System metrics
 - Better thread pool metrics
 - InnoDB 5.7 innodb_buffer_pool_chunk_size checks
 - Bugs fixes on CVE detection
 - Bug fixes on error message displayed for some versions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysqltuner/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysqltuner/PLIST \
    pkgsrc/databases/mysqltuner/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysqltuner/Makefile
diff -u pkgsrc/databases/mysqltuner/Makefile:1.3 pkgsrc/databases/mysqltuner/Makefile:1.4
--- pkgsrc/databases/mysqltuner/Makefile:1.3    Sat Sep 16 19:26:44 2017
+++ pkgsrc/databases/mysqltuner/Makefile        Tue Jan 16 12:43:17 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/16 12:43:17 mef Exp $
 
 GITHUB_PROJECT=        MySQLTuner-perl
-DISTNAME=      1.6.0
+DISTNAME=      1.7.2
 PKGNAME=       mysqltuner-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=major/}
 DIST_SUBDIR=   ${PKGBASE}

Index: pkgsrc/databases/mysqltuner/PLIST
diff -u pkgsrc/databases/mysqltuner/PLIST:1.2 pkgsrc/databases/mysqltuner/PLIST:1.3
--- pkgsrc/databases/mysqltuner/PLIST:1.2       Mon Jan  1 22:29:22 2018
+++ pkgsrc/databases/mysqltuner/PLIST   Tue Jan 16 12:43:17 2018
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:29:22 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/16 12:43:17 mef Exp $
 bin/mysqltuner.pl
+share/doc/mysqltuner/CODE_OF_CONDUCT.md
 share/doc/mysqltuner/CONTRIBUTING.md
 share/doc/mysqltuner/INTERNALS.md
+share/doc/mysqltuner/README.fr.md
+share/doc/mysqltuner/README.it.md
 share/doc/mysqltuner/README.md
 share/doc/mysqltuner/README.ru.md
 share/doc/mysqltuner/USAGE.md
Index: pkgsrc/databases/mysqltuner/distinfo
diff -u pkgsrc/databases/mysqltuner/distinfo:1.2 pkgsrc/databases/mysqltuner/distinfo:1.3
--- pkgsrc/databases/mysqltuner/distinfo:1.2    Tue Nov  3 01:56:15 2015
+++ pkgsrc/databases/mysqltuner/distinfo        Tue Jan 16 12:43:17 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:56:15 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/01/16 12:43:17 mef Exp $
 
-SHA1 (mysqltuner/1.6.0.tar.gz) = 21c2b48020e2c82b9cd440c48e3176b648273eda
-RMD160 (mysqltuner/1.6.0.tar.gz) = 87839415accf41c70c3ddb07fb4ad65d78957254
-SHA512 (mysqltuner/1.6.0.tar.gz) = 904022ef64eaf75f3294a9a5123dc5e00482d95378722df63140bc6859ec245c32d9b06d19955790a5e29b9335e6da3df2cebdeb4659cb9058561866f6ec69c2
-Size (mysqltuner/1.6.0.tar.gz) = 53424 bytes
+SHA1 (mysqltuner/1.7.2.tar.gz) = 95fa862aad269b855b3772ecf130127d52103767
+RMD160 (mysqltuner/1.7.2.tar.gz) = 20c560a3b71b4afe0f411cd9d61c7ccd0202b5d9
+SHA512 (mysqltuner/1.7.2.tar.gz) = 6cdeeb24aee84a714439dd2c6e1832a10061ec12875975d9b160d2fbda5085039a8eb124a210e1cb3e1efd358262af39afaa0ee52e12118f4b07c68d1d55fed5
+Size (mysqltuner/1.7.2.tar.gz) = 193459 bytes



Home | Main Index | Thread Index | Old Index