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

Drop usage of -r from rndc-confgen #190

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Conversation

karelyatin
Copy link
Contributor

With bind-9.13.0+[1], -r option is deprecated and raises
error if passed. With earlier versions of bind also -r
option is optional and in it's absense there are default
function which provides random bytes. So let's drop the
-r option.

Fixes GH-189

[1] isc-projects/bind9@3a4f820

With bind-9.13.0+[1], -r option is deprecated and raises
error if passed. With earlier versions of bind also -r
option is optional and in it's absense there are default
function which provides random bytes. So let's drop the
-r option.

Fixes theforemanGH-189

[1] isc-projects/bind9@3a4f820
@karelyatin
Copy link
Contributor Author

CI issues can be cleared as part of #191

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we can ignore those failures for now. Thanks!

@ekohl ekohl merged commit 70f5b28 into theforeman:master Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create-rndc.key fails with bind9 9.13.0+
3 participants