Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mirmon/, www-apps/mirmon/files/
Date: Wed, 29 Apr 2020 22:21:19
Message-Id: 1588198872.126c94d7d854eed4373ccd2fcdc7209301613f07.robbat2@gentoo
1 commit: 126c94d7d854eed4373ccd2fcdc7209301613f07
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 22:20:52 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 22:21:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126c94d7
7
8 www-apps/mirmon: fix gethostbyname2 method
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch | 2 +-
13 www-apps/mirmon/{mirmon-2.11.ebuild => mirmon-2.11-r1.ebuild} | 0
14 2 files changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch b/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch
17 index c50cf736cfd..d21eb2c022a 100644
18 --- a/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch
19 +++ b/www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch
20 @@ -28,7 +28,7 @@ index 6c0aaa8..50d40ca 100755
21 -use Net::hostent ;
22 +
23 +use Socket qw(AF_INET);
24 -+use Socket6 qw(AF_INET6);
25 ++use Socket6 qw(AF_INET6 gethostbyname2);
26 +use Data::Dumper qw( Dumper );
27 +
28 +sub gethost($){
29
30 diff --git a/www-apps/mirmon/mirmon-2.11.ebuild b/www-apps/mirmon/mirmon-2.11-r1.ebuild
31 similarity index 100%
32 rename from www-apps/mirmon/mirmon-2.11.ebuild
33 rename to www-apps/mirmon/mirmon-2.11-r1.ebuild