summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <scardracs-gentoo@proton.me>2023-01-14 22:48:57 +0100
committerSam James <sam@gentoo.org>2023-01-14 22:07:13 +0000
commit8aa66b24df477ccaed3070eae1e7dcc63d1b5992 (patch)
tree7ce8dc79133f0405aaedb468f47fa64702189a88 /net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch
parentapp-crypt/ccid: add missed udev_reload (diff)
downloadgentoo-8aa66b24df477ccaed3070eae1e7dcc63d1b5992.tar.gz
gentoo-8aa66b24df477ccaed3070eae1e7dcc63d1b5992.tar.bz2
gentoo-8aa66b24df477ccaed3070eae1e7dcc63d1b5992.zip
net-mail/qmail-autoresponder: update EAPI 7 -> 8, backport patches
- Backport build fix w/o MySQL - Backport UB fix Closes: https://bugs.gentoo.org/740804 Signed-off-by: Marco Scardovi <scardracs-gentoo@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch')
-rw-r--r--net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch b/net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch
new file mode 100644
index 000000000000..280e5af722e0
--- /dev/null
+++ b/net-mail/qmail-autoresponder/files/qmail-autoresponder-2.0-drop-mysql.patch
@@ -0,0 +1,21 @@
+Patch: https://github.com/bruceg/qmail-autoresponder/commit/514a15e22d2eaf888592690f6be3e7c7dd18b7d0
+Bug: https://bugs.gentoo.org/740804
+From 514a15e22d2eaf888592690f6be3e7c7dd18b7d0 Mon Sep 17 00:00:00 2001
+From: Bruce Guenter <bruce@untroubled.org>
+Date: Fri, 13 Apr 2018 10:27:03 -0600
+Subject: [PATCH] options: Drop the extraneous #include <mysql/mysql.h>
+
+---
+ options.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/options.c b/options.c
+index 8d1d1e4..325ea83 100644
+--- a/options.c
++++ b/options.c
+@@ -1,5 +1,4 @@
+ #define _XOPEN_SOURCE
+-#include <mysql/mysql.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <time.h>