Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies are old #10

Open
dolmen opened this issue May 5, 2022 · 4 comments
Open

Dependencies are old #10

dolmen opened this issue May 5, 2022 · 4 comments

Comments

@dolmen
Copy link
Contributor

dolmen commented May 5, 2022

From go.mod:

require (
	github.com/miekg/dns v0.0.0-20160605072344-799de7044d95
	github.com/reguero/go-snmplib v0.0.0-20181019092238-e566f5619b55
)

The dependencies have not been updated to recent versions. Is it on purpose?

@dolmen
Copy link
Contributor Author

dolmen commented May 5, 2022

One explanation about not using latest version of github.com/miekg/dns is given here: #5 (comment)

As matter of fact, we cannot use the latest version of github.com/miekg/dns because we need to support TSIG keys using HmacMD5 until the software supporting the DNS servers at CERN is updated and github.com/miekg/dns has dropped support for it in later versions.

@reguero
Copy link
Contributor

reguero commented May 6, 2022

Indeed we are waiting for github.com/miekg/dns.
For github.com/reguero/go-snmplib we need some mods/fixes to go-snmplib that I had done but they have been merged upstream a while ago so I guess that we could point there...

@dolmen
Copy link
Contributor Author

dolmen commented May 23, 2022

Dependency on github.com/mielg/dns has been upgraded by d891dac. Was it wanted?

@reguero
Copy link
Contributor

reguero commented May 23, 2022

Indeed, I understand that v1.0.0 was required for DNS Server support but is is still older than commit 93945c28 - Remove HMAC-MD5 support from TSIG (#1187) (Sat Oct 24 13:57:51 2020)
so it is OK for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants