pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/cacti-spine net/cacti-spine: MySQL 8.0.0 no longer...
details: https://anonhg.NetBSD.org/pkgsrc/rev/efbd75a1bb4a
branches: trunk
changeset: 374375:efbd75a1bb4a
user: gavan <gavan%pkgsrc.org@localhost>
date: Sun Feb 20 20:43:31 2022 +0000
description:
net/cacti-spine: MySQL 8.0.0 no longer supports my_bool type
diffstat:
net/cacti-spine/distinfo | 3 ++-
net/cacti-spine/patches/patch-sql.c | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 3bcfedc4e491 -r efbd75a1bb4a net/cacti-spine/distinfo
--- a/net/cacti-spine/distinfo Sun Feb 20 17:27:18 2022 +0000
+++ b/net/cacti-spine/distinfo Sun Feb 20 20:43:31 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:05:26 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/02/20 20:43:31 gavan Exp $
BLAKE2s (cacti-spine-1.2.2.tar.gz) = 8f1c26909fdcba748abbb658bd02a0ec92c4784a66e3624a236f3c0415df025b
SHA512 (cacti-spine-1.2.2.tar.gz) = ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e
Size (cacti-spine-1.2.2.tar.gz) = 2310298 bytes
SHA1 (patch-spine.h) = 87775016517bfae923b619e1cd0bc084b399dbfd
+SHA1 (patch-sql.c) = 4effef9bda2c49aeb707c8bc25dfa8cfe520b050
diff -r 3bcfedc4e491 -r efbd75a1bb4a net/cacti-spine/patches/patch-sql.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cacti-spine/patches/patch-sql.c Sun Feb 20 20:43:31 2022 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-sql.c,v 1.1 2022/02/20 20:43:31 gavan Exp $
+
+--- sql.c.orig 2019-02-24 14:53:23.000000000 +0000
++++ sql.c
+@@ -229,7 +229,7 @@ void db_connect(int type, MYSQL *mysql)
+ timeout = 5;
+ rtimeout = 10;
+ wtimeout = 20;
+- my_bool reconnect = 1;
++ bool reconnect = 1;
+
+ mysql_init(mysql);
+
Home |
Main Index |
Thread Index |
Old Index