Any chance of the port getting updated?
--
Chris Reinhardt
ct...@dyndns.org
Systems Architect
Dynamic DNS Network Services
http://www.dyndns.org/
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message
===> Configuring for p5-Net-DNS-0.20
Net::DNS requires perl 5.6.0 or greater.
That euh... sucks a little bit :-/
Edwin
--
Edwin Groothuis | Personal website: http://www.MavEtJu.org
ed...@mavetju.org | Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};: | http://www.FatalDimensions.org/
> On Thu, May 23, 2002 at 05:48:57PM -0400, Chris Reinhardt wrote:
> > Hello,
> > I'm the maintainer of Net-DNS, and I just wanted to let you know that
> > we've released a new version, 0.20, which contains a lot of important
> > changes and feature upgrades. The most notable change being the addition of
> > TSIG support.
>
> ===> Configuring for p5-Net-DNS-0.20
> Net::DNS requires perl 5.6.0 or greater.
>
> That euh... sucks a little bit :-/
>
.21 will fix that. See you in a few weeks.
--
Chris Reinhardt
ct...@dyndns.org
Systems Architect
Dynamic DNS Network Services
http://www.dyndns.org/
> On Sat, 25 May 2002, Edwin Groothuis wrote:
>
> > On Thu, May 23, 2002 at 05:48:57PM -0400, Chris Reinhardt wrote:
> > > Hello,
> > > I'm the maintainer of Net-DNS, and I just wanted to let you know that
> > > we've released a new version, 0.20, which contains a lot of important
> > > changes and feature upgrades. The most notable change being the addition of
> > > TSIG support.
> >
> > ===> Configuring for p5-Net-DNS-0.20
> > Net::DNS requires perl 5.6.0 or greater.
> >
> > That euh... sucks a little bit :-/
> >
>
> .21 will fix that. See you in a few weeks.
Are you saying that .21 will go back to 5.005.03 compatibility? If
so, I can look at updating the port. Otherwise, I don't see much point, as
the vast majority of freebsd users have that version installed by default
as part of the base system. I did actually look at updating the port but
the number of problems with it were too great.
If you have questions or concerns about where we are with this, we
can chat about it directly.
--
"We have known freedom's price. We have shown freedom's power.
And in this great conflict, ... we will see freedom's victory."
- George W. Bush, President of the United States
State of the Union, January 28, 2002
Do YOU Yahoo!?
Yep, that is one of the two big changes for .21 (and minor bug fixes). I
would advise against running .20 on freebsd with the perl version check
removed. There is a bug in Net::DNS that keeps it from binding UDP
sockets properly on FreeBSD (4.6-RC, an older 4.5-STABLE, 4.4-RELEASE,
etc.. etc..). All this is cleared up in .21, which should be released
this week.
--
Chris Reinhardt
ct...@dyndns.org
Systems Architect
Dynamic DNS Network Services
http://www.dyndns.org/
> Yep, that is one of the two big changes for .21 (and minor bug fixes). I
> would advise against running .20 on freebsd with the perl version check
> removed. There is a bug in Net::DNS that keeps it from binding UDP
> sockets properly on FreeBSD (4.6-RC, an older 4.5-STABLE, 4.4-RELEASE,
> etc.. etc..). All this is cleared up in .21, which should be released
> this week.
Excellent news, thanks. FYI, it's too late to make the 4.6-RELEASE
CD, however if things work out as you describe I'll update the port prior
to the release hitting the streets, so it will be available for those
users who need it by simply updating their ports, or going with the
updated package.
Thanks for your interest in helping keep FreeBSD up to date.
--
"We have known freedom's price. We have shown freedom's power.
And in this great conflict, ... we will see freedom's victory."
- George W. Bush, President of the United States
State of the Union, January 28, 2002
Do YOU Yahoo!?
To Unsubscribe: send mail to majo...@FreeBSD.org
On Tue, May 28, 2002 at 03:25:53AM -0400, Chris Reinhardt wrote:
> Yep, that is one of the two big changes for .21 (and minor bug fixes).
> I would advise against running .20 on freebsd with the perl version
> check removed. There is a bug in Net::DNS that keeps it from binding
> UDP sockets properly on FreeBSD (4.6-RC, an older 4.5-STABLE,
> 4.4-RELEASE, etc.. etc..). All this is cleared up in .21, which
> should be released this week.
Can you explain how this can be so? There are no problems with .20 and
perl 5.6.1 (sic) on FreeBSD 4.X. While trying to make UDP socket
binding work with .20 & 5.005_03, the tweaked installation of IO::Socket
from 5.6.1 cured the problem - and now you, the maintainer, say it was a
bug in Net::DNS.
/me wonders
Cheers,
=Anton.
--
| Anton Berezin | FreeBSD: The power to serve |
| catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org |
| to...@catpipe.net (_(_|| | to...@FreeBSD.org |
| +45 7021 0050 | Private: to...@tobez.org |
> > Yep, that is one of the two big changes for .21 (and minor bug fixes).
> > I would advise against running .20 on freebsd with the perl version
> > check removed. There is a bug in Net::DNS that keeps it from binding
> > UDP sockets properly on FreeBSD (4.6-RC, an older 4.5-STABLE,
> > 4.4-RELEASE, etc.. etc..). All this is cleared up in .21, which
> > should be released this week.
>
> Can you explain how this can be so? There are no problems with .20 and
> perl 5.6.1 (sic) on FreeBSD 4.X. While trying to make UDP socket
> binding work with .20 & 5.005_03, the tweaked installation of IO::Socket
> from 5.6.1 cured the problem - and now you, the maintainer, say it was a
> bug in Net::DNS.
Ok, calling it a bug in Net::DNS isn't completely acturate. The basic
change was this. Instead of creating the IO::Socket object and then
binding it to specific interface, I just used the LocalAddr, and LocalPort
parameters in calling IO::Socket::INET::new(). This fixed the problem for
me. If the problem was really in IO::Socket, then it's nice to know it
wasn't our fault to begin with :).
--
Chris Reinhardt
ct...@dyndns.org
Systems Architect
Dynamic DNS Network Services
http://www.dyndns.org/
On Tue, May 28, 2002 at 04:16:26AM -0400, Chris Reinhardt wrote:
> On Tue, 28 May 2002, Anton Berezin wrote:
>
> > > Yep, that is one of the two big changes for .21 (and minor bug fixes).
> > > I would advise against running .20 on freebsd with the perl version
> > > check removed. There is a bug in Net::DNS that keeps it from binding
> > > UDP sockets properly on FreeBSD (4.6-RC, an older 4.5-STABLE,
> > > 4.4-RELEASE, etc.. etc..). All this is cleared up in .21, which
> > > should be released this week.
> >
> > Can you explain how this can be so? There are no problems with .20 and
> > perl 5.6.1 (sic) on FreeBSD 4.X. While trying to make UDP socket
> > binding work with .20 & 5.005_03, the tweaked installation of IO::Socket
> > from 5.6.1 cured the problem - and now you, the maintainer, say it was a
> > bug in Net::DNS.
> Ok, calling it a bug in Net::DNS isn't completely acturate. The basic
> change was this. Instead of creating the IO::Socket object and then
> binding it to specific interface, I just used the LocalAddr, and
> LocalPort parameters in calling IO::Socket::INET::new(). This fixed
> the problem for me.
Ok, thanks for the explanation.
> If the problem was really in IO::Socket, then it's nice to know it
> wasn't our fault to begin with :).
:-) I can confirm that:
tobez@svin ~> uname -a
FreeBSD svin.catpipe.net 4.5-STABLE FreeBSD 4.5-STABLE #1: Thu Apr 4 12:53:15 CEST 2002 to...@svin.catpipe.net:/data/stable-obj/data/stable-src/sys/SVIN-STABLE i386
tobez@svin ~> use.perl system
tobez@svin ~> perl -MIO::Socket -le '$s = IO::Socket::INET->new(Proto => 'udp'); $sa = sockaddr_in(5353, inet_aton("0.0.0.0")); print $]; $s->bind($sa) or die $!'
5.00503
Invalid argument at -e line 1.
tobez@svin ~> use.perl port
tobez@svin ~> perl -MIO::Socket -le '$s = IO::Socket::INET->new(Proto => 'udp'); $sa = sockaddr_in(5353, inet_aton("0.0.0.0")); print $]; $s->bind($sa) or die $!'
5.006001
tobez@svin ~>
Cheers,
=Anton.
--
| Anton Berezin | FreeBSD: The power to serve |
| catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org |
| to...@catpipe.net (_(_|| | to...@FreeBSD.org |
| +45 7021 0050 | Private: to...@tobez.org |
To Unsubscribe: send mail to majo...@FreeBSD.org
Version 0.20 for perl 5.005 is available
as an RPM and can be downloaded here:
Or else you'll have to wait until the next
Net::DNS release (0.21, I believe).
Good luck,
Rob Brown
On Sat, 25 May 2002, Edwin Groothuis wrote:
> On Thu, May 23, 2002 at 05:48:57PM -0400, Chris Reinhardt wrote:
> > Hello,
> > I'm the maintainer of Net-DNS, and I just wanted to let you know that
> > we've released a new version, 0.20, which contains a lot of important
> > changes and feature upgrades. The most notable change being the addition of
> > TSIG support.
>
> ===> Configuring for p5-Net-DNS-0.20
> Net::DNS requires perl 5.6.0 or greater.
>
> That euh... sucks a little bit :-/
>
> Edwin