Use of dnsruby triggers a deprecation warning under Xenial
Bug #1592667 reported by
Ben Coleman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dnsruby (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
After upgrading to Xenial, an often-run cron job that uses Dnsruby started kicking out a warning:
/usr/lib/
That line is:
class ResolvTimeout < TimeoutError
Evidently, under Ruby 2.3 (the default Ruby for Xenial), TimeoutError should be Timeout::Error.
I also note that this package appears to be sourced from the old RubyForge site. The project has been moved to https:/
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.