summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-05-23 20:21:43 +0200
committerJeroen Roovers <jer@gentoo.org>2020-05-23 20:22:13 +0200
commitd7f0ab8d2a9ae1cb9eb5aab7342605295ed82677 (patch)
tree4f3bc9e3022c77d4ce0858760b456f053fdd885f /net-analyzer
parentapp-text/cherrytree: bump to 0.99.0_p20200523 and drop 0.39.2 (C++ version) (diff)
downloadgentoo-d7f0ab8d2a9ae1cb9eb5aab7342605295ed82677.tar.gz
gentoo-d7f0ab8d2a9ae1cb9eb5aab7342605295ed82677.tar.bz2
gentoo-d7f0ab8d2a9ae1cb9eb5aab7342605295ed82677.zip
net-analyzer/cacti-spine: Update live ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-99999.ebuild3
-rw-r--r--net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch11
2 files changed, 1 insertions, 13 deletions
diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
index 3eacb02e8472..34e6c184a65d 100644
--- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
+++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,7 +30,6 @@ RDEPEND="
>net-analyzer/cacti-0.8.8
"
PATCHES=(
- "${FILESDIR}"/${PN}-0.8.8d-ping.patch
"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
)
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
deleted file mode 100644
index 55dc8754c8db..000000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ping.c
-+++ b/ping.c
-@@ -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) {
- hostinfo = gethostbyname_r(hostname, &result, buf, len, &h_errno);