* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/
@ 2017-02-03 19:33 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-02-03 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 41f8c59a00a285e7bd7de679cf1dba07fab85d2d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 19:26:38 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 19:26:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f8c59a
net-analyzer/cacti-spine: Slightly improve patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
index 7b83fef..1e9dffa 100644
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
+++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch
@@ -5,5 +5,5 @@
man_MANS = spine.1
-spine.1: spine.c
-+spine.1: spine
++spine.1: $(sbin_PROGRAMS)
$(HELP2MAN) --output=$@ --name='Data Collector for Cacti' --no-info --version-option='--version' ./spine
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/
@ 2019-12-14 9:37 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2019-12-14 9:37 UTC (permalink / raw
To: gentoo-commits
commit: c99cad31bf7d7c6a0fade259ce45c8f84fd4ab6f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 09:27:50 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 09:37:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99cad31
net-analyzer/cacti-spine: Drop obsolete patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../cacti-spine/files/cacti-spine-1.2.5-my_bool.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch b/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
deleted file mode 100644
index d9554bfa38c..00000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/sql.c
-+++ b/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);
-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/
@ 2019-12-14 9:48 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2019-12-14 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 95c2469521282b6359efed1ca4edb959c7dcbbd7
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 09:47:27 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 09:48:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c24695
net-analyzer/cacti-spine: Update patch
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
index 0d94674ce5a..55dc8754c8d 100644
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
@@ -1,11 +1,11 @@
--- a/ping.c
+++ b/ping.c
-@@ -813,7 +813,7 @@
- int rv;
+@@ -913,7 +913,7 @@
+ struct hostent result;
buf = malloc(len*sizeof(char));
- memset(buf, 0, sizeof(buf));
+ memset(buf, 0, len*sizeof(char));
while (1) {
- rv = gethostbyname_r(hostname, &result_buf, buf, len,
+ hostinfo = gethostbyname_r(hostname, &result, buf, len, &h_errno);
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-14 9:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 9:48 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/files/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2019-12-14 9:37 Jeroen Roovers
2017-02-03 19:33 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox