Bug 76236 - net/p5-Net-Wake does not work for broadcast address.
Summary: net/p5-Net-Wake does not work for broadcast address.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 05:40 UTC by TsurutaniNaoki
Modified: 2005-01-18 09:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2005-01-14 05:40:18 UTC
	If the first argument for Wake.pm is the broadcast address, 
	no packet is sent. This causes the problem when the
	target host requires IPsec, for pointing target host explicitly 
	does not allow sending the "plain" packet.

Fix: 

Update net/p5-Net-Wake to 0.02. This can manage breadcast address correctly, I guess.
How-To-Repeat: 	Always. Pointing other hosts ( which must be alive ) may avoid
	this trouble in practice, but it is not cool.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:20:04 UTC
Dear maintainer, please look into this issue!

Cheers,
   Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:20:23 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-01-17 10:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll track this
Comment 4 Yoshihiko Sarumaru 2005-01-18 01:38:23 UTC
Thank you for telling me this PR.

Could you examin and commit the following patch ?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Wake/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	24 Oct 2003 12:03:08 -0000	1.3
+++ Makefile	18 Jan 2005 01:35:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Wake
-PORTVERSION=	0.01
+PORTVERSION=	0.02
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Wake/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:10:10 -0000	1.2
+++ distinfo	18 Jan 2005 01:35:38 -0000
@@ -1,2 +1,2 @@
-MD5 (Net-Wake-0.01.tar.gz) = f6b9d89888153ef4f8c0e55456f6c80e
-SIZE (Net-Wake-0.01.tar.gz) = 1871
+MD5 (Net-Wake-0.02.tar.gz) = c9514b5fb43a06b3343b5c0a498b624e
+SIZE (Net-Wake-0.02.tar.gz) = 2269
Comment 5 Volker Stolz freebsd_committer freebsd_triage 2005-01-18 09:20:45 UTC
State Changed
From-To: feedback->closed

Port updated, thanks for your submission!