pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/cacti-spine
Module Name: pkgsrc
Committed By: gavan
Date: Sun Feb 20 20:43:31 UTC 2022
Modified Files:
pkgsrc/net/cacti-spine: distinfo
Added Files:
pkgsrc/net/cacti-spine/patches: patch-sql.c
Log Message:
net/cacti-spine: MySQL 8.0.0 no longer supports my_bool type
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/cacti-spine/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/cacti-spine/patches/patch-sql.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/cacti-spine/distinfo
diff -u pkgsrc/net/cacti-spine/distinfo:1.8 pkgsrc/net/cacti-spine/distinfo:1.9
--- pkgsrc/net/cacti-spine/distinfo:1.8 Tue Oct 26 11:05:26 2021
+++ pkgsrc/net/cacti-spine/distinfo Sun Feb 20 20:43:31 2022
@@ -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
Added files:
Index: pkgsrc/net/cacti-spine/patches/patch-sql.c
diff -u /dev/null pkgsrc/net/cacti-spine/patches/patch-sql.c:1.1
--- /dev/null Sun Feb 20 20:43:31 2022
+++ pkgsrc/net/cacti-spine/patches/patch-sql.c Sun Feb 20 20:43:31 2022
@@ -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