[arch-commits] Commit in percona-server/repos (12 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Feb 7 15:21:55 UTC 2017


    Date: Tuesday, February 7, 2017 @ 15:21:54
  Author: mtorromeo
Revision: 210808

archrelease: copy trunk to community-i686, community-x86_64

Added:
  percona-server/repos/community-i686/PKGBUILD
    (from rev 210807, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
    (from rev 210807, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
    (from rev 210807, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/PKGBUILD
    (from rev 210807, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
    (from rev 210807, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
    (from rev 210807, percona-server/trunk/mysql-user.conf)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf

----------------------------------+
 /PKGBUILD                        |  332 +++++++++++++++++++++++++++++++++++++
 /my.cnf                          |   76 ++++++++
 /mysql-user.conf                 |    2 
 community-i686/PKGBUILD          |  166 ------------------
 community-i686/my.cnf            |   38 ----
 community-i686/mysql-user.conf   |    1 
 community-x86_64/PKGBUILD        |  166 ------------------
 community-x86_64/my.cnf          |   38 ----
 community-x86_64/mysql-user.conf |    1 
 9 files changed, 410 insertions(+), 410 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-i686/PKGBUILD	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.16_10
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=3
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 'pam' 'numactl' 'jemalloc')
-license=('GPL' 'AGPL')
-url="https://www.percona.com/software/mysql-database/percona-server"
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"
-        "https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz"
-        'my.cnf'
-        'mysql-user.conf')
-sha256sums=('1e88233d4bc5fd9a6910f2cc01ad5aca7d751f036cdba5a1c9954e1e25300347'
-            '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-            'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-            'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
-
-prepare() {
-	cd $pkgbase-$_pkgver
-	rm -v sql/sql_yacc.{cc,h}
-
-	sed 's|${fullhostname}|"archbuild"|' \
-		-i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-	rm -rf build
-	mkdir build
-	cd build
-
-	cmake ../$pkgbase-$_pkgver \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_CONFIG=mysql_release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DSYSCONFDIR=/etc/mysql \
-		-DMYSQL_DATADIR=/var/lib/mysql \
-		-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-		-DDEFAULT_CHARSET=utf8 \
-		-DDEFAULT_COLLATION=utf8_general_ci \
-		-DENABLED_LOCAL_INFILE=ON \
-		-DINSTALL_INFODIR=share/mysql/docs \
-		-DINSTALL_MANDIR=share/man \
-		-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-		-DINSTALL_SCRIPTDIR=bin \
-		-DINSTALL_INCLUDEDIR=include/perconaserver \
-		-DINSTALL_DOCREADMEDIR=share/mysql \
-		-DINSTALL_SUPPORTFILESDIR=share/mysql \
-		-DINSTALL_MYSQLSHAREDIR=share/mysql \
-		-DINSTALL_DOCDIR=share/mysql/docs \
-		-DINSTALL_SHAREDIR=share/mysql \
-		-DWITH_ZLIB=system \
-		-DWITH_SSL=system \
-		-DWITH_LIBWRAP=OFF \
-		-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-		-DWITH_UNIT_TESTS=OFF \
-		-DWITH_PAM=ON \
-		-DWITH_EXTRA_CHARSETS=complex \
-		-DWITH_EMBEDDED_SERVER=ON \
-		-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-		-DWITH_INNODB_MEMCACHED=ON \
-		-DWITH_INNOBASE_STORAGE_ENGINE=ON \
-		-DWITH_PARTITION_STORAGE_ENGINE=ON \
-		-DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-		-DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-		-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-		-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-		-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-		-DWITH_SYSTEMD=1 \
-		-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \
-		-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks -Wno-error=nonnull-compare -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-maybe-uninitialized" \
-		-DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now" \
-		-DWITH_BOOST="../boost_${_boost_ver//./_}" \
-		-DWITH_NUMA=ON
-
-	make
-}
-
-package_libperconaserverclient() {
-	pkgdesc='Percona Server client libraries'
-	depends=('openssl' 'zlib')
-
-	cd build
-	for dir in include libmysql libmysqld libservices; do
-		make -C $dir DESTDIR="$pkgdir" install
-	done
-
-  # Conflicting files with libmariadbclient
-	rm "$pkgdir"/usr/lib/libmysql*
-
-	install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config
-	install -d "$pkgdir"/usr/share/man/man1
-	install -m644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 "$pkgdir"/usr/share/man/man1/perconaserver_config.1
-}
-
-package_percona-server-clients() {
-	pkgdesc='Percona Server client tools'
-	depends=('libperconaserverclient' 'zlib' 'openssl' 'jemalloc')
-	conflicts=('mysql-clients')
-	provides=("mysql-clients=$_myver" "mariadb-clients=$_myver")
-
-	cd build
-	make -C client DESTDIR="$pkgdir" install
-
-	# install man pages
-	install -d "$pkgdir"/usr/share/man/man1
-	for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap mysqlpump; do
-		install -m644 "$srcdir"/$pkgbase-$_pkgver/man/$man.1 "$pkgdir"/usr/share/man/man1/$man.1
-	done
-
-	# provided by percona-server
-	rm "$pkgdir"/usr/bin/mysql{_plugin,_upgrade,binlog,test,_config_editor,_install_db,_secure_installation,_ssl_rsa_setup}
-}
-
-package_percona-server() {
-	pkgdesc='Drop-in replacement for MySQL that provides improved performance, diagnostics, instrumentation and TokuDB storage engine'
-	backup=('etc/mysql/my.cnf')
-	depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl')
-	optdepends=('perl-dbd-mysql')
-	conflicts=('mysql')
-	provides=("mysql=$_myver" "mariadb=$_myver")
-	options=('emptydirs')
-
-	cd build
-	make DESTDIR="$pkgdir" install
-
-	install -Dm644 ../my.cnf "$pkgdir"/etc/mysql/my.cnf
-	install -Dm644 ../mysql-user.conf "$pkgdir"/usr/lib/sysusers.d/mysql.conf
-
-  cd "$pkgdir"
-  mv usr/usr/lib/* usr/lib
-  rm -rf usr/usr
-
-	# Move documentation
-	install -dm755 usr/share/doc
-	mv usr/share/mysql/docs usr/share/doc/$pkgname
-	mv usr/share/mysql/{COPYING,README.MySQL} usr/share/doc/$pkgname/
-
-	if [ -f usr/PATENTS ]; then
-		mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
-		rm usr/COPYING.*
-	fi
-
-	# provided by libperconaserverclient
-	rm usr/bin/mysql_config
-	rm usr/lib/lib{mysql,perconaserver}*
-	rm -r usr/include/
-	rm usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
-
-	# provided by percona-server-clients
-	rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump}
-	rm usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump}.1
-
-	# deprecated/unused
-	rm usr/bin/replace
-	rm usr/share/man/man1/replace.1
-
-	# not needed
-	rm -r usr/mysql-test
-	rm usr/share/man/man1/mysql-test-run.pl.1
-}

Copied: percona-server/repos/community-i686/PKGBUILD (from rev 210807, percona-server/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgbase=percona-server
+pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
+pkgver=5.7.17_11
+_boost_ver=1.59.0
+_pkgver=${pkgver/_/-}
+_myver=${pkgver/_rel*}
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 'pam' 'numactl' 'jemalloc')
+license=('GPL' 'AGPL')
+url="https://www.percona.com/software/mysql-database/percona-server"
+source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"
+        "https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz"
+        'my.cnf'
+        'mysql-user.conf')
+sha256sums=('755742455a370ae0b10ee2533a4e32a1c02585075ce2460bdbfa2cf9a3b89c8c'
+            '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
+            'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
+            'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
+
+prepare() {
+	cd $pkgbase-$_pkgver
+	rm -v sql/sql_yacc.{cc,h}
+
+	sed 's|${fullhostname}|"archbuild"|' \
+		-i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
+}
+
+build() {
+	rm -rf build
+	mkdir build
+	cd build
+
+	cmake ../$pkgbase-$_pkgver \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DBUILD_CONFIG=mysql_release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DSYSCONFDIR=/etc/mysql \
+		-DMYSQL_DATADIR=/var/lib/mysql \
+		-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+		-DDEFAULT_CHARSET=utf8 \
+		-DDEFAULT_COLLATION=utf8_general_ci \
+		-DENABLED_LOCAL_INFILE=ON \
+		-DINSTALL_INFODIR=share/mysql/docs \
+		-DINSTALL_MANDIR=share/man \
+		-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+		-DINSTALL_SCRIPTDIR=bin \
+		-DINSTALL_INCLUDEDIR=include/perconaserver \
+		-DINSTALL_DOCREADMEDIR=share/mysql \
+		-DINSTALL_SUPPORTFILESDIR=share/mysql \
+		-DINSTALL_MYSQLSHAREDIR=share/mysql \
+		-DINSTALL_DOCDIR=share/mysql/docs \
+		-DINSTALL_SHAREDIR=share/mysql \
+		-DWITH_ZLIB=system \
+		-DWITH_SSL=system \
+		-DWITH_LIBWRAP=OFF \
+		-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
+		-DWITH_UNIT_TESTS=OFF \
+		-DWITH_PAM=ON \
+		-DWITH_EXTRA_CHARSETS=complex \
+		-DWITH_EMBEDDED_SERVER=ON \
+		-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
+		-DWITH_INNODB_MEMCACHED=ON \
+		-DWITH_INNOBASE_STORAGE_ENGINE=ON \
+		-DWITH_PARTITION_STORAGE_ENGINE=ON \
+		-DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
+		-DWITH_ARCHIVE_STORAGE_ENGINE=ON \
+		-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
+		-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
+		-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
+		-DWITH_SYSTEMD=1 \
+		-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \
+		-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks -Wno-error=nonnull-compare -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-maybe-uninitialized" \
+		-DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now" \
+		-DWITH_BOOST="../boost_${_boost_ver//./_}" \
+		-DWITH_NUMA=ON
+
+	make
+}
+
+package_libperconaserverclient() {
+	pkgdesc='Percona Server client libraries'
+	depends=('openssl' 'zlib')
+
+	cd build
+	for dir in include libmysql libmysqld libservices; do
+		make -C $dir DESTDIR="$pkgdir" install
+	done
+
+  # Conflicting files with libmariadbclient
+	rm "$pkgdir"/usr/lib/libmysql*
+
+	install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config
+	install -d "$pkgdir"/usr/share/man/man1
+	install -m644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 "$pkgdir"/usr/share/man/man1/perconaserver_config.1
+}
+
+package_percona-server-clients() {
+	pkgdesc='Percona Server client tools'
+	depends=('libperconaserverclient' 'zlib' 'openssl' 'jemalloc')
+	conflicts=('mysql-clients')
+	provides=("mysql-clients=$_myver" "mariadb-clients=$_myver")
+
+	cd build
+	make -C client DESTDIR="$pkgdir" install
+
+	# install man pages
+	install -d "$pkgdir"/usr/share/man/man1
+	for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap mysqlpump; do
+		install -m644 "$srcdir"/$pkgbase-$_pkgver/man/$man.1 "$pkgdir"/usr/share/man/man1/$man.1
+	done
+
+	# provided by percona-server
+	rm "$pkgdir"/usr/bin/mysql{_plugin,_upgrade,binlog,test,_config_editor,_install_db,_secure_installation,_ssl_rsa_setup}
+}
+
+package_percona-server() {
+	pkgdesc='Drop-in replacement for MySQL that provides improved performance, diagnostics, instrumentation and TokuDB storage engine'
+	backup=('etc/mysql/my.cnf')
+	depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl')
+	optdepends=('perl-dbd-mysql')
+	conflicts=('mysql')
+	provides=("mysql=$_myver" "mariadb=$_myver")
+	options=('emptydirs')
+
+	cd build
+	make DESTDIR="$pkgdir" install
+
+	install -Dm644 ../my.cnf "$pkgdir"/etc/mysql/my.cnf
+	install -Dm644 ../mysql-user.conf "$pkgdir"/usr/lib/sysusers.d/mysql.conf
+
+  cd "$pkgdir"
+  mv usr/usr/lib/* usr/lib
+  rm -rf usr/usr
+
+	# Move documentation
+	install -dm755 usr/share/doc
+	mv usr/share/mysql/docs usr/share/doc/$pkgname
+	mv usr/share/mysql/{COPYING,README.MySQL} usr/share/doc/$pkgname/
+
+	if [ -f usr/PATENTS ]; then
+		mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
+		rm usr/COPYING.*
+	fi
+
+	# provided by libperconaserverclient
+	rm usr/bin/mysql_config
+	rm usr/lib/lib{mysql,perconaserver}*
+	rm -r usr/include/
+	rm usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
+
+	# provided by percona-server-clients
+	rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump}
+	rm usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump}.1
+
+	# deprecated/unused
+	rm usr/bin/replace
+	rm usr/share/man/man1/replace.1
+
+	# not needed
+	rm -r usr/mysql-test
+	rm usr/share/man/man1/mysql-test-run.pl.1
+}

Deleted: community-i686/my.cnf
===================================================================
--- community-i686/my.cnf	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-i686/my.cnf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1,38 +0,0 @@
-# For advice on how to change settings please see
-# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
-
-[client]
-#password       = your_password
-port            = 3306
-socket          = /run/mysqld/mysqld.sock
-
-[mysqld]
-port            = 3306
-socket          = /run/mysqld/mysqld.sock
-datadir         = /var/lib/mysql
-
-#
-# Remove leading # and set to the amount of RAM for the most important data
-# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
-# innodb_buffer_pool_size = 128M
-#
-# Remove leading # to turn on a very important data integrity option: logging
-# changes to the binary log between backups.
-# log_bin
-#
-# Remove leading # to set options mainly useful for reporting servers.
-# The server defaults are faster for transactions and fast SELECTs.
-# Adjust sizes as needed, experiment to find the optimal values.
-# join_buffer_size = 128M
-# sort_buffer_size = 2M
-# read_rnd_buffer_size = 2M
-
-# Disabling symbolic-links is recommended to prevent assorted security risks
-symbolic-links=0
-
-# Recommended in standard MySQL setup
-sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
-
-[mysqld_safe]
-log-error       = /var/log/mysqld.log
-pid-file        = /run/mysqld/mysqld.pid

Copied: percona-server/repos/community-i686/my.cnf (from rev 210807, percona-server/trunk/my.cnf)
===================================================================
--- community-i686/my.cnf	                        (rev 0)
+++ community-i686/my.cnf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1,38 @@
+# For advice on how to change settings please see
+# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
+
+[client]
+#password       = your_password
+port            = 3306
+socket          = /run/mysqld/mysqld.sock
+
+[mysqld]
+port            = 3306
+socket          = /run/mysqld/mysqld.sock
+datadir         = /var/lib/mysql
+
+#
+# Remove leading # and set to the amount of RAM for the most important data
+# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
+# innodb_buffer_pool_size = 128M
+#
+# Remove leading # to turn on a very important data integrity option: logging
+# changes to the binary log between backups.
+# log_bin
+#
+# Remove leading # to set options mainly useful for reporting servers.
+# The server defaults are faster for transactions and fast SELECTs.
+# Adjust sizes as needed, experiment to find the optimal values.
+# join_buffer_size = 128M
+# sort_buffer_size = 2M
+# read_rnd_buffer_size = 2M
+
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
+# Recommended in standard MySQL setup
+sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
+
+[mysqld_safe]
+log-error       = /var/log/mysqld.log
+pid-file        = /run/mysqld/mysqld.pid

Deleted: community-i686/mysql-user.conf
===================================================================
--- community-i686/mysql-user.conf	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-i686/mysql-user.conf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1 +0,0 @@
-u mysql 89 "MySQL user"

Copied: percona-server/repos/community-i686/mysql-user.conf (from rev 210807, percona-server/trunk/mysql-user.conf)
===================================================================
--- community-i686/mysql-user.conf	                        (rev 0)
+++ community-i686/mysql-user.conf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1 @@
+u mysql 89 "MySQL user"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-x86_64/PKGBUILD	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.16_10
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=3
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 'pam' 'numactl' 'jemalloc')
-license=('GPL' 'AGPL')
-url="https://www.percona.com/software/mysql-database/percona-server"
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"
-        "https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz"
-        'my.cnf'
-        'mysql-user.conf')
-sha256sums=('1e88233d4bc5fd9a6910f2cc01ad5aca7d751f036cdba5a1c9954e1e25300347'
-            '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-            'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-            'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
-
-prepare() {
-	cd $pkgbase-$_pkgver
-	rm -v sql/sql_yacc.{cc,h}
-
-	sed 's|${fullhostname}|"archbuild"|' \
-		-i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-	rm -rf build
-	mkdir build
-	cd build
-
-	cmake ../$pkgbase-$_pkgver \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DBUILD_CONFIG=mysql_release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DSYSCONFDIR=/etc/mysql \
-		-DMYSQL_DATADIR=/var/lib/mysql \
-		-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-		-DDEFAULT_CHARSET=utf8 \
-		-DDEFAULT_COLLATION=utf8_general_ci \
-		-DENABLED_LOCAL_INFILE=ON \
-		-DINSTALL_INFODIR=share/mysql/docs \
-		-DINSTALL_MANDIR=share/man \
-		-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-		-DINSTALL_SCRIPTDIR=bin \
-		-DINSTALL_INCLUDEDIR=include/perconaserver \
-		-DINSTALL_DOCREADMEDIR=share/mysql \
-		-DINSTALL_SUPPORTFILESDIR=share/mysql \
-		-DINSTALL_MYSQLSHAREDIR=share/mysql \
-		-DINSTALL_DOCDIR=share/mysql/docs \
-		-DINSTALL_SHAREDIR=share/mysql \
-		-DWITH_ZLIB=system \
-		-DWITH_SSL=system \
-		-DWITH_LIBWRAP=OFF \
-		-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-		-DWITH_UNIT_TESTS=OFF \
-		-DWITH_PAM=ON \
-		-DWITH_EXTRA_CHARSETS=complex \
-		-DWITH_EMBEDDED_SERVER=ON \
-		-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-		-DWITH_INNODB_MEMCACHED=ON \
-		-DWITH_INNOBASE_STORAGE_ENGINE=ON \
-		-DWITH_PARTITION_STORAGE_ENGINE=ON \
-		-DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-		-DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-		-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-		-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-		-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-		-DWITH_SYSTEMD=1 \
-		-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \
-		-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks -Wno-error=nonnull-compare -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-maybe-uninitialized" \
-		-DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now" \
-		-DWITH_BOOST="../boost_${_boost_ver//./_}" \
-		-DWITH_NUMA=ON
-
-	make
-}
-
-package_libperconaserverclient() {
-	pkgdesc='Percona Server client libraries'
-	depends=('openssl' 'zlib')
-
-	cd build
-	for dir in include libmysql libmysqld libservices; do
-		make -C $dir DESTDIR="$pkgdir" install
-	done
-
-  # Conflicting files with libmariadbclient
-	rm "$pkgdir"/usr/lib/libmysql*
-
-	install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config
-	install -d "$pkgdir"/usr/share/man/man1
-	install -m644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 "$pkgdir"/usr/share/man/man1/perconaserver_config.1
-}
-
-package_percona-server-clients() {
-	pkgdesc='Percona Server client tools'
-	depends=('libperconaserverclient' 'zlib' 'openssl' 'jemalloc')
-	conflicts=('mysql-clients')
-	provides=("mysql-clients=$_myver" "mariadb-clients=$_myver")
-
-	cd build
-	make -C client DESTDIR="$pkgdir" install
-
-	# install man pages
-	install -d "$pkgdir"/usr/share/man/man1
-	for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap mysqlpump; do
-		install -m644 "$srcdir"/$pkgbase-$_pkgver/man/$man.1 "$pkgdir"/usr/share/man/man1/$man.1
-	done
-
-	# provided by percona-server
-	rm "$pkgdir"/usr/bin/mysql{_plugin,_upgrade,binlog,test,_config_editor,_install_db,_secure_installation,_ssl_rsa_setup}
-}
-
-package_percona-server() {
-	pkgdesc='Drop-in replacement for MySQL that provides improved performance, diagnostics, instrumentation and TokuDB storage engine'
-	backup=('etc/mysql/my.cnf')
-	depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl')
-	optdepends=('perl-dbd-mysql')
-	conflicts=('mysql')
-	provides=("mysql=$_myver" "mariadb=$_myver")
-	options=('emptydirs')
-
-	cd build
-	make DESTDIR="$pkgdir" install
-
-	install -Dm644 ../my.cnf "$pkgdir"/etc/mysql/my.cnf
-	install -Dm644 ../mysql-user.conf "$pkgdir"/usr/lib/sysusers.d/mysql.conf
-
-  cd "$pkgdir"
-  mv usr/usr/lib/* usr/lib
-  rm -rf usr/usr
-
-	# Move documentation
-	install -dm755 usr/share/doc
-	mv usr/share/mysql/docs usr/share/doc/$pkgname
-	mv usr/share/mysql/{COPYING,README.MySQL} usr/share/doc/$pkgname/
-
-	if [ -f usr/PATENTS ]; then
-		mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
-		rm usr/COPYING.*
-	fi
-
-	# provided by libperconaserverclient
-	rm usr/bin/mysql_config
-	rm usr/lib/lib{mysql,perconaserver}*
-	rm -r usr/include/
-	rm usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
-
-	# provided by percona-server-clients
-	rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump}
-	rm usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump}.1
-
-	# deprecated/unused
-	rm usr/bin/replace
-	rm usr/share/man/man1/replace.1
-
-	# not needed
-	rm -r usr/mysql-test
-	rm usr/share/man/man1/mysql-test-run.pl.1
-}

Copied: percona-server/repos/community-x86_64/PKGBUILD (from rev 210807, percona-server/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgbase=percona-server
+pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
+pkgver=5.7.17_11
+_boost_ver=1.59.0
+_pkgver=${pkgver/_/-}
+_myver=${pkgver/_rel*}
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 'pam' 'numactl' 'jemalloc')
+license=('GPL' 'AGPL')
+url="https://www.percona.com/software/mysql-database/percona-server"
+source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz"
+        "https://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz"
+        'my.cnf'
+        'mysql-user.conf')
+sha256sums=('755742455a370ae0b10ee2533a4e32a1c02585075ce2460bdbfa2cf9a3b89c8c'
+            '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
+            'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
+            'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e')
+
+prepare() {
+	cd $pkgbase-$_pkgver
+	rm -v sql/sql_yacc.{cc,h}
+
+	sed 's|${fullhostname}|"archbuild"|' \
+		-i storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
+}
+
+build() {
+	rm -rf build
+	mkdir build
+	cd build
+
+	cmake ../$pkgbase-$_pkgver \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DBUILD_CONFIG=mysql_release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DSYSCONFDIR=/etc/mysql \
+		-DMYSQL_DATADIR=/var/lib/mysql \
+		-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+		-DDEFAULT_CHARSET=utf8 \
+		-DDEFAULT_COLLATION=utf8_general_ci \
+		-DENABLED_LOCAL_INFILE=ON \
+		-DINSTALL_INFODIR=share/mysql/docs \
+		-DINSTALL_MANDIR=share/man \
+		-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+		-DINSTALL_SCRIPTDIR=bin \
+		-DINSTALL_INCLUDEDIR=include/perconaserver \
+		-DINSTALL_DOCREADMEDIR=share/mysql \
+		-DINSTALL_SUPPORTFILESDIR=share/mysql \
+		-DINSTALL_MYSQLSHAREDIR=share/mysql \
+		-DINSTALL_DOCDIR=share/mysql/docs \
+		-DINSTALL_SHAREDIR=share/mysql \
+		-DWITH_ZLIB=system \
+		-DWITH_SSL=system \
+		-DWITH_LIBWRAP=OFF \
+		-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
+		-DWITH_UNIT_TESTS=OFF \
+		-DWITH_PAM=ON \
+		-DWITH_EXTRA_CHARSETS=complex \
+		-DWITH_EMBEDDED_SERVER=ON \
+		-DWITH_EMBEDDED_SHARED_LIBRARY=ON \
+		-DWITH_INNODB_MEMCACHED=ON \
+		-DWITH_INNOBASE_STORAGE_ENGINE=ON \
+		-DWITH_PARTITION_STORAGE_ENGINE=ON \
+		-DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
+		-DWITH_ARCHIVE_STORAGE_ENGINE=ON \
+		-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
+		-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
+		-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
+		-DWITH_SYSTEMD=1 \
+		-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \
+		-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-delete-null-pointer-checks -Wno-error=nonnull-compare -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-maybe-uninitialized" \
+		-DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now" \
+		-DWITH_BOOST="../boost_${_boost_ver//./_}" \
+		-DWITH_NUMA=ON
+
+	make
+}
+
+package_libperconaserverclient() {
+	pkgdesc='Percona Server client libraries'
+	depends=('openssl' 'zlib')
+
+	cd build
+	for dir in include libmysql libmysqld libservices; do
+		make -C $dir DESTDIR="$pkgdir" install
+	done
+
+  # Conflicting files with libmariadbclient
+	rm "$pkgdir"/usr/lib/libmysql*
+
+	install -Dm755 scripts/mysql_config "$pkgdir"/usr/bin/perconaserver_config
+	install -d "$pkgdir"/usr/share/man/man1
+	install -m644 "$srcdir"/$pkgbase-$_pkgver/man/mysql_config.1 "$pkgdir"/usr/share/man/man1/perconaserver_config.1
+}
+
+package_percona-server-clients() {
+	pkgdesc='Percona Server client tools'
+	depends=('libperconaserverclient' 'zlib' 'openssl' 'jemalloc')
+	conflicts=('mysql-clients')
+	provides=("mysql-clients=$_myver" "mariadb-clients=$_myver")
+
+	cd build
+	make -C client DESTDIR="$pkgdir" install
+
+	# install man pages
+	install -d "$pkgdir"/usr/share/man/man1
+	for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap mysqlpump; do
+		install -m644 "$srcdir"/$pkgbase-$_pkgver/man/$man.1 "$pkgdir"/usr/share/man/man1/$man.1
+	done
+
+	# provided by percona-server
+	rm "$pkgdir"/usr/bin/mysql{_plugin,_upgrade,binlog,test,_config_editor,_install_db,_secure_installation,_ssl_rsa_setup}
+}
+
+package_percona-server() {
+	pkgdesc='Drop-in replacement for MySQL that provides improved performance, diagnostics, instrumentation and TokuDB storage engine'
+	backup=('etc/mysql/my.cnf')
+	depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl')
+	optdepends=('perl-dbd-mysql')
+	conflicts=('mysql')
+	provides=("mysql=$_myver" "mariadb=$_myver")
+	options=('emptydirs')
+
+	cd build
+	make DESTDIR="$pkgdir" install
+
+	install -Dm644 ../my.cnf "$pkgdir"/etc/mysql/my.cnf
+	install -Dm644 ../mysql-user.conf "$pkgdir"/usr/lib/sysusers.d/mysql.conf
+
+  cd "$pkgdir"
+  mv usr/usr/lib/* usr/lib
+  rm -rf usr/usr
+
+	# Move documentation
+	install -dm755 usr/share/doc
+	mv usr/share/mysql/docs usr/share/doc/$pkgname
+	mv usr/share/mysql/{COPYING,README.MySQL} usr/share/doc/$pkgname/
+
+	if [ -f usr/PATENTS ]; then
+		mv usr/{PATENTS,README.md} usr/share/doc/$pkgname/
+		rm usr/COPYING.*
+	fi
+
+	# provided by libperconaserverclient
+	rm usr/bin/mysql_config
+	rm usr/lib/lib{mysql,perconaserver}*
+	rm -r usr/include/
+	rm usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
+
+	# provided by percona-server-clients
+	rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump}
+	rm usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump}.1
+
+	# deprecated/unused
+	rm usr/bin/replace
+	rm usr/share/man/man1/replace.1
+
+	# not needed
+	rm -r usr/mysql-test
+	rm usr/share/man/man1/mysql-test-run.pl.1
+}

Deleted: community-x86_64/my.cnf
===================================================================
--- community-x86_64/my.cnf	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-x86_64/my.cnf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1,38 +0,0 @@
-# For advice on how to change settings please see
-# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
-
-[client]
-#password       = your_password
-port            = 3306
-socket          = /run/mysqld/mysqld.sock
-
-[mysqld]
-port            = 3306
-socket          = /run/mysqld/mysqld.sock
-datadir         = /var/lib/mysql
-
-#
-# Remove leading # and set to the amount of RAM for the most important data
-# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
-# innodb_buffer_pool_size = 128M
-#
-# Remove leading # to turn on a very important data integrity option: logging
-# changes to the binary log between backups.
-# log_bin
-#
-# Remove leading # to set options mainly useful for reporting servers.
-# The server defaults are faster for transactions and fast SELECTs.
-# Adjust sizes as needed, experiment to find the optimal values.
-# join_buffer_size = 128M
-# sort_buffer_size = 2M
-# read_rnd_buffer_size = 2M
-
-# Disabling symbolic-links is recommended to prevent assorted security risks
-symbolic-links=0
-
-# Recommended in standard MySQL setup
-sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
-
-[mysqld_safe]
-log-error       = /var/log/mysqld.log
-pid-file        = /run/mysqld/mysqld.pid

Copied: percona-server/repos/community-x86_64/my.cnf (from rev 210807, percona-server/trunk/my.cnf)
===================================================================
--- community-x86_64/my.cnf	                        (rev 0)
+++ community-x86_64/my.cnf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1,38 @@
+# For advice on how to change settings please see
+# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
+
+[client]
+#password       = your_password
+port            = 3306
+socket          = /run/mysqld/mysqld.sock
+
+[mysqld]
+port            = 3306
+socket          = /run/mysqld/mysqld.sock
+datadir         = /var/lib/mysql
+
+#
+# Remove leading # and set to the amount of RAM for the most important data
+# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
+# innodb_buffer_pool_size = 128M
+#
+# Remove leading # to turn on a very important data integrity option: logging
+# changes to the binary log between backups.
+# log_bin
+#
+# Remove leading # to set options mainly useful for reporting servers.
+# The server defaults are faster for transactions and fast SELECTs.
+# Adjust sizes as needed, experiment to find the optimal values.
+# join_buffer_size = 128M
+# sort_buffer_size = 2M
+# read_rnd_buffer_size = 2M
+
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
+# Recommended in standard MySQL setup
+sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
+
+[mysqld_safe]
+log-error       = /var/log/mysqld.log
+pid-file        = /run/mysqld/mysqld.pid

Deleted: community-x86_64/mysql-user.conf
===================================================================
--- community-x86_64/mysql-user.conf	2017-02-07 15:21:44 UTC (rev 210807)
+++ community-x86_64/mysql-user.conf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -1 +0,0 @@
-u mysql 89 "MySQL user"

Copied: percona-server/repos/community-x86_64/mysql-user.conf (from rev 210807, percona-server/trunk/mysql-user.conf)
===================================================================
--- community-x86_64/mysql-user.conf	                        (rev 0)
+++ community-x86_64/mysql-user.conf	2017-02-07 15:21:54 UTC (rev 210808)
@@ -0,0 +1 @@
+u mysql 89 "MySQL user"



More information about the arch-commits mailing list