From 2faa7dcd5ce026cdb440edb8d91bde72d77de2f6 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 15 May 2019 12:08:14 +0300 Subject: Updated debian packages to 10.5 --- debian/autobake-deb.sh | 8 +- debian/changelog | 6 + debian/control | 122 +++++++----- debian/mariadb-client-10.4.README.Debian | 4 - debian/mariadb-client-10.4.docs | 2 - debian/mariadb-client-10.4.install | 22 --- debian/mariadb-client-10.4.links | 6 - debian/mariadb-client-10.4.manpages | 2 - debian/mariadb-client-10.4.menu | 3 - debian/mariadb-client-10.5.README.Debian | 4 + debian/mariadb-client-10.5.docs | 2 + debian/mariadb-client-10.5.install | 22 +++ debian/mariadb-client-10.5.links | 6 + debian/mariadb-client-10.5.manpages | 2 + debian/mariadb-client-10.5.menu | 3 + debian/mariadb-client-core-10.4.install | 4 - debian/mariadb-client-core-10.5.install | 4 + debian/mariadb-plugin-tokudb.install | 2 +- debian/mariadb-server-10.4.README.Debian | 95 ---------- debian/mariadb-server-10.4.config | 14 -- debian/mariadb-server-10.4.dirs | 1 - debian/mariadb-server-10.4.install | 101 ---------- .../mariadb-server-10.4.logcheck.ignore.paranoid | 9 - debian/mariadb-server-10.4.logcheck.ignore.server | 32 ---- ...mariadb-server-10.4.logcheck.ignore.workstation | 32 ---- debian/mariadb-server-10.4.mysql-server.logrotate | 20 -- debian/mariadb-server-10.4.mysql.default | 23 --- debian/mariadb-server-10.4.mysql.init | 193 ------------------- debian/mariadb-server-10.4.postinst | 194 ------------------- debian/mariadb-server-10.4.postrm | 78 -------- debian/mariadb-server-10.4.preinst | 211 --------------------- debian/mariadb-server-10.4.prerm | 10 - debian/mariadb-server-10.4.py | 52 ----- debian/mariadb-server-10.4.templates | 76 -------- debian/mariadb-server-10.4.triggers | 2 - debian/mariadb-server-10.5.README.Debian | 95 ++++++++++ debian/mariadb-server-10.5.config | 14 ++ debian/mariadb-server-10.5.dirs | 1 + debian/mariadb-server-10.5.install | 101 ++++++++++ .../mariadb-server-10.5.logcheck.ignore.paranoid | 9 + debian/mariadb-server-10.5.logcheck.ignore.server | 32 ++++ ...mariadb-server-10.5.logcheck.ignore.workstation | 32 ++++ debian/mariadb-server-10.5.mysql-server.logrotate | 20 ++ debian/mariadb-server-10.5.mysql.default | 23 +++ debian/mariadb-server-10.5.mysql.init | 193 +++++++++++++++++++ debian/mariadb-server-10.5.postinst | 194 +++++++++++++++++++ debian/mariadb-server-10.5.postrm | 78 ++++++++ debian/mariadb-server-10.5.preinst | 211 +++++++++++++++++++++ debian/mariadb-server-10.5.prerm | 10 + debian/mariadb-server-10.5.py | 52 +++++ debian/mariadb-server-10.5.templates | 76 ++++++++ debian/mariadb-server-10.5.triggers | 2 + debian/mariadb-server-core-10.4.install | 33 ---- debian/mariadb-server-core-10.5.install | 33 ++++ debian/not-installed | 18 +- debian/po/POTFILES.in | 2 +- debian/po/ar.po | 46 ++--- debian/po/ca.po | 48 ++--- debian/po/cs.po | 50 ++--- debian/po/da.po | 50 ++--- debian/po/de.po | 44 ++--- debian/po/es.po | 50 ++--- debian/po/eu.po | 48 ++--- debian/po/fr.po | 48 ++--- debian/po/gl.po | 46 ++--- debian/po/it.po | 48 ++--- debian/po/ja.po | 48 ++--- debian/po/nb.po | 44 ++--- debian/po/nl.po | 46 ++--- debian/po/pt.po | 46 ++--- debian/po/pt_BR.po | 50 ++--- debian/po/ro.po | 44 ++--- debian/po/ru.po | 48 ++--- debian/po/sv.po | 48 ++--- debian/po/templates.pot | 46 ++--- debian/po/tr.po | 48 ++--- debian/rules | 8 +- 77 files changed, 1795 insertions(+), 1755 deletions(-) delete mode 100644 debian/mariadb-client-10.4.README.Debian delete mode 100644 debian/mariadb-client-10.4.docs delete mode 100644 debian/mariadb-client-10.4.install delete mode 100644 debian/mariadb-client-10.4.links delete mode 100644 debian/mariadb-client-10.4.manpages delete mode 100644 debian/mariadb-client-10.4.menu create mode 100644 debian/mariadb-client-10.5.README.Debian create mode 100644 debian/mariadb-client-10.5.docs create mode 100644 debian/mariadb-client-10.5.install create mode 100644 debian/mariadb-client-10.5.links create mode 100644 debian/mariadb-client-10.5.manpages create mode 100644 debian/mariadb-client-10.5.menu delete mode 100644 debian/mariadb-client-core-10.4.install create mode 100644 debian/mariadb-client-core-10.5.install delete mode 100644 debian/mariadb-server-10.4.README.Debian delete mode 100644 debian/mariadb-server-10.4.config delete mode 100644 debian/mariadb-server-10.4.dirs delete mode 100644 debian/mariadb-server-10.4.install delete mode 100644 debian/mariadb-server-10.4.logcheck.ignore.paranoid delete mode 100644 debian/mariadb-server-10.4.logcheck.ignore.server delete mode 100644 debian/mariadb-server-10.4.logcheck.ignore.workstation delete mode 100644 debian/mariadb-server-10.4.mysql-server.logrotate delete mode 100644 debian/mariadb-server-10.4.mysql.default delete mode 100644 debian/mariadb-server-10.4.mysql.init delete mode 100644 debian/mariadb-server-10.4.postinst delete mode 100644 debian/mariadb-server-10.4.postrm delete mode 100644 debian/mariadb-server-10.4.preinst delete mode 100644 debian/mariadb-server-10.4.prerm delete mode 100644 debian/mariadb-server-10.4.py delete mode 100644 debian/mariadb-server-10.4.templates delete mode 100644 debian/mariadb-server-10.4.triggers create mode 100644 debian/mariadb-server-10.5.README.Debian create mode 100644 debian/mariadb-server-10.5.config create mode 100644 debian/mariadb-server-10.5.dirs create mode 100644 debian/mariadb-server-10.5.install create mode 100644 debian/mariadb-server-10.5.logcheck.ignore.paranoid create mode 100644 debian/mariadb-server-10.5.logcheck.ignore.server create mode 100644 debian/mariadb-server-10.5.logcheck.ignore.workstation create mode 100644 debian/mariadb-server-10.5.mysql-server.logrotate create mode 100644 debian/mariadb-server-10.5.mysql.default create mode 100644 debian/mariadb-server-10.5.mysql.init create mode 100644 debian/mariadb-server-10.5.postinst create mode 100644 debian/mariadb-server-10.5.postrm create mode 100644 debian/mariadb-server-10.5.preinst create mode 100644 debian/mariadb-server-10.5.prerm create mode 100644 debian/mariadb-server-10.5.py create mode 100644 debian/mariadb-server-10.5.templates create mode 100644 debian/mariadb-server-10.5.triggers delete mode 100644 debian/mariadb-server-core-10.4.install create mode 100644 debian/mariadb-server-core-10.5.install diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 7d2301c7369..d2bf2aaabd1 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -67,9 +67,9 @@ then sed 's/ --with systemd//' -i debian/rules sed '/systemd/d' -i debian/rules sed '/\.service/d' -i debian/rules - sed '/galera_new_cluster/d' -i debian/mariadb-server-10.4.install - sed '/galera_recovery/d' -i debian/mariadb-server-10.4.install - sed '/mariadb-service-convert/d' -i debian/mariadb-server-10.4.install + sed '/galera_new_cluster/d' -i debian/mariadb-server-10.5.install + sed '/galera_recovery/d' -i debian/mariadb-server-10.5.install + sed '/mariadb-service-convert/d' -i debian/mariadb-server-10.5.install fi # If libzstd-dev is not available (before Debian Stretch and Ubuntu Xenial) @@ -113,7 +113,7 @@ then sed -i -e "/Package: mariadb-plugin-mroonga/,/^$/d" debian/control sed -i -e "/Package: mariadb-plugin-spider/,/^$/d" debian/control sed -i -e "/Package: mariadb-plugin-oqgraph/,/^$/d" debian/control - sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.4.install + sed -i -e "/usr\/lib\/mysql\/plugin\/ha_sphinx.so/d" debian/mariadb-server-10.5.install sed -i -e "/Package: libmariadbd-dev/,/^$/d" debian/control fi diff --git a/debian/changelog b/debian/changelog index 053727796d0..581da3bc92f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mariadb-10.5 (1:10.5.0) unstable; urgency=low + + * Initial Release + + -- Vicentiu Ciorbaru Tue, 21 May 2019 13:27:19 +0000 + mariadb-10.4 (1:10.4.0) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 2366cbc9fc2..9082bf52b03 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: mariadb-10.4 +Source: mariadb-10.5 Section: database Priority: optional Maintainer: MariaDB Developers @@ -232,7 +232,7 @@ Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf) This package includes files needed by all versions of the client library (e.g. /etc/mysql/conf.d/mariadb.cnf). -Package: mariadb-client-core-10.4 +Package: mariadb-client-core-10.5 Architecture: any Depends: mariadb-common (>= ${source:Version}), ${misc:Depends}, @@ -241,6 +241,7 @@ Conflicts: mariadb-client-10.0, mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, + mariadb-client-10.4, mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -249,6 +250,7 @@ Conflicts: mariadb-client-10.0, mariadb-client-core-10.1, mariadb-client-core-10.2, mariadb-client-core-10.3, + mariadb-client-core-10.4, mariadb-client-core-5.1, mariadb-client-core-5.2, mariadb-client-core-5.3, @@ -266,6 +268,7 @@ Replaces: mariadb-client-10.0, mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, + mariadb-client-10.4, mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -274,6 +277,7 @@ Replaces: mariadb-client-10.0, mariadb-client-core-10.1, mariadb-client-core-10.2, mariadb-client-core-10.3, + mariadb-client-core-10.4, mariadb-client-core-5.1, mariadb-client-core-5.2, mariadb-client-core-5.3, @@ -302,10 +306,10 @@ Description: MariaDB database core client binaries . This package includes the core client files, as used by Akonadi. -Package: mariadb-client-10.4 +Package: mariadb-client-10.5 Architecture: any Depends: debianutils (>=1.6), - mariadb-client-core-10.4 (>= ${source:Version}), + mariadb-client-core-10.5 (>= ${source:Version}), mariadb-common, ${misc:Depends}, ${perl:Depends}, @@ -315,6 +319,7 @@ Conflicts: mariadb-client (<< ${source:Version}), mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, + mariadb-client-10.4, mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -331,6 +336,7 @@ Replaces: mariadb-client (<< ${source:Version}), mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, + mariadb-client-10.4, mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -362,7 +368,7 @@ Description: MariaDB database client binaries This package includes the client binaries and the additional tools innotop and mysqlreport. -Package: mariadb-server-core-10.4 +Package: mariadb-server-core-10.5 Architecture: any Depends: mariadb-common (>= ${source:Version}), ${misc:Depends}, @@ -371,6 +377,7 @@ Conflicts: mariadb-server-core-10.0, mariadb-server-core-10.1, mariadb-server-core-10.2, mariadb-server-core-10.3, + mariadb-server-core-10.4, mariadb-server-core-5.1, mariadb-server-core-5.2, mariadb-server-core-5.3, @@ -386,16 +393,21 @@ Breaks: mariadb-client-10.0, mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-client-10.4, + mariadb-server-10.4 Replaces: mariadb-client-10.0, mariadb-client-10.1, mariadb-client-10.2, mariadb-client-10.3, mariadb-server-10.3, + mariadb-client-10.4, + mariadb-server-10.4, mariadb-server-core-10.0, mariadb-server-core-10.1, mariadb-server-core-10.2, mariadb-server-core-10.3, + mariadb-server-core-10.4, mariadb-server-core-5.1, mariadb-server-core-5.2, mariadb-server-core-5.3, @@ -422,7 +434,7 @@ Description: MariaDB database core server files . This package includes the core server files, as used by Akonadi. -Package: mariadb-server-10.4 +Package: mariadb-server-10.5 Architecture: any Suggests: mailx, mariadb-test, @@ -438,8 +450,8 @@ Depends: galera-4 (>=26.4), libdbi-perl, lsb-base (>= 3.0-10), lsof, - mariadb-client-10.4 (>= ${source:Version}), - mariadb-server-core-10.4 (>= ${binary:Version}), + mariadb-client-10.5 (>= ${source:Version}), + mariadb-server-core-10.5 (>= ${binary:Version}), passwd, perl (>= 5.6), psmisc, @@ -452,6 +464,7 @@ Conflicts: mariadb-server (<< ${source:Version}), mariadb-server-10.1, mariadb-server-10.2, mariadb-server-10.3, + mariadb-server-10.4, mariadb-server-5.1, mariadb-server-5.2, mariadb-server-5.3, @@ -475,6 +488,7 @@ Replaces: libmariadbclient-dev (<< 5.5.0), mariadb-server-10.1, mariadb-server-10.2, mariadb-server-10.3, + mariadb-server-10.4, mariadb-server-5.1, mariadb-server-5.2, mariadb-server-5.3, @@ -503,11 +517,11 @@ Description: MariaDB database server binaries Package: mariadb-server Architecture: all -Depends: mariadb-server-10.4 (>= ${source:Version}), +Depends: mariadb-server-10.5 (>= ${source:Version}), ${misc:Depends} Description: MariaDB database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of - mariadb-server (currently mariadb-server-10.4), as determined by the MariaDB + mariadb-server (currently mariadb-server-10.5), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you need. That will install the version recommended by the package maintainers. @@ -519,11 +533,11 @@ Description: MariaDB database server (metapackage depending on the latest versio Package: mariadb-client Architecture: all -Depends: mariadb-client-10.4 (>= ${source:Version}), +Depends: mariadb-client-10.5 (>= ${source:Version}), ${misc:Depends} Description: MariaDB database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of - mariadb-client (currently mariadb-client-10.4), as determined by the MariaDB + mariadb-client (currently mariadb-client-10.5), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you want, as this is the one considered to be in the best shape. @@ -533,7 +547,7 @@ Breaks: mariadb-backup-10.1, mariadb-backup-10.2 Replaces: mariadb-backup-10.1, mariadb-backup-10.2 -Depends: mariadb-client-core-10.4 (= ${binary:Version}), +Depends: mariadb-client-core-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Backup tool for MariaDB server @@ -546,16 +560,18 @@ Description: Backup tool for MariaDB server Package: mariadb-plugin-connect Architecture: any Depends: libxml2, - mariadb-server-10.4 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), unixodbc, ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2, - mariadb-connect-engine-10.3 + mariadb-connect-engine-10.3, + mariadb-connect-engine-10.4 Replaces: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2, - mariadb-connect-engine-10.3 + mariadb-connect-engine-10.3, + mariadb-connect-engine-10.4 Description: Connect storage engine for MariaDB Connect engine supports a number of file formats (dbf, xml, txt, bin, etc), connections to ODBC tables and remote MySQL tables, as well as a number of @@ -564,13 +580,15 @@ Description: Connect storage engine for MariaDB Package: mariadb-plugin-rocksdb Architecture: amd64 arm64 mips64el ppc64el -Depends: mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-rocksdb-engine-10.2, - mariadb-rocksdb-engine-10.3 + mariadb-rocksdb-engine-10.3, + mariadb-rocksdb-engine-10.4 Replaces: mariadb-rocksdb-engine-10.2, - mariadb-rocksdb-engine-10.3 + mariadb-rocksdb-engine-10.3, + mariadb-rocksdb-engine-10.4 Recommends: python-mysqldb Description: RocksDB storage engine for MariaDB The RocksDB storage engine is a high performance storage engine, aimed @@ -580,15 +598,17 @@ Description: RocksDB storage engine for MariaDB Package: mariadb-plugin-oqgraph Architecture: any Depends: libjudydebian1, - mariadb-server-10.4 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2, - mariadb-oqgraph-engine-10.3 + mariadb-oqgraph-engine-10.3, + mariadb-oqgraph-engine-10.4 Replaces: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2, - mariadb-oqgraph-engine-10.3 + mariadb-oqgraph-engine-10.3, + mariadb-oqgraph-engine-10.4 Description: OQGraph storage engine for MariaDB The OQGraph engine is a computation engine plugin for handling hierarchies (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. @@ -597,17 +617,19 @@ Description: OQGraph storage engine for MariaDB Package: mariadb-plugin-tokudb Architecture: amd64 Depends: libjemalloc1 (>= 3.0.0~) | libjemalloc2, - mariadb-server-10.4 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Replaces: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Description: TokuDB storage engine for MariaDB The TokuDB storage engine is for use in high-performance and write-intensive environments, offering increased compression and better performance based @@ -616,17 +638,19 @@ Description: TokuDB storage engine for MariaDB Package: mariadb-plugin-mroonga Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx -Depends: mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Replaces: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Description: Mroonga storage engine for MariaDB Mroonga (formerly named Groonga Storage Engine) is a storage engine that provides fast CJK-ready full text searching using column store. @@ -634,17 +658,19 @@ Description: Mroonga storage engine for MariaDB Package: mariadb-plugin-spider Architecture: any -Depends: mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Replaces: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Description: Spider storage engine for MariaDB The Spider storage engine with built-in sharding features. It supports partitioning and xa transactions, and allows tables of different MariaDB @@ -653,17 +679,19 @@ Description: Spider storage engine for MariaDB Package: mariadb-plugin-cassandra Architecture: any -Depends: mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Replaces: mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, - mariadb-server-10.3 + mariadb-server-10.3, + mariadb-server-10.4 Description: Cassandra storage engine for MariaDB The Cassandra Storage Engine allows access to data in a Cassandra cluster from MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage @@ -675,15 +703,17 @@ Description: Cassandra storage engine for MariaDB Package: mariadb-plugin-gssapi-server Architecture: any Depends: libgssapi-krb5-2, - mariadb-server-10.4 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2, - mariadb-gssapi-server-10.3 + mariadb-gssapi-server-10.3, + mariadb-gssapi-server-10.4 Replaces: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2, - mariadb-gssapi-server-10.3 + mariadb-gssapi-server-10.3, + mariadb-gssapi-server-10.4 Description: GSSAPI authentication plugin for MariaDB server This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. @@ -693,15 +723,17 @@ Description: GSSAPI authentication plugin for MariaDB server Package: mariadb-plugin-gssapi-client Architecture: any Depends: libgssapi-krb5-2, - mariadb-client-10.4 (= ${binary:Version}), + mariadb-client-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2, - mariadb-gssapi-client-10.3 + mariadb-gssapi-client-10.3, + mariadb-gssapi-client-10.4 Replaces: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2, - mariadb-gssapi-client-10.3 + mariadb-gssapi-client-10.3, + mariadb-gssapi-client-10.4 Description: GSSAPI authentication plugin for MariaDB client This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. @@ -711,7 +743,7 @@ Description: GSSAPI authentication plugin for MariaDB client Package: mariadb-plugin-cracklib-password-check Architecture: any Depends: libcrack2 (>= 2.9.0), - mariadb-server-10.4 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: CrackLib Password Validation Plugin for MariaDB @@ -720,8 +752,8 @@ Description: CrackLib Password Validation Plugin for MariaDB Package: mariadb-test Architecture: any -Depends: mariadb-client-10.4 (= ${binary:Version}), - mariadb-server-10.4 (= ${binary:Version}), +Depends: mariadb-client-10.5 (= ${binary:Version}), + mariadb-server-10.5 (= ${binary:Version}), mariadb-test-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} @@ -730,6 +762,7 @@ Breaks: mariadb-server-5.5, mariadb-test-10.1, mariadb-test-10.2, mariadb-test-10.3, + mariadb-test-10.4, mariadb-test-5.5, mysql-testsuite, mysql-testsuite-5.5, @@ -741,6 +774,7 @@ Replaces: mariadb-server-5.5, mariadb-test-10.1, mariadb-test-10.2, mariadb-test-10.3, + mariadb-test-10.4, mariadb-test-5.5, mysql-testsuite, mysql-testsuite-5.5, diff --git a/debian/mariadb-client-10.4.README.Debian b/debian/mariadb-client-10.4.README.Debian deleted file mode 100644 index 64f0f509951..00000000000 --- a/debian/mariadb-client-10.4.README.Debian +++ /dev/null @@ -1,4 +0,0 @@ -FAQ: - -Q: My completion is gone, why? -A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf! diff --git a/debian/mariadb-client-10.4.docs b/debian/mariadb-client-10.4.docs deleted file mode 100644 index c09092629c3..00000000000 --- a/debian/mariadb-client-10.4.docs +++ /dev/null @@ -1,2 +0,0 @@ -README.md -debian/additions/innotop/changelog.innotop diff --git a/debian/mariadb-client-10.4.install b/debian/mariadb-client-10.4.install deleted file mode 100644 index 945bf77c689..00000000000 --- a/debian/mariadb-client-10.4.install +++ /dev/null @@ -1,22 +0,0 @@ -debian/additions/innotop/innotop usr/bin/ -debian/additions/mysqlreport usr/bin/ -usr/bin/mysql_find_rows -usr/bin/mysql_fix_extensions -usr/bin/mysql_waitpid -usr/bin/mysqlaccess -usr/bin/mysqladmin -usr/bin/mysqldump -usr/bin/mysqldumpslow -usr/bin/mysqlimport -usr/bin/mysqlshow -usr/bin/mysqlslap -usr/share/man/man1/mysql_find_rows.1 -usr/share/man/man1/mysql_fix_extensions.1 -usr/share/man/man1/mysql_waitpid.1 -usr/share/man/man1/mysqlaccess.1 -usr/share/man/man1/mysqladmin.1 -usr/share/man/man1/mysqldump.1 -usr/share/man/man1/mysqldumpslow.1 -usr/share/man/man1/mysqlimport.1 -usr/share/man/man1/mysqlshow.1 -usr/share/man/man1/mysqlslap.1 diff --git a/debian/mariadb-client-10.4.links b/debian/mariadb-client-10.4.links deleted file mode 100644 index 4a504969246..00000000000 --- a/debian/mariadb-client-10.4.links +++ /dev/null @@ -1,6 +0,0 @@ -usr/bin/mysqlcheck usr/bin/mysqlanalyze -usr/bin/mysqlcheck usr/bin/mysqloptimize -usr/bin/mysqlcheck usr/bin/mysqlrepair -usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlanalyze.1.gz -usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqloptimize.1.gz -usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlrepair.1.gz diff --git a/debian/mariadb-client-10.4.manpages b/debian/mariadb-client-10.4.manpages deleted file mode 100644 index 6f3e2bc188c..00000000000 --- a/debian/mariadb-client-10.4.manpages +++ /dev/null @@ -1,2 +0,0 @@ -debian/additions/innotop/innotop.1 -debian/additions/mysqlreport.1 diff --git a/debian/mariadb-client-10.4.menu b/debian/mariadb-client-10.4.menu deleted file mode 100644 index 58f7ebfc45f..00000000000 --- a/debian/mariadb-client-10.4.menu +++ /dev/null @@ -1,3 +0,0 @@ -# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ -?package(mariadb-client-10.4):needs="text" section="Applications/Data Management"\ - title="Innotop" command="/usr/bin/innotop" diff --git a/debian/mariadb-client-10.5.README.Debian b/debian/mariadb-client-10.5.README.Debian new file mode 100644 index 00000000000..64f0f509951 --- /dev/null +++ b/debian/mariadb-client-10.5.README.Debian @@ -0,0 +1,4 @@ +FAQ: + +Q: My completion is gone, why? +A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf! diff --git a/debian/mariadb-client-10.5.docs b/debian/mariadb-client-10.5.docs new file mode 100644 index 00000000000..c09092629c3 --- /dev/null +++ b/debian/mariadb-client-10.5.docs @@ -0,0 +1,2 @@ +README.md +debian/additions/innotop/changelog.innotop diff --git a/debian/mariadb-client-10.5.install b/debian/mariadb-client-10.5.install new file mode 100644 index 00000000000..945bf77c689 --- /dev/null +++ b/debian/mariadb-client-10.5.install @@ -0,0 +1,22 @@ +debian/additions/innotop/innotop usr/bin/ +debian/additions/mysqlreport usr/bin/ +usr/bin/mysql_find_rows +usr/bin/mysql_fix_extensions +usr/bin/mysql_waitpid +usr/bin/mysqlaccess +usr/bin/mysqladmin +usr/bin/mysqldump +usr/bin/mysqldumpslow +usr/bin/mysqlimport +usr/bin/mysqlshow +usr/bin/mysqlslap +usr/share/man/man1/mysql_find_rows.1 +usr/share/man/man1/mysql_fix_extensions.1 +usr/share/man/man1/mysql_waitpid.1 +usr/share/man/man1/mysqlaccess.1 +usr/share/man/man1/mysqladmin.1 +usr/share/man/man1/mysqldump.1 +usr/share/man/man1/mysqldumpslow.1 +usr/share/man/man1/mysqlimport.1 +usr/share/man/man1/mysqlshow.1 +usr/share/man/man1/mysqlslap.1 diff --git a/debian/mariadb-client-10.5.links b/debian/mariadb-client-10.5.links new file mode 100644 index 00000000000..4a504969246 --- /dev/null +++ b/debian/mariadb-client-10.5.links @@ -0,0 +1,6 @@ +usr/bin/mysqlcheck usr/bin/mysqlanalyze +usr/bin/mysqlcheck usr/bin/mysqloptimize +usr/bin/mysqlcheck usr/bin/mysqlrepair +usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlanalyze.1.gz +usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqloptimize.1.gz +usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlrepair.1.gz diff --git a/debian/mariadb-client-10.5.manpages b/debian/mariadb-client-10.5.manpages new file mode 100644 index 00000000000..6f3e2bc188c --- /dev/null +++ b/debian/mariadb-client-10.5.manpages @@ -0,0 +1,2 @@ +debian/additions/innotop/innotop.1 +debian/additions/mysqlreport.1 diff --git a/debian/mariadb-client-10.5.menu b/debian/mariadb-client-10.5.menu new file mode 100644 index 00000000000..bb9d6f9076d --- /dev/null +++ b/debian/mariadb-client-10.5.menu @@ -0,0 +1,3 @@ +# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ +?package(mariadb-client-10.5):needs="text" section="Applications/Data Management"\ + title="Innotop" command="/usr/bin/innotop" diff --git a/debian/mariadb-client-core-10.4.install b/debian/mariadb-client-core-10.4.install deleted file mode 100644 index a2781309439..00000000000 --- a/debian/mariadb-client-core-10.4.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/bin/mysql -usr/bin/mysqlcheck -usr/share/man/man1/mysql.1 -usr/share/man/man1/mysqlcheck.1 diff --git a/debian/mariadb-client-core-10.5.install b/debian/mariadb-client-core-10.5.install new file mode 100644 index 00000000000..a2781309439 --- /dev/null +++ b/debian/mariadb-client-core-10.5.install @@ -0,0 +1,4 @@ +usr/bin/mysql +usr/bin/mysqlcheck +usr/share/man/man1/mysql.1 +usr/share/man/man1/mysqlcheck.1 diff --git a/debian/mariadb-plugin-tokudb.install b/debian/mariadb-plugin-tokudb.install index 40dd0e78c65..3e970530f2b 100644 --- a/debian/mariadb-plugin-tokudb.install +++ b/debian/mariadb-plugin-tokudb.install @@ -3,6 +3,6 @@ etc/systemd/system/mariadb.service.d/tokudb.conf usr/bin/tokuft_logprint usr/bin/tokuftdump usr/lib/mysql/plugin/ha_tokudb.so -usr/share/doc/mariadb-server-10.4/README.md usr/share/doc/mariadb-plugin-tokudb/README.md +usr/share/doc/mariadb-server-10.5/README.md usr/share/doc/mariadb-plugin-tokudb/README.md usr/share/man/man1/tokuft_logprint.1 usr/share/man/man1/tokuftdump.1 diff --git a/debian/mariadb-server-10.4.README.Debian b/debian/mariadb-server-10.4.README.Debian deleted file mode 100644 index 5a05f196042..00000000000 --- a/debian/mariadb-server-10.4.README.Debian +++ /dev/null @@ -1,95 +0,0 @@ -* MYSQL WON'T START OR STOP?: -============================= -You may never ever delete the mysql user "root". Although it has no password -is set, the unix_auth plugin ensure that it can only be run locally as the root -user. - -* WHAT TO DO AFTER UPGRADES: -============================ -The privilege tables are automatically updated so all there is left is read -the release notes on https://mariadb.com/kb/en/release-notes/ to see if any -changes affect custom apps. - -* WHAT TO DO AFTER INSTALLATION: -================================ -The MySQL manual describes certain steps to do at this stage in a separate -chapter. They are not necessary as the Debian packages does them -automatically. - -The only thing that is left over for the admin is - - setting the passwords - - creating new users and databases - - read the rest of this text - -* NETWORKING: -============= -For security reasons, the Debian package has enabled networking only on the -loop-back device using "bind-address" in /etc/mysql/my.cnf. Check with -"netstat -tlnp" where it is listening. If your connection is aborted -immediately check your firewall rules or network routes. - -* WHERE IS THE DOCUMENTATION?: -============================== -https://mariadb.com/kb - -* PASSWORDS: -============ -It is strongly recommended you create an admin users for your database -administration needs. - -If your local unix account is the one you want to have local super user -access on your database with you can create the following account that will -only work for the local unix user connecting to the database locally. - - sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO '$USER'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION" - -To create a local machine account username=USERNAME with a password: - - sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION" - -To create a USERNAME user with password 'password' admin user that can access -the DB server over the network: - - sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION" - -Scripts should run as a user have the required grants and be authenticated via -unix_socket. - -It is wise to run scripts as the "mysql" system user. Like root, -mysql@localhost is created by default to have all privileges in MariaDB -and to use unix_socket authentication. But scripts running under "mysql" -won't have system-wide root so they won't be able to corrupt your system. - -If you are too tired to type the password in every time and unix_socket auth -doesn't suit your needs, you can store it in the file $HOME/.my.cnf. It should -be chmod 0600 (-rw------- username usergroup .my.cnf) to ensure that nobody else -can read it. Every other configuration parameter can be stored there, too. - -For more information in the MariaDB manual in/usr/share/doc/mariadb-doc or -https://mariadb.com/kb/en/configuring-mariadb-with-mycnf/. - -* FURTHER NOTES ON REPLICATION -=============================== -If the MySQL server is acting as a replication slave, you should not -set --tmpdir to point to a directory on a memory-based filesystem or to -a directory that is cleared when the server host restarts. A replication -slave needs some of its temporary files to survive a machine restart so -that it can replicate temporary tables or LOAD DATA INFILE operations. If -files in the temporary file directory are lost when the server restarts, -replication fails. - -* DOWNGRADING -============================ -Unsupported. Period. - -You might get lucky downgrading a few minor versions without issued. Take a -backup first. If you break it you get to keep both pieces. Do a restore from -backup or upgrade to the previous version. - -If doing a major version downgrade, take a mysqldump/mydumpber consistent -backup using the current version and reload after downgrading and purging -existing databases. - -* BACKUPS -============================ -Backups save jobs. Don't get caught without one. diff --git a/debian/mariadb-server-10.4.config b/debian/mariadb-server-10.4.config deleted file mode 100644 index 1929c370d6d..00000000000 --- a/debian/mariadb-server-10.4.config +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -e - -. /usr/share/debconf/confmodule - -if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi -${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } - -# Beware that there are two ypwhich one of them needs the 2>/dev/null! -if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then - db_input high mariadb-server-10.0/nis_warning || true - db_go -fi diff --git a/debian/mariadb-server-10.4.dirs b/debian/mariadb-server-10.4.dirs deleted file mode 100644 index 5057fe806c3..00000000000 --- a/debian/mariadb-server-10.4.dirs +++ /dev/null @@ -1 +0,0 @@ -var/lib/mysql-upgrade diff --git a/debian/mariadb-server-10.4.install b/debian/mariadb-server-10.4.install deleted file mode 100644 index a9cbbfc8a99..00000000000 --- a/debian/mariadb-server-10.4.install +++ /dev/null @@ -1,101 +0,0 @@ -debian/additions/debian-start etc/mysql -debian/additions/debian-start.inc.sh usr/share/mysql -debian/additions/echo_stderr usr/share/mysql -debian/additions/mysqld_safe_syslog.cnf etc/mysql/conf.d -etc/apparmor.d/usr.sbin.mysqld -lib/systemd/system/mariadb@bootstrap.service.d/use_galera_new_cluster.conf -usr/bin/aria_chk -usr/bin/aria_dump_log -usr/bin/aria_ftdump -usr/bin/aria_pack -usr/bin/aria_read_log -usr/bin/galera_new_cluster -usr/bin/galera_recovery -usr/bin/mariadb-service-convert -usr/bin/msql2mysql -usr/bin/my_print_defaults -usr/bin/myisam_ftdump -usr/bin/myisamchk -usr/bin/myisamlog -usr/bin/myisampack -usr/bin/mysql_convert_table_format -usr/bin/mysql_plugin -usr/bin/mysql_secure_installation -usr/bin/mysql_setpermission -usr/bin/mysql_tzinfo_to_sql -usr/bin/mysqlbinlog -usr/bin/mysqld_multi -usr/bin/mysqld_safe -usr/bin/mysqld_safe_helper -usr/bin/mysqlhotcopy -usr/bin/perror -usr/bin/replace -usr/bin/resolve_stack_dump -usr/bin/resolveip -usr/bin/wsrep_sst_common -usr/bin/wsrep_sst_mariabackup -usr/bin/wsrep_sst_mysqldump -usr/bin/wsrep_sst_rsync -usr/lib/mysql/plugin/auth_ed25519.so -usr/lib/mysql/plugin/auth_pam.so -usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool -usr/lib/mysql/plugin/auth_pam_v1.so -usr/lib/mysql/plugin/disks.so -usr/lib/mysql/plugin/file_key_management.so -usr/lib/mysql/plugin/ha_archive.so -usr/lib/mysql/plugin/ha_blackhole.so -usr/lib/mysql/plugin/ha_federated.so -usr/lib/mysql/plugin/ha_federatedx.so -usr/lib/mysql/plugin/ha_sphinx.so -usr/lib/mysql/plugin/handlersocket.so -usr/lib/mysql/plugin/locales.so -usr/lib/mysql/plugin/metadata_lock_info.so -usr/lib/mysql/plugin/query_cache_info.so -usr/lib/mysql/plugin/query_response_time.so -usr/lib/mysql/plugin/server_audit.so -usr/lib/mysql/plugin/simple_password_check.so -usr/lib/mysql/plugin/sql_errlog.so -usr/lib/mysql/plugin/wsrep_info.so -usr/share/apport/package-hooks/source_mariadb-10.4.py -usr/share/doc/mariadb-server-10.4/mysqld.sym.gz -usr/share/man/man1/aria_chk.1 -usr/share/man/man1/aria_dump_log.1 -usr/share/man/man1/aria_ftdump.1 -usr/share/man/man1/aria_pack.1 -usr/share/man/man1/aria_read_log.1 -usr/share/man/man1/galera_new_cluster.1 -usr/share/man/man1/galera_recovery.1 -usr/share/man/man1/mariadb-service-convert.1 -usr/share/man/man1/msql2mysql.1 -usr/share/man/man1/my_print_defaults.1 -usr/share/man/man1/myisam_ftdump.1 -usr/share/man/man1/myisamchk.1 -usr/share/man/man1/myisamlog.1 -usr/share/man/man1/myisampack.1 -usr/share/man/man1/mysql_convert_table_format.1 -usr/share/man/man1/mysql_plugin.1 -usr/share/man/man1/mysql_secure_installation.1 -usr/share/man/man1/mysql_setpermission.1 -usr/share/man/man1/mysql_tzinfo_to_sql.1 -usr/share/man/man1/mysqlbinlog.1 -usr/share/man/man1/mysqld_multi.1 -usr/share/man/man1/mysqld_safe.1 -usr/share/man/man1/mysqld_safe_helper.1 -usr/share/man/man1/mysqlhotcopy.1 -usr/share/man/man1/perror.1 -usr/share/man/man1/replace.1 -usr/share/man/man1/resolve_stack_dump.1 -usr/share/man/man1/resolveip.1 -usr/share/man/man1/wsrep_sst_common.1 -usr/share/man/man1/wsrep_sst_mysqldump.1 -usr/share/man/man1/wsrep_sst_rsync.1 -usr/share/man/man1/wsrep_sst_mariabackup.1 -usr/share/mysql/errmsg-utf8.txt -usr/share/mysql/fill_help_tables.sql -usr/share/mysql/maria_add_gis_sp_bootstrap.sql -usr/share/mysql/mysql_performance_tables.sql -usr/share/mysql/mysql_system_tables.sql -usr/share/mysql/mysql_system_tables_data.sql -usr/share/mysql/mysql_test_data_timezone.sql -usr/share/mysql/mysql_test_db.sql -usr/share/mysql/wsrep_notify diff --git a/debian/mariadb-server-10.4.logcheck.ignore.paranoid b/debian/mariadb-server-10.4.logcheck.ignore.paranoid deleted file mode 100644 index 00cc5c3e29d..00000000000 --- a/debian/mariadb-server-10.4.logcheck.ignore.paranoid +++ /dev/null @@ -1,9 +0,0 @@ -/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ -/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ -/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ -mysqld\[[0-9]+\]: $ -mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock' port: 3306$ -mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ -mysqld_safe\[[0-9]+\]: started$ -usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ -usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.4.logcheck.ignore.server b/debian/mariadb-server-10.4.logcheck.ignore.server deleted file mode 100644 index a0b4792ecda..00000000000 --- a/debian/mariadb-server-10.4.logcheck.ignore.server +++ /dev/null @@ -1,32 +0,0 @@ -/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ -/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ -/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ -/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ -mysqld\[[0-9]+\]: ?$ -mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed -mysqld\[[0-9]+\]: .*InnoDB: Started; -mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$ -mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$ -mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$ -mysqld\[[0-9]+\]: Version: .* socket -mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ -mysqld_safe\[[0-9]+\]: ?$ -mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$ -mysqld_safe\[[0-9]+\]: ended$ -mysqld_safe\[[0-9]+\]: http://www.mysql.com$ -mysqld_safe\[[0-9]+\]: NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run$ -mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$ -mysqld_safe\[[0-9]+\]: Please report any problems at http://mariadb.org/jira$ -mysqld_safe\[[0-9]+\]: See the manual for more instructions.$ -mysqld_safe\[[0-9]+\]: started$ -mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$ -mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$ -mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$ -mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$ -mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$ -mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$ -usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ -usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.4.logcheck.ignore.workstation b/debian/mariadb-server-10.4.logcheck.ignore.workstation deleted file mode 100644 index a0b4792ecda..00000000000 --- a/debian/mariadb-server-10.4.logcheck.ignore.workstation +++ /dev/null @@ -1,32 +0,0 @@ -/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ -/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ -/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ -/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ -mysqld\[[0-9]+\]: ?$ -mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed -mysqld\[[0-9]+\]: .*InnoDB: Started; -mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$ -mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$ -mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$ -mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$ -mysqld\[[0-9]+\]: Version: .* socket -mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ -mysqld_safe\[[0-9]+\]: ?$ -mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$ -mysqld_safe\[[0-9]+\]: ended$ -mysqld_safe\[[0-9]+\]: http://www.mysql.com$ -mysqld_safe\[[0-9]+\]: NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run$ -mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$ -mysqld_safe\[[0-9]+\]: Please report any problems at http://mariadb.org/jira$ -mysqld_safe\[[0-9]+\]: See the manual for more instructions.$ -mysqld_safe\[[0-9]+\]: started$ -mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$ -mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$ -mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$ -mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$ -mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$ -mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$ -usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ -usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.4.mysql-server.logrotate b/debian/mariadb-server-10.4.mysql-server.logrotate deleted file mode 100644 index 4111a276dc3..00000000000 --- a/debian/mariadb-server-10.4.mysql-server.logrotate +++ /dev/null @@ -1,20 +0,0 @@ -# - I put everything in one block and added sharedscripts, so that mysql gets -# flush-logs'd only once. -# Else the binary logs would automatically increase by n times every day. -# - The error log is obsolete, messages go to syslog now. -/var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log /var/log/mysql/mariadb-slow.log /var/log/mysql/error.log { - daily - rotate 7 - missingok - create 640 mysql adm - compress - sharedscripts - postrotate - test -x /usr/bin/mysqladmin || exit 0 - if [ -f `my_print_defaults --mysqld | grep -oP "pid-file=\K[^$]+"` ]; then - # If this fails, check debian.conf! - mysqladmin --defaults-file=/etc/mysql/debian.cnf --local flush-error-log \ - flush-engine-log flush-general-log flush-slow-log - fi - endscript -} diff --git a/debian/mariadb-server-10.4.mysql.default b/debian/mariadb-server-10.4.mysql.default deleted file mode 100644 index 146c5a87a84..00000000000 --- a/debian/mariadb-server-10.4.mysql.default +++ /dev/null @@ -1,23 +0,0 @@ -# -# NOTE: This file is read only by the traditional SysV init script. -# Debian 9 and Ubuntu 17.04 onwards do not normally read this file as they use -# systemd by default. -# -# For similar behaviour, systemd users should override ExecStart by dropping -# files into /etc/systemd/system/mariadb.service.d/ -# -# See also: -# https://wiki.debian.org/Teams/pkg-systemd/Packaging#overriding_options_and_.2Fetc.2Fdefault_handling -# https://mariadb.com/kb/en/mariadb/systemd/ -# -# Note also that MariaDB systemd does _not_ utilize mysqld_safe nor debian-start. - - -# The delay in seconds the init script waits for the server to be up and running after having started "mysqld_safe" to run the "/etc/mysql/debian-start" script. -# If the server is still not responding after the delay, the script won't be executed and an error will be thrown on the syslog. -# Default: 30 -#MYSQLD_STARTUP_TIMEOUT=30 - -# The email recipient(s) of the output of the check for crashed and improperly closed MyISAM and Aria tables done at each server start by the "/etc/mysql/debian-start" script. -# Default: root -#MYCHECK_RCPT="root" diff --git a/debian/mariadb-server-10.4.mysql.init b/debian/mariadb-server-10.4.mysql.init deleted file mode 100644 index bcc366e95b7..00000000000 --- a/debian/mariadb-server-10.4.mysql.init +++ /dev/null @@ -1,193 +0,0 @@ -#!/bin/bash -# -### BEGIN INIT INFO -# Provides: mysql -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Should-Start: $network $named $time -# Should-Stop: $network $named $time -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Start and stop the mysql database server daemon -# Description: Controls the main MariaDB database server daemon "mysqld" -# and its wrapper script "mysqld_safe". -### END INIT INFO -# -set -e -set -u -${DEBIAN_SCRIPT_DEBUG:+ set -v -x} - -test -x /usr/sbin/mysqld || exit 0 - -. /lib/lsb/init-functions - -SELF=$(cd $(dirname $0); pwd -P)/$(basename $0) - -MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" - -# priority can be overridden and "-s" adds output to stderr -ERR_LOGGER="logger -p daemon.err -t /etc/init.d/mysql -i" - -if [ -f /etc/default/mysql ]; then - . /etc/default/mysql -fi - -# Safeguard (relative paths, core dumps..) -cd / -umask 077 - -# mysqladmin likes to read /root/.my.cnf. This is usually not what I want -# as many admins e.g. only store a password without a username there and -# so break my scripts. -export HOME=/etc/mysql/ - -## Fetch a particular option from mysql's invocation. -# -# Usage: void mysqld_get_param option -mysqld_get_param() { - /usr/sbin/mysqld --print-defaults \ - | tr " " "\n" \ - | grep -- "--$1" \ - | tail -n 1 \ - | cut -d= -f2 -} - -## Do some sanity checks before even trying to start mysqld. -sanity_checks() { - # check for config file - if [ ! -r /etc/mysql/my.cnf ]; then - log_warning_msg "$0: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" - echo "WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" | $ERR_LOGGER - fi - - # check for diskspace shortage - datadir=`mysqld_get_param datadir` - if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then - log_failure_msg "$0: ERROR: The partition with $datadir is too full!" - echo "ERROR: The partition with $datadir is too full!" | $ERR_LOGGER - exit 1 - fi -} - -## Checks if there is a server running and if so if it is accessible. -# -# check_alive insists on a pingable server -# check_dead also fails if there is a lost mysqld in the process list -# -# Usage: boolean mysqld_status [check_alive|check_dead] [warn|nowarn] -mysqld_status () { - ping_output=`$MYADMIN ping 2>&1`; ping_alive=$(( ! $? )) - - ps_alive=0 - pidfile=`mysqld_get_param pid-file` - if [ -f "$pidfile" ] && ps `cat $pidfile` >/dev/null 2>&1; then ps_alive=1; fi - - if [ "$1" = "check_alive" -a $ping_alive = 1 ] || - [ "$1" = "check_dead" -a $ping_alive = 0 -a $ps_alive = 0 ]; then - return 0 # EXIT_SUCCESS - else - if [ "$2" = "warn" ]; then - echo -e "$ps_alive processes alive and '$MYADMIN ping' resulted in\n$ping_output\n" | $ERR_LOGGER -p daemon.debug - fi - return 1 # EXIT_FAILURE - fi -} - -# -# main() -# - -case "${1:-''}" in - - 'start') - sanity_checks; - # Start daemon - log_daemon_msg "Starting MariaDB database server" "mysqld" - if mysqld_status check_alive nowarn; then - log_progress_msg "already running" - log_end_msg 0 - else - # Could be removed during boot - test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld - - # Start MariaDB! - /usr/bin/mysqld_safe "${@:2}" 2>&1 >/dev/null | $ERR_LOGGER & - - for i in $(seq 1 "${MYSQLD_STARTUP_TIMEOUT:-30}"); do - sleep 1 - if mysqld_status check_alive nowarn ; then break; fi - log_progress_msg "." - done - if mysqld_status check_alive warn; then - log_end_msg 0 - # Now start mysqlcheck or whatever the admin wants. - output=$(/etc/mysql/debian-start) - if [ -n "$output" ]; then - log_action_msg "$output" - fi - else - log_end_msg 1 - log_failure_msg "Please take a look at the syslog" - fi - fi - ;; - - 'stop') - # * As a passwordless mysqladmin (e.g. via ~/.my.cnf) must be possible - # at least for cron, we can rely on it here, too. (although we have - # to specify it explicit as e.g. sudo environments points to the normal - # users home and not /root) - log_daemon_msg "Stopping MariaDB database server" "mysqld" - if ! mysqld_status check_dead nowarn; then - set +e - shutdown_out=`$MYADMIN shutdown 2>&1`; r=$? - set -e - if [ "$r" -ne 0 ]; then - log_end_msg 1 - [ "$VERBOSE" != "no" ] && log_failure_msg "Error: $shutdown_out" - log_daemon_msg "Killing MariaDB database server by signal" "mysqld" - killall -15 mysqld - server_down= - for i in `seq 1 600`; do - sleep 1 - if mysqld_status check_dead nowarn; then server_down=1; break; fi - done - if test -z "$server_down"; then killall -9 mysqld; fi - fi - fi - - if ! mysqld_status check_dead warn; then - log_end_msg 1 - log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.4/README.Debian.gz!" - exit -1 - else - log_end_msg 0 - fi - ;; - - 'restart') - set +e; $SELF stop; set -e - shift - $SELF start "${@}" - ;; - - 'reload'|'force-reload') - log_daemon_msg "Reloading MariaDB database server" "mysqld" - $MYADMIN reload - log_end_msg 0 - ;; - - 'status') - if mysqld_status check_alive nowarn; then - log_action_msg "$($MYADMIN version)" - else - log_action_msg "MariaDB is stopped." - exit 3 - fi - ;; - - *) - echo "Usage: $SELF start|stop|restart|reload|force-reload|status" - exit 1 - ;; -esac diff --git a/debian/mariadb-server-10.4.postinst b/debian/mariadb-server-10.4.postinst deleted file mode 100644 index 4532085169e..00000000000 --- a/debian/mariadb-server-10.4.postinst +++ /dev/null @@ -1,194 +0,0 @@ -#!/bin/bash -e - -. /usr/share/debconf/confmodule - -# assume the filename is /path/to/mariadb-server-##.#.postinst -VER=${0: -13:4} - -if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi -${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } - -export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin - -# This command can be used as pipe to syslog. With "-s" it also logs to stderr. -ERR_LOGGER="logger -p daemon.err -t mariadb-server-$VER.postinst -i" -# This will make an error in a logged command immediately apparent by aborting -# the install, rather than failing silently and leaving a broken install. -set -o pipefail - -invoke() { - if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d mysql $1 - else - /etc/init.d/mysql $1 - fi -} - -case "$1" in - configure) - # This is needed because mysql_install_db removes the pid file in /var/run - # and because changed configuration options should take effect immediately. - # In case the server wasn't running at all it should be ok if the stop - # script fails. I can't tell at this point because of the cleaned /var/run. - set +e; invoke stop; set -e - - mysql_statedir=/usr/share/mysql - mysql_datadir=/var/lib/mysql - mysql_logdir=/var/log/mysql - mysql_rundir=/var/run/mysqld - mysql_cfgdir=/etc/mysql - mysql_upgradedir=/var/lib/mysql-upgrade - - # If the following symlink exists, it is a preserved copy the old data dir - # created by the preinst script during a upgrade that would have otherwise - # been replaced by an empty mysql dir. This should restore it. - for dir in DATADIR LOGDIR; do - - if [ "$dir" = "DATADIR" ]; then - targetdir=$mysql_datadir - else - targetdir=$mysql_logdir - fi - - savelink="$mysql_upgradedir/$dir.link" - if [ -L "$savelink" ]; then - # If the targetdir was a symlink before we upgraded it is supposed - # to be either still be present or not existing anymore now. - if [ -L "$targetdir" ]; then - rm "$savelink" - elif [ ! -d "$targetdir" ]; then - mv "$savelink" "$targetdir" - else - # this should never even happen, but just in case... - mysql_tmp=`mktemp -d -t mysql-symlink-restore-XXXXXX` - echo "this is very strange! see $mysql_tmp/README..." >&2 - mv "$targetdir" "$mysql_tmp" - cat << EOF > "$mysql_tmp/README" - -If you're reading this, it's most likely because you had replaced /var/lib/mysql -with a symlink, then upgraded to a new version of mysql, and then dpkg -removed your symlink (see #182747 and others). The mysql packages noticed -that this happened, and as a workaround have restored it. However, because -/var/lib/mysql seems to have been re-created in the meantime, and because -we don't want to rm -rf something we don't know as much about, we are going -to leave this unexpected directory here. If your database looks normal, -and this is not a symlink to your database, you should be able to blow -this all away. - -EOF - fi - fi - rmdir $mysql_upgradedir 2>/dev/null || true - - done - - # Ensure the existence and right permissions for the database and - # log files. - if [ ! -d "$mysql_statedir" -a ! -L "$mysql_statedir" ]; then mkdir "$mysql_statedir"; fi - if [ ! -d "$mysql_datadir" -a ! -L "$mysql_datadir" ]; then mkdir "$mysql_datadir" ; fi - if [ ! -d "$mysql_logdir" -a ! -L "$mysql_logdir" ]; then mkdir "$mysql_logdir" ; fi - # When creating an ext3 jounal on an already mounted filesystem like e.g. - # /var/lib/mysql, you get a .journal file that is not modifyable by chown. - # The mysql_statedir must not be writable by the mysql user under any - # circumstances as it contains scripts that are executed by root. - set +e - chown -R 0:0 $mysql_statedir - find $mysql_datadir ! -uid $(id -u mysql) -print0 | xargs -0 -r chown mysql - chown -R mysql:adm $mysql_logdir - chmod 2750 $mysql_logdir - set -e - - # This is important to avoid dataloss when there is a removed - # mysql-server version from Woody lying around which used the same - # data directory and then somewhen gets purged by the admin. - db_set mariadb-server/postrm_remove_database false || true - - # Clean up old flags before setting new one - rm -f $mysql_datadir/debian-*.flag - # Flag data dir to avoid downgrades - touch $mysql_datadir/debian-10.4.flag - - # initiate databases. Output is not allowed by debconf :-( - # This will fail if we are upgrading an existing database; in this case - # mysql_upgrade, called from the /etc/init.d/mysql start script, will - # handle things. - # Debian: beware of the bashisms... - # Debian: can safely run on upgrades with existing databases - set +e - bash /usr/bin/mysql_install_db --rpm --cross-bootstrap --user=mysql \ - --disable-log-bin --skip-test-db 2>&1 | \ - $ERR_LOGGER - set -e - - # To avoid downgrades. - touch $mysql_statedir/debian-$VER.flag - - # On new installations root user can connect via unix_socket. - # But on upgrades, scripts rely on debian-sys-maint user and - # credentials in /etc/mysql/debian.cnf - # All tools use --defaults-file=/etc/mysql/debian.cnf - # And while it's not needed for new installations, we keep using - # --defaults-file option for tools (for the sake of upgrades) - # and thus need /etc/mysql/debian.cnf to exist, even if it's empty. - dc=$mysql_cfgdir/debian.cnf; - if [ ! -e "$dc" ]; then - cat /dev/null > $dc - echo "# Automatically generated for Debian scripts. DO NOT TOUCH!" >>$dc - fi - # Keep it only root-readable, as it always was - chown 0:0 $dc - chmod 0600 $dc - - # If there is a real AppArmor profile, we reload it. - # If the default empty profile is installed, then we remove any old - # profile that may be loaded. - # This allows upgrade from old versions (that have an apparmor profile - # on by default) to work both to disable a default profile, and to keep - # any profile installed and maintained by users themselves. - profile="/etc/apparmor.d/usr.sbin.mysqld" - if [ -f "$profile" ] && aa-status --enabled 2>/dev/null; then - if grep -q /usr/sbin/mysqld "$profile" 2>/dev/null ; then - apparmor_parser -r "$profile" || true - else - echo "/usr/sbin/mysqld { }" | apparmor_parser --remove 2>/dev/null || true - fi - fi - - # copy out any mysqld_safe settings - systemd_conf=/etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf - if [ -x /usr/bin/mariadb-service-convert -a ! -f "${systemd_conf}" ]; then - mkdir -p /etc/systemd/system/mariadb.service.d - /usr/bin/mariadb-service-convert > "${systemd_conf}" - fi - ;; - - abort-upgrade|abort-remove|abort-configure) - ;; - - triggered) - if [ -x "$(command -v systemctl)" ]; then - systemctl daemon-reload - fi - invoke restart - ;; - - *) - echo "postinst called with unknown argument '$1'" 1>&2 - exit 1 - ;; -esac - -db_stop # in case invoke failes - -# dh_systemd_start doesn't emit anything since we still ship /etc/init.d/mysql. -# Thus MariaDB server is started via init.d script, which in turn redirects to -# systemctl. If we upgrade from MySQL mysql.service may be masked, which also -# means init.d script is disabled. Unmask mysql service explicitly. -# Check first that the command exists, to avoid emitting any warning messages. -if [ -x "$(command -v deb-systemd-helper)" ]; then - deb-systemd-helper unmask mysql.service > /dev/null -fi - -#DEBHELPER# - -exit 0 diff --git a/debian/mariadb-server-10.4.postrm b/debian/mariadb-server-10.4.postrm deleted file mode 100644 index bb9ba8cec68..00000000000 --- a/debian/mariadb-server-10.4.postrm +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/bash -e - -. /usr/share/debconf/confmodule - -if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi -${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } - -MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" - -# Try to stop the server in a sane way. If it does not success let the admin -# do it himself. No database directories should be removed while the server -# is running! -stop_server() { - set +e - if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d mysql stop - else - /etc/init.d/mysql stop - fi - errno=$? - set -e - - if [ "$?" != 0 ]; then - echo "Trying to stop the MySQL server resulted in exitcode $?." 1>&2 - echo "Stop it yourself and try again!" 1>&2 - exit 1 - fi -} - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - if [ -n "`$MYADMIN ping 2>/dev/null`" ]; then - stop_server - sleep 2 - fi - ;; - *) - echo "postrm called with unknown argument '$1'" 1>&2 - exit 1 - ;; -esac - -# -# - Do NOT purge logs or data if another mysql-sever* package is installed (#307473) -# - Remove the mysql user only after all his owned files are purged. -# -if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; then - # we remove the mysql user only after all his owned files are purged - rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz} - rm -rf /var/log/mysql - - db_input high mariadb-server-10.4/postrm_remove_databases || true - db_go || true - db_get mariadb-server-10.4/postrm_remove_databases || true - if [ "$RET" = "true" ]; then - # never remove the debian.cnf when the databases are still existing - # else we ran into big trouble on the next install! - rm -f /etc/mysql/debian.cnf - # Remove all contents from /var/lib/mysql except if it's a - # directory with file system data. See #829491 for details and - # #608938 for potential mysql-server leftovers which erroneously - # had been renamed. - find /var/lib/mysql -mindepth 1 \ - -not -path '*/lost+found/*' -not -name 'lost+found' \ - -not -path '*/lost@002bfound/*' -not -name 'lost@002bfound' \ - -delete - # "|| true" still needed as rmdir still exits with non-zero if - # /var/lib/mysql is a mount point - rmdir --ignore-fail-on-non-empty /var/lib/mysql || true - rm -rf /var/run/mysqld # this directory is created by the init script, don't leave behind - userdel mysql || true - fi - -fi - -#DEBHELPER# - -exit 0 diff --git a/debian/mariadb-server-10.4.preinst b/debian/mariadb-server-10.4.preinst deleted file mode 100644 index 08e424bc712..00000000000 --- a/debian/mariadb-server-10.4.preinst +++ /dev/null @@ -1,211 +0,0 @@ -#!/bin/bash -e -# -# summary of how this script can be called: -# * install -# * install -# * upgrade -# * abort-upgrade -# - -. /usr/share/debconf/confmodule - -if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi -${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } - -export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin -mysql_datadir=/var/lib/mysql -mysql_upgradedir=/var/lib/mysql-upgrade - -# Try to stop the server in a sane way. If it does not success let the admin -# do it himself. No database directories should be removed while the server -# is running! Another mysqld in e.g. a different chroot is fine for us. -stop_server() { - if [ ! -x /etc/init.d/mysql ]; then return; fi - - # Return immediately if there are no mysql processes running - # as there is no point in trying to shutdown in that case. - if ! pgrep mysqld > /dev/null; then return; fi - - set +e - if [ -x /usr/sbin/invoke-rc.d ]; then - cmd="invoke-rc.d mysql stop" - else - cmd="/etc/init.d/mysql stop" - fi - $cmd - errno=$? - set -e - - # 0=ok, 100=no init script (fresh install) - if [ "$errno" != 0 -a "$errno" != 100 ]; then - echo "${cmd/ */} returned $errno" 1>&2 - echo "There is a MySQL server running, but we failed in our attempts to stop it." 1>&2 - echo "Stop it yourself and try again!" 1>&2 - db_stop - exit 1 - fi -} - -################################ main() ########################## - -this_version=10.4 -max_upgradeable_version=5.7 - -# Check if a flag file is found that indicates a previous MariaDB or MySQL -# version was installed. If multiple flags are found, check which one was -# the biggest version number. -for flag in $mysql_datadir/debian-*.flag -do - - # The for loop leaves $flag as the query string if there are no results, - # so the check below is needed to stop further processing when there are - # no real results. - if [ $flag = "$mysql_datadir/debian-*.flag" ] - then - break - fi - - flag_version=`echo $flag | sed 's/.*debian-\([0-9\.]\+\).flag/\1/'` - - # Initialize value if empty - if [ -z "$found_version" ] - then - found_version=$flag_version - fi - - # Update value if now bigger then before - if dpkg --compare-versions "$flag_version" '>>' "$found_version" - then - found_version=$flag_version - fi - -done - - -# If an upgrade is detected, proceed with it automatically without -# requiring any user interaction. -# -# However, if the user attempts to downgrade, warn about the incompatibility. -# Downgrade is detected if the flag version is bigger than $this_version -# (e.g. 10.1 > 10.0) or the flag version is smaller than 10.0 but bigger -# than $max_upgradeable_version. -if [ ! -z "$found_version" ] -then - - echo "$mysql_datadir: found previous version $found_version" - - if dpkg --compare-versions "$found_version" '>>' "$this_version" - then - downgrade_detected=true - fi - - if dpkg --compare-versions "$found_version" '>>' "$max_upgradeable_version" \ - && dpkg --compare-versions "$found_version" '<<' "10.0" - then - downgrade_detected=true - fi - -fi - - -# Don't abort dpkg if downgrade is detected (as was done previously). -# Instead simply move the old datadir and create a new for this_version. -if [ ! -z "$downgrade_detected" ] -then - db_input critical mariadb-server-10.4/old_data_directory_saved || true - db_go - echo "The file $mysql_datadir/debian-$found_version.flag indicates a" 1>&2 - echo "version that cannot automatically be upgraded. Therefore the" 1>&2 - echo "previous data directory will be renamed to $mysql_datadir-$found_version and" 1>&2 - echo "a new data directory will be initialized at $mysql_datadir." 1>&2 - echo "Please manually export/import your data (e.g. with mysqldump) if needed." 1>&2 - mv -f $mysql_datadir $mysql_datadir-$found_version - # Also move away the old debian.cnf file that included credentials that are - # no longer valid - mv -f /etc/mysql/debian.cnf /etc/mysql/debian.cnf-$found_version -fi - -# to be sure -stop_server - -# If we use NIS then errors should be tolerated. It's up to the -# user to ensure that the mysql user is correctly setup. -# Beware that there are two ypwhich one of them needs the 2>/dev/null! -if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then - set +e -fi - -# -# Now we have to ensure the following state: -# /etc/passwd: mysql:x:100:101:MySQL Server:/nonexistent:/bin/false -# /etc/group: mysql:x:101: -# -# Sadly there could any state be present on the system so we have to -# modify everything carefully i.e. not doing a chown before creating -# the user etc... -# - -# creating mysql group if he isn't already there -if ! getent group mysql >/dev/null; then - # Adding system group: mysql. - addgroup --system mysql >/dev/null -fi - -# creating mysql user if he isn't already there -if ! getent passwd mysql >/dev/null; then - # Adding system user: mysql. - adduser \ - --system \ - --disabled-login \ - --ingroup mysql \ - --no-create-home \ - --home /nonexistent \ - --gecos "MySQL Server" \ - --shell /bin/false \ - mysql >/dev/null -fi - -# end of NIS tolerance zone -set -e - -# if there's a symlink, let's store where it's pointing, because otherwise -# it's going to be lost in some situations -for dir in DATADIR LOGDIR; do - checkdir=`eval echo "$"$dir` - if [ -L "$checkdir" ]; then - mkdir -p "$mysql_upgradedir" - cp -dT "$checkdir" "$mysql_upgradedir/$dir.link" - fi -done - -# creating mysql home directory -if [ ! -d $mysql_datadir -a ! -L $mysql_datadir ]; then - mkdir $mysql_datadir -fi - -# checking disc space -if LC_ALL=C BLOCKSIZE= df --portability $mysql_datadir/. | tail -n 1 | awk '{ exit ($4>1000) }'; then - echo "ERROR: There's not enough space in $mysql_datadir/" 1>&2 - db_stop - exit 1 -fi - -# Since the home directory was created before putting the user into -# the mysql group and moreover we cannot guarantee that the -# permissions were correctly *before* calling this script, we fix them now. -# In case we use NIS and no mysql user is present then this script should -# better fail now than later.. -# The "set +e" is necessary as e.g. a ".journal" of a ext3 partition is -# not chgrp'able (#318435). -set +e -find $mysql_datadir ! -uid $(id -u mysql) -print0 | xargs -0 -r chown mysql -find $mysql_datadir -follow -not -group mysql -print0 2>/dev/null \ - | xargs -0 --no-run-if-empty chgrp mysql -set -e - - -db_stop - -#DEBHELPER# - -exit 0 diff --git a/debian/mariadb-server-10.4.prerm b/debian/mariadb-server-10.4.prerm deleted file mode 100644 index 0371bbfc844..00000000000 --- a/debian/mariadb-server-10.4.prerm +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -set -e - -. /usr/share/debconf/confmodule - -if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi -${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } - -#DEBHELPER# diff --git a/debian/mariadb-server-10.4.py b/debian/mariadb-server-10.4.py deleted file mode 100644 index b44228daf8b..00000000000 --- a/debian/mariadb-server-10.4.py +++ /dev/null @@ -1,52 +0,0 @@ -'''apport package hook for mariadb-10.4 - -(c) 2009 Canonical Ltd. -Author: Mathias Gug -''' - -import os, os.path - -from apport.hookutils import * - -def _add_my_conf_files(report, filename): - key = 'MySQLConf' + path_to_key(filename) - report[key] = "" - for line in read_file(filename).split('\n'): - try: - if 'password' in line.split('=')[0]: - line = "%s = @@APPORTREPLACED@@" % (line.split('=')[0]) - report[key] += line + '\n' - except IndexError: - continue - -def add_info(report): - attach_conffiles(report, 'mariadb-server-10.4', conffiles=None) - key = 'Logs' + path_to_key('/var/log/daemon.log') - report[key] = "" - for line in read_file('/var/log/daemon.log').split('\n'): - try: - if 'mysqld' in line.split()[4]: - report[key] += line + '\n' - except IndexError: - continue - key = 'Logs' + path_to_key('/var/log/kern.log') - report[key] = "" - for line in read_file('/var/log/kern.log').split('\n'): - try: - if '/usr/sbin/mysqld' in string.join(line.split()[4:]): - report[key] += line + '\n' - except IndexError: - continue - _add_my_conf_files(report, '/etc/mysql/my.cnf') - for f in os.listdir('/etc/mysql/conf.d'): - _add_my_conf_files(report, os.path.join('/etc/mysql/conf.d', f)) - try: - report['MySQLVarLibDirListing'] = unicode(os.listdir('/var/lib/mysql')) - except OSError: - report['MySQLVarLibDirListing'] = unicode(False) - -if __name__ == '__main__': - report = {} - add_info(report) - for key in report: - print '%s: %s' % (key, report[key].split('\n', 1)[0]) diff --git a/debian/mariadb-server-10.4.templates b/debian/mariadb-server-10.4.templates deleted file mode 100644 index a761ad76c6a..00000000000 --- a/debian/mariadb-server-10.4.templates +++ /dev/null @@ -1,76 +0,0 @@ -# These templates have been reviewed by the debian-l10n-english -# team -# -# If modifications/additions/rewording are needed, please ask -# for an advice to debian-l10n-english@lists.debian.org -# -# Even minor modifications require translation updates and such -# changes should be coordinated with translators and reviewers. - -Template: mariadb-server-10.4/old_data_directory_saved -Type: note -_Description: The old data directory will be saved at new location - A file named /var/lib/mysql/debian-*.flag exists on this system. - The number indicates a database binary format version that cannot automatically - be upgraded (or downgraded). - . - Therefore the previous data directory will be renamed to /var/lib/mysql-* and - a new data directory will be initialized at /var/lib/mysql. - . - Please manually export/import your data (e.g. with mysqldump) if needed. - -Template: mariadb-server-10.4/nis_warning -Type: note -#flag:translate!:3,5 -_Description: Important note for NIS/YP users - Using MariaDB under NIS/YP requires a mysql user account to be added on - the local system with: - . - adduser --system --group --home /var/lib/mysql mysql - . - You should also check the permissions and ownership of the - /var/lib/mysql directory: - . - /var/lib/mysql: drwxr-xr-x mysql mysql - -Template: mariadb-server-10.4/postrm_remove_databases -Type: boolean -Default: false -_Description: Remove all MariaDB databases? - The /var/lib/mysql directory which contains the MariaDB databases is about - to be removed. - . - If you're removing the MariaDB package in order to later install a more - recent version or if a different mariadb-server package is already - using it, the data should be kept. - -Template: mysql-server/root_password -Type: password -_Description: New password for the MariaDB "root" user: - While not mandatory, it is highly recommended that you set a password - for the MariaDB administrative "root" user. - . - If this field is left blank, the password will not be changed. - -Template: mysql-server/root_password_again -Type: password -_Description: Repeat password for the MariaDB "root" user: - -Template: mysql-server/error_setting_password -Type: error -_Description: Unable to set password for the MariaDB "root" user - An error occurred while setting the password for the MariaDB - administrative user. This may have happened because the account - already has a password, or because of a communication problem with - the MariaDB server. - . - You should check the account's password after the package installation. - . - Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file - for more information. - -Template: mysql-server/password_mismatch -Type: error -_Description: Password input error - The two passwords you entered were not the same. Please try again. - diff --git a/debian/mariadb-server-10.4.triggers b/debian/mariadb-server-10.4.triggers deleted file mode 100644 index d1f5f5e14f1..00000000000 --- a/debian/mariadb-server-10.4.triggers +++ /dev/null @@ -1,2 +0,0 @@ -interest-noawait /etc/mysql -interest-noawait /etc/systemd/system/mariadb.service.d diff --git a/debian/mariadb-server-10.5.README.Debian b/debian/mariadb-server-10.5.README.Debian new file mode 100644 index 00000000000..5a05f196042 --- /dev/null +++ b/debian/mariadb-server-10.5.README.Debian @@ -0,0 +1,95 @@ +* MYSQL WON'T START OR STOP?: +============================= +You may never ever delete the mysql user "root". Although it has no password +is set, the unix_auth plugin ensure that it can only be run locally as the root +user. + +* WHAT TO DO AFTER UPGRADES: +============================ +The privilege tables are automatically updated so all there is left is read +the release notes on https://mariadb.com/kb/en/release-notes/ to see if any +changes affect custom apps. + +* WHAT TO DO AFTER INSTALLATION: +================================ +The MySQL manual describes certain steps to do at this stage in a separate +chapter. They are not necessary as the Debian packages does them +automatically. + +The only thing that is left over for the admin is + - setting the passwords + - creating new users and databases + - read the rest of this text + +* NETWORKING: +============= +For security reasons, the Debian package has enabled networking only on the +loop-back device using "bind-address" in /etc/mysql/my.cnf. Check with +"netstat -tlnp" where it is listening. If your connection is aborted +immediately check your firewall rules or network routes. + +* WHERE IS THE DOCUMENTATION?: +============================== +https://mariadb.com/kb + +* PASSWORDS: +============ +It is strongly recommended you create an admin users for your database +administration needs. + +If your local unix account is the one you want to have local super user +access on your database with you can create the following account that will +only work for the local unix user connecting to the database locally. + + sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO '$USER'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION" + +To create a local machine account username=USERNAME with a password: + + sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION" + +To create a USERNAME user with password 'password' admin user that can access +the DB server over the network: + + sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION" + +Scripts should run as a user have the required grants and be authenticated via +unix_socket. + +It is wise to run scripts as the "mysql" system user. Like root, +mysql@localhost is created by default to have all privileges in MariaDB +and to use unix_socket authentication. But scripts running under "mysql" +won't have system-wide root so they won't be able to corrupt your system. + +If you are too tired to type the password in every time and unix_socket auth +doesn't suit your needs, you can store it in the file $HOME/.my.cnf. It should +be chmod 0600 (-rw------- username usergroup .my.cnf) to ensure that nobody else +can read it. Every other configuration parameter can be stored there, too. + +For more information in the MariaDB manual in/usr/share/doc/mariadb-doc or +https://mariadb.com/kb/en/configuring-mariadb-with-mycnf/. + +* FURTHER NOTES ON REPLICATION +=============================== +If the MySQL server is acting as a replication slave, you should not +set --tmpdir to point to a directory on a memory-based filesystem or to +a directory that is cleared when the server host restarts. A replication +slave needs some of its temporary files to survive a machine restart so +that it can replicate temporary tables or LOAD DATA INFILE operations. If +files in the temporary file directory are lost when the server restarts, +replication fails. + +* DOWNGRADING +============================ +Unsupported. Period. + +You might get lucky downgrading a few minor versions without issued. Take a +backup first. If you break it you get to keep both pieces. Do a restore from +backup or upgrade to the previous version. + +If doing a major version downgrade, take a mysqldump/mydumpber consistent +backup using the current version and reload after downgrading and purging +existing databases. + +* BACKUPS +============================ +Backups save jobs. Don't get caught without one. diff --git a/debian/mariadb-server-10.5.config b/debian/mariadb-server-10.5.config new file mode 100644 index 00000000000..1929c370d6d --- /dev/null +++ b/debian/mariadb-server-10.5.config @@ -0,0 +1,14 @@ +#!/bin/bash + +set -e + +. /usr/share/debconf/confmodule + +if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi +${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } + +# Beware that there are two ypwhich one of them needs the 2>/dev/null! +if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then + db_input high mariadb-server-10.0/nis_warning || true + db_go +fi diff --git a/debian/mariadb-server-10.5.dirs b/debian/mariadb-server-10.5.dirs new file mode 100644 index 00000000000..5057fe806c3 --- /dev/null +++ b/debian/mariadb-server-10.5.dirs @@ -0,0 +1 @@ +var/lib/mysql-upgrade diff --git a/debian/mariadb-server-10.5.install b/debian/mariadb-server-10.5.install new file mode 100644 index 00000000000..8f35fe710bc --- /dev/null +++ b/debian/mariadb-server-10.5.install @@ -0,0 +1,101 @@ +debian/additions/debian-start etc/mysql +debian/additions/debian-start.inc.sh usr/share/mysql +debian/additions/echo_stderr usr/share/mysql +debian/additions/mysqld_safe_syslog.cnf etc/mysql/conf.d +etc/apparmor.d/usr.sbin.mysqld +lib/systemd/system/mariadb@bootstrap.service.d/use_galera_new_cluster.conf +usr/bin/aria_chk +usr/bin/aria_dump_log +usr/bin/aria_ftdump +usr/bin/aria_pack +usr/bin/aria_read_log +usr/bin/galera_new_cluster +usr/bin/galera_recovery +usr/bin/mariadb-service-convert +usr/bin/msql2mysql +usr/bin/my_print_defaults +usr/bin/myisam_ftdump +usr/bin/myisamchk +usr/bin/myisamlog +usr/bin/myisampack +usr/bin/mysql_convert_table_format +usr/bin/mysql_plugin +usr/bin/mysql_secure_installation +usr/bin/mysql_setpermission +usr/bin/mysql_tzinfo_to_sql +usr/bin/mysqlbinlog +usr/bin/mysqld_multi +usr/bin/mysqld_safe +usr/bin/mysqld_safe_helper +usr/bin/mysqlhotcopy +usr/bin/perror +usr/bin/replace +usr/bin/resolve_stack_dump +usr/bin/resolveip +usr/bin/wsrep_sst_common +usr/bin/wsrep_sst_mariabackup +usr/bin/wsrep_sst_mysqldump +usr/bin/wsrep_sst_rsync +usr/lib/mysql/plugin/auth_ed25519.so +usr/lib/mysql/plugin/auth_pam.so +usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool +usr/lib/mysql/plugin/auth_pam_v1.so +usr/lib/mysql/plugin/disks.so +usr/lib/mysql/plugin/file_key_management.so +usr/lib/mysql/plugin/ha_archive.so +usr/lib/mysql/plugin/ha_blackhole.so +usr/lib/mysql/plugin/ha_federated.so +usr/lib/mysql/plugin/ha_federatedx.so +usr/lib/mysql/plugin/ha_sphinx.so +usr/lib/mysql/plugin/handlersocket.so +usr/lib/mysql/plugin/locales.so +usr/lib/mysql/plugin/metadata_lock_info.so +usr/lib/mysql/plugin/query_cache_info.so +usr/lib/mysql/plugin/query_response_time.so +usr/lib/mysql/plugin/server_audit.so +usr/lib/mysql/plugin/simple_password_check.so +usr/lib/mysql/plugin/sql_errlog.so +usr/lib/mysql/plugin/wsrep_info.so +usr/share/apport/package-hooks/source_mariadb-10.5.py +usr/share/doc/mariadb-server-10.5/mysqld.sym.gz +usr/share/man/man1/aria_chk.1 +usr/share/man/man1/aria_dump_log.1 +usr/share/man/man1/aria_ftdump.1 +usr/share/man/man1/aria_pack.1 +usr/share/man/man1/aria_read_log.1 +usr/share/man/man1/galera_new_cluster.1 +usr/share/man/man1/galera_recovery.1 +usr/share/man/man1/mariadb-service-convert.1 +usr/share/man/man1/msql2mysql.1 +usr/share/man/man1/my_print_defaults.1 +usr/share/man/man1/myisam_ftdump.1 +usr/share/man/man1/myisamchk.1 +usr/share/man/man1/myisamlog.1 +usr/share/man/man1/myisampack.1 +usr/share/man/man1/mysql_convert_table_format.1 +usr/share/man/man1/mysql_plugin.1 +usr/share/man/man1/mysql_secure_installation.1 +usr/share/man/man1/mysql_setpermission.1 +usr/share/man/man1/mysql_tzinfo_to_sql.1 +usr/share/man/man1/mysqlbinlog.1 +usr/share/man/man1/mysqld_multi.1 +usr/share/man/man1/mysqld_safe.1 +usr/share/man/man1/mysqld_safe_helper.1 +usr/share/man/man1/mysqlhotcopy.1 +usr/share/man/man1/perror.1 +usr/share/man/man1/replace.1 +usr/share/man/man1/resolve_stack_dump.1 +usr/share/man/man1/resolveip.1 +usr/share/man/man1/wsrep_sst_common.1 +usr/share/man/man1/wsrep_sst_mysqldump.1 +usr/share/man/man1/wsrep_sst_rsync.1 +usr/share/man/man1/wsrep_sst_mariabackup.1 +usr/share/mysql/errmsg-utf8.txt +usr/share/mysql/fill_help_tables.sql +usr/share/mysql/maria_add_gis_sp_bootstrap.sql +usr/share/mysql/mysql_performance_tables.sql +usr/share/mysql/mysql_system_tables.sql +usr/share/mysql/mysql_system_tables_data.sql +usr/share/mysql/mysql_test_data_timezone.sql +usr/share/mysql/mysql_test_db.sql +usr/share/mysql/wsrep_notify diff --git a/debian/mariadb-server-10.5.logcheck.ignore.paranoid b/debian/mariadb-server-10.5.logcheck.ignore.paranoid new file mode 100644 index 00000000000..00cc5c3e29d --- /dev/null +++ b/debian/mariadb-server-10.5.logcheck.ignore.paranoid @@ -0,0 +1,9 @@ +/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ +/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ +mysqld\[[0-9]+\]: $ +mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock' port: 3306$ +mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ +mysqld_safe\[[0-9]+\]: started$ +usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ +usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.5.logcheck.ignore.server b/debian/mariadb-server-10.5.logcheck.ignore.server new file mode 100644 index 00000000000..a0b4792ecda --- /dev/null +++ b/debian/mariadb-server-10.5.logcheck.ignore.server @@ -0,0 +1,32 @@ +/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ +/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ +mysqld\[[0-9]+\]: ?$ +mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed +mysqld\[[0-9]+\]: .*InnoDB: Started; +mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$ +mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$ +mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$ +mysqld\[[0-9]+\]: Version: .* socket +mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ +mysqld_safe\[[0-9]+\]: ?$ +mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$ +mysqld_safe\[[0-9]+\]: ended$ +mysqld_safe\[[0-9]+\]: http://www.mysql.com$ +mysqld_safe\[[0-9]+\]: NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run$ +mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$ +mysqld_safe\[[0-9]+\]: Please report any problems at http://mariadb.org/jira$ +mysqld_safe\[[0-9]+\]: See the manual for more instructions.$ +mysqld_safe\[[0-9]+\]: started$ +mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$ +mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$ +mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$ +mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$ +mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$ +mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$ +usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ +usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.5.logcheck.ignore.workstation b/debian/mariadb-server-10.5.logcheck.ignore.workstation new file mode 100644 index 00000000000..a0b4792ecda --- /dev/null +++ b/debian/mariadb-server-10.5.logcheck.ignore.workstation @@ -0,0 +1,32 @@ +/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$ +/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$ +/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$ +mysqld\[[0-9]+\]: ?$ +mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed +mysqld\[[0-9]+\]: .*InnoDB: Started; +mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$ +mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$ +mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$ +mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$ +mysqld\[[0-9]+\]: Version: .* socket +mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$ +mysqld_safe\[[0-9]+\]: ?$ +mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$ +mysqld_safe\[[0-9]+\]: ended$ +mysqld_safe\[[0-9]+\]: http://www.mysql.com$ +mysqld_safe\[[0-9]+\]: NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run$ +mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$ +mysqld_safe\[[0-9]+\]: Please report any problems at http://mariadb.org/jira$ +mysqld_safe\[[0-9]+\]: See the manual for more instructions.$ +mysqld_safe\[[0-9]+\]: started$ +mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$ +mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$ +mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$ +mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$ +mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$ +mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$ +usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$ +usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$ diff --git a/debian/mariadb-server-10.5.mysql-server.logrotate b/debian/mariadb-server-10.5.mysql-server.logrotate new file mode 100644 index 00000000000..4111a276dc3 --- /dev/null +++ b/debian/mariadb-server-10.5.mysql-server.logrotate @@ -0,0 +1,20 @@ +# - I put everything in one block and added sharedscripts, so that mysql gets +# flush-logs'd only once. +# Else the binary logs would automatically increase by n times every day. +# - The error log is obsolete, messages go to syslog now. +/var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log /var/log/mysql/mariadb-slow.log /var/log/mysql/error.log { + daily + rotate 7 + missingok + create 640 mysql adm + compress + sharedscripts + postrotate + test -x /usr/bin/mysqladmin || exit 0 + if [ -f `my_print_defaults --mysqld | grep -oP "pid-file=\K[^$]+"` ]; then + # If this fails, check debian.conf! + mysqladmin --defaults-file=/etc/mysql/debian.cnf --local flush-error-log \ + flush-engine-log flush-general-log flush-slow-log + fi + endscript +} diff --git a/debian/mariadb-server-10.5.mysql.default b/debian/mariadb-server-10.5.mysql.default new file mode 100644 index 00000000000..146c5a87a84 --- /dev/null +++ b/debian/mariadb-server-10.5.mysql.default @@ -0,0 +1,23 @@ +# +# NOTE: This file is read only by the traditional SysV init script. +# Debian 9 and Ubuntu 17.04 onwards do not normally read this file as they use +# systemd by default. +# +# For similar behaviour, systemd users should override ExecStart by dropping +# files into /etc/systemd/system/mariadb.service.d/ +# +# See also: +# https://wiki.debian.org/Teams/pkg-systemd/Packaging#overriding_options_and_.2Fetc.2Fdefault_handling +# https://mariadb.com/kb/en/mariadb/systemd/ +# +# Note also that MariaDB systemd does _not_ utilize mysqld_safe nor debian-start. + + +# The delay in seconds the init script waits for the server to be up and running after having started "mysqld_safe" to run the "/etc/mysql/debian-start" script. +# If the server is still not responding after the delay, the script won't be executed and an error will be thrown on the syslog. +# Default: 30 +#MYSQLD_STARTUP_TIMEOUT=30 + +# The email recipient(s) of the output of the check for crashed and improperly closed MyISAM and Aria tables done at each server start by the "/etc/mysql/debian-start" script. +# Default: root +#MYCHECK_RCPT="root" diff --git a/debian/mariadb-server-10.5.mysql.init b/debian/mariadb-server-10.5.mysql.init new file mode 100644 index 00000000000..0d4c6019ab5 --- /dev/null +++ b/debian/mariadb-server-10.5.mysql.init @@ -0,0 +1,193 @@ +#!/bin/bash +# +### BEGIN INIT INFO +# Provides: mysql +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Should-Start: $network $named $time +# Should-Stop: $network $named $time +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop the mysql database server daemon +# Description: Controls the main MariaDB database server daemon "mysqld" +# and its wrapper script "mysqld_safe". +### END INIT INFO +# +set -e +set -u +${DEBIAN_SCRIPT_DEBUG:+ set -v -x} + +test -x /usr/sbin/mysqld || exit 0 + +. /lib/lsb/init-functions + +SELF=$(cd $(dirname $0); pwd -P)/$(basename $0) + +MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" + +# priority can be overridden and "-s" adds output to stderr +ERR_LOGGER="logger -p daemon.err -t /etc/init.d/mysql -i" + +if [ -f /etc/default/mysql ]; then + . /etc/default/mysql +fi + +# Safeguard (relative paths, core dumps..) +cd / +umask 077 + +# mysqladmin likes to read /root/.my.cnf. This is usually not what I want +# as many admins e.g. only store a password without a username there and +# so break my scripts. +export HOME=/etc/mysql/ + +## Fetch a particular option from mysql's invocation. +# +# Usage: void mysqld_get_param option +mysqld_get_param() { + /usr/sbin/mysqld --print-defaults \ + | tr " " "\n" \ + | grep -- "--$1" \ + | tail -n 1 \ + | cut -d= -f2 +} + +## Do some sanity checks before even trying to start mysqld. +sanity_checks() { + # check for config file + if [ ! -r /etc/mysql/my.cnf ]; then + log_warning_msg "$0: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" + echo "WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" | $ERR_LOGGER + fi + + # check for diskspace shortage + datadir=`mysqld_get_param datadir` + if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then + log_failure_msg "$0: ERROR: The partition with $datadir is too full!" + echo "ERROR: The partition with $datadir is too full!" | $ERR_LOGGER + exit 1 + fi +} + +## Checks if there is a server running and if so if it is accessible. +# +# check_alive insists on a pingable server +# check_dead also fails if there is a lost mysqld in the process list +# +# Usage: boolean mysqld_status [check_alive|check_dead] [warn|nowarn] +mysqld_status () { + ping_output=`$MYADMIN ping 2>&1`; ping_alive=$(( ! $? )) + + ps_alive=0 + pidfile=`mysqld_get_param pid-file` + if [ -f "$pidfile" ] && ps `cat $pidfile` >/dev/null 2>&1; then ps_alive=1; fi + + if [ "$1" = "check_alive" -a $ping_alive = 1 ] || + [ "$1" = "check_dead" -a $ping_alive = 0 -a $ps_alive = 0 ]; then + return 0 # EXIT_SUCCESS + else + if [ "$2" = "warn" ]; then + echo -e "$ps_alive processes alive and '$MYADMIN ping' resulted in\n$ping_output\n" | $ERR_LOGGER -p daemon.debug + fi + return 1 # EXIT_FAILURE + fi +} + +# +# main() +# + +case "${1:-''}" in + + 'start') + sanity_checks; + # Start daemon + log_daemon_msg "Starting MariaDB database server" "mysqld" + if mysqld_status check_alive nowarn; then + log_progress_msg "already running" + log_end_msg 0 + else + # Could be removed during boot + test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld + + # Start MariaDB! + /usr/bin/mysqld_safe "${@:2}" 2>&1 >/dev/null | $ERR_LOGGER & + + for i in $(seq 1 "${MYSQLD_STARTUP_TIMEOUT:-30}"); do + sleep 1 + if mysqld_status check_alive nowarn ; then break; fi + log_progress_msg "." + done + if mysqld_status check_alive warn; then + log_end_msg 0 + # Now start mysqlcheck or whatever the admin wants. + output=$(/etc/mysql/debian-start) + if [ -n "$output" ]; then + log_action_msg "$output" + fi + else + log_end_msg 1 + log_failure_msg "Please take a look at the syslog" + fi + fi + ;; + + 'stop') + # * As a passwordless mysqladmin (e.g. via ~/.my.cnf) must be possible + # at least for cron, we can rely on it here, too. (although we have + # to specify it explicit as e.g. sudo environments points to the normal + # users home and not /root) + log_daemon_msg "Stopping MariaDB database server" "mysqld" + if ! mysqld_status check_dead nowarn; then + set +e + shutdown_out=`$MYADMIN shutdown 2>&1`; r=$? + set -e + if [ "$r" -ne 0 ]; then + log_end_msg 1 + [ "$VERBOSE" != "no" ] && log_failure_msg "Error: $shutdown_out" + log_daemon_msg "Killing MariaDB database server by signal" "mysqld" + killall -15 mysqld + server_down= + for i in `seq 1 600`; do + sleep 1 + if mysqld_status check_dead nowarn; then server_down=1; break; fi + done + if test -z "$server_down"; then killall -9 mysqld; fi + fi + fi + + if ! mysqld_status check_dead warn; then + log_end_msg 1 + log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.5/README.Debian.gz!" + exit -1 + else + log_end_msg 0 + fi + ;; + + 'restart') + set +e; $SELF stop; set -e + shift + $SELF start "${@}" + ;; + + 'reload'|'force-reload') + log_daemon_msg "Reloading MariaDB database server" "mysqld" + $MYADMIN reload + log_end_msg 0 + ;; + + 'status') + if mysqld_status check_alive nowarn; then + log_action_msg "$($MYADMIN version)" + else + log_action_msg "MariaDB is stopped." + exit 3 + fi + ;; + + *) + echo "Usage: $SELF start|stop|restart|reload|force-reload|status" + exit 1 + ;; +esac diff --git a/debian/mariadb-server-10.5.postinst b/debian/mariadb-server-10.5.postinst new file mode 100644 index 00000000000..bbf500814b0 --- /dev/null +++ b/debian/mariadb-server-10.5.postinst @@ -0,0 +1,194 @@ +#!/bin/bash -e + +. /usr/share/debconf/confmodule + +# assume the filename is /path/to/mariadb-server-##.#.postinst +VER=${0: -13:4} + +if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi +${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } + +export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin + +# This command can be used as pipe to syslog. With "-s" it also logs to stderr. +ERR_LOGGER="logger -p daemon.err -t mariadb-server-$VER.postinst -i" +# This will make an error in a logged command immediately apparent by aborting +# the install, rather than failing silently and leaving a broken install. +set -o pipefail + +invoke() { + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d mysql $1 + else + /etc/init.d/mysql $1 + fi +} + +case "$1" in + configure) + # This is needed because mysql_install_db removes the pid file in /var/run + # and because changed configuration options should take effect immediately. + # In case the server wasn't running at all it should be ok if the stop + # script fails. I can't tell at this point because of the cleaned /var/run. + set +e; invoke stop; set -e + + mysql_statedir=/usr/share/mysql + mysql_datadir=/var/lib/mysql + mysql_logdir=/var/log/mysql + mysql_rundir=/var/run/mysqld + mysql_cfgdir=/etc/mysql + mysql_upgradedir=/var/lib/mysql-upgrade + + # If the following symlink exists, it is a preserved copy the old data dir + # created by the preinst script during a upgrade that would have otherwise + # been replaced by an empty mysql dir. This should restore it. + for dir in DATADIR LOGDIR; do + + if [ "$dir" = "DATADIR" ]; then + targetdir=$mysql_datadir + else + targetdir=$mysql_logdir + fi + + savelink="$mysql_upgradedir/$dir.link" + if [ -L "$savelink" ]; then + # If the targetdir was a symlink before we upgraded it is supposed + # to be either still be present or not existing anymore now. + if [ -L "$targetdir" ]; then + rm "$savelink" + elif [ ! -d "$targetdir" ]; then + mv "$savelink" "$targetdir" + else + # this should never even happen, but just in case... + mysql_tmp=`mktemp -d -t mysql-symlink-restore-XXXXXX` + echo "this is very strange! see $mysql_tmp/README..." >&2 + mv "$targetdir" "$mysql_tmp" + cat << EOF > "$mysql_tmp/README" + +If you're reading this, it's most likely because you had replaced /var/lib/mysql +with a symlink, then upgraded to a new version of mysql, and then dpkg +removed your symlink (see #182747 and others). The mysql packages noticed +that this happened, and as a workaround have restored it. However, because +/var/lib/mysql seems to have been re-created in the meantime, and because +we don't want to rm -rf something we don't know as much about, we are going +to leave this unexpected directory here. If your database looks normal, +and this is not a symlink to your database, you should be able to blow +this all away. + +EOF + fi + fi + rmdir $mysql_upgradedir 2>/dev/null || true + + done + + # Ensure the existence and right permissions for the database and + # log files. + if [ ! -d "$mysql_statedir" -a ! -L "$mysql_statedir" ]; then mkdir "$mysql_statedir"; fi + if [ ! -d "$mysql_datadir" -a ! -L "$mysql_datadir" ]; then mkdir "$mysql_datadir" ; fi + if [ ! -d "$mysql_logdir" -a ! -L "$mysql_logdir" ]; then mkdir "$mysql_logdir" ; fi + # When creating an ext3 jounal on an already mounted filesystem like e.g. + # /var/lib/mysql, you get a .journal file that is not modifyable by chown. + # The mysql_statedir must not be writable by the mysql user under any + # circumstances as it contains scripts that are executed by root. + set +e + chown -R 0:0 $mysql_statedir + find $mysql_datadir ! -uid $(id -u mysql) -print0 | xargs -0 -r chown mysql + chown -R mysql:adm $mysql_logdir + chmod 2750 $mysql_logdir + set -e + + # This is important to avoid dataloss when there is a removed + # mysql-server version from Woody lying around which used the same + # data directory and then somewhen gets purged by the admin. + db_set mariadb-server/postrm_remove_database false || true + + # Clean up old flags before setting new one + rm -f $mysql_datadir/debian-*.flag + # Flag data dir to avoid downgrades + touch $mysql_datadir/debian-10.5.flag + + # initiate databases. Output is not allowed by debconf :-( + # This will fail if we are upgrading an existing database; in this case + # mysql_upgrade, called from the /etc/init.d/mysql start script, will + # handle things. + # Debian: beware of the bashisms... + # Debian: can safely run on upgrades with existing databases + set +e + bash /usr/bin/mysql_install_db --rpm --cross-bootstrap --user=mysql \ + --disable-log-bin --skip-test-db 2>&1 | \ + $ERR_LOGGER + set -e + + # To avoid downgrades. + touch $mysql_statedir/debian-$VER.flag + + # On new installations root user can connect via unix_socket. + # But on upgrades, scripts rely on debian-sys-maint user and + # credentials in /etc/mysql/debian.cnf + # All tools use --defaults-file=/etc/mysql/debian.cnf + # And while it's not needed for new installations, we keep using + # --defaults-file option for tools (for the sake of upgrades) + # and thus need /etc/mysql/debian.cnf to exist, even if it's empty. + dc=$mysql_cfgdir/debian.cnf; + if [ ! -e "$dc" ]; then + cat /dev/null > $dc + echo "# Automatically generated for Debian scripts. DO NOT TOUCH!" >>$dc + fi + # Keep it only root-readable, as it always was + chown 0:0 $dc + chmod 0600 $dc + + # If there is a real AppArmor profile, we reload it. + # If the default empty profile is installed, then we remove any old + # profile that may be loaded. + # This allows upgrade from old versions (that have an apparmor profile + # on by default) to work both to disable a default profile, and to keep + # any profile installed and maintained by users themselves. + profile="/etc/apparmor.d/usr.sbin.mysqld" + if [ -f "$profile" ] && aa-status --enabled 2>/dev/null; then + if grep -q /usr/sbin/mysqld "$profile" 2>/dev/null ; then + apparmor_parser -r "$profile" || true + else + echo "/usr/sbin/mysqld { }" | apparmor_parser --remove 2>/dev/null || true + fi + fi + + # copy out any mysqld_safe settings + systemd_conf=/etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf + if [ -x /usr/bin/mariadb-service-convert -a ! -f "${systemd_conf}" ]; then + mkdir -p /etc/systemd/system/mariadb.service.d + /usr/bin/mariadb-service-convert > "${systemd_conf}" + fi + ;; + + abort-upgrade|abort-remove|abort-configure) + ;; + + triggered) + if [ -x "$(command -v systemctl)" ]; then + systemctl daemon-reload + fi + invoke restart + ;; + + *) + echo "postinst called with unknown argument '$1'" 1>&2 + exit 1 + ;; +esac + +db_stop # in case invoke failes + +# dh_systemd_start doesn't emit anything since we still ship /etc/init.d/mysql. +# Thus MariaDB server is started via init.d script, which in turn redirects to +# systemctl. If we upgrade from MySQL mysql.service may be masked, which also +# means init.d script is disabled. Unmask mysql service explicitly. +# Check first that the command exists, to avoid emitting any warning messages. +if [ -x "$(command -v deb-systemd-helper)" ]; then + deb-systemd-helper unmask mysql.service > /dev/null +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/mariadb-server-10.5.postrm b/debian/mariadb-server-10.5.postrm new file mode 100644 index 00000000000..dceb7502bf1 --- /dev/null +++ b/debian/mariadb-server-10.5.postrm @@ -0,0 +1,78 @@ +#!/bin/bash -e + +. /usr/share/debconf/confmodule + +if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi +${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } + +MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf" + +# Try to stop the server in a sane way. If it does not success let the admin +# do it himself. No database directories should be removed while the server +# is running! +stop_server() { + set +e + if [ -x /usr/sbin/invoke-rc.d ]; then + invoke-rc.d mysql stop + else + /etc/init.d/mysql stop + fi + errno=$? + set -e + + if [ "$?" != 0 ]; then + echo "Trying to stop the MySQL server resulted in exitcode $?." 1>&2 + echo "Stop it yourself and try again!" 1>&2 + exit 1 + fi +} + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + if [ -n "`$MYADMIN ping 2>/dev/null`" ]; then + stop_server + sleep 2 + fi + ;; + *) + echo "postrm called with unknown argument '$1'" 1>&2 + exit 1 + ;; +esac + +# +# - Do NOT purge logs or data if another mysql-sever* package is installed (#307473) +# - Remove the mysql user only after all his owned files are purged. +# +if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; then + # we remove the mysql user only after all his owned files are purged + rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz} + rm -rf /var/log/mysql + + db_input high mariadb-server-10.5/postrm_remove_databases || true + db_go || true + db_get mariadb-server-10.5/postrm_remove_databases || true + if [ "$RET" = "true" ]; then + # never remove the debian.cnf when the databases are still existing + # else we ran into big trouble on the next install! + rm -f /etc/mysql/debian.cnf + # Remove all contents from /var/lib/mysql except if it's a + # directory with file system data. See #829491 for details and + # #608938 for potential mysql-server leftovers which erroneously + # had been renamed. + find /var/lib/mysql -mindepth 1 \ + -not -path '*/lost+found/*' -not -name 'lost+found' \ + -not -path '*/lost@002bfound/*' -not -name 'lost@002bfound' \ + -delete + # "|| true" still needed as rmdir still exits with non-zero if + # /var/lib/mysql is a mount point + rmdir --ignore-fail-on-non-empty /var/lib/mysql || true + rm -rf /var/run/mysqld # this directory is created by the init script, don't leave behind + userdel mysql || true + fi + +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/mariadb-server-10.5.preinst b/debian/mariadb-server-10.5.preinst new file mode 100644 index 00000000000..e01066f8dfe --- /dev/null +++ b/debian/mariadb-server-10.5.preinst @@ -0,0 +1,211 @@ +#!/bin/bash -e +# +# summary of how this script can be called: +# * install +# * install +# * upgrade +# * abort-upgrade +# + +. /usr/share/debconf/confmodule + +if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi +${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } + +export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin +mysql_datadir=/var/lib/mysql +mysql_upgradedir=/var/lib/mysql-upgrade + +# Try to stop the server in a sane way. If it does not success let the admin +# do it himself. No database directories should be removed while the server +# is running! Another mysqld in e.g. a different chroot is fine for us. +stop_server() { + if [ ! -x /etc/init.d/mysql ]; then return; fi + + # Return immediately if there are no mysql processes running + # as there is no point in trying to shutdown in that case. + if ! pgrep mysqld > /dev/null; then return; fi + + set +e + if [ -x /usr/sbin/invoke-rc.d ]; then + cmd="invoke-rc.d mysql stop" + else + cmd="/etc/init.d/mysql stop" + fi + $cmd + errno=$? + set -e + + # 0=ok, 100=no init script (fresh install) + if [ "$errno" != 0 -a "$errno" != 100 ]; then + echo "${cmd/ */} returned $errno" 1>&2 + echo "There is a MySQL server running, but we failed in our attempts to stop it." 1>&2 + echo "Stop it yourself and try again!" 1>&2 + db_stop + exit 1 + fi +} + +################################ main() ########################## + +this_version=10.5 +max_upgradeable_version=5.7 + +# Check if a flag file is found that indicates a previous MariaDB or MySQL +# version was installed. If multiple flags are found, check which one was +# the biggest version number. +for flag in $mysql_datadir/debian-*.flag +do + + # The for loop leaves $flag as the query string if there are no results, + # so the check below is needed to stop further processing when there are + # no real results. + if [ $flag = "$mysql_datadir/debian-*.flag" ] + then + break + fi + + flag_version=`echo $flag | sed 's/.*debian-\([0-9\.]\+\).flag/\1/'` + + # Initialize value if empty + if [ -z "$found_version" ] + then + found_version=$flag_version + fi + + # Update value if now bigger then before + if dpkg --compare-versions "$flag_version" '>>' "$found_version" + then + found_version=$flag_version + fi + +done + + +# If an upgrade is detected, proceed with it automatically without +# requiring any user interaction. +# +# However, if the user attempts to downgrade, warn about the incompatibility. +# Downgrade is detected if the flag version is bigger than $this_version +# (e.g. 10.1 > 10.0) or the flag version is smaller than 10.0 but bigger +# than $max_upgradeable_version. +if [ ! -z "$found_version" ] +then + + echo "$mysql_datadir: found previous version $found_version" + + if dpkg --compare-versions "$found_version" '>>' "$this_version" + then + downgrade_detected=true + fi + + if dpkg --compare-versions "$found_version" '>>' "$max_upgradeable_version" \ + && dpkg --compare-versions "$found_version" '<<' "10.0" + then + downgrade_detected=true + fi + +fi + + +# Don't abort dpkg if downgrade is detected (as was done previously). +# Instead simply move the old datadir and create a new for this_version. +if [ ! -z "$downgrade_detected" ] +then + db_input critical mariadb-server-10.5/old_data_directory_saved || true + db_go + echo "The file $mysql_datadir/debian-$found_version.flag indicates a" 1>&2 + echo "version that cannot automatically be upgraded. Therefore the" 1>&2 + echo "previous data directory will be renamed to $mysql_datadir-$found_version and" 1>&2 + echo "a new data directory will be initialized at $mysql_datadir." 1>&2 + echo "Please manually export/import your data (e.g. with mysqldump) if needed." 1>&2 + mv -f $mysql_datadir $mysql_datadir-$found_version + # Also move away the old debian.cnf file that included credentials that are + # no longer valid + mv -f /etc/mysql/debian.cnf /etc/mysql/debian.cnf-$found_version +fi + +# to be sure +stop_server + +# If we use NIS then errors should be tolerated. It's up to the +# user to ensure that the mysql user is correctly setup. +# Beware that there are two ypwhich one of them needs the 2>/dev/null! +if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then + set +e +fi + +# +# Now we have to ensure the following state: +# /etc/passwd: mysql:x:100:101:MySQL Server:/nonexistent:/bin/false +# /etc/group: mysql:x:101: +# +# Sadly there could any state be present on the system so we have to +# modify everything carefully i.e. not doing a chown before creating +# the user etc... +# + +# creating mysql group if he isn't already there +if ! getent group mysql >/dev/null; then + # Adding system group: mysql. + addgroup --system mysql >/dev/null +fi + +# creating mysql user if he isn't already there +if ! getent passwd mysql >/dev/null; then + # Adding system user: mysql. + adduser \ + --system \ + --disabled-login \ + --ingroup mysql \ + --no-create-home \ + --home /nonexistent \ + --gecos "MySQL Server" \ + --shell /bin/false \ + mysql >/dev/null +fi + +# end of NIS tolerance zone +set -e + +# if there's a symlink, let's store where it's pointing, because otherwise +# it's going to be lost in some situations +for dir in DATADIR LOGDIR; do + checkdir=`eval echo "$"$dir` + if [ -L "$checkdir" ]; then + mkdir -p "$mysql_upgradedir" + cp -dT "$checkdir" "$mysql_upgradedir/$dir.link" + fi +done + +# creating mysql home directory +if [ ! -d $mysql_datadir -a ! -L $mysql_datadir ]; then + mkdir $mysql_datadir +fi + +# checking disc space +if LC_ALL=C BLOCKSIZE= df --portability $mysql_datadir/. | tail -n 1 | awk '{ exit ($4>1000) }'; then + echo "ERROR: There's not enough space in $mysql_datadir/" 1>&2 + db_stop + exit 1 +fi + +# Since the home directory was created before putting the user into +# the mysql group and moreover we cannot guarantee that the +# permissions were correctly *before* calling this script, we fix them now. +# In case we use NIS and no mysql user is present then this script should +# better fail now than later.. +# The "set +e" is necessary as e.g. a ".journal" of a ext3 partition is +# not chgrp'able (#318435). +set +e +find $mysql_datadir ! -uid $(id -u mysql) -print0 | xargs -0 -r chown mysql +find $mysql_datadir -follow -not -group mysql -print0 2>/dev/null \ + | xargs -0 --no-run-if-empty chgrp mysql +set -e + + +db_stop + +#DEBHELPER# + +exit 0 diff --git a/debian/mariadb-server-10.5.prerm b/debian/mariadb-server-10.5.prerm new file mode 100644 index 00000000000..0371bbfc844 --- /dev/null +++ b/debian/mariadb-server-10.5.prerm @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +. /usr/share/debconf/confmodule + +if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi +${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } + +#DEBHELPER# diff --git a/debian/mariadb-server-10.5.py b/debian/mariadb-server-10.5.py new file mode 100644 index 00000000000..4c6dea650f1 --- /dev/null +++ b/debian/mariadb-server-10.5.py @@ -0,0 +1,52 @@ +'''apport package hook for mariadb-10.5 + +(c) 2009 Canonical Ltd. +Author: Mathias Gug +''' + +import os, os.path + +from apport.hookutils import * + +def _add_my_conf_files(report, filename): + key = 'MySQLConf' + path_to_key(filename) + report[key] = "" + for line in read_file(filename).split('\n'): + try: + if 'password' in line.split('=')[0]: + line = "%s = @@APPORTREPLACED@@" % (line.split('=')[0]) + report[key] += line + '\n' + except IndexError: + continue + +def add_info(report): + attach_conffiles(report, 'mariadb-server-10.5', conffiles=None) + key = 'Logs' + path_to_key('/var/log/daemon.log') + report[key] = "" + for line in read_file('/var/log/daemon.log').split('\n'): + try: + if 'mysqld' in line.split()[4]: + report[key] += line + '\n' + except IndexError: + continue + key = 'Logs' + path_to_key('/var/log/kern.log') + report[key] = "" + for line in read_file('/var/log/kern.log').split('\n'): + try: + if '/usr/sbin/mysqld' in string.join(line.split()[4:]): + report[key] += line + '\n' + except IndexError: + continue + _add_my_conf_files(report, '/etc/mysql/my.cnf') + for f in os.listdir('/etc/mysql/conf.d'): + _add_my_conf_files(report, os.path.join('/etc/mysql/conf.d', f)) + try: + report['MySQLVarLibDirListing'] = unicode(os.listdir('/var/lib/mysql')) + except OSError: + report['MySQLVarLibDirListing'] = unicode(False) + +if __name__ == '__main__': + report = {} + add_info(report) + for key in report: + print '%s: %s' % (key, report[key].split('\n', 1)[0]) diff --git a/debian/mariadb-server-10.5.templates b/debian/mariadb-server-10.5.templates new file mode 100644 index 00000000000..fde43a55706 --- /dev/null +++ b/debian/mariadb-server-10.5.templates @@ -0,0 +1,76 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# for an advice to debian-l10n-english@lists.debian.org +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: mariadb-server-10.5/old_data_directory_saved +Type: note +_Description: The old data directory will be saved at new location + A file named /var/lib/mysql/debian-*.flag exists on this system. + The number indicates a database binary format version that cannot automatically + be upgraded (or downgraded). + . + Therefore the previous data directory will be renamed to /var/lib/mysql-* and + a new data directory will be initialized at /var/lib/mysql. + . + Please manually export/import your data (e.g. with mysqldump) if needed. + +Template: mariadb-server-10.5/nis_warning +Type: note +#flag:translate!:3,5 +_Description: Important note for NIS/YP users + Using MariaDB under NIS/YP requires a mysql user account to be added on + the local system with: + . + adduser --system --group --home /var/lib/mysql mysql + . + You should also check the permissions and ownership of the + /var/lib/mysql directory: + . + /var/lib/mysql: drwxr-xr-x mysql mysql + +Template: mariadb-server-10.5/postrm_remove_databases +Type: boolean +Default: false +_Description: Remove all MariaDB databases? + The /var/lib/mysql directory which contains the MariaDB databases is about + to be removed. + . + If you're removing the MariaDB package in order to later install a more + recent version or if a different mariadb-server package is already + using it, the data should be kept. + +Template: mysql-server/root_password +Type: password +_Description: New password for the MariaDB "root" user: + While not mandatory, it is highly recommended that you set a password + for the MariaDB administrative "root" user. + . + If this field is left blank, the password will not be changed. + +Template: mysql-server/root_password_again +Type: password +_Description: Repeat password for the MariaDB "root" user: + +Template: mysql-server/error_setting_password +Type: error +_Description: Unable to set password for the MariaDB "root" user + An error occurred while setting the password for the MariaDB + administrative user. This may have happened because the account + already has a password, or because of a communication problem with + the MariaDB server. + . + You should check the account's password after the package installation. + . + Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file + for more information. + +Template: mysql-server/password_mismatch +Type: error +_Description: Password input error + The two passwords you entered were not the same. Please try again. + diff --git a/debian/mariadb-server-10.5.triggers b/debian/mariadb-server-10.5.triggers new file mode 100644 index 00000000000..d1f5f5e14f1 --- /dev/null +++ b/debian/mariadb-server-10.5.triggers @@ -0,0 +1,2 @@ +interest-noawait /etc/mysql +interest-noawait /etc/systemd/system/mariadb.service.d diff --git a/debian/mariadb-server-core-10.4.install b/debian/mariadb-server-core-10.4.install deleted file mode 100644 index 46c116b618d..00000000000 --- a/debian/mariadb-server-core-10.4.install +++ /dev/null @@ -1,33 +0,0 @@ -usr/bin/innochecksum -usr/bin/mysql_install_db -usr/bin/mysql_upgrade -usr/sbin/mysqld -usr/share/man/man1/innochecksum.1 -usr/share/man/man1/mysql_install_db.1 -usr/share/man/man1/mysql_upgrade.1 -usr/share/man/man8/mysqld.8 -usr/share/mysql/charsets -usr/share/mysql/czech -usr/share/mysql/danish -usr/share/mysql/dutch -usr/share/mysql/english -usr/share/mysql/estonian -usr/share/mysql/french -usr/share/mysql/german -usr/share/mysql/greek -usr/share/mysql/hindi -usr/share/mysql/hungarian -usr/share/mysql/italian -usr/share/mysql/japanese -usr/share/mysql/korean -usr/share/mysql/norwegian -usr/share/mysql/norwegian-ny -usr/share/mysql/polish -usr/share/mysql/portuguese -usr/share/mysql/romanian -usr/share/mysql/russian -usr/share/mysql/serbian -usr/share/mysql/slovak -usr/share/mysql/spanish -usr/share/mysql/swedish -usr/share/mysql/ukrainian diff --git a/debian/mariadb-server-core-10.5.install b/debian/mariadb-server-core-10.5.install new file mode 100644 index 00000000000..46c116b618d --- /dev/null +++ b/debian/mariadb-server-core-10.5.install @@ -0,0 +1,33 @@ +usr/bin/innochecksum +usr/bin/mysql_install_db +usr/bin/mysql_upgrade +usr/sbin/mysqld +usr/share/man/man1/innochecksum.1 +usr/share/man/man1/mysql_install_db.1 +usr/share/man/man1/mysql_upgrade.1 +usr/share/man/man8/mysqld.8 +usr/share/mysql/charsets +usr/share/mysql/czech +usr/share/mysql/danish +usr/share/mysql/dutch +usr/share/mysql/english +usr/share/mysql/estonian +usr/share/mysql/french +usr/share/mysql/german +usr/share/mysql/greek +usr/share/mysql/hindi +usr/share/mysql/hungarian +usr/share/mysql/italian +usr/share/mysql/japanese +usr/share/mysql/korean +usr/share/mysql/norwegian +usr/share/mysql/norwegian-ny +usr/share/mysql/polish +usr/share/mysql/portuguese +usr/share/mysql/romanian +usr/share/mysql/russian +usr/share/mysql/serbian +usr/share/mysql/slovak +usr/share/mysql/spanish +usr/share/mysql/swedish +usr/share/mysql/ukrainian diff --git a/debian/not-installed b/debian/not-installed index 5341f6ca438..7e42735b03c 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -7,15 +7,15 @@ usr/lib/sysusers.d/sysusers.conf usr/lib/tmpfiles.d/tmpfiles.conf usr/lib/mysql/plugin/JavaWrappers.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless usr/lib/mysql/plugin/JdbcInterface.jar # These are only built if JNI/libjawt.so is installed from e.g. openjdk-8-jre-headless -usr/share/doc/mariadb-server-10.4/COPYING -usr/share/doc/mariadb-server-10.4/COPYING.AGPLv3 -usr/share/doc/mariadb-server-10.4/COPYING.GPLv2 -usr/share/doc/mariadb-server-10.4/COPYING.thirdparty -usr/share/doc/mariadb-server-10.4/CREDITS -usr/share/doc/mariadb-server-10.4/EXCEPTIONS-CLIENT -usr/share/doc/mariadb-server-10.4/INSTALL-BINARY -usr/share/doc/mariadb-server-10.4/PATENTS -usr/share/doc/mariadb-server-10.4/README-wsrep +usr/share/doc/mariadb-server-10.5/COPYING +usr/share/doc/mariadb-server-10.5/COPYING.AGPLv3 +usr/share/doc/mariadb-server-10.5/COPYING.GPLv2 +usr/share/doc/mariadb-server-10.5/COPYING.thirdparty +usr/share/doc/mariadb-server-10.5/CREDITS +usr/share/doc/mariadb-server-10.5/EXCEPTIONS-CLIENT +usr/share/doc/mariadb-server-10.5/INSTALL-BINARY +usr/share/doc/mariadb-server-10.5/PATENTS +usr/share/doc/mariadb-server-10.5/README-wsrep usr/share/groonga/COPYING usr/share/groonga-normalizer-mysql/lgpl-2.0.txt usr/share/groonga-normalizer-mysql/README.md diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in index 9499932064b..662c4be9fbc 100644 --- a/debian/po/POTFILES.in +++ b/debian/po/POTFILES.in @@ -1 +1 @@ -[type: gettext/rfc822deb] mariadb-server-10.4.templates +[type: gettext/rfc822deb] mariadb-server-10.5.templates diff --git a/debian/po/ar.po b/debian/po/ar.po index c351e81bfbf..abf6967063b 100644 --- a/debian/po/ar.po +++ b/debian/po/ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: templates\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-05-01 13:04+0300\n" "Last-Translator: Ossama M. Khayat \n" @@ -27,13 +27,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -42,7 +42,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -50,20 +50,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "ملاحظة هامة لمستخدمي NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -71,7 +71,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "إزالة جميع قواعد بيانات MariaDB؟" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -108,13 +108,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص بـMariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -124,7 +124,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -132,7 +132,7 @@ msgstr "إن ترك الحقل فارغاً، فلن يتم تغيير كلمة #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MariaDB \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -140,13 +140,13 @@ msgstr "كلمة المرور الجديدة لمستخد \"root\" الخاص ب #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "تعذر تعيين كلمة مرور للمستخدم \"root\" الخاص بـMariaDB." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -158,7 +158,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "You should check the account's password after tha package installation." @@ -167,27 +167,27 @@ msgstr "يجب عليك التحقق من كلمة مرور الحساب عقب #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.4/README.Debian للمزيد " +"الرجاء قراءة الملف /usr/share/doc/mariadb-server-10.5/README.Debian للمزيد " "من المعلومات." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/ca.po b/debian/po/ca.po index e2ba65054ba..6f1c8505c09 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-4.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2004-01-31 19:20GMT\n" "Last-Translator: Aleix Badia i Bosch \n" @@ -17,13 +17,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -32,7 +32,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -40,14 +40,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "Important note for NIS/YP users!" msgid "Important note for NIS/YP users" @@ -55,7 +55,7 @@ msgstr "Nota important pels usuaris de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -63,7 +63,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -71,13 +71,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -85,7 +85,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -94,13 +94,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -108,25 +108,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -135,27 +135,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -203,13 +203,13 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "El MySQL nom�s s'instal�la en cas de tenir un nom d'ordinador central que " #~ "no sigui num�ric i que es pugui resoldre a trav�s del fitxer /etc/hosts. " #~ "Ex. si l'ordre \"hostname\" retorna \"myhostname\", llavors hi ha d'haver " -#~ "una l�nia com la seg�ent \"10.4.0.1 myhostname\"." +#~ "una l�nia com la seg�ent \"10.5.0.1 myhostname\"." #, fuzzy #~ msgid "" diff --git a/debian/po/cs.po b/debian/po/cs.po index c0d66613637..7b388e5932e 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-05-01 13:01+0200\n" "Last-Translator: Miroslav Kure \n" @@ -26,13 +26,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -41,7 +41,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -49,20 +49,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Důležitá poznámka pro uživatele NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -70,7 +70,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -83,13 +83,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Odstranit všechny MariaDB databáze?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -99,7 +99,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -111,13 +111,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nové heslo MariaDB uživatele \"root\":" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -127,7 +127,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -135,7 +135,7 @@ msgstr "Ponecháte-li pole prázdné, heslo se nezmění." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -143,13 +143,13 @@ msgstr "Nové heslo MariaDB uživatele \"root\":" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Nelze nastavit heslo MariaDB uživatele \"root\"" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -161,7 +161,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "You should check the account's password after tha package installation." @@ -170,26 +170,26 @@ msgstr "Po instalaci balíku byste měli heslo ověřit." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Více informací naleznete v /usr/share/doc/mariadb-server-10.4/README.Debian." +"Více informací naleznete v /usr/share/doc/mariadb-server-10.5/README.Debian." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -310,13 +310,13 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "MySQL se nainstaluje pouze v případě, že používáte nenumerické jméno " #~ "počítače, které se dá přeložit přes soubor /etc/hosts. Např. když příkaz " #~ "\"hostname\" vrátí \"diamond\", tak v /etc/hosts musí existovat obdobný " -#~ "řádek jako \"10.4.0.1 diamond\"." +#~ "řádek jako \"10.5.0.1 diamond\"." #~ msgid "" #~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account " diff --git a/debian/po/da.po b/debian/po/da.po index 06d40cd58af..33f0aa9e282 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-4.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-05-30 22:41+0200\n" "Last-Translator: Claus Hindsgaul \n" @@ -27,13 +27,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -42,7 +42,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -50,20 +50,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Vigtig oplysning til NIS/YP-brugere" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -71,7 +71,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -84,13 +84,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Fjern alle MariaDB-databaser?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -100,7 +100,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -112,13 +112,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -128,7 +128,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -136,7 +136,7 @@ msgstr "Hvis du lader dette felt st� tomt, vil adgangskoden ikke blive �ndre #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -144,13 +144,13 @@ msgstr "Ny adgangskode for MariaDB's \"root\"-bruger:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Kunne ikke s�tte adgangskoden for MariaDB's \"root\"-bruger" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -163,33 +163,33 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "Du b�r tjekke kontoens adgangskode efter pakkeinstallationen." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Se filen /usr/share/doc/mariadb-server-10.4/README.Debian for yderligere " +"Se filen /usr/share/doc/mariadb-server-10.5/README.Debian for yderligere " "oplysninger." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -336,12 +336,12 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "MySQL vil kun blive installeret, hvis du har et ikke-numerisk v�rtsnavn, " #~ "som kan sl�s op i filen /ets/hosts. Hvis f.eks. kommandoen \"hostname\" " -#~ "svarer med \"mitvaertsnavn\", skal du have en linje a'la \"10.4.0.1 " +#~ "svarer med \"mitvaertsnavn\", skal du have en linje a'la \"10.5.0.1 " #~ "mitvaertsnavn\" i /etc/hosts." #~ msgid "" diff --git a/debian/po/de.po b/debian/po/de.po index 19e03ad88bd..47dc9622dfd 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1_5.1.37-1_de\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-08-27 22:41+0200\n" "Last-Translator: Thomas Mueller \n" @@ -29,13 +29,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -44,7 +44,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -52,20 +52,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -75,7 +75,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -85,13 +85,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Alle MariaDB-Datenbanken entfernen?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -101,7 +101,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -113,13 +113,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Neues Passwort für den MariaDB »root«-Benutzer:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -129,25 +129,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "Wenn dieses Feld freigelassen wird, wird das Passwort nicht geändert." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Wiederholen Sie das Passwort für den MariaDB-»root«-Benutzer:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Konnte für den MariaDB-»root«-Benutzer kein Passwort setzen" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -160,7 +160,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "Sie sollten das Passwort des administrativen Benutzers nach der " @@ -168,13 +168,13 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mariadb-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" "Für weitere Informationen lesen Sie /usr/share/doc/mariadb-server-5.1/README." @@ -182,13 +182,13 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Passwort-Eingabefehler" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" "Die beiden von Ihnen eingegebenen Passwörter sind nicht identisch. Bitte " diff --git a/debian/po/es.po b/debian/po/es.po index 825cda108ab..626d4d17b30 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-05-28 22:21+0200\n" "Last-Translator: Javier Fernández-Sanguino \n" @@ -52,13 +52,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -67,7 +67,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -75,20 +75,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para los usuarios de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -96,7 +96,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -110,13 +110,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "¿Desea eliminar todas las bases de datos MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -126,7 +126,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -138,13 +138,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nueva contraseña para el usuario «root» de MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -154,7 +154,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -162,7 +162,7 @@ msgstr "No se modificará la contraseña si deja el espacio en blanco." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -170,13 +170,13 @@ msgstr "Nueva contraseña para el usuario «root» de MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "No se pudo fijar la contraseña para el usuario «root» de MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -189,7 +189,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "Debería comprobar la contraseña de la cuenta después de la instalación del " @@ -197,27 +197,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Consulte /usr/share/doc/mariadb-server-10.4/README.Debian para más " +"Consulte /usr/share/doc/mariadb-server-10.5/README.Debian para más " "información." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -354,13 +354,13 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "Sólo se instalará MySQL si tiene un nombre de equipo que no sea una " #~ "dirección IP y pueda resolverse a través del archivo /etc/hosts. Por " #~ "ejemplo, si la orden «hostname» devuelve «MiNombreEquipo» entonces deberá " -#~ "existir una línea «10.4.0.1 MiNombreEquipo» en dicho archivo." +#~ "existir una línea «10.5.0.1 MiNombreEquipo» en dicho archivo." #~ msgid "" #~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account " diff --git a/debian/po/eu.po b/debian/po/eu.po index 4c22d656c79..e17d0cd9305 100644 --- a/debian/po/eu.po +++ b/debian/po/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-07-29 11:59+0200\n" "Last-Translator: Piarres Beobide \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -35,7 +35,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -43,20 +43,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -64,7 +64,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -78,13 +78,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Ezabatu MariaDB datubase guztiak?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -93,7 +93,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -105,13 +105,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "MariaDB \"root\" erabiltzailearen pasahitz berria:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -121,7 +121,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -129,19 +129,19 @@ msgstr "Eremua hau zurian utziaz gero ez da pasahitza aldatuko." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Errepikatu MariaDB \"root\" erabiltzailearen pasahitza:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Ezin da MariaDB \"root\" erabiltzailearen pasahitza ezarri" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -153,34 +153,34 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "Kontuaren pasahitza egiaztatu beharko zenuke paketea instalatu aurretik." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Mesedez irakurri /usr/share/doc/mariadb-server-10.4/README.Debian fitxategia " +"Mesedez irakurri /usr/share/doc/mariadb-server-10.5/README.Debian fitxategia " "xehetasun gehiagorako." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Pasahitz sarrera errorea" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "Idatzi dituzun bi pasahitzak ez dira berdina. Mesedez saiatu berriz." diff --git a/debian/po/fr.po b/debian/po/fr.po index 46ae1e7ffbc..42974e7759c 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-08-08 14:56+0200\n" "Last-Translator: Christian Perrier \n" @@ -22,13 +22,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -45,20 +45,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Note importante pour les utilisateurs NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -68,7 +68,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -78,13 +78,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Faut-il supprimer toutes les bases de données MariaDB ?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -94,7 +94,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -105,13 +105,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nouveau mot de passe du superutilisateur de MariaDB :" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -121,26 +121,26 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "Si ce champ est laissé vide, le mot de passe ne sera pas changé." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Confirmation du mot de passe du superutilisateur de MariaDB :" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "" "Impossible de changer le mot de passe de l'utilisateur « root » de MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -152,7 +152,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "Vous devriez vérifier le mot de passe de ce compte après l'installation du " @@ -160,27 +160,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Veuillez consulter le fichier /usr/share/doc/mysql-server-10.4/README.Debian " +"Veuillez consulter le fichier /usr/share/doc/mysql-server-10.5/README.Debian " "pour plus d'informations." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Erreur de saisie du mot de passe" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" "Le mot de passe et sa confirmation ne sont pas identiques. Veuillez " diff --git a/debian/po/gl.po b/debian/po/gl.po index 948cd8fd839..99f110f71a8 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-04-20 09:44+0200\n" "Last-Translator: Jacobo Tarrio \n" @@ -17,13 +17,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -32,7 +32,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -40,20 +40,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para os usuarios de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -61,7 +61,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -75,13 +75,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "¿Eliminar tódalas bases de datos de MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -91,7 +91,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -103,13 +103,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -119,7 +119,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -127,7 +127,7 @@ msgstr "Se deixa o campo en branco, non se ha cambiar o contrasinal." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -135,13 +135,13 @@ msgstr "Novo contrasinal para o usuario \"root\" de MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Non se puido establecer o contrasinal do usuario \"root\" de MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -153,7 +153,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "You should check the account's password after tha package installation." @@ -162,27 +162,27 @@ msgstr "Debería comprobar o contrasinal da conta trala instalación do paquete. #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Consulte o ficheiro /usr/share/doc/mariadb-server-10.4/README.Debian para " +"Consulte o ficheiro /usr/share/doc/mariadb-server-10.5/README.Debian para " "máis información." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/it.po b/debian/po/it.po index 336bfe3fa43..2a1e0209485 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.1.37 italian debconf templates\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-08-08 11:03+0200\n" "Last-Translator: Luca Monducci \n" @@ -18,13 +18,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -33,7 +33,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -41,20 +41,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante per gli utenti NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -64,7 +64,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -74,13 +74,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Eliminare tutti i database MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -90,7 +90,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -102,13 +102,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nuova password per l'utente «root» di MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -118,25 +118,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "Se questo campo è lasciato vuoto, la password non viene cambiata." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Ripetere la password per l'utente «root» di MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Impossibile impostare la password per l'utente «root» di MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -149,34 +149,34 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "Al termine dell'installazione si deve verificare la password dell'account." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" "Per maggiori informazioni si consulti il file /usr/share/doc/mariadb-" -"server-10.4/README.Debian." +"server-10.5/README.Debian." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Errore di inserimento della password" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "Le due password inserite sono diverse. Riprovare." diff --git a/debian/po/ja.po b/debian/po/ja.po index ba7bb52763c..4f4abdc4ecb 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-09-01 08:25+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" @@ -27,13 +27,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -42,7 +42,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -50,20 +50,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "NIS/YP ユーザへの重要な注意" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -73,7 +73,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -81,13 +81,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "すべての MariaDB データベースを削除しますか?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -97,7 +97,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -109,13 +109,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -125,25 +125,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "この値を空のままにしておいた場合は、パスワードは変更されません。" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "MariaDB の \"root\" ユーザに対する新しいパスワード:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "MariaDB の \"root\" ユーザのパスワードを設定できません" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -155,33 +155,33 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" "パッケージのインストール後、アカウントのパスワードを確認する必要があります。" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"詳細は /usr/share/doc/mariadb-server-10.4/README.Debian を参照してください。" +"詳細は /usr/share/doc/mariadb-server-10.5/README.Debian を参照してください。" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "パスワード入力エラー" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "入力された二つのパスワードが一致しません。再入力してください。" diff --git a/debian/po/nb.po b/debian/po/nb.po index 4a3e7514513..742d9194b4f 100644 --- a/debian/po/nb.po +++ b/debian/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql_nb\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-02-18 12:13+0100\n" "Last-Translator: Bjørn Steensrud \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,14 +42,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "Important note for NIS/YP users!" msgid "Important note for NIS/YP users" @@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -65,7 +65,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -73,13 +73,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -87,7 +87,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 #, fuzzy #| msgid "" #| "The script is about to remove the data directory /var/lib/mysql. If it is " @@ -104,7 +104,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "New password for the MariaDB \"root\" user:" @@ -112,7 +112,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "" #| "It is highly recommended that you set a password for the MySQL " @@ -126,13 +126,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -140,7 +140,7 @@ msgstr "Nytt passord for MariaDBs «root»-bruker:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "Unable to set password for MySQL \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user" @@ -148,7 +148,7 @@ msgstr "Klarer ikke angi passord for MariaDBs «root»-bruker" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "It seems an error occurred while setting the password for the MySQL " @@ -167,27 +167,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/nl.po b/debian/po/nl.po index 8dea3504592..9945dbce3c4 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.0.30-1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" -"PO-Revision-Date: 2006-02-19 10.40+0100\n" +"PO-Revision-Date: 2006-02-19 10.50+0100\n" "Last-Translator: Thijs Kinkhorst \n" "Language-Team: Debian-Dutch \n" "Language: \n" @@ -18,13 +18,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -33,7 +33,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -41,14 +41,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "Important note for NIS/YP users!" msgid "Important note for NIS/YP users" @@ -56,7 +56,7 @@ msgstr "Belangrijke opmerking voor gebruikers van NIS/YP!" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -64,7 +64,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -72,13 +72,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -86,7 +86,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 #, fuzzy #| msgid "" #| "The script is about to remove the data directory /var/lib/mysql. If it is " @@ -104,7 +104,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "New password for the MariaDB \"root\" user:" @@ -112,7 +112,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "" #| "It is highly recommended that you set a password for the MySQL " @@ -126,13 +126,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -140,7 +140,7 @@ msgstr "Nieuw wachtwoord voor de MariaDB \"root\"-gebruiker:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "Unable to set password for MySQL \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user" @@ -148,7 +148,7 @@ msgstr "Kan het wachtwoord voor de MariaDB \"root\"-gebruiker niet instellen" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "It seems an error occurred while setting the password for the MySQL " @@ -167,27 +167,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/pt.po b/debian/po/pt.po index 2d1834deda3..e76adebcb63 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-05-05 21:01+0100\n" "Last-Translator: Miguel Figueiredo \n" @@ -18,13 +18,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -33,7 +33,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -41,20 +41,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para utilizadores de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -62,7 +62,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -75,13 +75,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Remover todas as bases de dados MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -91,7 +91,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -103,13 +103,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -119,7 +119,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -128,7 +128,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -136,7 +136,7 @@ msgstr "Nova palavra-passe para o utilizador \"root\" do MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "" "Não foi possível definir a palavra-passe para o utilizador \"root\" do " @@ -144,7 +144,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -157,7 +157,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "You should check the account's password after tha package installation." @@ -167,27 +167,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" "Para mais informação por favor leia o ficheiro /usr/share/doc/mariadb-" -"server-10.4/README.Debian." +"server-10.5/README.Debian." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index 31c9239f217..5701044548f 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2007-04-21 15:59-0300\n" "Last-Translator: André Luís Lopes \n" @@ -21,13 +21,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -36,7 +36,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -44,20 +44,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Aviso importante para usuários NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -65,7 +65,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -78,13 +78,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Remover todas as bases de dados do MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -94,7 +94,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -106,13 +106,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nova senha para o usuário \"root\" do MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -122,7 +122,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "If that field is left blank, the password will not be changed." msgid "If this field is left blank, the password will not be changed." @@ -130,7 +130,7 @@ msgstr "Caso este campo seja deixado em branco, a senha não sera mudada." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for the MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -138,13 +138,13 @@ msgstr "Nova senha para o usuário \"root\" do MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Impossível definir senha para o usuário \"root\" do MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -157,7 +157,7 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "You should check the account's password after tha package installation." @@ -166,27 +166,27 @@ msgstr "Você deverá checar a senha dessa conta após a instalação deste paco #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.4/README.Debian " +"Por favor, leia o arquivo /usr/share/doc/mariadb-server-10.5/README.Debian " "para maiores informações." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -322,13 +322,13 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "O MySQL será instalado somente caso você possua um nome de host NÃO " #~ "NUMÉRICO que possa ser resolvido através do arquivo /etc/hosts, ou seja, " #~ "caso o comando \"hostname\" retorne \"myhostname\", uma linha como " -#~ "\"10.4.0.1 myhostname\" deverá existir no arquivo /etc/hosts." +#~ "\"10.5.0.1 myhostname\" deverá existir no arquivo /etc/hosts." #~ msgid "" #~ "A new mysql user \"debian-sys-maint\" will be created. This mysql account " diff --git a/debian/po/ro.po b/debian/po/ro.po index 328573c0357..853107d1f9d 100644 --- a/debian/po/ro.po +++ b/debian/po/ro.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: po-debconf://mysql-dfsg\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2006-12-20 21:27+0200\n" "Last-Translator: stan ioan-eugen \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,14 +42,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "Important note for NIS/YP users!" msgid "Important note for NIS/YP users" @@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -65,7 +65,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -73,13 +73,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -87,7 +87,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 #, fuzzy #| msgid "" #| "The script is about to remove the data directory /var/lib/mysql. If it is " @@ -104,7 +104,7 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "New password for the MariaDB \"root\" user:" @@ -112,7 +112,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 #, fuzzy #| msgid "" #| "It is highly recommended that you set a password for the MySQL " @@ -126,13 +126,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 #, fuzzy #| msgid "New password for MySQL \"root\" user:" msgid "Repeat password for the MariaDB \"root\" user:" @@ -140,7 +140,7 @@ msgstr "Noua parolă pentru utilizatorul „root” al MariaDB:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "Unable to set password for MySQL \"root\" user" msgid "Unable to set password for the MariaDB \"root\" user" @@ -148,7 +148,7 @@ msgstr "Nu s-a putut stabili parola pentru utilizatorul „root” al MariaDB" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" #| "It seems an error occurred while setting the password for the MySQL " @@ -167,27 +167,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/ru.po b/debian/po/ru.po index baa70378169..0810077af62 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.1.37-1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-08-06 20:27+0400\n" "Last-Translator: Yuri Kozlov \n" @@ -32,13 +32,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -55,20 +55,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Важное замечание для пользователей NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -78,7 +78,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -86,13 +86,13 @@ msgstr "Также проверьте права доступа и владел #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Удалить все базы данных MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -101,7 +101,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -113,13 +113,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Новый пароль для MariaDB пользователя \"root\":" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -129,25 +129,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "Если оставить поле пустым, то пароль изменён не будет." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Повторите ввод пароля для MariaDB пользователя \"root\":" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Невозможно задать пароль MariaDB пользователю \"root\"" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -159,32 +159,32 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "Проверьте пароль учётной записи после установки пакета." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Подробности см. в файле /usr/share/doc/mariadb-server-10.4/README.Debian." +"Подробности см. в файле /usr/share/doc/mariadb-server-10.5/README.Debian." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Ошибка ввода пароля" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "Два введённых пароля не одинаковы. Повторите ввод." diff --git a/debian/po/sv.po b/debian/po/sv.po index e1bfe1f6d1b..d5e7f89e5d6 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2009-09-08 21:42+0100\n" "Last-Translator: Martin Bagge \n" @@ -21,13 +21,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -36,7 +36,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -44,20 +44,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "Viktig information för NIS/YP-användare" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -67,7 +67,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -77,13 +77,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Ta bort alla MariaDB-databaser?" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -93,7 +93,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -105,13 +105,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "Nytt lösenord för MariaDBs \"root\"-användare:" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -121,25 +121,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "Om detta fält lämnas tom kommer lösenordet inte att ändras." #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "Repetera lösenordet för MariaDBs \"root\"-användare:" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "Kunde inte sätta lösenord för MariaDBs \"root\"-användare" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -152,33 +152,33 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "Du bör kontrollera kontots lösenord efter installationen av paketet." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 #, fuzzy #| msgid "" -#| "Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +#| "Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " #| "more information." msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" -"Läs filen /usr/share/doc/mariadb-server-10.4/README.Debian för mer " +"Läs filen /usr/share/doc/mariadb-server-10.5/README.Debian för mer " "information." #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "Fel vid inmatning av lösenord" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "De två lösenorden du angav stämde inte överrens. Prova igen." diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 46a4487480e..225818688b3 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mariadb-10.4\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Project-Id-Version: mariadb-10.5\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,20 +42,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "Important note for NIS/YP users" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -63,7 +63,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -71,13 +71,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -85,7 +85,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -94,13 +94,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -108,25 +108,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -135,26 +135,26 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" diff --git a/debian/po/tr.po b/debian/po/tr.po index 6695bdd8a96..f844511b89e 100644 --- a/debian/po/tr.po +++ b/debian/po/tr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-4.1\n" -"Report-Msgid-Bugs-To: mariadb-10.4@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb-10.5@packages.debian.org\n" "POT-Creation-Date: 2016-10-08 01:26+0300\n" "PO-Revision-Date: 2004-06-05 08:53+0300\n" "Last-Translator: Gürkan Aslan \n" @@ -18,13 +18,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -33,7 +33,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -41,14 +41,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:2001 +#: ../mariadb-server-10.5.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 #, fuzzy #| msgid "Important note for NIS/YP users!" msgid "Important note for NIS/YP users" @@ -56,7 +56,7 @@ msgstr "NIS/YP kullanıcıları için önemli not!" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -64,7 +64,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.4.templates:3001 +#: ../mariadb-server-10.5.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -72,13 +72,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -86,7 +86,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.4.templates:4001 +#: ../mariadb-server-10.5.templates:4001 msgid "" "If you're removing the MariaDB package in order to later install a more " "recent version or if a different mariadb-server package is already using it, " @@ -95,13 +95,13 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "New password for the MariaDB \"root\" user:" msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "" "While not mandatory, it is highly recommended that you set a password for " "the MariaDB administrative \"root\" user." @@ -109,25 +109,25 @@ msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:5001 +#: ../mariadb-server-10.5.templates:5001 msgid "If this field is left blank, the password will not be changed." msgstr "" #. Type: password #. Description -#: ../mariadb-server-10.4.templates:6001 +#: ../mariadb-server-10.5.templates:6001 msgid "Repeat password for the MariaDB \"root\" user:" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "Unable to set password for the MariaDB \"root\" user" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" "An error occurred while setting the password for the MariaDB administrative " "user. This may have happened because the account already has a password, or " @@ -136,27 +136,27 @@ msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "You should check the account's password after the package installation." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:7001 +#: ../mariadb-server-10.5.templates:7001 msgid "" -"Please read the /usr/share/doc/mariadb-server-10.4/README.Debian file for " +"Please read the /usr/share/doc/mariadb-server-10.5/README.Debian file for " "more information." msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "Password input error" msgstr "" #. Type: error #. Description -#: ../mariadb-server-10.4.templates:8001 +#: ../mariadb-server-10.5.templates:8001 msgid "The two passwords you entered were not the same. Please try again." msgstr "" @@ -202,12 +202,12 @@ msgstr "" #~ msgid "" #~ "MySQL will only install if you have a non-numeric hostname that is " #~ "resolvable via the /etc/hosts file. E.g. if the \"hostname\" command " -#~ "returns \"myhostname\" then there must be a line like \"10.4.0.1 " +#~ "returns \"myhostname\" then there must be a line like \"10.5.0.1 " #~ "myhostname\"." #~ msgstr "" #~ "MySQL sadece /etc/hosts dosyası yoluyla çözülebilir NUMERİK OLMAYAN bir " #~ "makine adına sahipseniz kurulacaktır. Örneğin, eğer \"hostname\" komutu " -#~ "\"makinem\" ismini döndürüyorsa, bu dosya içinde \"10.4.0.1 makinem\" " +#~ "\"makinem\" ismini döndürüyorsa, bu dosya içinde \"10.5.0.1 makinem\" " #~ "gibi bir satır olmalıdır." #, fuzzy diff --git a/debian/rules b/debian/rules index 13d1343671a..f3911aacf70 100755 --- a/debian/rules +++ b/debian/rules @@ -116,8 +116,8 @@ override_dh_auto_install: ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS))) # Copy systemd files to a location available for dh_installinit - cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.4.mariadb.service - cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.4.mariadb@.service + cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.5.mariadb.service + cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.5.mariadb@.service endif # make install @@ -130,12 +130,12 @@ endif # nm numeric soft is not enough, therefore extra sort in command # to satisfy Debian reproducible build requirements - nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.4/mysqld.sym.gz + nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.5/mysqld.sym.gz # rename and install AppArmor profile install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld # install Apport hook - install -D -m 644 debian/mariadb-server-10.4.py $(TMP)/usr/share/apport/package-hooks/source_mariadb-10.4.py + install -D -m 644 debian/mariadb-server-10.5.py $(TMP)/usr/share/apport/package-hooks/source_mariadb-10.5.py # Install libmariadbclient18 compatibility links ln -s libmariadb.so.3 $(TMP)/usr/lib/$(DEB_HOST_MULTIARCH)/libmariadbclient.so -- cgit v1.2.1