From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mirmon/, www-apps/mirmon/files/
Date: Wed, 29 Apr 2020 22:21:14 +0000 (UTC) [thread overview]
Message-ID: <1588198872.126c94d7d854eed4373ccd2fcdc7209301613f07.robbat2@gentoo> (raw)
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
next reply other threads:[~2020-04-29 22:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-29 22:21 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-02 22:11 [gentoo-commits] repo/gentoo:master commit in: www-apps/mirmon/, www-apps/mirmon/files/ Robin H. Johnson
2018-04-06 23:52 Jonas Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588198872.126c94d7d854eed4373ccd2fcdc7209301613f07.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox