Page MenuHomeFreeBSD

net-mgmt/smokeping ports/192037
ClosedPublic

Authored by rodrigo on Jul 23 2014, 8:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 21, 12:02 AM
Unknown Object (File)
Wed, Sep 17, 6:47 PM
Unknown Object (File)
Sep 11 2025, 4:11 PM
Unknown Object (File)
Aug 30 2025, 3:30 AM
Unknown Object (File)
Aug 29 2025, 10:15 PM
Unknown Object (File)
Aug 29 2025, 7:04 PM
Unknown Object (File)
Mar 18 2025, 4:44 PM
Unknown Object (File)
Jan 9 2024, 7:35 AM
Subscribers
None

Details

Reviewers
rodrigo
bapt
kwm
Summary

Fix a minima the plugin breakage with Net::DNS 0.75 and above.
Must be fixed by upstream.
https://rt.cpan.org/Public/Bug/Display.html?id=96479

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rodrigo retitled this revision from to net-mgmt/smokeping ports/192037.
rodrigo updated this object.
rodrigo edited the test plan for this revision. (Show Details)
rodrigo added reviewers: bapt, kwm.

Hmm the 512 was what &Net::DNS::PACKETSZ did previous?

But if I read the bug the correct way is to dynamicly set the variable but that is probably for later. I think this patch is a good workaround until a proper fix is made upstream.

Almost :)

I guess I should have asked what your thoughts where on my reasoning.

rodrigo added a reviewer: rodrigo.

[..] But if I read the bug the correct way is to dynamicly set the variable but that is probably for later

right, but this should be submitted upstream to the smokeping project. The bug is not OS specific.
I don't know how far we have to go to fix the issue, but it can imply design changes. At the moment a small workaround is more suitable

[..] I think this patch is a good workaround

Yes, the patch fix the issue cased by the function removal. In the original patch the submitter suggest an hard-coded value,
I prefer the constants vs magic numbers.

This revision is now accepted and ready to land.Jul 23 2014, 11:52 AM
kwm edited edge metadata.