From 79d38387eeb476c9bf36a62098410be26da4a5c4 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Sun, 15 Oct 2017 21:29:15 +0200 Subject: [PATCH] Fixes and spec file improvements --- pdns-mysql.patch | 25 +++++++++++++++++++++++++ pdns-systemd.patch | 20 ++++++++++++++++++++ pdns.service | 18 ------------------ pdns.spec | 22 ++++++++++++++++------ 4 files changed, 61 insertions(+), 24 deletions(-) create mode 100644 pdns-mysql.patch create mode 100644 pdns-systemd.patch delete mode 100644 pdns.service diff --git a/pdns-mysql.patch b/pdns-mysql.patch new file mode 100644 index 0000000..6192bae --- /dev/null +++ b/pdns-mysql.patch @@ -0,0 +1,25 @@ +From 2be6b2dcc368ff76842b035b67f7a8170d787889 Mon Sep 17 00:00:00 2001 +From: Remi Gacogne +Date: Thu, 12 Oct 2017 17:32:52 +0200 +Subject: [PATCH] auth: Display the needed size when a MySQL result was + truncated + +--- + modules/gmysqlbackend/smysql.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/modules/gmysqlbackend/smysql.cc b/modules/gmysqlbackend/smysql.cc +index 5e9354254a..aab16daf9d 100644 +--- a/modules/gmysqlbackend/smysql.cc ++++ b/modules/gmysqlbackend/smysql.cc +@@ -233,8 +233,8 @@ class SMySQLStatement: public SSqlStatement + row.reserve(d_fnum); + + for(int i=0;i - 4.1.0-0.3.rc1 +- Added Fedora specific systemd patch +- Added upstream patch to fix an issue with MariaDB 10.2 +- Enabled upstream systemd (--enable-systemd) support + * Thu Sep 21 2017 Morten Stevens - 4.1.0-0.2.rc1 - Switch to mariadb-connector-c-devel - Spec file improvements