summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/files/patch-sql::mylibwrap.h
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-09-21 21:09:31 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-09-21 21:09:31 +0000
commit1a10f13b7c14ef9bf52af0e7d44fbab47321109c (patch)
tree4167856eb78be522c0d943b190611217a4091147 /databases/mysql40-server/files/patch-sql::mylibwrap.h
parent- rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1 (diff)
Update to 4.0.21 release:
- Fix mysqlhotcopy insecure temporary file creation - Fix bug in remote connections caused by libwrap [1] PR: ports/70889 [1] Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1] Patch by: peadar [1] Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118329
Diffstat (limited to 'databases/mysql40-server/files/patch-sql::mylibwrap.h')
-rw-r--r--databases/mysql40-server/files/patch-sql::mylibwrap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysql40-server/files/patch-sql::mylibwrap.h b/databases/mysql40-server/files/patch-sql::mylibwrap.h
new file mode 100644
index 000000000000..1fa9e8cecf50
--- /dev/null
+++ b/databases/mysql40-server/files/patch-sql::mylibwrap.h
@@ -0,0 +1,12 @@
+--- sql/mylibwrap.h.orig Thu Jan 1 01:00:00 1970
++++ sql/mylibwrap.h Sun Sep 19 15:04:21 2004
+@@ -0,0 +1,9 @@
++#ifdef __cplusplus
++extern "C" {
++#endif
++extern void my_fromhost(struct request_info *);
++extern int my_hosts_access(struct request_info *);
++extern char *my_eval_client(struct request_info *);
++#ifdef __cplusplus
++}
++#endif