commit:     126c94d7d854eed4373ccd2fcdc7209301613f07
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 22:20:52 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 22:21:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126c94d7

www-apps/mirmon: fix gethostbyname2 method

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 www-apps/mirmon/files/2.11-Add-ipv6-monitor-support-to-mirmon.patch | 2 +-
 www-apps/mirmon/{mirmon-2.11.ebuild => mirmon-2.11-r1.ebuild}       | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

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
index c50cf736cfd..d21eb2c022a 100644
--- 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
@@ -28,7 +28,7 @@ index 6c0aaa8..50d40ca 100755
 -use Net::hostent ;
 +
 +use Socket qw(AF_INET);
-+use Socket6 qw(AF_INET6);
++use Socket6 qw(AF_INET6 gethostbyname2);
 +use Data::Dumper qw( Dumper );
 +
 +sub gethost($){

diff --git a/www-apps/mirmon/mirmon-2.11.ebuild 
b/www-apps/mirmon/mirmon-2.11-r1.ebuild
similarity index 100%
rename from www-apps/mirmon/mirmon-2.11.ebuild
rename to www-apps/mirmon/mirmon-2.11-r1.ebuild

Reply via email to